var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html'
},
{   sTitle:'Business Center',
    bIsWebPath:true,
    sUrl:'businesscenter.html',"childArray" : [
    {   sTitle:'Recognition',
        bIsWebPath:true,
        sUrl:'recognition.html'
    },
    {   sTitle:'Career Opportunities',
        bIsWebPath:true,
        sUrl:'careers.html'
    },
    {   sTitle:'Client Access',
        bIsWebPath:true,
        sUrl:'clientaccess.html'
    }]
},
{   sTitle:'Contact US',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});