Automatic slide show:
example:
The images in the above example can be made to point to separate URL's each one by surrounding the IMG by an
...
newpic()
function imagelink()
{
if (step==1)
window.location="link1.html"
else if (step==2)
window.location="link2.htmll"
else if (step==3)
window.location="link3.html"
}
//-->
...