var slides=[];
slides[0]  = ["/img/kula-farm/nui-in-field.jpg", "Nui in the lettuce field"];
slides[1]  = ["/img/kula-farm/planted-rows.jpg", "Planted rows of lettuce"];
slides[2]  = ["/img/kula-farm/nui-with-lettuce.jpg", "Nui with the lettuce"];
slides[3]  = ["/img/kula-farm/red-lettuce.jpg", "Healthy red lettuce plants ready for harvest"];
slides[4]  = ["/img/kula-farm/strawberry-planted.jpg", "Strawberries are planted over plastic to protect them from fungus"];
slides[5]  = ["/img/kula-farm/strawberry-plant.jpg", "Young strawberry plant"];
slides[6]  = ["/img/kula-farm/eddy-with-strawberries.jpg", "Eddy admiring the strawberries"];
slides[7]  = ["/img/kula-farm/strawberry-rows.jpg", "Rows of strawberry plants in raised beds"];
slides[8]  = ["/img/kula-farm/zucchini.jpg", "Young zucchini plant developing its fruit"];
slides[9]  = ["/img/kula-farm/zucchini-row.jpg", "Row of zucchini plants"];
slides[10] = ["/img/kula-farm/bok-choy-rows.jpg", "Rows of bok choy plants"];
slides[11] = ["/img/kula-farm/lettuce.jpg", "Leafy green lettuce"];
slides[12] = ["/img/kula-farm/lettuce-patch.jpg", "The lettuce patch with several varieties"];
slides[13] = ["/img/kula-farm/worker-lettuce.jpg", "A farm worker in the lettuce patch"];
slides[14] = ["/img/kula-farm/cilantro.jpg", "Fresh cilantro plant"];
slides[15] = ["/img/kula-farm/brocolli-flower.jpg", "The flower of the brocolli plant"];
slides[16] = ["/img/kula-farm/brocolli.jpg", "Mature brocolli head"];
slides[17] = ["/img/kula-farm/bananas.jpg", "Apple bananas starting to ripen"];
slides[18] = ["/img/kula-farm/bok-choy.jpg", "Bok choy ready for harvest"];


//optional properties for these images:
slides.desc_prefix='KULA FARM - '; //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.random=1;
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)
