var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Profile',
        bIsWebPath:true,
        sUrl:'profile.html'
    },
    {   sTitle:'Credentials',
        bIsWebPath:true,
        sUrl:'credentials.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Clientele',
    bIsWebPath:true,
    sUrl:'clientele.html'
},
{   sTitle:'Testimonial',
    bIsWebPath:true,
    sUrl:'testimonial.html'
},
{   sTitle:'Careers',
    bIsWebPath:true,
    sUrl:'careers.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
