Jan- I'd probably opt for something even simpler - this will show a slide for five seconds, then move on to the next. No programming needed: <html> <head> <META HTTP-EQUIV="Refresh" CONTENT="5;URL=MySlideShow/slide2.html"> </head> <body> <img src="slide1.jpg"> </body> </html> -- -Mark Wieder mwieder at ahsoftware.net