function OpenDownload(url)
{
	window.open("http://www.stb-aktuell.de/efvAufruf.php5?Urlnam="+url+"&Pfad="+document.location,"_blank","location=yes,menubar=no,toolbar=yes,scrollbars=yes,resizable=yes,width="+(screen.height/1.3)+",height="+(screen.height/1.3)+",left="+(screen.width/6)+",top="+(screen.height/10)); 
}

