function presse(form) { if (form.Username.value=="presse") { if (form.Password.value=="berlin") {     location="start.html"  } else {     location="stop.html"    } } else {     location="stop.html"    } } 
