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