<!--
if(top.frames.length > 0) top.location.href=self.location;

function dropDown(x) { // DropDown-Menue in der Schnellzugriffsleiste
	if(x == "nothing")
    {
    document.forms[0].reset();
    document.forms[0].elements[0].blur();
    return;
    }
    else if(x == "end") top.location.href = document.location;
    	else
      	{
        location.href = x;
        document.forms[0].reset();
        document.forms[0].elements[0].blur();
      	}
    }

function grossbild(URL,fetitel,breite,hoehe) {
fetitel = fetitel;
breite = breite;
hoehe = hoehe;
window.open(URL,''+fetitel+'','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+breite+',height='+hoehe+',screenY=20,screenX=20,top=20,left=20');
}

//-->