var slides=[];

slides[0]  = ["images/slideshow_01.jpg", ""];
slides[1]  = ["images/slideshow_02.jpg", ""];
slides[2]  = ["images/slideshow_03.jpg", ""];
slides[3]  = ["images/slideshow_04.jpg", ""];
slides[4]  = ["images/slideshow_05.jpg", ""];

slides.desc_prefix=''; //string prefix for image descriptions display
slides.controls_top=0; //use for top controls
slides.counter=0; //use to show image count
slides.width=720; //use to set width of widest image if dimensions vary
slides.height=240; //use to set height of tallest image if dimensions vary
slides.no_auto=0; //use to make show completely user operated (no play button, starts in stopped mode)
slides.use_alt=1; //use for descriptions as images alt attributes
slides.use_title=0; //use for descriptions as images title attributes
slides.nofade=1; //use for no fade-in, fade-out effect for this show
slides.border=0; //set border width for images
slides.border_color='white'; //set border color for images
slides.random=1;
slides.no_controls=1;
slides.delay=7000;
