<!--
function FensterNeu(datei, breite, hoehe)
{
 Fenster2 =
 window.open(datei, "fenster_2", "width="+breite+",height="+hoehe+",resizable=yes,scrollbars=2,dependent=yes");

Fenster2.focus();
}
//-->