//
// 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/line3.jpg",
			"Benner-Nawman: NEMA-rated boxes, structured wiring cabinets, hand tools.", 
			"products.html#line3"]

lines1[1]=["images/lines/line6.jpg", 
			"LS Cable: High quality manufacturer of Cat5e and Cat6 cables", 
			"products.html#line6"]

lines1[2]=["images/lines/line7.jpg", 
			"ETCO: Watertight/airtight couplings for ducts. Can join PVC &amp; HDPE.", 
			"products.html#line7"]

lines1[3]=["images/lines/line13.jpg",
			"Amphenol: Harsh environment and MSHA rated connectors and assemblies.",
			"products.html#line13"]

lines1[4]=["images/lines/line16.jpg",
			"Megger: Precision test telecommunications equipment.",
			"products.html#line16"]

lines1[5]=["images/lines/line17.jpg",
			"Keyscan Access Control: Electronic access control systems.",
			"products.html#line17"]

lines1[6]=["images/lines/line23.jpg",
			"Digiop Solutions: Providing real-time and recorded intelligence.",
			"products.html#line23"]

// 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/line18.jpg",
			"GSI: Specializing in top-quality BURG, CCTV and alternative energy products.",
			"products.html#line18"]

lines2[4]=["images/lines/line19.jpg",
			"P3: Industry leading manufacturer and designer of Security Industry electronics.",
			"products.html#line19"]

lines2[5]=["images/lines/line20.jpg",
			"Orion Images: full line of HD monitors, Video Walls, PVM's and more.",
			"products.html#line20"]

lines2[6]=["images/lines/line21.jpg",
			"Future Fibre Technologies: Marketing a wide range of fibre optic intrusion detection and location systems.",
			"products.html#line21"]

lines2[7]=["images/lines/line22.jpg",
			"Deister Electronic: In-house RFID research and development spanning 20 years.",
			"products.html#line22"]

var fadebgcolor="gray"
