//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 slides2=[];

slides2[0] = ["images/crew/mom.jpg", "First Mate-Corrine, my mom<br><br>Mom goes with me to a lot of my Titanic presentations-especially the school kids events. Sometimes she helps board the passengers,  helps kids look up information, and sometimes she helps serve the before-dinner drinks. Mom can wear all kinds of hats for whatever job is needed!"];
slides2[1] = ["images/crew/debbie.jpg", "Head Steward Andrew Latimer-my sister, Debbie<br><br>Debbie is usually the first person you see when you board an event. She greets, and hands out the boarding passes, to each passenger. She always looks very official in her hat, jacket, and white gloves."];
slides2[2] = ["images/crew/skee.jpg", "Steward Egg-my daughter, Skee<br><br>Skee is a very efficient steward when she arrives to help passengers board. She keeps things organized, neat and tidy. She's also helpful setting up any decor we might need. She keeps her cool when things are crazy!!!"];
slides2[3] = ["images/crew/connie.jpg", "Assistant Props Steward-my sister, Connie<br><br>Connie is very good at handing out any of the props we might use for an event. It takes a lot of organization to get the right prop with the right Titanic passenger-an important job indeed! Sometimes Connie will even don a lifejacket if so needed."];
slides2[4] = ["images/crew/crewBig.jpg", "Assistant Steward-my friend, Judy<br><br>Judy has gone with us to a few events. She is also very good at keeping the boarding organized.  She fills in as needed."];
slides2[5] = ["images/crew/carl.jpg", "Titanic Officer-2nd Officer Charles Lightoller-Carl Ireton<br><br>Carl comes to every Titanic event he can. He usually gives a short talk on the ship. He is very good at \"working\" the crowd. People like to have their picture taken with an officer of the Titanic! He is a people person and likes to visit with everyone and plays his Titanic persona very well! He always looks so official in his Officer's Uniform."];
slides2[6] = ["images/crew/moving.jpg", "Other BIG, behind the scenes helpers, are my husband Dan-who's always willing to load my car to the max with Titanic props. He's very good at building anything I need and taking care of mechanical \"stuff\".  I have also needed my son-in-law, Jake, a time or two-as well as my granddaughters, Libertee and Lily."];
slides2[7] = ["images/crew/girls.jpg", "Of course, not everyone of the crew can go to every event, or is needed at every one. But someone always steps up to help when they are available. Couldn't do an event without em!! Besides-they're all willing to work for a good dinner!! :)"];

//optional properties for these images:
slides2.desc_prefix=''; //string prefix for image descriptions display
slides2.controls_top=0; //use for top controls
slides2.counter=0; //use to show image count
slides2.width=405; //use to set width of widest image if dimensions vary
slides2.height=305; //use to set height of tallest image if dimensions vary
slides2.no_auto=1; //use to make show completely user operated (no play button, starts in stopped mode)
slides2.use_alt=1; //use for descriptions as images alt attributes
slides2.use_title=0; //use for descriptions as images title attributes
slides2.nofade=0; //use for no fade-in, fade-out effect for this show
slides2.border=1; //set border width for images
slides2.border_color='red'; //set border color for images

//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;"