function chcolor(anch,bgcolor,color)
{
 anch.style.backgroundColor=bgcolor;
 anch.style.color=color;
}
