var slides=[]; 
slides[0]  = ["/img/shirley/lg/808.jpg", "Gold Hawaii 808 Area Code Pendant"];
slides[1]  = ["/img/shirley/lg/808-back.jpg", "Gold Hawaii 808 Area Code Pendant - Backside"];
slides[2]  = ["/img/shirley/lg/96761.jpg", "Gold Lahaina, Maui 96761 Zipcode Pendant"];
slides[3]  = ["/img/shirley/lg/96761-close.jpg", "Gold Lahaina, Maui 96761 Zipcode Pendant (detail)"];
slides[4]  = ["/img/shirley/lg/96753.jpg", "Gold Kihei-Wailea-Maalaea, Maui 96753 Zipcode Pendant"];
slides[5]  = ["/img/shirley/lg/maile-gold.jpg", "Gold Maile Leaf Pendant"];
slides[6]  = ["/img/shirley/lg/maile-gold-back.jpg", "Gold Maile Leaf Pendant - Backside"];
slides[7]  = ["/img/shirley/lg/maile-silver.jpg", "Sterling Silver Maile Leaf Pendant"];
slides[8]  = ["/img/shirley/lg/070707-close.jpg", "14K Gold 07-07-07 Once in a Lifetime Pendant"];
slides[9]  = ["/img/shirley/lg/070707.jpg", "14K Gold 070707 Once in a Lifetime Pendant in 2 sizes"];
slides[10] = ["/img/shirley/lg/070707-white.jpg", "14K White Gold 070707 Once in a Lifetime Pendants in 2 sizes"];
slides[11] = ["/img/shirley/lg/070707-back.jpg", "14K White Gold 070707 Once in a Lifetime Pendants - Backside"];
slides[12] = ["/img/shirley/lg/080808-square.jpg", "14K Yellow Gold 080808 square Once in a Lifetime Pendant"];
slides[13] = ["/img/shirley/lg/080808-round.jpg", "14K Yellow Gold 080808 round Once in a Lifetime Pendant"];
slides[14] = ["/img/shirley/lg/090909-pendant.jpg", "14K White Gold 090909 Once in a Lifetime Pendant"];
slides[15] = ["/img/shirley/lg/808-pendant-ad.jpg", "14K White Gold 808 Pendant"];
slides[16] = ["/img/shirley/lg/nova-zipcode-ring.jpg", "14K Yellow Gold Nova Zipcode Ring"];
slides[17] = ["/img/shirley/lg/roman-numeral-8-ring.jpg", "14K Yellow Gold Roman Numeral 808 Ring"];

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