var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'about us',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'our team',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self'
},
{   sTitle:'services',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:' work ',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
},
{   sTitle:'clients',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
