<!--
function popup(seite,winname,breit,hoch,toolb,loc,men,scrollb){
    var mystyle ='toolbar='+toolb+',location='+loc+',directories=no,status=yes,menubar='+men+',scrollbars='+scrollb+',resizable=yes,copyhistory=yes,width='+breit+',height='+hoch;
    popupneu = window.open(seite,winname,mystyle);
    popupneu.focus();
}

function go_select(datei)
	{
	var index;
	var rubrik;
	index=window.document.suche.rub.selectedIndex;
	rubrik=window.document.suche.rub.options[index].value;
	location.href="main.php?href="+datei+".php&rub=" +rubrik;
	}

//-->
