var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Work Area',
    bIsWebPath:true,
    sUrl:'area.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html',"childArray" : [
    {   sTitle:'Projects',
        bIsWebPath:true,
        sUrl:'projects.html'
    },
    {   sTitle:'Decks',
        bIsWebPath:true,
        sUrl:'decks.html'
    },
    {   sTitle:'Car Ports',
        bIsWebPath:true,
        sUrl:'carports.html'
    }]
},
{   sTitle:'Other links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Helpful Hints',
    bIsWebPath:true,
    sUrl:'hints.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});