var slides=[];
slides[0]  = ["../img/all/pristine-beach.jpg", "Pristine Maui Beach"];
slides[1]  = ["../img/all/driveway-entrance.jpg", "Driveway entrance to the Sugar Beach Hostel"];
slides[2]  = ["../img/all/6-livingroom-dining.jpg", "Livingroom & Dining room of the 3BR Penthouse Suite"];
slides[3]  = ["../img/all/6-livingroom.jpg", "16 Foot Cathedral Ceilings in the Penthouse"];
slides[4]  = ["../img/all/6-bedroom-queen.jpg", "One of the 3 Bedrooms of the Penthouse Suite"];
slides[5]  = ["../img/all/6-bathroom-master.jpg", "Master Bathroom of the Penthouse"];
slides[6]  = ["../img/all/6-deck-view.jpg", "View from the 20' by 40' Penthouse Deck"];
slides[7]  = ["../img/all/2-twin-bed.jpg", "Single bed in Livingroom of the 1BR Orchid Suite"];
slides[8]  = ["../img/all/welcome-dove.jpg", "Welcome to Maui Sugar Beach Inn with baby dove"];

//optional properties for these images:
slides.desc_prefix='MAUI SUGAR BEACH HOSTEL - '; //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
