/* --- menu items --- */

var MENU_ITEMS = [
	['Home', 'index.html', '_self'],
	['About Us', 'about.htm', '_self'],
        ['Products', null, '_self',
		['Reagents','reagents.htm', '_self'],
		['Industrial Acids','acids_industrial.htm', '_self'],
		['Sodiums','sodiums.htm', '_self'],
		['Solvents & Alcohols','solvents_and_alcohols.htm', '_self'],
		['Water Treatment','water_treatment.htm', '_self'],
           	['Miscellaneous','miscellaneous.htm', '_self'],
		//['Other','other.htm', '_self']
	],	
	['Contact Us', 'contact.htm', '_self'],
        ['Ordering Options', null,'_self',
		['Quote Form','quote_form.htm', '_blank'],
		['Order Form','order_form.htm', '_blank'],
		['Catalog Order Form','catalog_order_form.htm', '_blank'],
		['Secure Access Site','/secure_site/secure.shtml', '_blank'],
		],
	['Search', 'search_site.htm', '_self'],
	
];