function password (pass)  {

var password = ''


if (password != null){
        location.href= pass + ".htm";
}
}
