// 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 index_slides=[]; // SLIDESHOW NAME
//configure the below images and descriptions to your own. 
index_slides[0] = ["./images/index-pics/retreat-07-beach-boys.jpg", "At the 2007 HNC Family Weekend"];
index_slides[1] = ["./images/index-pics/holiday-celebration-08.jpg", "2008 Holiday Celebration"];
index_slides[2] = ["./images/index-pics/camp-reunion-day-09.jpg", "Camp Reunion Day, 2009"];
index_slides[3] = ["./images/index-pics/aces-for-action-08.jpg", "2008 Aces for Action Tournament"];
*/

var index_slides=[
	["./images/index-pics/retreat-07-beach-boys.jpg", "On the beach at the<br>HNC Family Weekend, 2007"],
	["./images/index-pics/annual-meeting-09-teddy-bear-clinic.jpg", "Teddy bear clinic<br>HNC Annual Meeting, 2007"],
	["./images/index-pics/holiday-celebration-08.jpg", "A visit from Santa<br>Holiday Celebration, 2008"],
	["./images/index-pics/camp-reunion-day-09.jpg", "Zip line enthusiasts<br>Camp Reunion Day, 2009"],
	["./images/index-pics/aces-for-action-08.jpg", "Aces for Action<br>Tennis Tournament, 2008"],
	["./images/index-pics/annual-meeting-08-kids.jpg", "Mad Scientists in Training<br>HNC Annual Meeting, 2008"],
	["./images/index-pics/retreat-07-beach-girls.jpg", "Beach Pals<br>HNC Family Weekend, 2007"],
	["./images/index-pics/casino-night-09.jpg", "Casino Night action<br>Hearts for Hemophilia, 2009"],
	["./images/index-pics/annual-meeting-08-people.jpg", "2008 HNC Annual Meeting<br>&nbsp;"],
	["./images/index-pics/golf-tournament-09.jpg", "2009 HNC Golf Tournament<br>&nbsp;"],
	["./images/index-pics/camp-superfly-08-winner.jpg", "Camp Superfly Winner<br>Holiday Celebration, 2008"],
	["./images/index-pics/adult-retreat-09.jpg", "Adult Retreat, 2009<br>&nbsp;"],
	["./images/index-pics/casino-night-07-poplins.jpg", "Casino Night revelers<br>Hearts for Hemophilia, 2007"],
	["./images/index-pics/couples-retreat-08.jpg", "HNC Couples Retreat<br>&nbsp;"],
	["./images/index-pics/family-retreat-08-beach.jpg", "Beach Games<br>HNC Family Retreat, 2008"],
	["./images/index-pics/casino-night-07-auction.jpg", "Auction at Casino Night<br>Hearts for Hemophilia, 2007"],
	["./images/index-pics/family-retreat-08.jpg", "Family Retreat, 2008<br>&nbsp;"],
	/* ["./images/index-pics/golf-tournament-08.jpg", "HNC Golf Tournament, 2008<br>&nbsp;"], */
	["./images/index-pics/teen-weekend-09.jpg", "&ldquo;Big Dog&rdquo; and friend<br>Teen Weekend, 2009"],
	["./images/index-pics/hemophilia-walk-08.jpg", "NHF Hemophilia Walk, 2008<br>&nbsp;"],
	["./images/index-pics/nhf-annual-meeting-09.jpg", "NHF Annual Meeting, 2009<br>San Francisco"],
	["./images/index-pics/family-retreat-09.jpg", "Self Infusion Training<br>HNC Family Retreat, 2009"],
	["./images/index-pics/holiday-celebration-07.jpg", "&ldquo;Limbo Limbo!&rdquo;<br>Holiday Celebration, 2007"],
	["./images/index-pics/hemophilia-walk-08-team-jewett.jpg", "Team Jewett<br>Hemophilia Walk, 2008"],
	["./images/index-pics/legislative-day-08.jpg", "Past Presidents<br>Legislative Day, 2008"],
	["./images/index-pics/nhf-on-the-road-08.jpg", "Conference at<br>NHF On The Road, 2008"],
	["./images/index-pics/voty-08.jpg", "Volunteers of the Year<br>Holiday Celebration, 2008"],
	["./images/index-pics/washington-days-08.jpg", "Making the Case<br>Washington Days, 2008"],
	["./images/index-pics/womens-retreat-09.jpg", "Women's Retreat, 2009<br>&nbsp;"]
	// No comma after last entry
];


index_slides.width=200;  // set width of widest image if dimensions vary
index_slides.height=200; // set height of tallest image if dimensions vary

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

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

index_slides.counter=1;        // Show image counter
index_slides.count_prefix='';  // Image counter prefix text
index_slides.count_sep='/';    // Image count separator

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

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