<!--	if (document.images) {  titleOn = new Image();  titleOn.src = "http://www.michaelhornsby.com/images/mHornsbyTitleRollover.jpg";  musicOn = new Image();  musicOn.src = "http://www.michaelhornsby.com/images/menu/musicRollover.jpg";  newsOn = new Image();  newsOn.src = "http://www.michaelhornsby.com/images/menu/newsRollover.jpg";  bioOn = new Image();  bioOn.src = "http://www.michaelhornsby.com/images/menu/bioRollover.jpg";  galleryOn = new Image();  galleryOn.src = "http://www.michaelhornsby.com/images/menu/galleryRollover.jpg";  linksOn = new Image();  linksOn.src = "http://www.michaelhornsby.com/images/menu/linksRollover.jpg";  contactOn = new Image();  contactOn.src = "http://www.michaelhornsby.com/images/menu/contactRollover.jpg";   titleOff = new Image();  titleOff.src = "http://www.michaelhornsby.com/images/mHornsbyTitle.jpg";  musicOff = new Image();  musicOff.src = "http://www.michaelhornsby.com/images/menu/music.jpg";  newsOff = new Image();  newsOff.src = "http://www.michaelhornsby.com/images/menu/news.jpg";  bioOff = new Image();  bioOff.src = "http://www.michaelhornsby.com/images/menu/bio.jpg";  galleryOff = new Image();  galleryOff.src = "http://www.michaelhornsby.com/images/menu/gallery.jpg";  linksOff = new Image();  linksOff.src = "http://www.michaelhornsby.com/images/menu/links.jpg";  contactOff = new Image();  contactOff.src = "http://www.michaelhornsby.com/images/menu/contact.jpg";}	function menuImageOn(menuItem) {	document[menuItem].src =  eval(menuItem + "On.src");}		function menuImageOff(menuItem) {	document[menuItem].src = eval(menuItem + "Off.src");}	// -->