
/* --- menu items --- */
var MENU_ITEMS = [
		
	['<br>Home','/default.htm',null,
		['Search','/search.htm']
	],
	['About<br>Ruto Mills',null,null,
		['Company Profile','/profile.htm'],
		['History','/history.htm'],
		['Production','/production.htm']
	],
	['<br>Products',null,null,
		['Maize','/products/maize.htm'],
		['Wheat','/products/wheat.htm'],
		['Pre-Mix','/products/premix.htm']

	],
	['Distributors<br>& Depots','/depots.htm',null],

	['<br>Contact Us','/contact_us.htm',null]
	];