//
// 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/line1.jpg", 
			"", 
			"#"]
			
// New array, lines2 is below this comment.

var lines2=new Array()
	
lines2[0]=["images/lines/line3.jpg", 
			"", 
			"#"]

// New array, lines2 is below this comment.

var lines3=new Array()
	
lines3[0]=["images/lines/line4.jpg", 
			"", 
			"#"]

lines3[1]=["images/lines/line5.jpg", 
			"", 
			"#"]

			
var fadebgcolor="gray"
