// JavaScript Document
function TG(a, changeTo)
{
	a.style.backgroundColor = changeTo;
}
