function PopUpDownload( url ) {
 DownloadFenster =
 window.open(url, "Download", "width=400,height=220");
 DownloadFenster.focus();
 } 
 
 

function PopUpPresse(url,name,einstellungen){window.open(url,name,einstellungen);}


