function over (x)
{
	if(x==1)
	{
	document.getElementById('one').src="images/links/homeOver.png";	
	}
	if(x==2)
	{
	document.getElementById('two').src="images/links/aboutOver.png";		
	}
	if(x==3)
	{
	document.getElementById('three').src="images/links/photosOver.png";		
	}
	if(x==4)
	{
	document.getElementById('four').src="images/links/locationOver.png";		
	}
	if(x==5)
	{
	document.getElementById('five').src="images/links/homesOver.png";		
	}
}

function out (x)
{
	if(x==1)
	{
	document.getElementById('one').src="images/links/home.png";	
	}
	if(x==2)
	{
	document.getElementById('two').src="images/links/about.png";		
	}
	if(x==3)
	{
	document.getElementById('three').src="images/links/photos.png";		
	}
	if(x==4)
	{
	document.getElementById('four').src="images/links/location.png";		
	}
	if(x==5)
	{
	document.getElementById('five').src="images/links/homes.png";		
	}
}


	function saleOver(x)
	{
		x.src="images/sale2.png";
	}
	
	function saleOut(x)
	{
		x.src="images/sale.png";
	}
