var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'photo album',
    bIsWebPath:true,
    sUrl:'photoalbum.html',"childArray" : [
    {   sTitle:'Photo Album Ad',
        bIsWebPath:true,
        sUrl:'photoalbumad.html'
    }]
},
{   sTitle:'testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'contact us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
