function acceso(){ 
T2 = document.formclave.clave.value
T4 = "em3" + T2 + ".html"
if (T4.substring(8,10) != "de") T4 = "error-contrasena.html" 
window.location = T4 }

