//
// Syntax:  
// 
// var <arrayname>=new Array()
//
// arrayname[element]=["<img path and filename",
//                     "<Text you want to display while the mouse is hovering over the image>",
//                     "<HYPERLINK>
//
// Elements must start at 0 for each new array and increase by one for each new record.
// Images are expected to be 180x120, but that's only required if you want the slideshow to appear fluid.
// Tim, if you MUST use apostrophies anywhere (ie: ' ) type THIS: &rsquo; in place of the ' - otherwise it won't work.
// The <Mouseover Text> and <HYPERLINK> fields are optional.  To leave them blank, just use empty quotes.

// Array lines1 is below this comment.

var lines1=new Array()

lines1[0]=["images/lines/line2.jpg", 
			"Sanyo: Full HD at 30 IPS, the first choice for full HD security.", 
			"products.html#line2"]
			
lines1[1]=["images/lines/line3.jpg", 
			"Benner-Nawman: NEMA-rated boxes, structured wiring cabinets, hand tools.", 
			"products.html#line3"]

lines1[2]=["images/lines/line6.jpg", 
			"LS Cable: High quality manufacturer of Cat5e and Cat6 cables", 
			"products.html#line6"]

lines1[3]=["images/lines/line7.jpg", 
			"ETCO: Watertight/airtight couplings for ducts. Can join PVC &amp; HDPE.", 
			"products.html#line7"]

lines1[4]=["images/lines/line13.jpg",
			"Amphenol: Harsh environment and MSHA rated connectors and assemblies.",
			"products.html#line13"]

// New array, lines2 is below this comment.

var lines2=new Array()
	
lines2[0]=["images/lines/line8.jpg", 
			"Emtelle: Industry leader in air-blown fiber-optic solutions.", 
			"products.html#line8"]
			
lines2[1]=["images/lines/line10.jpg", 
			"Jameson: Tools for professional linesmen and OSP contractors.", 
			"products.html#line10"]

lines2[2]=["images/lines/line12.jpg",
			"Kewaunee Scientific: Data server cabinets and server furniture.",
			"products.html#line12"]

lines2[3]=["images/lines/line14.jpg",
			"Schonstedt: Convenient, compact and easy to use Cable, pipe and magnetic locators.",
			"products.html#line14"]

var fadebgcolor="gray"