// Universal Popupfunktion

function openPopup (url, setWidth, setHeight) {
	bi_popup = window.open(url, "bi_popup","width="+setWidth+",height="+setHeight+",menubar=no,toolbar=no,resizable=yes");
	bi_popup.focus();
}

function openPopupScroll(url, setWidth, setHeight) {
	bi_popup_scroll = window.open(url, "bi_popup_scroll","width="+setWidth+",height="+setHeight+",menubar=no,toolbar=no,resizable=yes,scrollbars=yes");
	bi_popup_scroll.focus();
}

function openDisclaimer(url) {
	bi_disclaimer = window.open(url, "bi_disclaimer","width=500,height=450,menubar=no,toolbar=no,resizable=yes");
	bi_disclaimer.focus();
}

function pop_programme07(url) {
  wohin = url;
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=605,height=800')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
  remote.moveTo(150,200);
}