function fotoup(imageName,imageWidth,imageHeight) {
	posLeft = (screen.width-imageWidth)/2;
	posTop = (screen.height-imageHeight)/2;
	newWindow = window.open("","fotoup","width="+imageWidth+",height="+imageHeight+",scrollbars=0,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,left="+posLeft+",top="+posTop);
//	newWindow = window.open("","fotoup","width="+800+",height="+imageHeight+",scrollbars=1,toolbar=1,location=1,directories=1,status=1,menubar=1,resizable=1,left="+posLeft+",top="+posTop);
	newWindow.document.open();
	newWindow.document.write('	<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">');
	newWindow.document.write('<html>');
	newWindow.document.write('<head>');
	newWindow.document.write('<title>www.gosdaturas-von-der-wilden-hummel.de</title>');
	newWindow.document.write('<META NAME="Author" CONTENT="Annette Buban-Weibel, Christian Steiner">');
	newWindow.document.write('<META NAME="Copyright" CONTENT="(c) 2006- Christian Steiner, Annette Buban-Weibel">');
	newWindow.document.write('<META NAME="Description" CONTENT="Internet-Seite über den Briard Fellini vom Hexenhof. www.gosdaturas-von-der-wilden-hummel.de, Fellini">');
	newWindow.document.write('<META HTTP-EQUIV="Content-language" CONTENT="de">');
	newWindow.document.write('<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">');
	newWindow.document.write('</head>');
	newWindow.document.write('<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff"');
//	newWindow.document.write('<body bgcolor="#ffffff"');
	newWindow.document.write('onBlur="self.close()" onClick="self.close()">');  
	newWindow.document.write('<img src="'+imageName+'" width="'+imageWidth+'" height="'+imageHeight+'"');
	newWindow.document.write(' alt="Klick auf das Foto schließt das Fenster">'); 
	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus();
	}
	
	function fotoupwp(imageName,imageWidth,imageHeight) {
	posLeft = (screen.width-imageWidth)/2;
	posTop = (screen.height-imageHeight)/2;
imageHeight2=imageHeight*1.05;
	newWindow = window.open("","fotoup","width="+imageWidth+",height="+imageHeight2+",scrollbars=0,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,left="+posLeft+",top="+posTop);
//	newWindow.document.open();
	newWindow.document.write('<html><title>Click Picture to close window</title>');
	newWindow.document.write('<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff"');
	newWindow.document.write('>');  
	newWindow.document.write('<img src="'+imageName+'" width="'+imageWidth+'" height='+imageHeight+'"');
	newWindow.document.write('alt="Klick auf das Foto schließt das Fenster">'); 
	newWindow.document.write('<br><a href="javascript:void(window.print())">Print this Page</a>  <a href="javascript:void(self.close())">Schließen</a>'); 



	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus();
	}