// http://www.augustiner-restaurant.com/files/default.js 1.0.8 (7/20/05)
// Copyright (c) Florian Fink (http://www.florian-fink.de/). Alle Rechte vorbehalten.

if ((top.frames.length > 0) || (window.location.href.indexOf("www.augustiner-restaurant.com") == -1) && (window.location.href.indexOf("192.168.10.1") == -1)) {
	top.location.replace("http://www.augustiner-restaurant.com" + window.location.pathname);
}

default_submit = 0;

function default_check_email() {
	if ((document.mail_form.name.value == "") || (document.mail_form.strasse.value == "") || (document.mail_form.plzort.value == "") || (document.mail_form.telefon.value == "") || (document.mail_form.email.value == "") || (document.mail_form.email.value.indexOf(" ") != -1) || (document.mail_form.email.value.indexOf(":") != -1) || (document.mail_form.email.value.indexOf("/") != -1) || (document.mail_form.email.value.indexOf("@") == -1) || (document.mail_form.email.value.indexOf(".") == -1) || (document.mail_form.request.value == "")) {
		alert("Bitte fuellen Sie alle Felder korrekt aus. Ihre E-Mail kann sonst nicht bearbeitet werden. Vielen Dank.");
	}
	else {
		if (default_submit == 0) {
			default_submit = 1;
			document.mail_form.id.value = navigator.userAgent;
			document.mail_form.submit();
		}
	}
}
