function showPopupSiedler() {
	
	var width = 469;
	popupname="download_siedler";
	var height = 570;
  popup = window.open("/de/" + popupname + ".asp", popupname, "width=" + width + ",height=" + height + ",scrollbars=no,resizeable=yes");
	popup.focus();
}
