function change_tablecolor(farbe ,cellpointer)
{
cellpointer.style.backgroundColor = farbe;
}
