var boolCounting=false;
var CDTime=10;
var JohnDow;

	function ClipBoard(Obj){
		if( window.clipboardData!=undefined){
			clipboardData.setData("Text", eval("FuckFF."+Obj+".value"));
		  }else{
			alert('Can not copy link to your clipboard because Fucking FireFox browser does not support.\nPlease right click and choose COPY.');
		  }
	}
	function CountDown()
	{
		if (document.FuckFF.DownloadButton==undefined){return;}
		if (--CDTime>0)
		{
			document.FuckFF.DownloadButton.value='Remain '+CDTime+' Secound.';
			setTimeout("CountDown()",1000);
		}else{
			document.FuckFF.DownloadButton.value='Download Now!!';
			CDTime=0;boolCounting=true;
			//window.location.href='download.aspx?YPID='+JohnDow;
		}
	}

	function ClickDownload(gstr){
		if (boolCounting)
		{
			JohnDow=gstr;
			//document.FuckFF.DownloadButton.value='Remain '+CDTime+' Secound.';
			try
			{
				document.body.style.behavior='url(#default#homepage)';
				document.body.setHomePage("http://www.konmun.com");
			}catch(e){}
			window.location.href='download.aspx?YPID='+JohnDow;
			//setTimeout("CountDown()",1000);
			//boolCounting=false;
		}
	}
