/* Tigra Menu items structure */
var MENU_ITEMS = [
	
	['Engine', 'engine.php', null,
		['High Performance', 'highperformance.php'],
		['General', 'general.php'],
		['Supercharging', 'supercharging.php'],
		['Turbo', 'turbo.php'],
		['Engine Transplants', 'transplants.php']
	],
	['Motorsport', 'motorsport.php', null,
		['Track Days', 'trackdays.php', null,
			['Latest Report', 'report.php']
		],
		['Next Event', 'nextevent.php'],
		['Cars we sponsor', 'rally.php']			
		],
	['MX5', 'mx5.php', null,
		['Used Parts', 'usedparts.php'],
		['Engine Bay', 'mx5engine.php', null,
			['General', 'mx5general.php'],
			['Intake', 'mx5intake.php'],
			['Exhasut', 'mx5exhaust.php'],
			['Internals', 'mx5internals.php']
		],
		['Chassis', 'chassis.php', null,
			['Suspension', 'mx5suspension.php'],
			['Stiffening', 'mx5stiffening.php'],
			['Brakes', 'mx5brakes.php'],
			['Wheels and Tyres', 'mx5wheels.php']
		],
		['Forum', 'mx5forum/index.html']
	],
	['Machining and Welding', 'machining.php', null,
		['TIG', 'tig.php'],
		['MIG', 'mig.php']
	]
];

