/* Tigra Menu items structure */

var MENU_ITEMS = [

	['Roll-Up Covers', '/index.php/products/', null,

		['Access', '/index.php/products/category/C9/'],

		['Access Limited', '/index.php/products/category/C30/'],

		['Access Toolbox', '/index.php/products/category/C31/'],

		['Access Lorado', '/index.php/products/category/C11/'],

		['Access LiteRider', '/index.php/products/category/C22/'],

		['Access Vanish', '/index.php/products/category/C103/'],

		['Access TonnoSport', '/index.php/products/category/C182/']

	],

	['Snow Plows', '/index.php/products/category/C137/', null,

		['SnowSport HD', '/index.php/products/category/C24/'],

		['SnowSport 180', '/index.php/products/category/C100/'],

		['SnowSport All Terrain', '/index.php/products/category/C26/'],

		['SnowSport ZTR', '/index.php/products/category/C158/'],

		['SnowSport HDS', '/index.php/products/category/C159/']

	],

	['Accessory Products', '/index.php/products/category/C20/', null,

		['TrailSeal Tailgate Gasket', '/index.php/products/category/C90/'],

		['TrailSeal Total Bed Seal', '/index.php/products/category/C156/'],

		['Truck Bed Pocket HD', '/index.php/products/category/C89/'],

		['Truck Bed Pocket G2', '/index.php/products/category/C157/'],

		['EZ-Retriever', '/index.php/products/category/C134/'],

		['Hand Cuffs', '/index.php/products/category/C160/']

	],

	['Roll Tarps', '/index.php/products/category/C10/', null,

	 	['AutoLock Electric', '/index.php/products/category/C168/'],

		['SRT-2 Manual', '/index.php/products/category/C35/'],

		['SRT-2 Electric', '/index.php/products/category/C36/'],

		['EZ-LOC Manual', '/index.php/products/category/C37/'],

		['EZ-LOC Electric', '/index.php/products/category/C38/'],

		['Side Locking Tarp', '/index.php/products/category/C187/'],	

		['Fitted Tarps', '/index.php/products/category/C161/'],

		['Replacement Parts', '/index.php/products/category/C167/']

	]

];

