function change(index)
{
	//document.getElementById(index).color="#000000";
	document.getElementById(index).style.fontWeight="bold";
}
function chback(index)
{
	//document.getElementById(index).color="#000000";
	document.getElementById(index).style.fontWeight="normal";
}


