function fenster(breite,hoehe)
{
 bild=window.open('','bild','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+breite+',height='+hoehe+',left=250,top=150');
bild.focus();
}
