
//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 header_slides=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
//header_slides[0] = ["images/top-banner/sfso-2011-season-top-banner-v2.jpg", "", "http://southfloridasymphony.org/upcoming-concerts/", "_new", ""];
header_slides[0] = ["images/top-banner/sfso-2011-season-top-banner-v3.jpg", "", "http://southfloridasymphony.org/events/", "_new", ""];
//header_slides[1] = ["images/top-banner/dsq-dec-2011-top-banner.jpg", "", "season-schedules.php?banner_id=dsq-season-2011-12-v3", "", ""];
header_slides[1] = ["images/top-banner/symphonia-2012-top-v2.jpg", "", "http://bocasymphonia.org/", "_new", ""];

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

//var temp_header_slides = header_slides[0];
//header_slides[0] = ["images/top-banner/holiday-season-guide-top-banner.jpg", "", "holiday-guide/index.php", "_self", ""];
//header_slides[header_slides.length] = temp_header_slides;


//above slide show uses only the defaults
header_slides.no_controls = 1;
header_slides.no_added_linebreaks=1;
header_slides.random=0; //set a random slide sequence on each page load
header_slides.specs="width=890, height=151" //will set new window specifications for a slide group, will be overridden by header_slides#[#][4], if present
header_slides.pause=1; //use for pause onmouseover
header_slides.delay=3000 //will set miliseconds delay between header_slides for a given show, may also be set in the call as the last parameter
header_slides.width=890; //use to set width of widest image if dimensions vary
header_slides.height=151; //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:
//header_slides.onclick="window.open(this.href,this.target,'top=0, left=0, width='+screen.availWidth+', height='+screen.availHeight);return false;"
header_slides.onclick="newwindow=window.open(this.href,'_self','height=800,width=1000,scrollbars=1'); if (window.focus) {newwindow.focus()}; return false;"
