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

