// JavaScript Document
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 443, 287, 0, 5000, 0, "R")
//new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
// Settings: IMAGES_ARRAY_NAME: The name of the image array containing the images to display for this slideshow (ie: "fadeimages".
//slideshow_width: The width of the slideshow container (implied in px). Set it to accommodate the largest image within the slideshow.
//slideshow_height: The height of the slideshow container (implied in px). Set it to accommodate the largest image within the slideshow.
//borderwidth: The width of the border, such as 0, 1 etc.
//delay: Delay between image change, in milliseconds (ie: 3000 = 3 seconds).
//pause: Specify whether slideshow should pause (not rotate) while the mouse is over it. 1=yes, 0=no.
//optionalRandomOrder: An optional parameter specifying whether to "randomize" the display order of the images. Set it to "R" to randomize, or remove this parameter (unset) to not.
