<input type="text" name="nombre" value="Pon tu nombre" onFocus="cambioValor()" >
function cambioValor(){ form1.nombre.value="" }