function pwdjmp(){
  pwd=document.form1.userpwd.value;
  location.href="./"+pwd+"/index.html";
}

