/*
  --- 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.php'],
	['Equipment', '', null,
		['Bulk Boxes', 'boxes.php'],
		['Harvester', 'harvester.php'],
		['Portable Airhead', 'portable_airhead.php'],
		['High Pressure Washer', 'h_pressure.php'],
		['Planter', 'planter.php'],
		['Potato Piler', 'piler.php'],
		['Sewing Machine', 'sewing.php'],
		['Snow Blower', 'blower.php'],
		['Tank', 'tank.php'],
		['Windrower', 'windrower.php'],
	],
	['Services & Parts', '', null,
		['Motors', 'motors.php'],
		['Services', 'services.php'],
		['Suppliers', 'suppliers.php'],
	],
	['Used', 'used.php'],
	['Contact us', 'contact.php'],
	['Français', 'accueil.php'],
];


