var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Free Lecture',
    bIsWebPath:true,
    sUrl:'lecture.html'
},
{   sTitle:'Workshops',
    bIsWebPath:true,
    sUrl:'workshops.html'
},
{   sTitle:'Free Seminars',
    bIsWebPath:true,
    sUrl:'seminars.html'
},
{   sTitle:'Schedule',
    bIsWebPath:true,
    sUrl:'schedule.html'
},
{   sTitle:'Registration',
    bIsWebPath:true,
    sUrl:'registration.html'
},
{   sTitle:'Almine',
    bIsWebPath:true,
    sUrl:'almine.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonial.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Event Location',
    bIsWebPath:true,
    sUrl:'location.html'
}]
});