

                                        INSTALLATION NOTES
                                        ------------------


  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  *                                                                                             *
  *     1. This script fades from one image to the next and then repeats the process.           *
  *     2. Any number of images may be used.                                                    *
  *     3. It has an optional link feature for each image.                                      *
  *     4. The images should all have the same dimensions and be placed in the images folder.   *
  *     5. Open the css folder and then the imageFader.css file and edit the #top and #bot      *
  *        width and height values to those of the images' dimensions.                          *
  *     6. Open the scripts folder and then the imageFader.js file and edit the pics Array      *
  *        and the links Array with the images to be used and the required urls.                *
  *     7. Open the index.html file and edit this line...                                       *
  *                                                                                             *
  *        <img id="top" src="images/autumn.jpg" alt="">                                        *
  *                                                                                             *
  *        ...to match the first image in the javscript pics Array.                             *
  *                                                                                             *
  *     8. If the link feature is not required, you may remove the code that is indicated in    *
  *        the index.html file.                                                                 *
  *                                                                                             *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  