To use the applet on your web pages: Download the MarqueeLights and Img classes into your web directory. The classes are in the tar file marquee.tar, which can be untar'd with tar xfv marquee.tar. Add the following html to your web page, substituting your image, and adding any desired parameters: If you want the image full-sized, look at the Java console output to find the proper width and height to specify in the applet tag. The applet takes the following options: - This specifies the image to be displayed and must be included. - This is the delay between operations in ms. This delay is adjusted depending on the mode in use. - If the image is clicked, the browser will go to this url. - This is the size of the bulbs. - This is the width of the border. - This is the stride in chase mode. - This is the gap between the bulbs. - This is the script for the flash modes and can contain the characters: f for forward chase, r for reverse, F or R for multicolor chase, c or C for clear sequence, s or S for set sequence (C and S are random order), y for yes (all on), n for no (all off), 1 for 1 bulb, and + for additive. For instance, if you want the lights to go forwards and then reverse, use value="fr".