var slides=[];
slides[0]  = ["/img/boutin/lg/canoe-beach.jpg", "Canoe Beach - Giclee on Canvas"];
slides[1]  = ["/img/boutin/lg/makena-point.jpg", "Makena Point - Giclee on Canvas"];
slides[2]  = ["/img/boutin/lg/mango-sisters.jpg", "Mango Sisters - Giclee on Canvas, photo by Rick Kealoha"];
slides[3]  = ["/img/boutin/lg/moonlight-canoe.jpg", "Moonlight Canoe - Giclee on Canvas"];
slides[4]  = ["/img/boutin/lg/nathalie-boutin-art1.jpg", "Nathalie Boutin wih her art, photo by Rick Kealoha"];
slides[5]  = ["/img/boutin/lg/nathalie-boutin-art2.jpg", "Nathalie Boutin wih her art, photo by Rick Kealoha"];
slides[6]  = ["/img/boutin/lg/white-plumeria.jpg", "White Plumeria - Giclee on Canvas"];
slides[7]  = ["/img/boutin/lg/two-girls.jpg", "Two Girls - Giclee on Canvas"];
slides[8]  = ["/img/boutin/lg/three-huts.jpg", "Three Huts - Giclee on Canvas"];
slides[9]  = ["/img/boutin/lg/tahiti.jpg", "Tahiti - Giclee on Canvas"];
slides[10] = ["/img/boutin/lg/hawaiian-shell.jpg", "Hawaiian Shell - Giclee on Canvas"];
slides[11] = ["/img/boutin/lg/catch-of-the-day.jpg", "Catch of the Day - Giclee on Canvas"];
slides[12] = ["/img/boutin/lg/black-and-yellow-plumeria.jpg", "Black and Yellow Plumeria - Giclee on Canvas"];

//optional properties for these images:
slides.desc_prefix='NATHALIE BOUTIN - '; //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"; // will set fading images background color, defaults to white
slides.delay=2500; //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=1;  // 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.random=1; //use for pause on mouseover
//slides.specs="width=300, height=250"; //global specifications for this show's new window(s)
