/* Tigra Menu items structure */
var MENU_ITEMS = [

	['Home', 'index.php', {'sw':51}],


	['Grocery Trolleys', 'grocery_trolleys.php', {'sw':88},
			['EZcart®', 'ezcart.php'],
			['EXpress3500', 'express3500.php'],
			['EXpress3555', 'express3555.php'],
			['EXpress3560', 'express3560.php'],
			['EXpress5050', 'express5050.php'],
			['EXpress6000', 'express6000.php'],
			['EZtote®646', 'eztote646.php'],
			['EZtote®848', 'eztote848.php'],
		    ['Plastic Trolleys', null,,
				['H - Series Small', 'plastic_trolleys_h_series_small.php'],
				['H - Series Large', 'plastic_trolleys_h_series_large.php'],
				['V - Series', 'plastic_trolleys_v_series_medium.php']
			],
			['Kiddy EZCart®', 'kiddy_trolley.php'],
			['Kiddy Wire Trolley', 'kiddy_wire_trolley.php']
	],

	['Hardware Trolleys', 'hardware_trolleys.php', {'sw':98},
		['EZtote®450', 'eztote450.php'],
		['EZtote®580', 'eztote580.php'],
		['EZtote®580-55', 'eztote580_55.php'],
		['EZtote®670', 'eztote670.php'],
		['EZtote®680', 'eztote680.php'],
		['EZtote®770', 'eztote770.php'],
		['EZtote®780', 'eztote780.php'],
		['EZtote®848', 'eztote848.php'],
		['EZtote®875', 'eztote875.php'],
	    ['Timber Trolley', 'timber_trolley.php'],
	    ['Material Handling', 'eztote7150.php'],
		['Mobile Station', 'mobile_work_station.php'],
		['U-Boat', 'uboat.php'],
		['Platform Trolley', 'platform_trolley_2446.php'],
	    ['EZtote®385', 'eztote385.php']

	],

	['Utility Trolleys', 'utility_trolleys.php', {'sw':81},
		['EZtote®440', 'eztote440.php'],
		['EZtote®540', 'eztote540.php'],
		['EZtote®545', 'eztote545.php'],
		['EZtote®580', 'eztote580.php'],
		['EZtote®646', 'eztote646.php'],
		['EZtote®770', 'eztote770.php'],
		['EZtote®780', 'eztote780.php'],
		['EZtote®848', 'eztote848.php'],
		['EZtote®875', 'eztote875.php'],
	    ['EXpress3500', 'express3500.php'],
	    ['Material Handling', 'eztote7150.php'],
		['Mobile Station', 'mobile_work_station.php'],
		['U-Boat', 'uboat.php']

	],

	['Baskets/Totes', 'baskets_and_totes.php', {'sw':88},
		['Large Plastic Baskets', 'hand_baskets_plastic_28_litre.php'],
		['Wire Handle Baskets', 'hand_baskets_plastic_wire_handle_28_litre.php'],
		['Small Plastic Baskets', 'hand_baskets_plastic_13_litre.php'],
		['Wire Metal Baskets', 'hand_baskets_wire_metal.php'],
		['Rolling Baskets', 'hand_baskets_plastic_rolling_43_litre.php'],
		['Totes', 'plastic_totes.php']
	],
	['Accessories', 'accessories.php', {'sw':65}],
	['Company', 'company.php', {'sw':55},
		['Company Info', 'company.php'],
		['Press Releases', 'press.php']
	],
	['Trolley Bays', 'trolley_bays.php', {'sw':70},
		['EZcart® Station', 'trolley_bay_ezcart_shopping_station.php'],
		['EZcart® Standard', 'trolley_bay_ezcart_standard.php'],
		['Bay #560-000', 'trolley_bay_560-000.php'],
		['Bay #560-010', 'trolley_bay_560-010.php'],
		['Bay #560-021', 'trolley_bay_560-021.php'],
		['Bay #560-022', 'trolley_bay_560-022.php'],
		['Bay #560-030', 'trolley_bay_560-030.php'],
		['Bay #560-040', 'trolley_bay_560-040.php']
	],
	['Contact', 'contact.php', {'sw':49}],
	['Safety/Maint', 'safety_maint_guide.php', {'sw':77}],
	['Customer Service', 'customer_service.php', {'sw':105}],
	['Quote Request', 'quote_request.php', {'sw':99}],
	['Search', 'search.php', {'sw':54},
		['Grocery Trolleys', 'grocery_trolleys.php'],
		['Hardware Trolleys', 'hardware_trolleys.php'],
		['Utility Trolleys', 'utility_trolleys.php']
	]
];
