var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'facilities',
    bIsWebPath:true,
    sUrl:'facilities.html'
},
{   sTitle:'tariff',
    bIsWebPath:true,
    sUrl:'tariff.html'
},
{   sTitle:'location',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact/index.html'
}]
});
