function setFontSize(newSize) {
	if(e = document.getElementsByTagName("body")[0]) {
		e.style.fontSize=newSize;
	}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function popup(url,width,height) {
	if (!width) {
		width = 500;
	}
	if (!height) {
		height = 500;
	}
	MM_openBrWindow(url,'','scrollbars=no,toolbar=no,location=no,status=no,menubar=no,resizable=no,left='+((screen.width-width) / 2)+',top='+((screen.height-height) / 2)+',width=' + width + ',height=' + height);
	return false;
}


function checkBookingForm() {

			var anreise = document.bookingRequest.jj.value+''+document.bookingRequest.mm.value+''+document.bookingRequest.tt.value;
			var abreise = document.bookingRequest.abjj.value+''+document.bookingRequest.abmm.value+''+document.bookingRequest.abtt.value;
			
				
			document.bookingRequest.arrdate.value = anreise;
			document.bookingRequest.Depdate.value = abreise;
		
	
}