var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'Accommodation',
    'bIsWebPath':true,
    'sUrl':'accommodation.html'
},
{   'sTitle':'The Garden',
    'bIsWebPath':true,
    'sUrl':'garden.html'
},
{   'sTitle':'Facilities',
    'bIsWebPath':true,
    'sUrl':'facilities.html'
},
{   'sTitle':'Sauna Guide',
    'bIsWebPath':true,
    'sUrl':'saunaguide.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Directions',
    'bIsWebPath':true,
    'sUrl':'directions.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Booking',
    'bIsWebPath':true,
    'sUrl':'booking.html'
}]
});
