var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Membership',
        'bIsWebPath':true,
        'sUrl':'membership.html'
    },
    {   'sTitle':'Where Are We',
        'bIsWebPath':true,
        'sUrl':'wherearewe.html'
    },
    {   'sTitle':'Tennis',
        'bIsWebPath':true,
        'sUrl':'tennis.html'
    },
    {   'sTitle':'Fixtures & Results',
        'bIsWebPath':true,
        'sUrl':'fixtures&results.html'
    },
    {   'sTitle':'Committee',
        'bIsWebPath':true,
        'sUrl':'committee.html'
    },
    {   'sTitle':'Guestbook',
        'bIsWebPath':true,
        'sUrl':'guestbook.html'
    },
    {   'sTitle':'Forum',
        'bIsWebPath':true,
        'sUrl':'forum.html'
    }]
},
{   'sTitle':'Coaching',
    'bIsWebPath':true,
    'sUrl':'coaching.html',"childArray" : [
    {   'sTitle':'Saturday AM',
        'bIsWebPath':true,
        'sUrl':'saturdayam.html'
    }]
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Gallery - Open Day 2011',
        'bIsWebPath':true,
        'sUrl':'galleryopenday2011.html'
    },
    {   'sTitle':'Gallery - Club Finals Day 2011',
        'bIsWebPath':true,
        'sUrl':'galleryclubfinalsday2011.html'
    }]
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html',"childArray" : [
    {   'sTitle':'News',
        'bIsWebPath':true,
        'sUrl':'news.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
