<!--
url = "mt8564/index.htm";
error = "haendler-falsch.htm";
passw = "mt8564";
passe = "Passwort:";
function checkit() {
if (document.login.pass.value == passw) {
window.location.href = url;
}
if (document.login.pass.value != passw){
window.location.href = error;
}
}
// -->

