function passProt() {
var password = "";
password=prompt("Enter the Password", "");
if (password == "S119221") {
location.href= "memlist.html" }
}
document.write("<form name=\"form\">" + "<input type=button value=\"Password\"" + " name=button onClick=\"passProt()\"></form>");


