var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'about us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'join',
    bIsWebPath:true,
    sUrl:'join.html'
},
{   sTitle:'request',
    bIsWebPath:true,
    sUrl:'request.html'
},
{   sTitle:'contact us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
