var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'Keep upto date with twitter',
    'sTitle':'Latest',
    'bIsWebPath':true,
    'sUrl':'latest.html'
},
{   'sTitle':'Find Us',
    'bIsWebPath':true,
    'sUrl':'find_us.html',"childArray" : [
    {   'sTitle':'Google Map',
        'bIsWebPath':true,
        'sUrl':'Map.html'
    }]
},
{   'sTitle':'Calendar',
    'bIsWebPath':true,
    'sUrl':'cal_page24.html'
},
{   'sTitle':'Media',
    'bIsWebPath':true,
    'sUrl':'media_page8a.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html',"childArray" : [
    {   'sTitle':'Club Membership',
        'bIsWebPath':true,
        'sUrl':'page10.html'
    }]
}]
});
