var MI_suv = [
	['', null, null,
		['<img src="/images/dots/dots_blue.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">Mud Flaps', '/suv/mudflaps/'],
		['<img src="/images/dots/dots_blue.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">Floor Mats', '/suv/dealermats/'],
		['<img src="/images/dots/dots_blue.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">All Purpose Mats', '/suv/all_purpose/'],
		['<img src="/images/dots/dots_blue.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">Step Hitch', '/suv/bumper/'],
		['<img src="/images/dots/dots_blue.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">Hitch Covers', null, null,
		 	['Aluminum', '/suv/hitch/aluminum.php'],
			['Premium', '/suv/hitch/premium.php'],
			['Standard', '/suv/hitch/standard.php'],
		 ],
		['<img src="/images/dots/dots_blue.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">GM Spare Tire Lock Cover', '/suv/spare_tire_lock/'],
		['<img src="/images/dots/dots_blue.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">Domed Decals', '/suv/domed_decals/'],
		['<img src="/images/dots/dots_blue.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">Retail Accessories', '/suv/retail/'],
		['<img src="/images/dots/dots_blue.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">Tire Covers', '/suv/tire/'],
		['<img src="/images/dots/dots_blue.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">License Plate Frames/Inserts', '/suv/license/'],
	],
];

var MI_truck = [
	['', null, null,
		['<img src="/images/dots/dots_green.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">Floor Mats', null, null,
		 	['Freightliner/Sterling/Western Star', '/trucks/floormats/fsw.php'],
			['International', '/trucks/floormats/international.php'],
			['Volvo/Mack', '/trucks/floormats/volvo_mack.php'],
			['Peterbilt', '/trucks/floormats/peterbilt.php'],
			['Kenworth', '/trucks/floormats/kenworth.php'],
			['Hino', '/trucks/floormats/hino.php'],
			['GMC Medium-Duty Trucks', '/trucks/floormats/gmc.php'],
			['Custom Made Mats', '/trucks/floormats/custom.php'],
			['NCAA Licensed Mats', 'http://www.giantam.com/client/collegemats/'],
		 ],
		['<img src="/images/dots/dots_green.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">Mud Flaps', '/trucks/mudflaps/'],
		['<img src="/images/dots/dots_green.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">Domed Decals', '/trucks/domed_decals'],
		['<img src="/images/dots/dots_green.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">Step Hitch', '/trucks/bumper'],
		['<img src="/images/dots/dots_green.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">Hitch Covers', null, null,
		 	['Aluminum', '/trucks/hitch/aluminum.php'],
			['Premium', '/trucks/hitch/premium.php'],
			['Standard', '/trucks/hitch/standard.php'],
		 ],
		['<img src="/images/dots/dots_green.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">License Plate Covers', '/trucks/license/'],
		['<img src="/images/dots/dots_green.gif" border="0" style="float:left; margin-left:-2px; padding-right:2px">Testimonials', '/testimonials'],
	],
];