function changeTD(id){

	document.getElementById(id).style.backgroundColor = "#3FA5F8";

//	document.getElementById(id+'Ex').style.backgroundColor = "#3FA5F8";

//	document.getElementById(id+'Ex').style.borderRight = "#474c28 10px solid";

}



function restoreTD(id){

	document.getElementById(id).style.backgroundColor = "#ffffff";

//	document.getElementById(id+'Ex').style.backgroundColor = "#ffffff";

//	document.getElementById(id+'Ex').style.borderRight = "#ffffff 10px solid";

}
