/* ---- Funciones elpolvorin.net ---- */ /* ---- by Packo 2007 ---- */ /* ---- FOCUS EDICIONES ---- */ /* ---- comment name--- */ function goFo(nCampo,valor){ if (document.getElementById(nCampo).value == valor ){ document.getElementById(nCampo).value =''; } return true; } function goBl(nCampo,valor){ if (document.getElementById(nCampo).value == '' ){ document.getElementById(nCampo).value = valor; } return true; }