
function download(filename){	
	//window.open ("download_file.html","download window")
	window.open("admin/download_file_register.php?flname="+filename,"mywindow","menubar=0,resizable=0,width=350,height=400");
}
