var TREE_NODES = [
	['','',''],
	['Home','index.html','_top'],
    ['The Club', 'theclub/theclub.html', '_top',
		['Location', 'theclub/location.html', '_top'],
        ['Committee', 'theclub/committee.html', '_top'],
        ['Social Calendar', 'theclub/socialcalendar.html', '_top'],
        ['Contact Us', 'theclub/contactus.html', '_top'],
    ],
    ['Dinghies', 'dinghies/dinghies.html', '_top',
		['Events/Race Calendar', 'dinghies/dinghyeventsracecalendar.html', '_top'],
    ],
    ['Windsurfing', 'windsurfing/windsurfing.html', '_top',
		['Events/Race Calendar', 'windsurfing/windsurfingeventsracecalendar.html', '_top'],
    ],
    ['Kayaks and Canoes', 'kayaksandcanoes/kayaksandcanoes.html', '_top',
		['Canoe Club', 'kayaksandcanoes/canoeclub.html', '_top'],
		['Events/Race Calendar', 'kayaksandcanoes/kayaksandcanoeseventsracecalendar.html', '_top'],
    ],    
    ['Membership', 'membership/membership.html', '_top',
		['Fees', 'membership/fees.html', '_top'],
		['Compounds', 'membership/compounds.html', '_top'],
		['Work Parties', 'membership/workparties.html', '_top'],	
		['Contact Us', 'membership/membershipcontactus.html', '_top'],	
    ],
    ['Rotas', 'rotas/rotas.html', '_top',
		['Officer Of The Day', 'rotas/officeroftheday.html', '_top'],
		['Rescue Boat', 'rotas/rescueboat.html', '_top'],	
		['Race Officer', 'rotas/raceofficer.html', '_top'],
		['Weed Boat', 'rotas/weedboat.html', '_top'],				
    ],
    ['Public Hire', 'publichire/publichire.html', '_top',
		['Craft', 'publichire/craft.html', '_top'],
		['Fees', 'publichire/publichirefees.html', '_top'],	
    ],
    ['Training', 'training/training.html', '_top',
		['Dinghies For Adults', 'training/dinghiesforadults.html', '_top'],
		['Dinghies For Children', 'training/dinghiesforchildren.html', '_top'],	
		['Training Windsurfing', 'training/trainingwindsurfing.html', '_top'],
		['Kayak And Canoe <br>For Adults', 'training/kayakandcanoeforadults.html', '_top'],
		['Childrens Parties', 'training/childrensparties.html', '_top'],	
		['Booking', 'training/booking.html', '_top'],			
    ],
    ['Childrens Activities', 'childrensactivities/childrensactivities.html', '_top',
		['U18 Club', 'childrensactivities/u18club.html', '_top'],
		['Courses', 'childrensactivities/courses.html', '_top'],
    ],  
    ['News', 'news/news.html', '_top',],
    ['Results', 'results/results.html', '_top',],  
    ['Links', 'links/links.html', '_top',]      
];


