var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'photo_gallery.html'
},
{   'sTitle':'Video Gallery',
    'bIsWebPath':true,
    'sUrl':'video_gallery.html'
},
{   'sTitle':'Bookings',
    'bIsWebPath':true,
    'sUrl':'bookings.html'
},
{   'sTitle':'Contacts',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
}]
});
