// JavaScript Document

function borrar_texto_inicial (campo, texto){
	//if (campo.value==texto)
		campo.value="";

}