var slides=[]; //SECOND SLIDESHOW
//configure the below images and descriptions to your own.
slides[0] = ["../images/highwire1a.gif", "Ductwork departing Port of Calcite heading for final destination", "../images/highwire1a.jpg"];
slides[1] = ["../images/highwire1.gif", "Overheight ductwork headed to Port of Calcite", "../images/highwire1.jpg"];
slides[2] = ["../images/highwire2.gif", "41 Ton exhaust stack - 48&rsquo; long x 19&rsquo; diameter", "../images/highwire2.jpg"];
slides[3] = ["../images/highwire3.gif", "Exhaust stack loaded on barge, floating to final destination", "../images/highwire3.jpg"];
slides[4] = ["../images/haul_box_1.gif", "Mining truck box heading to destination", "../images/haul_box_1.jpg"];
slides[5] = ["../images/highwire5.gif", "Baghouse modules on barge heading to final destination", "../images/highwire5.jpg"];
slides[6] = ["../images/trucking_1.gif", "Oversize ductwork heading to destination", "../images/trucking_1.jpg"];
slides[7] = ["../images/hwc_barge.gif", "Barge load of ductwork preparing to depart", "../images/hwc_barge.jpg"];
slides[8] = ["../images/trucking_2.gif", "Oversize ductwork heading to destination", "../images/trucking_2.jpg"];
slides[9] = ["../images/hwc_summer_haul.gif", "Ductwork - Overwidth heading to Port of Calcite", "../images/hwc_summer_haul.jpg"];
slides[10] = ["../images/hwc_winter_haul.gif", "Ductwork being shipped via High Wire Corridor to Port of Calcite", "../images/hwc_winter_haul.jpg"];
slides[11] = ["../images/trucking_3.gif", "Oversize ductwork heading to destination", "../images/trucking_3.jpg"];
slides[12] = ["../images/trucking_4.gif", "Oversize ductwork heading to destination", "../images/trucking_4.jpg"];
slides[13] = ["../images/trucking_5.gif", "Oversize ductwork heading to destination", "../images/trucking_5.jpg"];

//optional properties for these images:
slides.desc_prefix='<b>Description:<\/b> '; //string prefix for image descriptions display
slides.counter=0; //use to show image count
slides.width=390; //use to set width of widest image if dimensions vary
slides.height=265; //use to set height of tallest image if dimensions vary
slides.no_auto=0; //use to make show completely user operated (no play button, starts in stopped mode)
slides.use_alt=1; //use for descriptions as images alt attributes
slides.use_title=1; //use for descriptions as images title attributes
slides.nofade=0; //use for no fade-in, fade-out effect for this show
slides.fadecolor='#d3d3d3';
slides.pause=1;
slides.no_controls=1;
slides.no_descriptions=1;
slides.delay=5000;
