
		function closepp (n) {
			if (document.layers) {
				document.layers['DIVpseudopopup'+n].zIndex = 0;
				document.layers['DIVpseudopopup'+n].visibility = 'hide';
			}
			else if (document.all) {
				document.all['DIVpseudopopup'+n].style.zIndex = 0;
				document.all['DIVpseudopopup'+n].style.visibility = 'hidden';
			}
			else {
				document.getElementById('DIVpseudopopup'+n).style.zIndex = 0;
				document.getElementById('DIVpseudopopup'+n).style.visibility = 'hidden';
			}
		}
		
		
		function konzertwahl (form) {
			var konzertseite = form.konzertwahla.options[form.konzertwahla.selectedIndex].value;
			parent.location.href='http://www.baselsinfonietta.ch/html_de/' + konzertseite;
		}
		function linkwahl (linkpage) { 
			parent.location.href='http://www.baselsinfonietta.ch/html_' + linkpage + '.html';
		}
		
	
	var lastmenuid;
	function showmenu (menuid, menutitel) {
		hidemenu();
		showmenu1 (menuid, menutitel);
		lastmenuid = menuid;
	}
	function hidemenu (menucolor) {
		if (lastmenuid) {
			hidemenu1 (lastmenuid, menucolor);
		} 
		lastmenuid = '';
	}

	function showmenu1 (menuid, menutitel) {
		if (menuid) {	
			window.status=menutitel;	
			if (document.layers) {
				eval("document." + menuid + ".color = '000000'");
				eval("document." + menuid + ".backgroundColor = '#007b7b'");
			}
			else if (document.all) {
				eval("document.all." + menuid + ".style.color = '000000'");
				eval("document.all." + menuid + ".style.backgroundColor = '#007b7b'");
			}
			else {
				eval("document.getElementById('" + menuid + "').style.color = '000000'");
				eval("document.getElementById('" + menuid + "').style.backgroundColor = '#007b7b'");
			}
		}
	}
	function hidemenu1 (hidemenuid, menucolor) {
		window.status='';
		if (document.layers) {
			eval("document." + hidemenuid + ".color = '#ffffff'");
			eval("document." + hidemenuid + ".backgroundColor = '#" + menucolor + "'");
		}
		else if (document.all) {
			eval("document.all." + hidemenuid + ".style.color = '#ffffff'");
			eval("document.all." + hidemenuid + ".style.backgroundColor = '#" + menucolor + "'");
		}
		else {
			eval("document.getElementById('" + hidemenuid + "').style.color = '#ffffff'");
			eval("document.getElementById('" + hidemenuid + "').style.backgroundColor = '#" + menucolor + "'");
		}	 
	}
	function showpage (template, contentfile) {
		self.location = 'http://www.baselsinfonietta.ch/html_de/' + contentfile + '.html';
	}
	function showpdf (pdffile) {
		self.location = 'http://www.baselsinfonietta.ch/pdf/' + pdffile;
	}
	