var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Accommodation',
    'bIsWebPath':true,
    'sUrl':'caravans.html'
},
{   'sTitle':'Photo Galleries',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Google Map',
    'bIsWebPath':true,
    'sUrl':'map.html'
},
{   'sTitle':'Prices',
    'bIsWebPath':true,
    'sUrl':'prices.html'
},
{   'sTitle':'Availability',
    'bIsWebPath':true,
    'sUrl':'availability.html'
},
{   'sTitle':'Book Now',
    'bIsWebPath':true,
    'sUrl':'booking.html'
}]
});
