
//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='left.gif';
var stopimg='stop.gif';
var playimg='play.gif';
var nextimg='right.gif';

var organiste_presenters=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
organiste_presenters[0]  = ["holiday-guide/flyers/GMCringthembells121411", "", "http://www.gaymenschorusofsouthflorida.org/ring_them_bells_tickets.htm"];
organiste_presenters[1]  = ["holiday-guide/flyers/STchristmas122311", "", "http://sheldontheatre.org/"];
organiste_presenters[2]  = ["holiday-guide/flyers/dsq-2011-12", "", "http://delraystringquartet.com/"];
organiste_presenters[3]  = ["holiday-guide/flyers/fau-121711", "", "https://fauevents.com"];
organiste_presenters[4]  = ["holiday-guide/flyers/transfiguration-ny-121611", "", "http://www.organiste.net"];
organiste_presenters[5]  = ["holiday-guide/flyers/asj-121811", "", "http://artsatstjohns.com/"];
organiste_presenters[6]  = ["holiday-guide/flyers/trinity-121811", "", "http://www.trinitymiami.org"];
organiste_presenters[7]  = ["holiday-guide/flyers/jams-2011-2012", "", "http://www.jamsociety.org"];
organiste_presenters[8]  = ["holiday-guide/flyers/sjac-121811", "", "http://stjohntheologian.org/"];
organiste_presenters[9]  = ["holiday-guide/flyers/jams-122011", "", "http://www.jamsociety.org/"];


//array elements now scrambled
organiste_presenters.sort(function() {return 0.5 - Math.random()})

var temp_organiste_presenters = organiste_presenters[0];
organiste_presenters[0] = ["holiday-guide/flyers/holiday-season-guide-v2", "", "http://www.organiste.net/holiday-guide"];
organiste_presenters[organiste_presenters.length] = temp_organiste_presenters;

//above slide show uses only the defaults
organiste_presenters.no_controls = 0;
organiste_presenters.controls_top=1;
organiste_presenters.no_added_linebreaks=1;
organiste_presenters.random=0; //set a random slide sequence on each page load
organiste_presenters.specs="width=600, height=825" //will set new window specifications for a slide group, will be overridden by organiste_presenters#[#][4], if present
organiste_presenters.pause=1; //use for pause onmouseover
organiste_presenters.delay=3000 //will set miliseconds delay between organiste_presenters for a given show, may also be set in the call as the last parameter
organiste_presenters.width=600; //use to set width of widest image if dimensions vary
organiste_presenters.height=825; //use to set height of tallest image if dimensions vary
//use below to create a customized onclick event for linked images in a given show:
//organiste_presenters.onclick="window.open(this.href,this.target,'top=0, left=0, width='+screen.availWidth+', height='+screen.availHeight);return false;"
organiste_presenters.onclick="newwindow=window.open(this.href,'name','scrollbars=1,height=600,width=800'); if (window.focus) {newwindow.focus()}; return false;"
