
/* --- menu items --- */
var MENU_ITEMS = [
		
	['<br>Home','/default.htm',null,
		['Search','/search.htm']
			],
	['About<br>Mageu Number One','/about.htm',null,
					],
	['<br>Products','/products.htm',null,
		['Mageu Number One','/products/prod1.htm'],
		['Mnandi Amahewu','/products/prod2.htm'],
		['Phuzimpilo, Sizwe & Super Mageu','/products/prod3.htm'],
		],

	['Marketing<br>Activities','/marketing.htm',null,
		['Recipes','/recipes.htm'],
		],
	['Contact<br>Information','/contact_us.htm',null,null]

];