var TREE_NODES = [
	['Home','../body_index.html','body'],
        ['News', './body_news.php', 'body'],
	['Events','body_events_calendar.php', 'body'],
	['Results', './body_results_centre.php', 'body'],
	['New Results', './news/positionsel.php', 'body'],
	['2005 Results', './news/orbits.php', 'body'],
	['Championship', './body_british_championship.php', 'body'],
	['Forum', '../phBB2', 'body'],
	['Gallery', '../gallery', 'body'],
	['12 Hour', null, null,
		['Introduction', './body_12_hour.html', 'body'],
		['Entry Details', './2005entries.html', 'body'],
		['2004 Results', null, null,
			['1st Practice', './news/showrace.php?ed_id=19', 'body'],
			['2nd Practice', './news/showrace.php?ed_id=20', 'body'],
			['The Race', './news/showrace2.php?ed_id=21', 'body'],
			],
		['2005 Results', null, null,
			['Race Overall', './2005overall.html.', 'body'],
			['Race by class', './2005byclass.html.', 'body'],
		],
		],
	['Information', null, null,
		['Introduction', './body_introduction.html', "body"],
                ['Contact Us', './body_contact_us.html', 'body'],
		['Social', './body_noggin_and_natter.html', 'body'],
                ['FAQ', './body_mowfaq.html', 'body'],
		['Downloads', './body_downloads.html', 'body'],
                ['Links', './body_links.html', 'body'],
	],
	['Technical', null, null,
		['Racing Mowers', './body_racing_mowers.html', 'body'],
		['General Rules', './body_rules_and_regulations.html', 'body'],
		['Group 1', './body_group_1.html', 'body'],
		['Group 2', './body_group2.html', 'body'],
		['Group 3', './body_group3.html', 'body'],
		['Group 4', './body_group4.html', 'body'],
	],
];



