var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Our Services',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page10.html',"childArray" : [
    {   sTitle:'Fence Post Concrete',
        bIsWebPath:true,
        sUrl:'page11.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'page9.html'
}]
});