var customNavTree2 = WpNavBar.readTree({
"childArray" : [{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'},{   sTitle:'Bookings Calendar',
    bIsWebPath:true,
    sUrl:'bookings.html',
    sTarget:'_self',"childArray" : [{   sTitle:'Function Room',
        bIsWebPath:true,
        sUrl:'calendarfunction.html',
        sTarget:'_self'},{   sTitle:'Squash Court 1',
        bIsWebPath:true,
        sUrl:'calendarsquash1.html',
        sTarget:'_self'},{   sTitle:'Squash Court 2',
        bIsWebPath:true,
        sUrl:'calendarsquash2.html'},{   sTitle:'Tennis Court 1',
        bIsWebPath:true,
        sUrl:'calendartennis1.html'},{   sTitle:'Tennis Court 2',
        bIsWebPath:true,
        sUrl:'calendartennis2.html'}]}]
});
