// Settings for slideshow on the main (index) page.
// Updated 2009-08-30/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 previmg='../images/buttons/left.gif';
var stopimg='../images/buttons/stop.gif';
var playimg='../images/buttons/play.gif';
var nextimg='../images/buttons/right.gif';

var am09_slides=[
	["./images/IMG_4089-250x188.jpg",""],
	["./images/IMG_4092-250x202.jpg",""],
	["./images/IMG_4093-250x187.jpg",""],
	["./images/IMG_4096-250x223.jpg",""],
	["./images/IMG_4100-250x184.jpg",""],
	["./images/IMG_4101-250x205.jpg",""],
	["./images/IMG_4102-250x178.jpg",""],
	["./images/IMG_4111-250x203.jpg",""],
	["./images/IMG_4114-250x170.jpg",""],
	["./images/IMG_4115-250x179.jpg",""],
	["./images/IMG_4120-250x183.jpg",""],
	["./images/IMG_4121-250x165.jpg",""]
	// No comma after last entry
];

am09_slides.width=250;  // set width of widest image if dimensions vary
am09_slides.height=223; // set height of tallest image if dimensions vary

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

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

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

am09_no_descriptions=1; 				// do no display descriptions
am09_slides.image_controls=1;           // use graphic control buttons
am09_slides.no_added_linebreaks=1;      // no added line breaks in 
                                         // formatting of texts and controls
//am09_slides.controls_top=1;             // put controls on top
//am09_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
***************************************************************/

