  function popup(datei) {
  
var screen_x = screen.width;
var screen_y = screen.height;
var position_x = (screen_x - 500)/2
var position_y = (screen_y-500)/2;

  if (navigator.appName.indexOf("etscape",1) != -1)
         {
        PopUp =
        window.open(datei,"maccms","width=750,height=500,screenX=100,left=150,screenY=0,top=120,scrollbars=no");
        PopUp.focus();
        }
      else
        {
        PopUp =
        window.open(datei,"maccms","width=750,height=500,top=" + position_y + ",left=" + position_x + ",scrollbars=no");
        }
  }


var jspics = new Array();
jspics[0] = new Image(); jspics[0].src = "/images/loadingbody.gif";




if (parent != self)
top.location.href = location.href;







