var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Associates',
    bIsWebPath:true,
    sUrl:'associates.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography.html'
},
{   sTitle:'Courses',
    bIsWebPath:true,
    sUrl:'courses.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Sitemap',
    bIsWebPath:true,
    sUrl:'sitemap.html'
}]
});
