/* --- menu items --- */
var MENU_ITEMS = [
	['<img border=0 src="images/button-home.jpg">', 'index.html'],
	['<img border=0 src="images/button-about.jpg">', null,
		['Press Releases', 'press.html'],
		['History', 'history.html'],
		['Mission/Vision Statement', 'mission.html'],
		['Employment', 'employment.html'],
	],
	['<img border=0 src="images/button-products.jpg">', null,
		['OEM/Industrial', 'oemi.php'],
		['OEM/Biotech', 'oemb.php'],
		['Health & Safety', 'health.php'],
		['HVAC', 'hvac.php'],
		['Greenhouse', 'greenhouse.php'],
		['Process Control', 'process.php'],
	],
	['<img border=0 src="images/button-reference.jpg">', null,
		['Data Sheets / Spec Sheets', 'datasheets.php'],
		['Application Notes', 'appnotes.php'],
	],
	['<img border=0 src="images/button-support.jpg">', null,
		['Contact', 'contact.html'],
		['FAQ', 'faq.php'],
		['Customer Interface Application', 'cia.php'],
		['Privacy Policy', 'privacy.html'],
	],
	['<img border=0 src="images/button-finder.jpg">', 'index.html#productfinder'],
];
