/*
  --- 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 = [
	['Pulley Kits', 'pulley.asp', null,],
	['Roller Rockers', 'rocker.asp', null,],
	['3" Exhaust', 'exhaust.asp', null,],
	['Cooling', null, null,
		['Heat Shield', 'heatshield.asp'],
		['Thermostat','thermo.asp'],
		['Type S Cold Air Intake Kit','coldairtypes.asp'],
		['Type R Cold Air Intake Kit','coldair.asp'],
		['Intercooler Adaptor Plate','coolerplate.asp'],
		['Intercooler Front Mount','coolerplumbing.asp'],
		['Intercooler Accessory Kit','coolerkit.asp']
	],
	['Electrics', null, null,
		['Multicolour Boost Gauge','boostgaugecolour.asp'],
		['Kalmaker EMS','kalmaker.asp']
	],
];


