// Notes: This script is free. Visit official site for further details.
// URL: http://www.softcomplex.com/products/tigra_menu/
// Modified By : Rocky 

/*
  --- menu items --- 
..
*/
var MENU_ITEMS = [
	
	['HOME', '../index.html'],
	
	['HISTORY',null, '2',
	 	['Cub Cadet', '../history/history.html'],
		['NEWS', '../news/news.html'],
	],		

	['MODELS', null,'7',  
	 	['MODEL LIST', '../models/modellist.html'],
		['1000 SERIES', '../models/1000series.html', '3',
			['LT1042', '../models/LT1042.html'],
			['LT1046', '../models/LT1046.html'],
			['SPEC COMPARISON TABLE', '../spectable/1000_1500_series.html'],
		],
		['1500 SERIES','../models/1500series.html','2',
			['SLT1554', '../models/SLT1554.html'],		
			['SPEC COMPARISON TABLE', '../spectable/1000_1500_series.html'],
		],
		['2500 SERIES', '../models/2500series.html', '3',
			['GT2544', '../models/GT2544.html'],
			['GT2550', '../models/GT2550.html'],
			['SPEC COMPARISON TABLE', '../spectable/2500_3000_series.html'],
		],
		['3000 SERIES','../models/3000series.html','2',
			['GT3200', '../models/GT3200.html'],		
			['SPEC COMPARISON TABLE', '../spectable/2500_3000_series.html'],
		],
		['ZEROTURNS','../models/zeroturns.html','6',
			['i1050', '../models/i1050.html'],
			['RTZ42', '../models/RZT42.html'],
			['Z-FORCE', '../models/ZFORCE.html'],
			['Z-WING', '../models/ZWING.html'],
			['TANK', '../models/TANKS.html'],
			['SPEC COMPARISON TABLE', '../spectable/zeroturns_utility.html'],
		],
		['SPECIFICATION TABLES', '../spectable/spectables.html'],
	],
	
	['ACCESSORIES', null,'3', 
		['PRODUCTS', '../accessories/accessories.html', '8',
			['Broadcast Spreader', '../accessories/accessories.html#broadcastspreader'],
			['Bumper Kit', '../accessories/accessories.html#bumperkit'],
			['Collection System', '../accessories/accessories.html#collectionsystem'],
			['Lawn Aerator', '../accessories/accessories.html#lawnaerator'],
			['Lawn Sweeper', '../accessories/accessories.html#lawnsweeper'],
			['Decks', '../accessories/accessories.html#decks'],
			['Utility Trailer', '../accessories/accessories.html#utilitytrailer'],
			['Poly Trailer', '../accessories/accessories.html#polytrailer'],
		],
		['ACCESSORY COMPATIBILITY', '../accessories/accesstab.html'],
		['PRODUCT CATALOGUES', '../catalogues/catalogue.html'],
	],
	

		['FEATURES', '../features/features.html','15',
		['5-Yr Warranty', '../features/features.html#warranty'],
		['12-Volt Adapter', '../features/features.html#adapter'],
		['Cast-Iron Transmission', '../features/features.html#transmission'],
		['CycloCut System', '../features/features.html#cyclocut'],
		['Extended Life Construction', '../features/features.html#elc'],
		['Deck Wash', '../features/features.html#deckwash'],
		['Electric PTO', '../features/features.html#electricpto'],
		['Floating Deck', '../features/features.html#floatingdeck'],
		['Heavy-Duty Steel Frame', '../features/features.html#steelframe'],
		['Hydrostatic Transmission', '../features/features.html#hydrotrans'],
		['Pivoting Front Axle', '../features/features.html#frontaxle'],
		['PowerShaft', '../features/features.html#powershaft'],
		['RevTEK', '../features/features.html#revtek'],
		['Shaft-Drive', '../features/features.html#shaftdrive'],
		['Tool-Free Deck', '../features/features.html#quickattach'],
	],	
	
	['WARRANTY', '../warranty/warranty.html'],
	
	['DEALERS', '../dealers/dealers.html'],
	
	['CONTACT', '../contactus/contactus.html'],
];

