		function newImageWindow(image, alt, width, height, path) {
			 MeinFenster =
			 window.open(path+"image.php?src="+image+"&alt="+alt, "", "width="+(width+20)+",height="+(height+50));
			 MeinFenster.focus();

		}
