/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', 'index.htm',
		['Sales', 'sales.htm'],
		['Links', 'links.htm'],
		['Prototypes', 'prototypes.htm'],
		['Dimensions', 'dims.htm'],
		['Lubrication', 'lubes.htm'],
		['VIN', 'vin.htm'],
		['Message Board', 'http://www.boards2go.com/boards/board.cgi?user=skodarapid'],
	],
	['Featured Cars', null, null,
	 	['Graham Whiting', 'whiting.html'],
	 	['Bas Vann Der Hoek', 'vdh.html'],
	 	['Roman Bizik', 'bizik.html'],
	 	['Steve West', 'west.html'],
	 	['Michal Chomat', 'chomat.html'],
	 	['Roman Dokoupil', 'dokoupil.html'],
	 	['Don Couchman', 'couchman.html'],
	 	['Ed Franklin', 'franklin.html'],
	 	['John Beers', 'beer.html'],
	 	['Padrig Friess', 'friess.html'],
	 	['Wayne Barraclough', 'barraclough.html'],
	 	['Remco + Erwin', 'remco.html'],
	 	['Phil Mitchell', 'mitchell.htm'],
		['Duncans Rapid', 'duncan.htm'],
		['Robin Coulton', 'coulton.htm'],
		['Simon Goode', 'goode.htm'],
		['Daverapid', 'daverapid.htm'],
		['Snotty', 'snotty.htm'],
		['Hell5', 'ball.htm'],
		['Ivan Vella', 'vella.htm'],
		['DeMonter', 'demonter.htm'],
		['Dave Pickett', 'pickett.htm'],
		['Ondra Hladik', 'hladik.htm'],
		['Jay Ivey', 'ivey.htm'],
		['Paul Wyatt', 'wyatt.htm'],
		['Peter Grevett', 'grevett.htm'],
		['Alan Doherty', 'doherty.htm'],
		['Ari Kosonen', 'kosonen.htm'],
		['Marko Knez', 'knez.htm'],
		['Iiro Jaakkola', 'jaakkola.htm'],
		['Milos Vyskocil', 'vyskocil.htm'],
		['Dave Watson', 'watson.htm'],
		['Webmasters car', 'officialcar.htm'],
	],
	['Mechanics', null, null,
		['Engine', null, null,
			['Favorit carb', 'favcarb.htm' 
	],
			['Favorit injection', 'favinj.htm',

			],
			['Weber replacement', 'weber.htm'

			]
		],
		['Brakes', 'braking.htm'],
		['Suspension', null, null,
			['Suspension mounting', 'rearsemibearing.htm'],
				['Rear bearing', 'rearbearing.htm'],],
		['Exterior', null, null,
			['Clear indicators', 'clears.htm'],
			['Clear rear lights', 'rearlenses.htm'],
			['Flared wheel arches', 'flaring.htm'],
	],
	],
	['Events', null, null,
		['Stanford Hall 06', 'stan06.htm'],
		['Curborough 05', 'curborough2005.htm'],
	['Stanford Hall 05', 'stanford05.htm'],
	['Castle Combe 04', 'castlecombe04.htm'],
	['Gainsborough03', 'gainsborough.htm'],
	['National Camp 03', 'trowbridge.htm'],
	['Castle Combe 03', 'castlecombe.htm'],
		['Melnik 2000', 'melnik.htm'],
	],
	['Other', null, null,
		['Problem solving', null, null,
			['Waterleaks', 'leaks.htm', 
			],
			['Head facts', 'webb.htm', 
			],
			['Experience', 'rytkonen.htm'],
	],
		['Submissions', null, null,
			['Joseph Mullin', 'mullinmarque.htm', 
			],
			['David Gudgeon', 'gudgeon.htm', 
			],
			['Ray Sterling', 'sterling.htm', 
			],
			['Joseph Mullin', 'mullin.htm'],
		],
	],
];