//If using image buttons as controls, Set image buttons' image preload here true
//(use false for no preloading and for when using no image buttons as controls):
var preload_ctrl_images=false;

//And configure the image buttons' images here:
var previmg='left.gif';
var stopimg='stop.gif';
var playimg='play.gif';
var nextimg='right.gif';

var slides=[]; //SECOND SLIDESHOW
//configure the below images and descriptions to your own.
slides[0] = ["images/homepage/200s.gif", "200 Series Terminal Insulators", "/content/termins/200Series/200SeriesPage.php"];
slides[1] = ["images/homepage/ttb_20_02.gif", "Tab Type Terminal Busbar", "/content/electromech/busbar/html/ttb/ttb.php"];
slides[2] = ["images/homepage/app470.gif", "470 Series Terminal Insulator", "/content/termins/ringterm/html/470Series/470SeriesPage.php"];
slides[3] = ["images/homepage/db_4p.gif", "Dual 4 Point Terminal Busbar", "/content/electromech/busbar/html/dualbus/dualbus.php"];
slides[4] = ["images/homepage/bhc.gif", "Marine Bulkhead Connector", "/content/electromech/bhc/html/bulkhead_connector.php"];
slides[5] = ["images/homepage/Ap_458.gif", "458 Series Terminal Insulator", "/content/termins/battterm/html/458Series/458SeriesPage.php"];
slides[6] = ["images/homepage/Ap_7a.gif", "795 Series Terminal Insulator, with Power Bushings", "/content/termins/specialty/html/795Series/795SeriesPage.php"];
slides[7] = ["images/homepage/stk_anl.gif", "ANL Fuse Holders", "/content/electromech/fuse/html/anl/anlfuse.php"];
slides[8] = ["images/homepage/mower.gif", "600 Series Terminal Insulator", "content/termins/ringterm/html/600Series/600SeriesPage.php"];
slides[9] = ["images/homepage/t_class.gif", "T Class Fuses &amp Fuse Holders", "/content/electromech/fuse/html/tclass/tclass.php"];
slides[10] = ["images/homepage/App480.gif", "480 Series 8D Insulation Kit", "/content/termins/adapter/html/480Series/480SeriesPage.php"];
slides[11] = ["images/homepage/7753_02.gif", "Hi Amp 3 Point Terminal Busbar", "/content/electromech/busbar/html/3point/7753.php"];
slides[12] = ["images/homepage/App800.gif", "800 Series Terminal Insulator", "/content/termins/ringterm/html/800Series/800SeriesPage.php"];
slides[13] = ["images/homepage/12_point_app.gif", "12 Point Terminal Busbar", "/content/electromech/busbar/html/12point/12point.php"];

//optional properties for these images:
slides.no_descriptions=1; //use for no descriptions displayed
slides.pause=1; //use for pause onmouseover
slides.controls_top=0; //use for top controls
slides.no_controls=1;  // use for no controls at all
slides.counter=0; //use to show image count
slides.width=305; //use to set width of widest image if dimensions vary
slides.height=258; //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='transparent'; //try for no background fade color
slides.border=0; //set border width for images
slides.border_color=0; //set border color for images

//use below to create a customized onclick event for linked images in a given show:
//slides#.onclick="window.open(this.href,this.target,'top=0, left=0, width='+screen.availWidth+', height='+screen.availHeight);return false;"
