
function zentriert()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (300 + 10)
iMyHeight = (window.screen.height/2) - (242 + 50)
var win2 = window.open("../angkorwatkambodschakarten/kambodschaangkorwatkarte.htm","Fenster2","status,height=485,width=600,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}


function angkorwatreisen01()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (300 + 10)
iMyHeight = (window.screen.height/2) - (242 + 50)
var win2 = window.open("angkorwatreisen_ocs01.htm","Fenster2","status,height=485,width=600,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}


function angkorwatreisen02()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (300 + 10)
iMyHeight = (window.screen.height/2) - (242 + 50)
var win2 = window.open("angkorwatreisen_ocs02.htm","Fenster2","status,height=485,width=600,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}


function angkorwatreisen03()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (225 + 10)
iMyHeight = (window.screen.height/2) - (317 + 50)
var win2 = window.open("angkorwatreisen_ocs03.htm","Fenster2","status,height=635,width=450,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}


function angkorwatreisen04()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (225 + 10)
iMyHeight = (window.screen.height/2) - (317 + 50)
var win2 = window.open("angkorwatreisen_ocs04.htm","Fenster2","status,height=635,width=450,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}



function angkorwatreisen05()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (150 + 10)
iMyHeight = (window.screen.height/2) - (267 + 50)
var win2 = window.open("angkorwatreisen_ocs05.htm","Fenster2","status,height=535,width=350,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}



function angkorwatreisen06()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (150 + 10)
iMyHeight = (window.screen.height/2) - (132 + 50)
var win2 = window.open("angkorwatreisen_ocs06.htm","Fenster2","status,height=265,width=350,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}



function angkorwatreisen07()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (150 + 10)
iMyHeight = (window.screen.height/2) - (132 + 50)
var win2 = window.open("angkorwatreisen_ocs07.htm","Fenster2","status,height=265,width=350,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}



function checkform(numb) {
	if (document.buchungen.firstname.value == "") {
		alert("Bitte geben Sie Ihren Vornamen an!");
		return false;
	} 
	if (document.buchungen.realname.value == "") {
		alert("Bitte geben Sie Ihren Nachnamen an!");
		return false;
	} 
	if (document.buchungen.address.value == "") {
	alert("Bitte geben Sie Ihre Adresse an!");
	return false;
	} 	
	if (document.buchungen.email.value == "") {
	alert("Bitte geben Sie Ihre E-Mail-Adresse an!");
	return false;
	} 		
	if (document.buchungen.tour_auswahl.value == "tour_auswahl") {
		alert("Bitte wählen Sie ein Tour aus!");
		return false;
	} 
	if (document.buchungen.anzahl_personen.value == "anzahl_personen") {
		alert("Bitte geben Sie die Personen-Anzahl an!");
		return false;
	} 
	if (document.buchungen.anzahl_zimmer.value == "anzahl_zimmer") {
		alert("Bitte geben Sie die Zimmer-Anzahl an!");
		return false;
	}
	if (document.buchungen.starttag.value == "starttag") {
		alert("Bitte geben Sie den Start-Tag an!");
		return false;
	} 
	if (document.buchungen.startmonat.value == "startmonat") {
		alert("Bitte geben Sie den Start-Monat an!");
		return false;
	}
}
