var slides=[];
slides[0]  = ["../img/all/australia-ayers-rock.jpg", "Uluru, Ayers Rock, Australia"];
slides[1]  = ["../img/all/australia-birds.jpg", "Flock of Birds, Australia"];
slides[2]  = ["../img/all/australia-camels-on-beach.jpg", "Camels on the beach in northern Australia"];
slides[3]  = ["../img/all/australia-kangaroo.jpg", "Kangaroo, Australia"];
slides[4]  = ["../img/all/australia-kayaking.jpg", "Kayaking off Sydney harbor, Australia"];
slides[5]  = ["../img/all/australia-cowboys.jpg", "Australian Cowboys"];
slides[6]  = ["../img/all/australia-pictograph.jpg", "Aboriginal pictograph, Australia"];
slides[7]  = ["../img/all/australia-scuba-huge-fish.jpg", "SCUBA diving the Great Barrier Reef, Queensland, Australia"];
slides[8]  = ["../img/all/australia-sydney.jpg", "Aerial view of Sydney, Australia"];
slides[9]  = ["../img/all/australia-view-from-above.jpg", "Looking down on the isthmus, Australia"];

//optional properties for these images:
slides.desc_prefix='AUSTRALIA - '; //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="#afd2f4"; // 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=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
