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