/*
  --- menu items ---
	menu creations for QEA Chemicals
	version 1.0
	updated 2005/04/08
	Ian McWilliam
*/
var MENU_ITEMS = [
	['Home', 'http://www.qea.com.au/'],
	['Site Menu', null, null,
		['Vet / Pharmaceutical', 'http://www.qea.com.au/vet_pharm.html'],
		['Aviation and Machinery', 'http://www.qea.com.au/aviation_machine.html'],
		['Food Production', 'http://www.qea.com.au/food_production.html'],
	],
	['Contact', null, null,
		['Sales Information', 'http://www.qea.com.au/sales_info.html']
	],
];

