<!--
     function openWindow(seite,fname,b,h)
		{
			anzeige = "toolbar=no,status=no,menubar=yes,locationbar=no,resizable=yes,scrollbars=yes,width=400,height=420,top=10,left=200";
			fneu=window.open(seite,fname,anzeige);
		}
// -->
