// JavaScript Document

function raz(nom){
	document.getElementById(nom).value="";
}
