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