var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Forthcomming Events',
    bIsWebPath:true,
    sUrl:'news_events.html'
},
{   sTitle:'Function Hall Hire',
    bIsWebPath:true,
    sUrl:'hall_function_room_hire.html'
},
{   sTitle:'Contact Us/ Location',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
