var slides=[];
slides[0]  = ["../img/curtis/all/first-light.jpg", "January - First Light"];
slides[1]  = ["../img/curtis/all/kanoas-taro.jpg", "February - Kanoa's Taro"];
slides[2]  = ["../img/curtis/all/mauka-to-makai.jpg", "March - Mauka to Makai"];
slides[3]  = ["../img/curtis/all/friends-at-the-beach.jpg", "April - Friends at the Beach"];
slides[4]  = ["../img/curtis/all/springtime-grazing.jpg", "May - Springtime Grazing"];
slides[5]  = ["../img/curtis/all/refuge.jpg", "June - Refuge"];
slides[6]  = ["../img/curtis/all/paliku-gold.jpg", "July - Paliku Gold"];
slides[7]  = ["../img/curtis/all/malia-water.jpg", "August - Malia Water"];
slides[8]  = ["../img/curtis/all/morning-on-the-island.jpg", "September - Morning on the Island"];
slides[9]  = ["../img/curtis/all/irregular-regulars.jpg", "October - Irregular Regulars"];
slides[10] = ["../img/curtis/all/bird-bath.jpg", "November - Bird Bath"];
slides[11] = ["../img/curtis/all/tasting-room.jpg", "December - Tasting Room"];

//optional properties for these images:
slides.desc_prefix='2010 CALENDAR - '; //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="#0b151e"; // will set fading images background color, defaults to white
slides.delay=3000; //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=0; //use for pause on mouseover
