// JavaScript Document

function checkform(numb) {
	if (document.kontakt.Vorname.value == "") {
		alert("Bitte geben Sie Ihren Vornamen an");
		return false;
	} 
		if (document.kontakt.Nachname.value == "") {
		alert("Bitte geben Sie Ihre Ihren Familiennamen an");
		return false;
	} 
		if (document.kontakt.Email.value == "") {
		alert("Bitte geben Sie Ihre E-Mail-Adresse an");
		return false;
	} 
		if (document.kontakt.Anfrage.value == "") {
		alert("Bitte geben Sie Ihren Text in das Anfrage-Feld ein!");
		return false;
	} 
}





function anreise01()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (437 + 10)
iMyHeight = (window.screen.height/2) - (240 + 50)
var win2 = window.open("thaimassage-anfahrt.html","status,height=480,width=874,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}


function anreise02()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (437 + 10)
iMyHeight = (window.screen.height/2) - (240 + 50)
var win2 = window.open("thai-massage-anfahrt.html","status,height=480,width=874,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}

