function openContactForm(lang) {
	if (lang == 'en') {
		lang = '?lang=en'; 	
	} else {
		lang = ' '	;
	}
	var myPopup = window.open('http://www.hotel-hochland.at/formular/index.php'+lang, 'Kontaktformular', "width=700,scrollbars=yes");
	return false;
}

function openWebcam() {
	var myPopup = window.open('http://80.122.69.134:5742/cgi-bin/guestimage.html', '', "width=800,height=600,scrollbars=yes");
	return false;
}

function open_webcam() {
	var myPopup = window.open('http://www.hotel-hochland.at/webcam.html', '', "width=640,height=480,scrollbars=no");
	return false;
}
