//
// 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.
// 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]=["http://www.kagnm.com/images/honda/HomeMiddleAd.jpg", 
			"", 
			"http://www.roswellhonda.com/Internet-Sales.aspx"]

lines1[1]=["http://www.kagnm.com/images/honda/ad01.jpg", 
			"", 
			"http://www.roswellhonda.com/Internet-Sales.aspx"]

//lines1[2]=["http://www.kagnm.com/images/honda/ad02.jpg", 
//			"", 
//			"http://www.roswellhonda.com/Internet-Sales.aspx"]
//
//lines1[3]=["http://www.kagnm.com/images/honda/ad03.jpg", 
//			"", 
//			"http://www.roswellhonda.com/Internet-Sales.aspx"]
//
//lines1[4]=["http://www.kagnm.com/images/honda/ad04.jpg", 
//			"", 
//			"http://www.roswellhonda.com/Internet-Sales.aspx"]
//
//lines1[5]=["http://www.kagnm.com/images/honda/ad05.jpg", 
//			"", 
//			"http://www.roswellhonda.com/Internet-Sales.aspx"]
//
//lines1[6]=["http://www.kagnm.com/images/honda/ad06.jpg", 
//			"", 
//			"http://www.roswellhonda.com/Internet-Sales.aspx"]
//
var fadebgcolor="gray"
