	// top left links mouse over
		var linksList = new Array()
		linksList ["link0"] = new Image(60, 42)
		linksList ["link0"].src = "http://steveshooftrimming.com/stevesimages/linksOver_02.gif"
		linksList ["link1"] = new Image(87, 42)
		linksList ["link1"].src = "http://steveshooftrimming.com/stevesimages/linksOver_03.gif"
		linksList ["link2"] = new Image(84, 42)
		linksList ["link2"].src = "http://steveshooftrimming.com/stevesimages/linksOver_04.gif"
		linksList ["link3"] = new Image(78, 42)
		linksList ["link3"].src = "http://steveshooftrimming.com/stevesimages/linksOver_05.gif"
		linksList ["link4"] = new Image(99, 42)
		linksList ["link4"].src = "http://steveshooftrimming.com/stevesimages/linksOver_07.gif"
		linksList ["link5"] = new Image(116, 42)
		linksList ["link5"].src = "http://steveshooftrimming.com/stevesimages/linksOver_08.gif"
		linksList ["link6"] = new Image(139, 42)
		linksList ["link6"].src = "http://steveshooftrimming.com/stevesimages/linksOver_09.gif"
		linksList ["link7"] = new Image(204, 36)
		linksList ["link7"].src = "http://steveshooftrimming.com/stevesimages/linksOver_12.gif"
		linksList ["link8"] = new Image(73, 36)
		linksList ["link8"].src = "http://steveshooftrimming.com/stevesimages/linksOver_13.gif"
		linksList ["link9"] = new Image(78, 36)
		linksList ["link9"].src = "http://steveshooftrimming.com/stevesimages/linksOver_15.gif"
		linksList ["link10"] = new Image(241, 35)
		linksList ["link10"].src = "http://steveshooftrimming.com/stevesimages/linksOver_16.gif"
		
	// top left links mouse out
		var linksOutList = new Array()
		linksOutList ["link0"] = new Image(60, 42)
		linksOutList ["link0"].src = "http://steveshooftrimming.com/stevesimages/links_02.gif"
		linksOutList ["link1"] = new Image(87, 42)
		linksOutList ["link1"].src = "http://steveshooftrimming.com/stevesimages/links_03.gif"
		linksOutList ["link2"] = new Image(84, 42)
		linksOutList ["link2"].src = "http://steveshooftrimming.com/stevesimages/links_04.gif"
		linksOutList ["link3"] = new Image(78, 42)
		linksOutList ["link3"].src = "http://steveshooftrimming.com/stevesimages/links_05.gif"
		linksOutList ["link4"] = new Image(99, 42)
		linksOutList ["link4"].src = "http://steveshooftrimming.com/stevesimages/links_07.gif"
		linksOutList ["link5"] = new Image(116, 42)
		linksOutList ["link5"].src = "http://steveshooftrimming.com/stevesimages/links_08.gif"
		linksOutList ["link6"] = new Image(139, 42)
		linksOutList ["link6"].src = "http://steveshooftrimming.com/stevesimages/links_09.gif"
		linksOutList ["link7"] = new Image(204, 36)
		linksOutList ["link7"].src = "http://steveshooftrimming.com/stevesimages/links_12.gif"
		linksOutList ["link8"] = new Image(73, 36)
		linksOutList ["link8"].src = "http://steveshooftrimming.com/stevesimages/links_13.gif"
		linksOutList ["link9"] = new Image(78, 36)
		linksOutList ["link9"].src = "http://steveshooftrimming.com/stevesimages/links_15.gif"
		linksOutList ["link10"] = new Image(241, 35)
		linksOutList ["link10"].src = "http://steveshooftrimming.com/stevesimages/links_16.gif"
		
	// top left links mouse over	
	function imageOver(imgName) {
	if (document.images)  {
		document.images[imgName].src = linksList[imgName].src
		}}
		
	// top left links mouse out
	function imageOut(imgName) {
	if (document.images)  {
		document.images[imgName].src = linksOutList[imgName].src
		}}
		
	function changeIt() {
	}
		
			// opens window for multiple users
	function randomWindowOpener(url1,name1,features1) {
		newWindow = window.open(url1,name1,features1)
	}
