var slides=[];
slides[0]  = ["/img/roman/photo/roman-biopic2.jpg", "Artist Roman Czerwinski with one of his paintings"];
slides[1]  = ["/img/roman/photo/roman-at-easel1.jpg", "Roman at the easel"];
slides[2]  = ["/img/roman/photo/roman-at-easel2.jpg", "Roman hard at work at Sargent's in Jan 2009"];
slides[3]  = ["/img/roman/photo/roman-mark1.jpg", "Roman & Mark on Art Night at Sargent's Fine Art in Jan 2009"];
slides[4]  = ["/img/roman/photo/roman-mark2.jpg", "Roman & Mark on Art Night at Sargent's Fine Art in Jan 2009"];
slides[5]  = ["/img/roman/photo/polish-consulate.jpg", "Roman with Polish Consul General Paulina Kapuscinska on July 29, 2009 when she received Roman's painting, Red Poppies by the River, for the Polish Consulate in LA"];
slides[6]  = ["/img/roman/photo/sfa-danya-roman.jpg", "Christmas Show 2010 at Sargent's Fine Art - Roman with daughter Danya"];
slides[7]  = ["/img/roman/photo/sfa-kosich.jpg", "Roman with collectors, Michael & Chris Schmitzer, at Sargent's Fine Art 2008"];
slides[8]  = ["/img/roman/photo/sfa-schmitzer.jpg", "Roman with collectors Mr & Mrs Kosich of Lafayette, CA at Sargent's Fine Art 2010"];
slides[9]  = ["/img/roman/photo/show-las-vegas.jpg", "Art show at the Aladdin for Oh My Godard Fine Art, Las Vegas 2009"];

//optional properties for these images:
slides.desc_prefix='ROMAN CZERWINSKI - '; //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=2000; //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.random=1; //random order
//slides.specs="width=300, height=250"; //global specifications for this show's new window(s)


