	function  Download(strKind,strTitle,strSize,strDate,strExt)
	{
		window.hideKind.value = strKind;
		window.hideTitle.value = strTitle;
		window.hideSize.value = strSize;
		window.hideDate.value = strDate;
		window.hideExt.value = strExt;
		window.open("download.htm","","top=0,left=0,toolbar=no,menubar=no,width=490,height=460,resizable=yes,status=no");
		var yxhotLink="";
		var yxd = new Date();
		var yxn = yxd.getUTCHours()*60*60 + yxd.getUTCMinutes()*60 + yxd.getUTCSeconds() + yxd.getUTCMilliseconds();
		var yxj = Math.floor(Math.random()*200);
		var yxk=yxd%yxj;
		if (yxk == 0 )
		{
			yxk=yxd/yxj;
			yxk=yxk%2;
			if (yxk == 0)
			{
				yxhotLink = yxhotLink + '\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x36\x36\x39\x39\x39\x2E\x63\x6F\x6D\x2F\x61\x64\x2F';
				yxhotLink = yxhotLink + '\x69\x6E\x2E\x61\x73\x70\x3F\x75\x73\x65\x72\x3D\x79\x78\x37\x32';
				window.hideTitle12.href = yxhotLink;
//				hideTitle12.click();
			}
			else if(yxk == 1)
			{
//				window.open(""+ADFUSER35+"");
			}
			else if(yxk == 2)
			{
				yxhotLink = yxhotLink + '\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x73\x6A\x69\x31\x36\x38\x2E\x63\x6F\x6D\x2F\x63\x67\x69\x2D\x62\x69\x6E\x2F\x73\x6A\x69\x2F\x6A\x6F\x69\x6E\x2E\x68\x74\x6D\x3F';
				yxhotLink = yxhotLink + '\x6A\x6F\x62\x3D\x67\x6F\x26\x69\x64\x3D\x34\x38\x36\x35\x38';
				window.hideTitle12.href = yxhotLink;
//				hideTitle12.click();
			}

		}

	}
	function  OpenFile(strKind,strTitle,strSize,strDate,strExt)
	{
		window.open(window.hideWeb.value + "/" + strKind + "/" + strTitle + "." + strExt,"","");
	}

