    (see tinyImageCycle.txt for more in-depth information)

tinyImageCycle is a handy, flexible Java class that allows you to animate your web site
without building animated GIFs. tinyImageCycle will cycle through as many as 100 images 
(think slideshow). tinyImageCycle also includes some features that are useful to web
developers.

Features:

  o The user may pass up to 100 images.

  o The user may control the delay between images.

  o The user may also control the delay before the images begin to cycle.  This 
    is advantageous when the web page includes many other graphics.  Because the
    applet execution is delayed, the CPU resources are better used to rapidly load
    images and content.

  o The user may choose to "preload" the graphics, causing the transition to be
    quicker and smoother.
  