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

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

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