On the HTML-page There is a simple horizontal scroller of an image and a text which stops on mouseOver of the image. But when I add a simple slideshow to the html with a body onload function (see the whole scrolling image is not seen anymore. It seems that if I add the body onload the scrolling script does not work anymore. Could anyone help me what I can do about it? (in fact I don't want to add the slideshow script but to add a few body onload functions, but I wrote this example to keep it simple).