	function coloreffect(sendID)
	{
	    document.getElementById(sendID).style.color='#CC3300';
	}
	function secondpart(sendID)
	{
	    document.getElementById(sendID).style.color='#333333';
	}
