function change(index)
{
	//document.getElementById(index).color="#000000";
	document.getElementById(index).style.backgroundColor="#cccccc";
}
function chback(index)
{
	//document.getElementById(index).color="#000000";
	document.getElementById(index).style.backgroundColor="#ffffff";
}


