function setColorTd(id, tdcol) {
		document.getElementById(id).style.background = "#"+tdcol;
}