
<!--

	if (document.images) {
		but1a = new Image
		but1b = new Image
		but2a = new Image
		but2b = new Image
		
		
		but1a.src = "images/home.jpg"
		but1b.src = "images/home_over.jpg"
		but2a.src = "images/home1.jpg"
		but2b.src = "images/home1_over.jpg"


	}
	
	function chgImg(imgField,newImg) {
		if (document.images) {
			document[imgField].src=eval(newImg + ".src")
		}
	}

//-->
