/* Tigra Menu items structure */
var MENU_ITEMS = [
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home', 'index.html'],
	['   About Us  ', null, null,
		['Who We Are', 'who.htm'],
		['Trade Shows', 'tradeshows.htm'],		

		['Support', 'support.htm'],
		['Training', 'training.htm'],
		['Warranties', 'warranties.htm'],		
		['Press', 'press.htm'],
		['What\'s New', 'new.htm']
	],
	[' Information ', null, null,
		['FAQs', 'faq.htm'],
		['Manuals - Specs - Catalogs', 'manuals.htm'],
		['MSDS - CAD - Testing', 'msds-cad-test.htm'],
		['Layout Designs', 'layouts.htm'],
		['Shipping - Returns', 'ship.htm']
	],
['   Gallery  ', null, null,
		['Videos', 'videos.htm'],
		['Slideshows', 'slideshows.htm']
	],
['   Products  ', 'products.htm', null,
		['Snow Machines', 'snowmach.htm'],
		['Real Snow', 'snowmagic.htm'],
		['Snow Decor', 'snowdecor.htm'],
		['Cryo / Fog / Smoke Machines', 'fogmistmach.htm'],
		['Foam / Bubble Machines', 'foambubbmach.htm'],
		['Flogos', 'flogos.htm'],
		['Scent Machines', 'scentmach.htm'],
		['Fluids', 'fluids.htm'],
		['Props / Set Design', 'props.htm'],
['Accessories', 'access.htm']
],
	['  Contact Us ', null, null,
		['Headquarters', 'contact.htm'],
		['Worldwide', 'offices.htm']
	],

	['Shopping Cart', 'cart.php']
];
