// Input onClick
function on_click(id){
	document.getElementById(id).value="";
	}