//If using image buttons as controls, Set image buttons' image preload here true
//(use false for no preloading and for when using no image buttons as controls):
var preload_ctrl_images=true;

//And configure the image buttons' images here:
var previmg='images/DynamicAd/LeftArrow.png';
var stopimg='images/DynamicAd/StopArrow.png';
var playimg='images/DynamicAd/PlayArrow.png';
var nextimg='images/DynamicAd/RightArrow.png';

var slides=[];
slides[0] = ["images/DynamicAd/Keurig.png", ""];
slides[1] = ["images/DynamicAd/CorrectionTape.png", ""];
slides[2] = ["images/DynamicAd/KCups.png", ""];
slides[3] = ["images/DynamicAd/ZipNotes.png", ""];

slides.no_descriptions=1; //use for no descriptions displayed
slides.no_controls=1;
slides.pause=1; //use for pause onmouseover
slides.image_controls=1; //use images for controls
slides.button_highlight='#840a0b'; //onmouseover background-color for image buttons (requires image_controls=1)
slides.specs='width=193, height=247' //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.random=1;
slides.delay=6000;