var slides=[];
slides[0]  = ["../img/all/6-back-lanai.jpg", "Lounge chairs on the Penthouse deck"];
slides[1]  = ["../img/all/6-bathroom-guest.jpg", "Guest bathroom with full tub"];
slides[2]  = ["../img/all/6-bathroom-master.jpg", "Ensuite bathroom off the master bedroom"];
slides[3]  = ["../img/all/6-bathroom-master2.jpg", "Ensuite bathroom off the master bedroom"];
slides[4]  = ["../img/all/6-bedroom-king.jpg", "Second Bedroom with King sized bed"];
slides[5]  = ["../img/all/6-bedroom-master-king1.jpg", "Master Bedroom"];
slides[6]  = ["../img/all/6-bedroom-master-king2.jpg", "Master Bedroom"];
slides[7]  = ["../img/all/6-bedroom-master-king3.jpg", "Master Bedroom"];
slides[8]  = ["../img/all/6-bedroom-master-king4.jpg", "Master Bedroom"];
slides[9]  = ["../img/all/6-bedroom-queen.jpg", "Third Bedroom with Queen sized bed"];
slides[10] = ["../img/all/6-bedroom-queen-bed.jpg", "Third Bedroom with Queen bed & bamboo dresser"];
slides[11] = ["../img/all/6-deck-entrance.jpg", "Lounge chairs on the Penthouse deck"];
slides[12] = ["../img/all/6-deck-lounge.jpg", "Lounge area on the Penthouse deck"];
slides[13] = ["../img/all/6-deck-view.jpg", "View from the 20x40 foot deck"];
slides[14] = ["../img/all/6-diningroom.jpg", "Dining room"];
slides[15] = ["../img/all/6-kitchen.jpg", "Fully equipped kitchen"];
slides[16] = ["../img/all/6-kitchen-stove.jpg", "Kitchen with full stove & oven"];
slides[17] = ["../img/all/6-livingroom-dining.jpg", "Looking through the livingroom to the dining area"];
slides[18] = ["../img/all/6-livingroom.jpg", "Livingroom from the dining room"];
slides[19] = ["../img/all/6-livingroom2.jpg", "Livingroom"];
slides[20] = ["../img/all/6-livingroom3.jpg", "Livingroom"];

//optional properties for these images:
slides.desc_prefix='3BR PENTHOUSE 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=0;
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
