<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
NewWindowJB = false;
  NewWindowJB = window.open(theURL,winName,features);
  NewWindowJB.moveTo(screen.width/2-200,screen.height/2-240);
}

function personWindow(theURL,winName)
{
  var width="500", height="333";
  var left = (screen.width/2) - width/2;
  var top = (screen.height/2) - height/2;
  var WinStyle = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top;
  window.open(theURL,winName,WinStyle);
}

function locationWindow(theURL,winName)
{
  var width="640", height="600";
  var left = (screen.width/2) - width/2;
  var top = (screen.height/2) - height/2;
  var WinStyle = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top;
  window.open(theURL,winName,WinStyle);
}

function donationWindow(theURL,winName)
{
  var width="640", height="500";
  var left = (screen.width/2) - width/2;
  var top = (screen.height/2) - height/2;
  var WinStyle = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top;
  window.open(theURL,winName,WinStyle);
}

function myhistoyWindow(theURL,winName)
{
  var width="677", height="550";
  var left = (screen.width/2) - width/2;
  var top = (screen.height/2) - height/2;
  var WinStyle = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top;
  window.open(theURL,winName,WinStyle);
}

function aviWindow(theURL,winName)
{
  var width="690", height="555";
  var left = (screen.width/2) - width/2;
  var top = (screen.height/2) - height/2;
  var WinStyle = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top;
  window.open(theURL,winName,WinStyle);
}

function videoWindowSmall(theURL,winName)
{
  var width="400", height="340";
  var left = (screen.width/2) - width/2;
  var top = (screen.height/2) - height/2;
  var WinStyle = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top;
  window.open(theURL,winName,WinStyle);
}

function videoWindowHigh(theURL,winName)
{
  var width="540", height="460";
  var left = (screen.width/2) - width/2;
  var top = (screen.height/2) - height/2;
  var WinStyle = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top;
  window.open(theURL,winName,WinStyle);
}

function beenden() {
if(parent != null && parent != self)
	{
top.location.href = "close.htm"

	}
parent.window.close()
				}
//-->

