function hidden(){ 
        var location=document.input.password.value + ".htm";
   this.location.href = location;
}

