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=1,top=1');
bild.focus();
}