

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 cambodiatravels01()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (300 + 10)
iMyHeight = (window.screen.height/2) - (242 + 50)
var win2 = window.open("cambodiaholidays_ocs01.htm","Fenster2","status,height=485,width=600,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}




function cambodiatravels02()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (300 + 10)
iMyHeight = (window.screen.height/2) - (242 + 50)
var win2 = window.open("cambodiaholidays_ocs02.htm","Fenster2","status,height=485,width=600,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;
	} 
}

