function acceso(){ 
T2 = document.formclave.clave.value
T4 = "Z3" +T2 + ".html"
if (T4.substring(7,9) != "de") T4 = "index.html" 
window.location = T4 }


