function download_file(filename){
	
	window.open('member_download.asp?FileName='+filename,'_self');
}

