

function zentriert()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (300 + 10)
iMyHeight = (window.screen.height/2) - (242 + 50)
var win2 = window.open("../angkorwatcambodiamaps/cambodiaangkorwatmap.htm","Fenster2","status,height=485,width=600,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}



function cancellation()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (300 + 10)
iMyHeight = (window.screen.height/2) - (180 + 50)
var win2 = window.open("../hotelbookings/cambodia_cancellation.htm","Fenster2","status,height=360,width=600,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}

function angkorwattours01()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (300 + 10)
iMyHeight = (window.screen.height/2) - (242 + 50)
var win2 = window.open("angkorwattours_ocs01.htm","Fenster2","status,height=485,width=600,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}


function angkorwattours02()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (300 + 10)
iMyHeight = (window.screen.height/2) - (242 + 50)
var win2 = window.open("angkorwattours_ocs02.htm","Fenster2","status,height=485,width=600,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}


function angkorwattours03()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (225 + 10)
iMyHeight = (window.screen.height/2) - (317 + 50)
var win2 = window.open("angkorwattours_ocs03.htm","Fenster2","status,height=635,width=450,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}


function angkorwattours04()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (225 + 10)
iMyHeight = (window.screen.height/2) - (317 + 50)
var win2 = window.open("angkorwattours_ocs04.htm","Fenster2","status,height=635,width=450,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}



function angkorwattours05()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (150 + 10)
iMyHeight = (window.screen.height/2) - (267 + 50)
var win2 = window.open("angkorwattours_ocs05.htm","Fenster2","status,height=535,width=350,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}



function angkorwattours06()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (150 + 10)
iMyHeight = (window.screen.height/2) - (132 + 50)
var win2 = window.open("angkorwattours_ocs06.htm","Fenster2","status,height=265,width=350,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}



function angkorwattours07()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (150 + 10)
iMyHeight = (window.screen.height/2) - (132 + 50)
var win2 = window.open("angkorwattours_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.bookings.firstname.value == "") {
		alert("Please specify your First Name !");
		return false;
	} 
	if (document.bookings.realname.value == "") {
		alert("Please specify your Surname! ");
		return false;
	} 	
	if (document.bookings.email.value == "") {
		alert("Please specify your Email Address !");
		return false;
	} 
	if (document.bookings.tour_selection.value == "tour_selection") {
		alert("Please specify your requested tour !");
		return false;
	}	if (document.bookings.number_persons.value == "number_persons") {
		alert("Please specify the number of Persons !");
		return false;
	} 
	if (document.bookings.number_rooms.value == "number_rooms") {
		alert("Please specify the number of Rooms !");
		return false;
	}
	if (document.bookings.starting_day.value == "starting_day") {
		alert("Please specify the Day you want to start !");
		return false;
	}
	if (document.bookings.starting_month.value == "starting_month") {
		alert("Please specify the Month you want to start !");
		return false;
	} 
}

