var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Facilities',
    'bIsWebPath':true,
    'sUrl':'facilities.html'
},
{   'sTitle':'The Lake',
    'bIsWebPath':true,
    'sUrl':'lake.html'
},
{   'sTitle':'Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'photogallery.html'
},
{   'sTitle':'Carp Forum',
    'bIsWebPath':true,
    'sUrl':'page15.html'
},
{   'sTitle':'Book Your Trip',
    'bIsWebPath':true,
    'sUrl':'booking.html'
},
{   'sTitle':'How to Find Us',
    'bIsWebPath':true,
    'sUrl':'roadmap.html'
},
{   'sTitle':'Fishery Rules',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
