Title:   tinyImageCycle
Author:  Christian Ricci, One Wolf WebArt
Email:   chris@onewolf.com

Notice:  This applet and the rest of the tinyApplet series are free for
         both commercial and personal use.  You may not, however,
         redistribute this applet or its associated material as part of
         a CD or book without the express written permission of the 
         author.

Parameters
----------

IMAGE1 - IMAGE100 (Some Required) - IMAGE1 through IMAGE100 make up the 
content to be displayed. If you're not using all 100 images you don't 
have to define them all.  Once all of the images have been displayed,
tinyImageCycle starts over with the first image.

LINK1 - LINK100 (optional) - If you pass an URL with the LINKx parameter,
clicking on the applet while the corresponding image is being displayed
will result in the browser jumping to that URL.

DELAY (Optional) - Delay controls the time interval, in milliseconds,
between changes in the image. Delay defaults to 5000 milliseconds (5
seconds).

STARTDELAY (Optional) - Start Delay controls the time delay between when
the applet loads and when the first image displays (in milliseconds).
Start Delay defaults to 0 (zero).

PRELOAD (Optional) - The graphic transitions are smoother are faster if
the graphics are preloaded but preloading (especially) large graphics
can significantly delay the execution of tinyImageCycle.  PRELOAD is,
by default, turned off.  Pass a non-zero value (like 1) to turn on
preloading.

---------

NOTE:  tinyImageCycle can be used as a Java LiveCam applet by passing 
only one image (the livecam image), setting the DELAY appropriately and
leaving PRELOAD equal to zero (default).  The applet will simply re-load
the image each cycle, refreshing the view.