function chgTrColor(tr,color){
	tr.style.backgroundColor = color;
}