function fx(i)
{
tt=document.getElementById(i);
tt.style["backgroundColor"]="#FFCC99";
}
