function undergray(id)
{

eval("td"+id+".style.backgroundColor='red';");
}



function underred(id)
{
eval("td"+id+".style.backgroundColor='#999999';");
}

