<!--
  function openwin(file,breite,hoehe)
  {
    eval("open(file,'bild','width="+breite+",height="+hoehe+",top=160,left=130,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,').focus();");
  }
//-->
