<!--
	function MM_openBrWindow(theURL,winName,features) { //v2.0
		window.open(theURL,winName,features);
		}
	function Einblenden(sw)	{
		document.getElementById(sw).style.display = "block";
		}
	function Ausblenden() {
		document.getElementById('info_iks').style.display = "none";
		document.getElementById('info_sparkasse').style.display = "none";
		document.getElementById('info_skala').style.display = "none";
		document.getElementById('info_intershop').style.display = "none";
		document.getElementById('info_telegant').style.display = "none";
		document.getElementById('menu_west').style.display = "none";
		document.getElementById('menu_ost').style.display = "none";
		document.getElementById('info').style.display = "none";
		} 
	function camera_ost() {
		window.location.href = "../ost.php";
		return true;
		}
	function camera_west() {
		window.location.href = "../west.php";
		return true;
		}
//-->

