var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'The Gite',
    'bIsWebPath':true,
    'sUrl':'thegite.html'
},
{   'sTitle':'Availability/Price',
    'bIsWebPath':true,
    'sUrl':'pricesavailability.html'
},
{   'sTitle':'Booking Conditions',
    'bIsWebPath':true,
    'sUrl':'information.html'
},
{   'sTitle':'Other Languages',
    'bIsWebPath':true,
    'sUrl':'languages.html'
},
{   'sTitle':'Guestbook',
    'bIsWebPath':true,
    'sUrl':'guestbook.html'
},
{   'sTitle':'Local Attractions',
    'bIsWebPath':true,
    'sUrl':'page7.html'
}]
});
