
var preload_ctrl_images=true;

var previmg;
var stopimg;
var playimg;
var nextimg;

var slides=[];
//configure the below images and descriptions to your own, note optional links, target and window specifications. 

slides[0] = ["Landing-Page-images/Maps/image1.jpg", "", "myw5-design.cfm?pid=MMGAWORPH4"];
slides[1] = ["Landing-Page-images/Maps/image2.jpg", "", "myw5-design.cfm?pid=MMBYHH1001"];
slides[2] = ["Landing-Page-images/Maps/image3.jpg", "", "myw5-design.cfm?pid=MMGAWOROT1"];

//optional properties for these images:
slides.no_controls=1;
slides.controls_top=0;
slides.border=0;
slides.width=420;
slides.height=222;
slides.no_descriptions=0; //use for no descriptions displayed
slides.pause=0; //use for pause onmouseover
slides.image_controls=0; //use images for controls
slides.button_highlight='#cccccc'; //onmouseover background-color for image buttons (requires image_controls=1)
slides.specs='width=300, height=250' //global specifications for this show's new window(s)
slides.random=1; //set a random slide sequence on each page load
slides.manual_start=0; //start show in manual mode (stopped)
slides.fadecolor='#EFEBE1'; //will set fading images background color, defaults to white
slides.delay=5000; //will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter
slides.no_added_linebreaks=1; //use for no added line breaks in formatting of texts and controls




