<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
<!--
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
<!--
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
//-->
<!--
function login() { 
var z87ste = document.li.z87ste.value; 
var k20ozc = document.li.k20ozc.value; 
if (z87ste && k20ozc) { 
var htsite = "../online/start.php?filename=" + z87ste + "_" + k20ozc; 
window.location = htsite; 
} 
else { 
alert("Bitte Benutzername und Passwort eingeben."); 
   } 
} 
//-->
<!--
function enable_menues_for_ie()
{
	if (document.all)
	{
        uls = document.getElementsByTagName('UL');

        for(i = 0; i < uls.length; i++)
        {
            if (uls[i].className == 'dropdown')
            {
                var lis = uls[i].getElementsByTagName('li');

                for (j = 0; j < lis.length; j++)
                {
                    if(lis[j].lastChild.tagName == 'UL')
                    {
                        lis[j].onmouseover = function() { this.lastChild.style.display = 'block'; }
                        lis[j].onmouseout = function() { this.lastChild.style.display = 'none'; }
                    }
                }
            }
        }
    }
}


window.onload = enable_menues_for_ie;
//-->
