var isShowLayer = true;

onload = function(){
	document.beMemberFrm.Account.focus();
	ShowLayer();
}

function ShowLayer(){
	return false;
	if(isShowLayer == false)return false;
	var strWidth = "300";
	var strHeight = "150";
	var strFile = "/inc/NewYear.swf";
	var strExit = "/inc/Exit.png";
	var strCon = "<div id=\"yearFalsh\" style=\"position:absolute; left: 150px; top: 375px; text-align: center; vertical-align: middle; z-index: 999\"><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\""+strWidth+"\" height=\""+strHeight+"\" id=\"myFlash\"><param name=\"wmode\" value=\"transparent\"><param name=\"allowScriptAccess\" value=\"sameDomain\">	<param name=\"movie\" value=\""+strFile+"\"><param name=\"quality\" value=\"high\"><embed src=\""+strFile+"\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\""+strWidth+"\" height=\""+strHeight+"\" name=\"myFlash\"></embed></object>";
	document.body.innerHTML = document.body.innerHTML + strCon;
	//setTimeout("HiddenLayer()", 9000);
}

/*function HiddenLayer(){
	document.getElementById("yearFalsh").style.display = "none";
	document.beMemberFrm.Account.focus();
}*/

