var global_navtree = WpNavBar.readTree({
"childArray" : [{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'},{   sTitle:'portraites',
    bIsWebPath:true,
    sUrl:'page1.html',"childArray" : [{   sTitle:'print prices',
        bIsWebPath:true,
        sUrl:'page3.html'}]},{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'page4.html'},{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'page5.html'},{   sTitle:'Hire the studio',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [{   sTitle:'the studio',
        bIsWebPath:true,
        sUrl:'thestudio.html'}]},{   sTitle:'portfoilos',
    bIsWebPath:true,
    sUrl:'page7.html',"childArray" : [{   sTitle:'portfolio prices',
        bIsWebPath:true,
        sUrl:'portfolioprices.html'}]}]
});
