var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Booking Form',
    'bIsWebPath':true,
    'sUrl':'bookingform.html'
},
{   'sTitle':'payments',
    'bIsWebPath':true,
    'sUrl':'payments.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
