// Settings for slideshow on the Washington Days 2010 (index) page.
// Updated 2010-04-19/cmr

// Refer to lib/swissarmy/swissarmy-settings-example.js for more info.

//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='../images/buttons/Step-Backward-Normal-Blue-16x16.png';
var stopimg='../images/buttons/Pause-Normal-Red-16x16.png';
var playimg='../images/buttons/Play-Normal-16x16.png';
var nextimg='../images/buttons/Step-Forward-Normal-Blue-16x16.png';

var event_slides=[
	["./slideshow/thumbs/img_5796.jpg",""],
	["./slideshow/thumbs/img_5797.jpg",""],
	["./slideshow/thumbs/img_5798.jpg",""],
	["./slideshow/thumbs/img_5799.jpg",""],
	["./slideshow/thumbs/img_5800.jpg",""],
	["./slideshow/thumbs/img_5801.jpg",""],
	["./slideshow/thumbs/img_5803.jpg",""],
	["./slideshow/thumbs/img_5804.jpg",""],
	["./slideshow/thumbs/img_5805.jpg",""],
	["./slideshow/thumbs/img_5806.jpg",""],
	["./slideshow/thumbs/img_5807.jpg",""],
	["./slideshow/thumbs/img_5808.jpg",""],
	["./slideshow/thumbs/img_5809.jpg",""],
	["./slideshow/thumbs/img_5812.jpg",""],
	["./slideshow/thumbs/img_5813.jpg",""],
	["./slideshow/thumbs/img_5814.jpg",""],
	["./slideshow/thumbs/img_5815.jpg",""],
	["./slideshow/thumbs/img_5816.jpg",""],
	["./slideshow/thumbs/img_5817.jpg",""],
	["./slideshow/thumbs/img_5818.jpg",""],
	["./slideshow/thumbs/img_5819.jpg",""],
	["./slideshow/thumbs/img_5822.jpg",""],
	["./slideshow/thumbs/img_5823.jpg",""],
	["./slideshow/thumbs/img_5825.jpg",""],
	["./slideshow/thumbs/img_5830.jpg",""],
	["./slideshow/thumbs/img_5831.jpg",""],
	["./slideshow/thumbs/img_5832.jpg",""],
	["./slideshow/thumbs/img_5834.jpg",""],
	["./slideshow/thumbs/img_5837.jpg",""],
	["./slideshow/thumbs/img_5838.jpg",""],
	["./slideshow/thumbs/img_5839.jpg",""],
	["./slideshow/thumbs/img_5840.jpg",""],
	["./slideshow/thumbs/img_5841.jpg",""],
	["./slideshow/thumbs/img_5842.jpg",""],
	["./slideshow/thumbs/img_5845.jpg",""],
	["./slideshow/thumbs/img_5847.jpg",""],
	["./slideshow/thumbs/img_5849.jpg",""],
	["./slideshow/thumbs/img_5851.jpg",""],
	["./slideshow/thumbs/img_5854.jpg",""],
	["./slideshow/thumbs/img_5855.jpg",""],
	["./slideshow/thumbs/img_5856.jpg",""],
	["./slideshow/thumbs/img_5860.jpg",""],
	["./slideshow/thumbs/img_5864.jpg",""],
	["./slideshow/thumbs/img_5866.jpg",""],
	["./slideshow/thumbs/img_5868.jpg",""],
	["./slideshow/thumbs/img_5869.jpg",""],
	["./slideshow/thumbs/img_5871.jpg",""],
	["./slideshow/thumbs/img_5874.jpg",""],
	["./slideshow/thumbs/img_5875.jpg",""],
	["./slideshow/thumbs/img_5876.jpg",""],
	["./slideshow/thumbs/img_5877.jpg",""],
	["./slideshow/thumbs/img_5881.jpg",""],
	["./slideshow/thumbs/img_5882.jpg",""],
	["./slideshow/thumbs/img_5883.jpg",""],
	["./slideshow/thumbs/img_5884.jpg",""],
	["./slideshow/thumbs/img_5885.jpg",""],
	["./slideshow/thumbs/img_5887.jpg",""]	// No comma after last entry
];

event_slides.width=240;  // set width of widest image if dimensions vary
event_slides.height=240; // set height of tallest image if dimensions vary

event_slides.fadecolor='#f6ffcf'; // Set fading images' background color,
// defaults to white (string) - use color name or hex value with # prefix.
// Set to match parent block background color.

event_slides.use_alt=0;   // use descriptions as alt text
event_slides.use_title=0; // do not use descriptions as title text

event_slides.random=1;    // random slide sequence on each page load - on
event_slides.delay=5000;  // delay (miliseconds) between slides

event_slides.border=8;               //set border width (pixels)
event_slides.border_style='ridge';   //set border style
event_slides.border_color='#00ccff'; //set border color

event_no_descriptions=1; 				// do not display descriptions
event_slides.image_controls=1;           // use graphic control buttons
event_slides.no_added_linebreaks=1;      // no added line breaks in 
                                         // formatting of texts and controls
//event_slides.controls_top=1;             // put controls on top
//event_slides.button_highlight='#660000'; // mouseover bg-color for buttons

/**************************************************************
* Swiss Army Image slide show script  
* © John Davenport Scheuer: http://home.comcast.net/~jscheuer1/
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ 
* for full original source code
***************************************************************/

