﻿function trc(xid,xset)
{
 if(xset==1)
     xid.style.backgroundColor="#D1E3FE";
 else
     xid.style.backgroundColor='';
}
