window.onerror = errHandler;
function MLOver(was)
{if (document.all || document.documentElement || window.opera)
{was.style.backgroundColor = "#CCEBB9";}
}

function MLOut(was)
{if (document.all || document.documentElement || window.opera){was.style.backgroundColor = "#99D47F";}}

function MLGo(was)
{self.location = was;}

function errHandler()
{return true;}

function retFalse()
{if (!window.opera)return false;}

function tdOut(Element)
{Element.style.backgroundColor='#99D47F';}

function tdOver(Element)
{Element.style.backgroundColor='#00213A';}

function tdClick(Element)
{Element.children[0].click();}

function ShowAni()
{	/*if (window.createPopup)	{		Slogan.style.filter = "progid:DXImageTransform.Microsoft.Wipe(GradientSize=1, Slidetyle=1, motion='forward')";		Slogan.filters[0].apply();		Slogan.style.visibility = "visible";		Slogan.filters[0].play(2);	}	else*/ if (document.documentElement)	{		document.getElementById("Slogan").style.visibility = "visible";		setTimeout("RemoveAni()",3000);	}}

function RemoveAni(){	/*if (window.createPopup)	{		Slogan.filters[0].apply();		Slogan.style.visibility = "hidden";		Slogan.filters[0].play(1.3);		setTimeout("Slogan.style.filter = \"\"",2000);	}	else*/ if (document.documentElement)	{		document.getElementById("Slogan").style.visibility = "hidden";	}}
