// JavaScript Document

function popUp(theURL,winName,features)
{
var winl = (screen.width - 650)/2;
var wint = (screen.height - 510)/2;
meinfenster=
  window.open(theURL,"Fenster",'top='+wint+',left='+winl+',toolbar=no,loction=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=650,height=510');
  meinfenster.focus();
}


function popUpEsca(theURL,winName,features)
{
var winl = (screen.width - 884)/2;
var wint = (screen.height - 730)/2;
escafenster=
  window.open(theURL,"Fenster",'top='+wint+',left='+winl+',toolbar=no,loction=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=884,height=730');
  escafenster.focus();
}


function popUp3dinMotion(theURL,winName,features)
{
var winl = (screen.width - 500)/2;
var wint = (screen.height - 730)/2;
escafenster=
  window.open(theURL,"Fenster",'top='+wint+',left='+winl+',toolbar=no,loction=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=500,height=730');
  escafenster.focus();
}


function popupGamesComKontakt(theURL,winName,features)
{
var winl = (screen.width - 500)/2;
var wint = (screen.height - 400)/2;
escafenster=
  window.open(theURL,"Fenster",'top='+wint+',left='+winl+',toolbar=no,loction=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=500,height=400');
  escafenster.focus();
}


function popupGamesComGame(theURL,winName,features)
{
var winl = (screen.width - 400)/2;
var wint = (screen.height - 400)/2;
escafenster=
  window.open(theURL,"Fenster",'top='+wint+',left='+winl+',toolbar=no,loction=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=400,height=400');
  escafenster.focus();
}


function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); }




