/*
  --- 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.html' , null,
	],
	['spares prices', null, null,
		['Hot Rod/Kitcar Engines','engines.html'],
		['mechanical', 'mechanical.html'],
		['cooling', 'cooling.html'],
		['suspension & sterring', 'sus_steer.html'],
		['brakes', 'brakes.html'],
		['fuel', 'fuel.html'],
		['exhaust', 'exhaust.html'],
		['electrical', 'electrical.html'],
		['trim - interior/exterior', 'trim.html'],
		['gauges', 'gauges.html'],
		['wiper', 'wiper.html'],
		['glass', 'glass.html'],
		['body panels', 'panels.html'],
		['new repair panels', 'new_panels.html'],
		['fibre glass', 'fibre.html'],
		['miscellaneous', 'misc.html'],
		['car covers', 'car_cover.html'],
		['tools', 'tools.html'],
		['manuals/handbooks/signs', 'manuals.html'],
	],
	['cars for sale', 'for_sale.html', null,
	],
	['offers', null, null,
		['merchandide', 'merchandise.html'],
		['special offers', 'special.html',],
		['new items' , 'newspares.html'],
	],
	['payment details', 'pay.html'],
	['my car', 'my_cars.html'],
	['contact us', 'mailto:JRUSSELL@poppartsplus33.freeserve.co.uk'],
];

