

function ZweiFrames(URL1,F1,URL2,F2)
        {
        parent.frames[F1].location.href=URL1;
        parent.frames[F2].location.href=URL2;
        }

function ww_open_center01(theURL,winName,features, Width, Height, Center) {
    var features = "toolbar=yes,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=no";
  if(window.screen)if(Center)if(Center=="true"){
    var Left = (screen.width-Width)/2;
    var Top = (screen.height-Height)/2;
    features+=(features!='')?',':'';
    features+=',left='+Left+',top='+Top;
  }
  window.open(theURL,winName,features+((features!='')?',':'')+'width='+Width+',height='+Height);
}

function ww_open_center02(theURL,winName,features, Width, Height, Center) {
    var features = "toolbar=no,directories=no,status=no,scrollbars=no,resizable=no,menubar=no";
  if(window.screen)if(Center)if(Center=="true"){
    var Left = (screen.width-Width)/2;
    var Top = (screen.height-Height)/2;
    features+=(features!='')?',':'';
    features+=',left='+Left+',top='+Top;
  }
  window.open(theURL,winName,features+((features!='')?',':'')+'width='+Width+',height='+Height);
}

function MM_openBrWindowv65(theURL) { //geändert
          fenster = window.open(theURL,"Veranstaltungen","width=600, height=500,");
        fenster.focus();
}
function ww_openWindow(theURL,winName,features) { //geändert
          fenster = window.open(theURL,winName,features);
        fenster.focus();
}