// <![CDATA[

function openBigImage(path,image) {
	var content;
	content="<html><head><title>Gro&szlig;ansicht - zum Schlie&szlig; ins Bild klicken...</title></head><body>";
	content+="<a href='javascript:window.close();'><img src='img/"+path+image+"' style='border: none;'></a>";
	content+="</body></html>";
	imageWindow=window.open('','','scrollbars=0,resizable=yes,width=510,height=480');
	imageWindow.document.write(content);
}

// ]]>