var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Guest Speaker',
    bIsWebPath:true,
    sUrl:'guestspeaker.html'
},
{   sTitle:'Courses',
    bIsWebPath:true,
    sUrl:'courses.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
