var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Getting to Us',
    'bIsWebPath':true,
    'sUrl':'getting.to.us.html'
},
{   'sTitle':'Our Location',
    'bIsWebPath':true,
    'sUrl':'our.location.html'
},
{   'sTitle':'Accommodation',
    'bIsWebPath':true,
    'sUrl':'accommodation.html'
},
{   'sTitle':'Attractions',
    'bIsWebPath':true,
    'sUrl':'attractions.html',"childArray" : [
    {   'sTitle':'Whats on in the Roocks',
        'bIsWebPath':true,
        'sUrl':'whats_on_in_the_rocks.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.us.html',"childArray" : [
    {   'sTitle':'Book Now',
        'bIsWebPath':true,
        'sUrl':'book.now.html'
    }]
}]
});
