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