var slides=[];
slides[0]  = ["/img/lawrence/lg/diamond-head-dawn.jpg", "Diamond Head Dawn - Giclee on Canvas"];
slides[1]  = ["/img/lawrence/lg/sailing.jpg", "Sailing - Giclee on Canvas"];
slides[2]  = ["/img/lawrence/lg/wind.jpg", "Wind - Giclee on Canvas"];
slides[3]  = ["/img/lawrence/lg/sailing-II.jpg", "Sailing II - Giclee on Canvas"];
slides[4]  = ["/img/lawrence/lg/sailing-II-framed.jpg", "Sailing II framed in while enamel - Giclee on Canvas"];
slides[5]  = ["/img/lawrence/lg/sailing-II-framed-b.jpg", "Sailing II framed in black enamel - Giclee on Canvas"];
/*slides[6]  = ["/img/lawrence/lg/gracenote.jpg", "Gracenote - 9 x 12 Offset Lithograph"];
slides[7]  = ["/img/lawrence/lg/americas-lion.jpg", "America's Lion - 36 x 24 Original Oil on Canvas - SOLD"];
slides[8]  = ["/img/lawrence/lg/three-lion-cubs.jpg", "Three Lion Cubs (1984) - 10 x 14.5 Etching"];
slides[9]  = ["/img/lawrence/lg/duma.jpg", "Duma - 10.25 x 18.875 Original Mylar Lithograph"];
slides[10] = ["/img/lawrence/lg/hanging-around.jpg", "Hanging Around (1998) - 3 x 6 Original Mylar Lithograph"];
slides[11] = ["/img/lawrence/lg/natures-patterns.jpg", "Nature's Patterns (1998) - 8 x 16 Original Mylar Lithograph"];*/

//optional properties for these images:
slides.desc_prefix='RICK LAWRENCE - '; //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="#969696"; // 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=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.specs="width=300, height=250"; //global specifications for this show's new window(s)
