// KEY optional properties for these images:
//slides0.desc_prefix='<b>Description:<\/b> '; //string prefix for image descriptions display
//slides0.controls_top=0; //use for top controls
//slides0.counter=0; //use to show image count
//slides0.width=140; //use to set width of widest image if dimensions vary
//slides0.height=225; //use to set height of tallest image if dimensions vary
//slides0.no_auto=1; //use to make show completely user operated (no play button, starts in stopped mode)
//slides0.use_alt=1; //use for descriptions as images alt attributes
//slides0.use_title=1; //use for descriptions as images title attributes
//slides0.nofade=1; //use for no fade-in, fade-out effect for this show
//slides0.border=2; //set border width for images
//slides0.border_color='lightblue'; //set border color for images
//slides0.no_controls=1; //will set a slide show with no controls
//slides0.no_descriptions=1; //use for no descriptions displayed
//slides0.delay=3000; //will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter


//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=false;

//And configure the image buttons' images here:
var previmg='left.gif';
var stopimg='stop.gif';
var playimg='play.gif';
var nextimg='right.gif';

var slides1=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
slides1[0] = ["shows/show_1/slot1a.jpg", "description"];
slides1[1] = ["shows/show_1/slot6f.jpg", "description"];
slides1[2] = ["shows/show_1/slot1c.jpg", "description"];
slides1[3] = ["shows/show_1/slot1e.jpg", "description"];
slides1[4] = ["shows/show_1/slot1f.jpg", "description"];
slides1[5] = ["shows/show_1/slot1b.jpg", "description"];
//slides1[6] = ["shows/show_1/slot1g.jpg", "description"];
//optional properties for these images:
slides1.controls_top=0; //use for top controls
slides1.no_controls=1; //will set a slide show with no controls
slides1.no_descriptions=1; //use for no descriptions displayed
slides1.delay=3000; //will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter



var slides2=[]; //SECOND SLIDESHOW
//configure the below images and descriptions to your own. 
slides2[0] = ["shows/show_1/slot2a.jpg", "description"];
slides2[1] = ["shows/show_1/slot2g.jpg", "description"];
slides2[2] = ["shows/show_1/slot2b.jpg", "description"];
slides2[3] = ["shows/show_1/slot2d.jpg", "description"];
slides2[4] = ["shows/show_1/slot2e.jpg", "description"];
slides2[5] = ["shows/show_1/slot2f.jpg", "description"];
//optional properties for these images:
slides2.controls_top=0; //use for top controls
slides2.no_controls=1; //will set a slide show with no controls
slides2.no_descriptions=1; //use for no descriptions displayed
slides2.delay=7000; //will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter


var slides3=[]; //THIRD SLIDESHOW
//configure the below images and descriptions to your own. 
slides3[0] = ["shows/show_1/slot3c.jpg", "description"];
slides3[1] = ["shows/show_1/slot3b.jpg", "description"];
slides3[2] = ["shows/show_1/slot3a.jpg", "description"];
//optional properties for these images:
slides3.controls_top=0; //use for top controls
slides3.no_controls=1; //will set a slide show with no controls
slides3.no_descriptions=1; //use for no descriptions displayed
slides3.delay=8000; //will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter



var slides4=[]; //FOURTH SLIDESHOW
//configure the below images and descriptions to your own. 
slides4[0] = ["shows/show_1/slot4a.jpg", "description"];
slides4[1] = ["shows/show_1/slot4c.jpg", "description"];
slides4[2] = ["shows/show_1/slot4d.jpg", "description"];
slides4[3] = ["shows/show_1/slot4e.jpg", "description"];
slides4[4] = ["shows/show_1/slot4f.jpg", "description"];
//optional properties for these images:
slides4.controls_top=0; //use for top controls
slides4.no_controls=1; //will set a slide show with no controls
slides4.no_descriptions=1; //use for no descriptions displayed
slides4.delay=11000; //will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter



var slides5=[]; //FIFTH SLIDESHOW
//configure the below images and descriptions to your own. 
slides5[0] = ["shows/show_1/slot5c.jpg", "description"];
slides5[1] = ["shows/show_1/slot5b.jpg", "description"];
slides5[2] = ["shows/show_1/slot5d.jpg", "description"];
slides5[3] = ["shows/show_1/slot5a.jpg", "description"];
//slides5[4] = ["shows/show_1/slot5e.jpg", "description"];
//optional properties for these images:
slides5.controls_top=0; //use for top controls
slides5.no_controls=1; //will set a slide show with no controls
slides5.no_descriptions=1; //use for no descriptions displayed
slides5.delay=5000; //will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter



var slides6=[]; //SIXTH SLIDESHOW
//configure the below images and descriptions to your own. 
slides6[0] = ["shows/show_1/slot6a.jpg", "description"];
slides6[1] = ["shows/show_1/slot6b.jpg", "description"];
slides6[2] = ["shows/show_1/slot6c.jpg", "description"];
slides6[3] = ["shows/show_1/slot6d.jpg", "description"];
slides6[4] = ["shows/show_1/slot6e.jpg", "description"];
//slides6[5] = ["shows/show_1/slot6f.jpg", "description"];
//optional properties for these images:
slides6.controls_top=0; //use for top controls
slides6.no_controls=1; //will set a slide show with no controls
slides6.no_descriptions=1; //use for no descriptions displayed
slides6.delay=9000; //will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter


//Notes:
//slides#.target will set a target for a slide group, will be overridden by slides#[#][3], if present
//slides#.specs will set new window specifications for a slide group, will be overridden by slides#[#][4], if present
//slides#.fadecolor will set fading images background color, defaults to white
//slides#.no_controls will set a slide show with no controls
//slides#.random will set a random slide sequence on each page load
//slides#.delay=3000 will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter
//slides#.jumpto=1 will display added controls to jump to a particular image by its number
//slides#.no_added_linebreaks=1; use for no added line breaks in formatting of texts and controls

//use below to create a customized onclick event for linked images in a given show:
//slides#.onclick="window.open(this.href,this.target,'top=0, left=0, width='+screen.availWidth+', height='+screen.availHeight);return false;"

