top.location.href = "http://www.mahecas.info";

MenuText = new Array;
MenuText[0] = "Home.";
MenuText[1] = "Full site menu.";
MenuText[2] = "What's new on the site?";
MenuText[3] = "Contact Mahecas UK.";
MenuText[4] = "Search this site or the Internet.";
MenuText[5] = "Links to other Internet sites.";

MenuText[10] = "Introduction to Mahecas UK.";
MenuText[11] = "Achievements of Mahecas UK.";
MenuText[12] = "Past and Future Events.";
MenuText[13] = "Online Newsletters.";
MenuText[14] = "Malawi Information.";

function menuOn(menuID)
{
	window.status = MenuText[menuID];
	mT = setTimeout("window.status=''",2000);
	return true;
}

function wOpen(oFile, oWidth, oHeight)
{
	if(oWidth=="") {oWidth=600;}
	if(oHeight=="") {oHeight=400;}
	Wndw = window.open(oFile, "MyWndw", "toolbar=no, directories=no, location=no, menubar=no, scrollbars=yes, width=" + oWidth + ", height=" + oHeight + ", resizeable=yes");
}
