function viewPhoto(path, caption, alttext) {
  window.document.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">");
  window.document.write("<html>");
  window.document.write("<head>");
  window.document.write("<title>"+caption+"</title>");
  window.document.write("<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\" />");
  window.document.write("<meta http-equiv=\"content-language\" content=\"cs\" />");
  window.document.write("<meta name=\"keywords\" content=\"Přísnotice fotografie\" />");
  window.document.write("<meta name=\"author\" content=\"all: Lukáš Klicnar (Lukas Klicnar); root@prisnotice.cz\" />");
  window.document.write("</head>");
  window.document.write("<body id=\"www-phflowers-cz\" style=\"background-color: #ffeae9;\">");
  window.document.write("<table style=\"width: 100%; height: 100%; text-align: center; vertical-align: middle;\"><tr><td><img src=\""+path+"\" onclick=\"history.go(-1);\" alt=\""+alttext+"\" /></td></tr></table>");
  window.document.write("</body>");
  window.document.write("</html>");
}
