function fenster(wohin,url,name,breit,hoch)
	{
	var breit;
	var hoch;
	var wohin;
	if
	(wohin=='oben')
	{
	var x=(screen.width - screen.width);
	var y=(screen.height - screen.height);
	}
	else if
	(wohin=='center')
	{
	var x=((screen.width - breit) / 2);
	var y=((screen.height - hoch) /2);
	}
	window.open(url,name,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+breit+',height='+hoch+',left='+x+',top='+y);
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}



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