# Use the existing header..
for i in *.gif
do
# pltab examples must be listed here..
if slmember "$i" "vols.gif timewin.gif markov.gif inel.gif checklist.gif caselist.gif" ; then
   BASE=`strchop $i 4`
   echo "<a href=\"../tabgallery/$BASE.html\"><img src=\"$i\">"
else
  BASE=`strchop $i 4`
  echo "<a href=\"../gallery/$BASE.htm\"><img src=\"$i\">"
fi
done
