var slides=[];
slides[0]  = ["../img/all/5-entrance.jpg", "Private entrance to the top floor Gardenia"];
slides[1]  = ["../img/all/5-bedroom.jpg", "Bedroom"];
slides[2]  = ["../img/all/5-back-deck.jpg", "Rooftop deck"];
slides[3]  = ["../img/all/6-back-lanai.jpg", "Back Lanai runs the full length of the building"];
slides[4]  = ["../img/all/5-bedroom-deck-access.jpg", "Access to deck from bedroom"];
slides[5]  = ["../img/all/5-bedroom-queen.jpg", "Queen sized bed, mirrored closet doors"];
slides[6]  = ["../img/all/5-bedroom-queen-bed.jpg", "Bedroom with Queen sized bed"];
slides[7]  = ["../img/all/5-kitchen-living.jpg", "Kitchen & Livingroom"];
slides[8]  = ["../img/all/5-kitchen-and-bath.jpg", "Kitchen & Bathroom"];
slides[9]  = ["../img/all/5-livingroom.jpg", "Livingroom"];
slides[10] = ["../img/all/5-livingroom-dining.jpg", "Livingroom - diningroom"];
slides[11] = ["../img/all/5-diningroom.jpg", "Diningroom area"];

//optional properties for these images:
slides.desc_prefix='1BR GARDENIA SUITE - '; //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="#ffffff"; // 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=0;  // will set a slide show with no controls
slides.random=1;
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
