var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Classes',
    bIsWebPath:true,
    sUrl:'classes.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'timetable',
        bIsWebPath:true,
        sUrl:'timetable.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'facilities.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
