
<?php
echo "<SCRIPT TYPE=\"text/javascript\">defaultStatus = \" Edinburgh Malt Whisky Tour \"</SCRIPT>\n";

if (($lastno) || ($nextno) || ($text)) {
  echo "<table width=\"100%\"><tr><td width=\"30%\" align=left valign=\"middle\">\n";

if ($lastno) {
  echo "<a href=\"",$lastno,".html\" onMouseOver=\"window.status='Go to last distillery in tour';return true\">\n";
  echo "<img width=\"25\" height=\"25\" border=\"0\" src=\"http://www.dcs.ed.ac.uk/home/jhb/graphics/newicons/lastt.gif\"  alt=\"[Last]\"></a> <br><i>last</i>\n";
} else {
  echo "<br>";
}

echo "</td><td width=\"40%\" align=center>";

if ($picfile || $special) {
  echo "<a href=\"../../smws/",$no,".html\" onMouseOver=\"window.status='Go to description of distillery';return true\">\n";
  echo "<img width=\"57\" height=\"25\" border=\"0\" src=\"http://www.dcs.ed.ac.uk/home/jhb/graphics/newicons/text2.gif\"  alt=\"[Text]\"></a>\n";
} elseif ($photo) {
  echo "<a href=\"../pictures/captions/",$no,".html\">\n";
  echo "<img width=\"113\" height=\"25\" border=\"0\" src=\"http://www.dcs.ed.ac.uk/home/jhb/graphics/newicons/photo2.gif\"  alt=\"[Photo]\"></a>\n";
} else {
  echo "<br>";
}

echo "</td><td width=\"30%\" align=right>";

if ($nextno) {
  echo "<a href=\"",$nextno,".html\" onMouseOver=\"window.status='Go to next distillery in tour';return true\">\n";
  echo "<img width=\"25\" height=\"25\" border=\"0\" src=\"http://www.dcs.ed.ac.uk/home/jhb/graphics/newicons/nextt.gif\"  alt=\"[Next]\"></a><br><i>next</i>\n";
} else {
  echo "<br>";
}

echo "</td></tr></table>\n";
}

?>

