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