// JavaScript Document
function mouseOverImageResidential()
{
	document.getElementById("hero_photo").src = "images/home-hero-residential.jpg";
}
function mouseOverImageCommercial()
{
	document.getElementById("hero_photo").src = "images/home-hero-commercial.jpg";
}

	function mouseOverImageService()
{
	document.getElementById("hero_photo").src = "images/home-hero-service.jpg";
}
