﻿//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='imgages/left.gif';
var stopimg='imgages/stop.gif';
var playimg='imgages/play.gif';
var nextimg='imgages/right.gif';

var slides=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
slides[0] = ["../images/slide01.jpg"];
slides[1] = ["../images/slide19.jpg"];
slides[2] = ["../images/slide03.jpg"];
slides[3] = ["../images/slide12.jpg"];
slides[4] = ["../images/slide21.jpg"];
slides[5] = ["../images/slide06.jpg"];
slides[6] = ["../images/slide24.jpg"];
slides[7] = ["../images/slide08.jpg"];
slides[8] = ["../images/slide16.jpg"];
slides[9] = ["../images/slide10.jpg"];
slides[10] = ["../images/slide26.jpg"];
slides[11] = ["../images/slide04.jpg"];
slides[12] = ["../images/slide13.jpg"];
slides[13] = ["../images/slide09.jpg"];
slides[14] = ["../images/slide15.jpg"];
slides[15] = ["../images/slide11.jpg"];
slides[16] = ["../images/slide17.jpg"];
slides[17] = ["../images/slide14.jpg"];
slides[18] = ["../images/slide02.jpg"];
slides[19] = ["../images/slide20.jpg"];
slides[20] = ["../images/slide05.jpg"];
slides[21] = ["../images/slide22.jpg"];
slides[22] = ["../images/slide23.jpg"];
slides[23] = ["../images/slide25.jpg"];
slides[24] = ["../images/slide07.jpg"];
slides[25] = ["../images/slide18.jpg"];
slides[26] = ["../images/slide27.jpg"];
//above slide show uses only the defaults
slides.controls_top=0; 			//use for top controls
//slides.counter=1;			 //use to show image count
slides.width=500; 			//use to set width of widest image if dimensions vary
slides.height=300; 			//use to set height of tallest image if dimensions vary
slides.image_controls=1; 		//use images for controls
slides.button_highlight='#ffffff'; 	//onmouseover background-color for image buttons (requires image_controls=1)
slides.pause=1; 			//use for pause onmouseover
slides.no_descriptions=1;
slides.no_controls=1;

//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;"

