document.cookie="mymalespage="+window.location;
if (window.name != "Main") {
	window.top.location.replace("frames.html");
}
function menuReset(which)	{
	myMenu=window.parent.Menu.document.getElementsByTagName("TD");
	for (var x=0; x<myMenu.length; x++)	{
		myMenu[x].className="out";
		}
		window.parent.Menu.document.getElementById(which).className="loaded";
		window.parent.Menu.here=which;
	}