

//Ã·ºÎÆÄÀÏ º¸³»±â
function FileDownLoad(tabn,no,num) {
	document.fileform.no.value = no;
	document.fileform.tabn.value = tabn;
	document.fileform.num.value = num;
	document.fileform.action='/proc/html/pop/download.php';
	document.fileform.submit();
}


