var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Harbour',
    'bIsWebPath':true,
    'sUrl':'harbour.html'
},
{   'sTitle':'Navigation',
    'bIsWebPath':true,
    'sUrl':'navigation.html',"childArray" : [
    {   'sTitle':'Tidal Information',
        'bIsWebPath':true,
        'sUrl':'tidal_info.html'
    }]
},
{   'sTitle':'Membership',
    'bIsWebPath':true,
    'sUrl':'membership.html',"childArray" : [
    {   'sTitle':'RNLI Sea Safety',
        'bIsWebPath':true,
        'sUrl':'sea_safety.html'
    }]
},
{   'sTitle':'The Moorings',
    'bIsWebPath':true,
    'sUrl':'moorings.html',"childArray" : [
    {   'sTitle':'Mooring diagrams',
        'bIsWebPath':true,
        'sUrl':'diagrams.html'
    }]
},
{   'sTitle':'Club Rules',
    'bIsWebPath':true,
    'sUrl':'rules.html'
},
{   'sTitle':'Links and Guestbook',
    'bIsWebPath':true,
    'sUrl':'links_guest.html'
}]
});
