var slides=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
slides[0] = ["images/banner6.jpg", ""];
slides[3] = ["images/banner3.jpg", ""];
slides[4] = ["images/banner4.jpg", ""];
slides[1] = ["images/banner5.jpg", ""];
slides[2] = ["images/banner2.jpg", ""];
slides[5] = ["images/banner1.jpg", ""];



//above slide show uses only the defaults
slides.fadecolor=1; //will set fading images background color, defaults to white
slides.no_controls=1; //will set a slide show with no controls
slides.no_descriptions=1; //use for no descriptions displayed
slides.no_added_linebreaks=1; //use for no added line breaks in formatting of texts and controls
slides.nofade=0; //use for no fade-in, fade-out effect for this show
slides.use_alt=1; //use for descriptions as images alt attributes
