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