function holdlink(id)
	{
		document.getElementById(id).onmouseout='homeNav_hover';
	 	document.getElementById(id).className='homeNav_hover';
	}
	
