// JavaScript Document
var lang="de";
	
	function ForwardURL (href) {
		window.open(href, 'Forward', 'width=250, height=290, scrollbars=no')
	}
	function openAusstattung (id, lang) {
		window.open('http://homes.tiscover.com/scms/detail.php?template=ad06_popup_ausstattung&_articleId='+id+'&_lang='+lang, 'Ausstattungen', 'width=450, height=500, scrollbars=no')
	}
	function HideBuchenbox(status) {
		if (document.getElementById('xxl_buchenbox')) document.getElementById('xxl_buchenbox').style.visibility = status;
		if (status == 'visible') {
			if (document.getElementById('xxl_startseite')) {
				var hoehe = 270;
			} else {
				var hoehe = 1;
			}
			document.getElementById('xxl_flash').style.height = hoehe+'px';
		} else {
			document.getElementById('xxl_flash').style.height = document.getElementById('flashheight').value;
		}
	}
	function CamEnlarge (href) {
		CamWin = window.open(href, 'Cam', 'width=650, height=520, scrollbars=no');
		CamWin.focus();
		return false;
	}
	
function ChangeLang() {
	var lang = document.getElementById('xxl_header_langs').value;
	if (lang != 'de' && lang != '') {
		window.location.href = 'http://www.aqua-dome.at/' + lang;
	}
}
	
function OpenVR() {
	window.open('http://www.aqua-dome.at/vr/html/de/aquadome_3335.html', 'vr', 'width=950,height=650,left=100,top=100');
}