Ver originalfunction textArea_focus (textarea){ if (textarea.value == textoInicial){ textarea.value = ""; }} onFocus="textArea_focus (this);"