window.onerror = errHandler;
function MLOver(was){if (document.all || document.documentElement || window.opera){was.style.backgroundColor = "#FFE1DD";}}
function MLOut(was){if (document.all || document.documentElement || window.opera){was.style.backgroundColor = "#EEEEEE";}}
function MLGo(was){parent.frames['content'].location = was;}function errHandler(){return true;}function retFalse(){if (!window.opera)return false;}function tdOut(Element){Element.style.backgroundColor='#EEEEEE';}function tdOver(Element){Element.style.backgroundColor='#FFE1DD';}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";	}}
function OpenCenterWin(URL, Name, Width, Height)
{	var wWidth = Width;
	var wHeight = Height;
	var wLeft = screen.availWidth/2 - wWidth/2;
	var wTop = screen.availHeight/2 - wHeight/2;
	NewCenterWin = window.open(URL,Name,'width=' + wWidth + ',height=' + wHeight + ',screenX=' + wLeft + ',screenY=' + wTop + ',left=' + wLeft + ',top=' + wTop + ',scrollbars=yes,status=yes,resizable=yes,menubar=no,toolbar=no');
	NewCenterWin.focus();
}
