function lightit(mode,myid)
{
	document.getElementById('it'+myid).style.backgroundColor=(mode==1 ? '#F36421' : '#C4C4C4');
}
