function mouseOverImage(){
	document.getElementById("home").src = "images/house-nav-hover.gif";
}      
function mouseOutImage(){
	document.getElementById("home").src = "images/house-nav.gif";    
}


