function LogIn(){
var password = ''
password=prompt('Password:','');
if (password != null) {
location.href= "master/" + password + ".html";
}
}

