var slides=[];
slides[0]  = ["/img/maui/nicolas-office.jpg", "Cottage on the Royal Palms property"];
slides[1]  = ["/img/maui/jungle-palms.jpg", "Gardens on the Royal Palms estate"];
slides[2]  = ["/img/maui/baldwin-beach1.jpg", "Baldwin Beach on the north shore of Maui, 10 minutes away"];
slides[3]  = ["/img/maui/view-from-royal-palms.jpg", "View of the Ocean from Royal Palms"];
slides[4]  = ["/img/maui/royal-palm-trees.jpg", "Royal Palms next to the Main House"];
slides[5]  = ["/img/maui/mainhouse.jpg", "View of the Main House through the trees"];

//optional properties for these images:
slides.desc_prefix=''; //string prefix for image descriptions display
slides.counter=0; //use to show image counter
slides.width=898; //use to set width of widest image if dimensions vary
slides.height=580; //use to set height of tallest image if dimensions vary
slides.fadecolor="#3197aa"; // will set fading images background color, defaults to white
slides.delay=1500; //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.specs="width=300, height=250"; //global specifications for this show's new window(s)