var MENU_ITEMS = [
	['Company', "", {'bw':169},
		['Company Overview', "about.html"],
		['Our People', "people.html"],
		['Our Philosophy', "philosophy.html"]
	],		
	['Services', "", {'bw':159},
		['Research and Development', "rand.html"],
		['Custom Manufacturing', "manuf.html"],
		['Consulting and Training', "consult.html"]
	],
	['Products', "", {'bw':161},
		['Product Overview', "overview.html"],
		['EcoFungi', "EcoFungi.html"],
		['EcoFlora', "EcoFlora.html"],
		['EcoBac', "EcoBac.html"],
		['EcoVigor', "EcoVigor.html"],
		['EcoNutrient', "EcoNutrient.html"],
		['EcoSil', "EcoSil.html"],
		['EcoAqua', "EcoAqua.html"],
		['EcoDigest', "EcoDigest.html"],
		['EcoPro', "EcoPro.html"],
		
	],
	['Results', "", {'bw':147},
		['Product Results', "results.html"],
	],
	['Contact', "", {'bw':147},
		['EcoMicrobials USA', "contact_us.html"],
		['Distributors', "distributors.html"]
	]
];

