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