function tblhilite(tbl,color) 
	{
	tbl.style.backgroundColor=color;
	}
