/* Tigra Menu items structure */ 

var MENU_ITEMS = [ 
				  
['Home', 'index.php', {'sw':70}],

['Grocery Carts', 'grocery_carts.php', {'sw':82}, 
	['EZcart®', 'ezcart.php'], 
	['EXpress3500', 'express3500.php'], 
	['EXpress3555', 'express3555.php'],
	['EXpress3560', 'express3560.php'], 
	['EXpress5050', 'express5050.php'],
	['EXpress6000', 'express6000.php'],
	['EXpress6050', 'express6050.php'],
	['EZtote®646', 'eztote646.php'],
	['EZtote®848', 'eztote848.php'], 
	['Plastic Carts', 'plastic_carts.php',, 
	 	['V - Series Small', 'plastic_carts_v_series_small.php'], 
		['V - Series Medium', 'plastic_carts_v_series_medium.php'], 
		['V - Series Large', 'plastic_carts_v_series_large.php'], 
		['H - Series Small', 'plastic_carts_h_series_small.php'], 
		['H - Series Large', 'plastic_carts_h_series_large.php'] ],
	['Metal Wire Carts', 'wire_carts.php',, 
	 	['Wire Cart 85L', 'wire_carts_85L.php'],
		['Wire Cart 140L', 'wire_carts_140L.php'],
		['Wire Cart 160L', 'wire_carts_160L.php'], 
		['Wire Cart 180L', 'wire_carts_180L.php'], 
		['Kiddy EZCart®', 'kiddy_cart.php'],
		['Kiddy Wire Cart', 'kiddy_wire_cart.php'] ] ],
	['Hardware Carts', 'hardware_carts.php', {'sw':92}, 
		['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'],
		['Lumber Cart', 'lumber_cart.php'], 
		['Material Handling', 'eztote7150.php'],
		['Mobile Station', 'mobile_work_station.php'], 
		['U-Boat', 'uboat.php'],
		['Platform Cart', 'platform_cart_2446.php'],
		['EZtote®385', 'eztote385.php'] ],
	['Utility Carts', 'utility_carts.php', {'sw':75}, 
	 	['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'],
		['EZtote®985', 'eztote985.php'], 
		['EXpress3540', 'express3540.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},
	 	['Plastic Baskets 13L', 'hand_baskets_plastic_13_liter.php'],
		['Plastic Baskets 28L', 'hand_baskets_plastic_28_liter.php'], 
		['Wire Handle Baskets 26L', 'hand_baskets_plastic_wire_handle_26_liter.php'], 
		['Wire Handle Baskets 28L', 'hand_baskets_plastic_wire_handle_28_liter.php'], 
		['Wire Handle Baskets 30L', 'hand_baskets_plastic_wire_handle_30_liter.php'], 
		['Wire Metal Baskets', 'hand_baskets_wire_metal.php'],
		['Rolling Baskets', 'hand_baskets_plastic_rolling_43_liter.php'], 
		['Totes', 'plastic_totes.php'] ], 
	['Accessories', 'accessories.php', {'sw':71}], 
	['Company', 'company.php', {'sw':63}, 
	 	['Company Info', 'company.php'], 
		['Press Releases', 'press.php'] ],
	['Corrals', 'cart_corrals.php', {'sw':51},
		['EZcart® Station', 'cart_corral_ezcart_shopping_station.php'],
	 	['EZcart® Standard', 'cart_corral_ezcart_standard.php'], 
		['Corral #560-000', 'cart_corral_560-000.php'], 
		['Corral #560-010', 'cart_corral_560-010.php'], 
			['Corral #560-012', 'cart_corral_560-012.php'],
			['Corral #560-020', 'cart_corral_560-020.php'], 
			['Corral #560-021', 'cart_corral_560-021.php'],
			['Corral #560-030', 'cart_corral_560-030.php'], 
			['Corral #560-060', 'cart_corral_560-060.php'] ],
	['Contact', 'contact.php', {'sw':51}], 
	['Safety/Maint', 'safety_maint_guide.php', {'sw':81}], 
	['Customer Service', 'customer_service.php', {'sw':105},
			['Custom Logos', 'custom_logos.php'] ], 
	['Quote Request', 'quote_request.php', {'sw':99}], 
	['Search', 'search.php', {'sw':54},
	['Grocery Carts', 'grocery_carts.php'], 
	['Hardware Carts', 'hardware_carts.php'],
	['Utility Carts', 'utility_carts.php'] 
] ];