// JavaScript Document

var slides2=[]; //SECOND SLIDESHOW
//configure the below images and descriptions to your own. 
slides2[0] = ["images/1.jpg", ""];
slides2[1] = ["images/2.jpg", "Artic researchers aboard icebreaker."];
slides2[2] = ["images/3.jpg", "Emperor penguin"];
slides2[3] = ["images/4.jpg", "U.S. Souht Pole Station"];
slides2[4] = ["images/5.jpg", "A massive iceberg floasts along in the Artic Ocean."];
slides2[5] = ["images/6.jpg", "Scientist arrive in Antarctica from New Zealand, on a plane equipped with skis."];
slides2[6] = ["images/7.jpg", "Polar bears roam on an ice floe in the northern Artic."];
slides2[7] = ["images/8.jpg", "Tracked vehicles are a major means of transportation in Antarctica"];
slides2[8] = ["images/9.jpg", "Ellesmere Island in the Canadian Arctic"];
//optional properties for these images:


slides2.no_descriptions=1;
slides2.pause=1; //use for pause onmouseover
slides2.no_controls=1; //use for top controls
slides2.no_counter=1; //use to show image count
slides2.use_alt=1; //use for descriptions as images alt attributes
slides2.use_title=0; //use for descriptions as images title attributes
slides2.border=0; //set border width for images
slides2.border_color='#000'; //set border color for images
slides2.delay=7000; //set a random slide sequence on each page load

