The Photo Gallery does not support what you want to do.
However, you can make your own!
Just add each Photo to new page and save as individual
pages.
In html or code view, add this to the <head> section:
<meta http-equiv="refresh"
content="10;URL=
http://www.frontpagewiz.com/page1.htm">
<script language="JavaScript">
<!--
function FP_goToURL(url) {//v1.0
window.location=url;
}
// -->
</script>
--------------------
Now add this to the <body> section, replacing the top body
tag.
<body onclick="FP_goToURL
(/*href*/'
http://www.frontpagewiz.com/page1.htm')">
First the page will redirected automatically in 10 seconds
(change this to whatever you want).
Next the <body onclick... will on a left mouse click, send
the user to the indicated page.
Now just change the code a little to point to each
successive page.
The body script was done with FrontPage 2003 Behaviors,
and the meta script is standard html.
Bill Schroyer
(e-mail address removed)
http://www.frontpagewiz.com