var slides=[]; 
//configure the below images and descriptions to your own.
slides[0] = ["/images/mm_pt_sm.jpg", "Certified Welding Inspector (CWI) performing a PT Inspection at Wolverine Power in Vestaburg, MI", ""];
slides[1] = ["/images/ndt_4_sm.jpg", "NDT / Certified Welding Inspectors performing Liquid Penetrant (PT) Inspection of shaft at our facility", ""];
slides[2] = ["/images/bucket_test_2_sm.jpg", "NDT Inspector / CWI performing Ultrasonic (UT) testing on a repaired CAT Loader bucket", ""];
slides[3] = ["/images/bucket_test_1_sm.jpg", "Close up view of one of our inspectors performing UT testing on a repaired CAT Loader bucket", ""];

//optional properties for these images:
slides.desc_prefix=''; //string prefix for image descriptions display
slides.counter=0; //use to show image count
slides.width=200; //use to set width of widest image if dimensions vary
slides.height=219; //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=0;
slides.delay=5000;

