function pwdShowHide(n,t,i){var r=document.getElementById(t),u=document.getElementById(n);r.type=u.checked?"text":"password";i&&r.focus()}