# use the existing header
for i in *.png
do
# pltab examples must be listed here..
if slmember "$i" "vols.png timewin.png markov.png inel.png checklist.png caselist.png" ; 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
