var slides=[];
slides[0]  = ["/img/catering/thai-curry.jpg", "Authentic Thai Curry with bell peppers, baby corn"];
slides[1]  = ["/img/catering/spring-rolls.jpg", "Spring Rolls with dipping auce & cucumber"];
slides[2]  = ["/img/catering/summer-rolls.jpg", "Summer Rolls with shrimp & dipping sauce"];
slides[3]  = ["/img/catering/turkey-wrap.jpg", "Turkey Wrap with taro chips"];
slides[4]  = ["/img/catering/avocado-sandwich.jpg", "Turkey & Avocado sandwich with taro chips"];
slides[5]  = ["/img/catering/BBQ-chicken.jpg", "Barbequed chicken with Kula greens salad"];
slides[6]  = ["/img/catering/BBQ-short-rib.jpg", "Barbequed short rib Maui beef with Kula greens & corn on the cob"];
slides[7]  = ["/img/catering/stuffed-artichoke.jpg", "Stuffed Artichoke with chilies and cheese"];
slides[8]  = ["/img/catering/saimin.jpg", "Saimin bowl (no MSG)"];
slides[9]  = ["/img/catering/green-papaya-salad.jpg", "Green papaya salad"];
slides[10] = ["/img/catering/sushi.jpg", "Sushi plate - ahi, california roll, salsa"];
slides[11] = ["/img/catering/sashimi.jpg", "Sashimi plate"];
slides[12] = ["/img/catering/veggie-salad.jpg", "Veggie Salad with mushrooms"];
slides[13] = ["/img/catering/bruschetta.jpg", "Bruschetta with shrimp"];
slides[14] = ["/img/catering/fresh-fish.jpg", "Fresh fish caught in the ocean fronting Paia's Garden"];
slides[15] = ["/img/catering/mango.jpg", "The perfect mango"];
slides[16] = ["/img/catering/mangoes.jpg", "Hayden Mangoes from the Kula farm"];
slides[17] = ["/img/catering/lumpia-with-ice-cream.jpg", "Banana lumpia with ice cream"];

//optional properties for these images:
slides.desc_prefix='MENU OPTIONS - '; //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="#007070"; // will set fading images background color, defaults to white
slides.delay=2000; //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)
