
	if (document.images) {
		hartselle= new Image
		hartselle_ro = new Image
    	        athens = new Image
		athens_ro = new Image
                tools = new Image
		tools_ro = new Image
    	        games = new Image
		games_ro = new Image
    	        wedding = new Image
		wedding_ro = new Image

		hartselle.src = "http://www.americrentals.com/images/hartselle.png"
		hartselle_ro.src = "http://www.americrentals.com/images/hartselle_ro.png"
		athens.src = "http://www.americrentals.com/images/athens.png"
		athens_ro.src = "http://www.americrentals.com/images/athens_ro.png"
                tools.src = "http://www.americrentals.com/images/tools.jpg"
		tools_ro.src = "http://www.americrentals.com/images/tools_ro.jpg"
		games.src = "http://www.americrentals.com/images/games.jpg"
		games_ro.src = "http://www.americrentals.com/images/games_ro.jpg"
		wedding.src = "http://www.americrentals.com/images/wedding.jpg"
		wedding_ro.src = "http://www.americrentals.com/images/wedding_ro.jpg"
	}
	
	function chgImg(imgField,newImg) {
		if (document.images) {
			document[imgField].src= eval(newImg + ".src")
		}
	}

