';
$home_button = ' ';
$next_button = ' ';
// The following lines create a menu link on the left of the frame.
$count = 1;
while ($count <= $last)
{
echo ' | ';
// If you want to include captions on the pictures, uncomment these lines
// by removing the /* and */ lines belo, filling in the captions, and create
// as many more lines as needed. The number in [] should match
// the picture number.
/*
$caption = array();
$caption[1]= "Caption for first picture";
$caption[2] = "Caption for second picture";
$caption[3] = "Caption for third picture";
*/
// continue for each picture.
echo " ";
echo 'Picture ';
echo $num;
echo '/';
echo $last;
echo ' ';
?>
'; $picname = "pic".$num.".jpg"; echo ' '; echo $caption[$num]; */ // Table width may be too wide or narrow, depending on picture sizes. // Adust as needed. echo '
|