<!--
function zoom(imageName,imageWidth,imageHeight) {
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",left="+(screen.availWidth-imageWidth)/2+",top="+(screen.availHeight-imageHeight)/2+"");
	newWindow.document.open();
	newWindow.document.write('<html><head><title>certov foto</title><style type="text/css"><!-- body {  background-image: url(../img/loader.gif); background-repeat: repeat-x} --></style><head><body bgcolor="#A5F6F8" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="javascript:self.close()">'); 
	newWindow.document.write('<a href="javascript:self.close()"><img src="../'+imageName+'" border="0"></a>'); 
	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus();
}
<!--
function flash(src) {
  var content="<html><head><title>Čertov</title></head><body bgcolor=#A5F6F8 text=#000000 leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0\" width=\"440\" height=\"420\"><param name=\"movie\" value=\""+src+"\"><param name=quality value=high><param name=\"BGCOLOR\" value=\"#FFF7D6\"><embed src=\""+src+"\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"240\" bgcolor=\"#A5F6F8\"></embed> </object></body></html>";
  okno=window.open("","panorama","width=400,height=240");
  okno.document.write(content);
  okno.document.close();
  okno.focus();
}
//-->
