var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'_self'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',
    sTarget:'_self'
},
{   sTitle:'Forums',
    bIsWebPath:true,
    sUrl:'forums.html',
    sTarget:'_self'
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'reviews.html',
    sTarget:'_self'
},
{   sTitle:'Useful links',
    bIsWebPath:true,
    sUrl:'usefullinks.html',
    sTarget:'_self'
}]
});