// Made by SMS for his main menu
// mainmenu.js
var msg
function mouseOn(obj,msg,sd)
{
	/*
	if (sd==1)
	{obj.style.borderRightColor="999999";}
	else if (sd==2)
	{obj.style.borderLeftColor="999999";}
	else
	{
	obj.style.borderRightColor="999999";
	obj.style.borderLeftColor="999999";
	}
	*/

	window.status=msg;
	//return ture;
}

function mouseOff(obj)
{
	/*
	obj.style.borderRightColor="white";
	obj.style.borderLeftColor="white";
	*/
	window.status=" ";
}
