function cancella(nome){
		if (document.getElementById(nome).value == nome){
			document.getElementById(nome).value = '';		
		}
}
