<?php
  if ($picfile) {

    echo "<center><img src=\"../",$picfile,"\"><hr>\n";

    if ($nextpic) {
      echo "</center><a href=\"",$nextpic,".html\" onMouseOver=\"window.status='Next picture ...';return true\"><img src=\"../../../graphics/newicons/next.gif\" width=66 height=17 alt=\"[Next]\"></a><center>\n";
    }

    echo "<h2>",$title,"</h2><p>\n";
    if ($special) {
      echo "<i>",$special,"</i><p>\n";
    }
    echo "<i><font size=+1>Picture courtesy ",$courtesy,"</font></i></center>\n";

  } else {
    echo "<center><h3>\n";
    if ($special) {
      echo $special;
    } else {
      echo "A picture of ",$title," distillery is not yet available :-(\n";
    }
    echo "</h3></center>\n";
  }

  echo "</body>\n";
  echo "</html>\n";
?>
