<!--
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
function openPopUp(imageName,imageWidth,imageHeight) {
	var xpos = (screen.availWidth/2)-(imageWidth/2);
	var ypos = (screen.availHeight/2)-(imageHeight/2);
	var windowHeight = "450"
	newWindow = window.open("","PierEins","width="+imageWidth+",height="+windowHeight+",left="+xpos+",top="+ypos+",toolbar=no,scrollbars=no,status=0,location=0");
	newWindow.document.open();
	newWindow.document.write('<html><title>PierEins</title><style type="text/css" media="all">');
	newWindow.document.write('a, a:visited { font: normal 11px/18px Verdana,Geneva,Arial,sans-serif;text-decoration:none;color:#000066;} a:hover{color: #FF6600;}');
	newWindow.document.write('.text { font: normal 11px/18px Verdana,Geneva,Arial,sans-serif;text-decoration:none;color:#000000;}</style>'); 
	newWindow.document.write('<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">'); 
	newWindow.document.write('<div align=center><img src='+imageName+' border=0 width='+imageWidth+' height='+imageHeight+' alt='+titelname+'><br>'); 
	newWindow.document.write('<a href="javascript:window.close();">Fenster schlie&szlig;en</a>');
	newWindow.document.write('</div></body></html>');
	newWindow.document.close();
	newWindow.focus();
}
//-->

