<!--//--><![CDATA[//><!--
		function go(myurl)
		{
			details = window.open (myurl, "Popup", "menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=yes,width=620,height=450");
			details.focus();
		}
		function show(obj)
		{
			if (document.all) document.all[obj].style.visibility = "visible";
			if (document.getElementById) document.getElementById(obj).style.visibility="visible"; 
		}
		function hide(obj)
		{
			if (document.all) document.all[obj].style.visibility = "hidden";
			if (document.getElementById) document.getElementById(obj).style.visibility="hidden"; 
		}
//--><!]]>
	
<!--//--><![CDATA[//><!--
	<!--
	// globale Variablen
	var inhalte = new Array(
	new Array(""),
	new Array("ProBAUG", "ProPLANUNG", ""),
	new Array("ProBAUG", "ProBRANDSCHUTZ", ""),
	new Array("ProBAUG", "ProUMWELT", "ProSPORT","ProDOMIZIL", ""),
	new Array("ProBAUG", "ProBAUG/WP", ""),
	new Array("ProBAUG", "ProDENKMAL", "ProORDNUNG/basic", "ProGEWERBE", "ProMARKTWESEN", "")
	)
	var beschriftung = new Array(
	new Array("Bitte auswählen"),
	new Array("Bitte auswählen", "ausgebucht", "ProPLANUNG"),
	new Array("Bitte auswählen", "ProBAUG", "ProBRANDSCHUTZ"),
	new Array("Bitte auswählen", "ProBAUG", "ProUMWELT", "ProSPORT", "ProDOMIZIL"),
	new Array("Bitte auswählen", "ausgebucht", "ProBAUG/WP"),
	new Array("Bitte auswählen", "ProBAUG", "ProDENKMAL", "ProORDNUNG/basic", "ProGEWERBE", "ProMARKTWESEN")
	)
	function getIndex(input) {
	var index = -1, i = 0, found = false;
	while (i < input.form.length && index == -1)
	if (input.form[i] == input)index = i;
	else i++;
	return index;
	}
	// Ende der globalen Variablen
	function kategorie_anzeigen(f){
	var awt = f.selectedIndex
	var prod = f.form[(getIndex(f)+1)]
	prod.options.length=inhalte[awt].length
	for (var i=0; i<inhalte[awt].length; i++)
	prod.options[i].text = (beschriftung[awt])[i]
	}
//--><!]]>