
function nav_on(x) {
	if (document.getElementById(x)) {
		document.getElementById(x).className = "nav_dot_on";
	}
}

function nav_off(x) {
	if (x != aktiv_reg) {
		document.getElementById(x).className = "nav_dot_off";
	}
	nav_on('reg'+aktiv_reg);
}

function obj_on(x,name) {
	document.getElementById(x).className = name;
}

function obj_off(x,name) {
	document.getElementById(x).className = name;
}

function inline_box(id) {
	if (document.getElementById(id).style.display == "inline") {
		document.getElementById(id).style.display = "none";
	} else {
		if (document.getElementById("box_druckauswahl")) document.getElementById("box_druckauswahl").style.display = "none";
		if (document.getElementById("box_anfrage")) document.getElementById("box_anfrage").style.display = "none";
		if (document.getElementById("box_empfehlung")) document.getElementById("box_empfehlung").style.display = "none";
		document.getElementById(id).style.display = "inline";
	}
}
	
function produkte_region(x) {
	if (document.getElementById(x).style.display == 'none') {
		document.getElementById(x).style.display = 'inline';
	} else {
		document.getElementById(x).style.display = 'none';
	}
}

function reiselinks() {open('http://www.schmetterling.de/automator/inhalt/serv.phtml?agent=34369','reiselinks','height=440, width=575,resizable=no,scrollbar=no')}
function pauschalreisen(fir) {
	if (fir == 1) {
		open('/online-reisebuero.php','pauschalreisen','height=600, width=850,resizable=yes,location=yes,toolbar=yes,status=yes,locationbar=yes,menubar=yes')
	}
}

function jsqdummy() {
}
