	function efface_contenu(monForm,texteInitial)	{		if(monForm.textfield2.value == texteInitial)		{				monForm.textfield2.value = "";		}	}
