// JavaScript Document
function goDownload(file, encpwd){
	document.cookie = file+","+encpwd;
	location.href = "download.htm";
}