ok amigo corneja lo probare y te cuento perdon si no entendi antes gracias y despeus te cuento :) .
jajaja no habia leido bien la funcion perdon, no borra el input borra el value, purebo y comento
Cita: function borraInput(){
document.form1.titulo.value = '';
}
<input type="text" name="titulo" value="tu mensaje" onfocus="borraInput()">