function clearEMail(A){if(A.value=="Correo Electrónico"){A.value=""}}function doBrowseCatalogo(){window.location=document.browseCatalogo.categoria.value}function popWin(B,C,A){if(C==null||C==""){C=400}if(A==null||A==""){A=400}popupwindow=window.open(B,"childwin","width="+C+",height="+A+",menubar=no,scrollbars,status=no");popupwindow.focus();if(!popupwindow.opener){popupwindow.opener=window}}function setBorderColor(B,A){document.getElementById(B).style.borderBottom="2px solid "+A}function replById(A,B){x=null;if(document.getElementById){x=document.getElementById(A);if(x!=null){x.innerHTML=B}}else{if(document.all){x=document.all[A];if(x!=null){x.innerHTML=B}}}}function hidediv(A){if(document.getElementById){document.getElementById(A).style.display="none"}else{if(document.layers){document.did.display="none"}else{document.all.did.style.display="none"}}}function showdiv(A){if(document.getElementById){document.getElementById(A).style.display="block"}else{if(document.layers){document.did.display="block"}else{document.all.did.style.display="block"}}};