function screentime(theURL,winName,features) { //v2.0
var topper=window.open(theURL,winName,features);
topper.focus();
}

function new_window(x,y,w,h)
   {
   var attributes="width="+w+",height="+h+",scrollbars=yes,resizeable=yes";
   neu = window.open(x,y,attributes);
   if(neu.closed == false) 
   neu.focus();
   }
   

function jobs(url) { 
var breite=780;
var hoehe= 600;
links = (screen.width/2)-(breite/2); 
oben = (screen.height/2)-(hoehe/2); 
var topper=window.open(url,"agb","height="+hoehe+",width="+breite+",status=no,toolbar=no,menubar=no,location=no,resizable=no,titlebar=no,scrollbars=yes,fullscreen=no,top="+oben+",left="+links); 
topper.focus();
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
