var slides=[];
slides[0]  = ["/img/wishard/photo/harry-wishard.jpg", "Artist Harry Wishard"];
slides[1]  = ["/img/wishard/photo/harry-wishard2.jpg", "Artist Harry Wishard"];
slides[2]  = ["/img/wishard/photo/wishard-with-beach-house.jpg", "Harry Wishard with The Beach House"];
slides[3]  = ["/img/wishard/photo/wishard-with-beach-house2.jpg", "Harry Wishard with The Beach House"];
slides[4]  = ["/img/wishard/photo/michelle-and-harry.jpg", "Michelle with Harry Wishard at Sargent's Fine Art"];
slides[5]  = ["/img/wishard/photo/wishard-clients-schroeders.jpg", "Wishard Clients (the Schroeders) at Sargent's Fine Art"];
slides[6]  = ["/img/wishard/photo/harry-and-susan.jpg", "Harry Wishard with Susan Figg across from Sargent's Fine Art"];
slides[7]  = ["/img/wishard/photo/harry-and-client.jpg", "Harry Wishard with client at Sargent's Fine Art"];

//optional properties for these images:
slides.desc_prefix='HARRY WISHARD - '; //string prefix for image descriptions display
slides.counter=1; //use to show image counter
slides.width=669; //use to set width of widest image if dimensions vary
slides.height=669; //use to set height of tallest image if dimensions vary
slides.fadecolor="#2e5882"; // 1d8385 will set fading images background color, defaults to white
slides.delay=1500; //will set milliseconds delay between slides for a given show, may also be set in the call as the last parameter
slides.use_alt=1; //use for descriptions as images alt attributes
slides.use_title=1; //use for descriptions as images title attributes
slides.no_controls=0;  // will set a slide show with no controls
slides.no_added_linebreaks=1; //use 1 for no space below load area in formatting of texts and controls
slides.pause=1; //use for pause on mouseover
//slides.specs="width=300, height=250"; //global specifications for this show's new window(s)

