var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services_mbk_business_solutions.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio_mbk_business_solutions.html'
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://blog.mbkbusiness.com',
    sTarget:'_blank'
},
{   sTitle:'Quote',
    bIsWebPath:true,
    sUrl:'quote_mbk_business_solutions.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_mbk_business_solutions.html'
}]
});
