var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'abouthugh.html'
},
{   sTitle:'Hugh\'s Writing',
    bIsWebPath:true,
    sUrl:'writing.html',"childArray" : [
    {   sTitle:'Short Stories',
        bIsWebPath:true,
        sUrl:'shortstories.html'
    }]
},
{   sTitle:'Japanese Books',
    bIsWebPath:true,
    sUrl:'japanesebooks.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sDescription:'Hugh Paxton\'s Literary Awards',
    sTitle:'Literary Awards',
    bIsWebPath:true,
    sUrl:'awards.html'
}]
});