function show_upload(){
	document.getElementById('kep').innerHTML="<input type='file' id='kep_path' name='kep_path' style='border: 1px solid #9fc953;'>";	
}

