var slides=[];
slides[0]  = ["/img/art-night/lg/listening-to-the-music.jpg", "People gathered at Sargents listening to Curt & Joi Lee singing"];
slides[1]  = ["/img/art-night/lg/louise-with-curt.jpg", "Louise Lambert singing with guitarist Curt Lee"];
slides[2]  = ["/img/art-night/lg/joi-singing.jpg", "Joi singing to the gathering crowd"];
slides[3]  = ["/img/art-night/lg/dancing1.jpg", "Gallery visitors spontaneously start dancing"];
slides[4]  = ["/img/art-night/lg/dancing2.jpg", "More dancing"];
slides[5]  = ["/img/art-night/lg/dancing3.jpg", "More dancing"];
slides[6]  = ["/img/art-night/lg/dancing4.jpg", "More dancing"];
slides[7]  = ["/img/art-night/lg/dancing5.jpg", "More dancing"];
slides[8]  = ["/img/art-night/lg/dancing6.jpg", "More dancing"];
slides[9]  = ["/img/art-night/lg/between-songs.jpg", "Between Songs"];
slides[10] = ["/img/art-night/lg/dick-with-joi.jpg", "Gallery owner Dick Sargent with Joi after the set"];
slides[11] = ["/img/art-night/lg/clients-dancing.jpg", "Clients dancing"];
slides[12] = ["/img/art-night/lg/curt-lee.jpg", "Curt Lee with Mama"];
slides[13] = ["/img/art-night/lg/hula-girls.jpg", "Lovely hula girls from Lahaina"];
slides[14] = ["/img/art-night/lg/baby-hula-girl.jpg", "Baby Hula Girl"];
slides[15] = ["/img/art-night/lg/ahtim-9-28-08.jpg", "Ah Tim playing Sargents 9-28-2008"];
slides[16] = ["/img/art-night/lg/chinese-new-year1.jpg", "Dancing Dragon on Chinese New Year"];
slides[17] = ["/img/art-night/lg/chinese-new-year2.jpg", "Dragon of Chinese New Year visits Sargent's"];
slides[18] = ["/img/art-night/lg/godard-show.jpg", "Michael Godard show at Sargent's Fine Art"];
slides[19] = ["/img/art-night/lg/godard-show2.jpg", "Michael Godard with clients"];

//optional properties for these images:
slides.desc_prefix='ART NIGHT - '; //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=1300; //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)
