
/* --- menu items --- */
var MENU_ITEMS = [
		
	['Home','index.html'],
	['About us','about.html',null,
	['Why Prime Turf?','whyprime.html'],
	['Core Values','core.html']],
	['In the news','news.html'],
	['Products','products.html',null,
	['Liquid Chemicals','liquidchem.html',null,
	['pH Control','phcontrol.html'],
	['Fertigation','fertigation.html']],
	['Injection Equipment','equipment.html',null,
	['pH Control Units','phcontroleq.html'],
	['Fertigation Units','fertigationeq.html']],
	['Irrigation Monitors and Alarms','monitors.html'],
	],
	['Customer Care','customer.html',null,
	['Buy and Trade','buy1.html'],
	['Free Optimization','optimize1.html',null,
	['Performance Optimization','pop.html']],
	['Service and Support','service.html'],
	['Special Offers','special.html']],
	['Industry Links','links.html'],
	['Downloads','download.html'],
	['Contact Us','contact_us.htm']
];
	