function password (pass) {
var password = ''
if (password != null){
location.href= "galeria/" + pass + "/";
}
}
