var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Projects',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'What We Do',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
