var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'Programme & Slideshows',
    'bIsWebPath':true,
    'sUrl':'programme.html'
},
{   'sTitle':'Hints & Tips',
    'bIsWebPath':true,
    'sUrl':'hints.html'
},
{   'sTitle':'Directions',
    'bIsWebPath':true,
    'sUrl':'directions.html'
},
{   'sTitle':'Contacts',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
