function hover(id)
{
document.getElementById('td1'+id).style.backgroundColor = '#999999';
document.getElementById('td2'+id).style.backgroundColor = '#999999';
document.getElementById('td3'+id).style.backgroundColor = '#999999';
document.getElementById('td4'+id).style.backgroundColor = '#999999';
document.getElementById('td5'+id).style.backgroundColor = '#999999';
document.getElementById('td6'+id).style.backgroundColor = '#999999';
document.getElementById('td7'+id).style.backgroundColor = '#999999';
document.getElementById('td8'+id).style.backgroundColor = '#999999';
}

function hover2(id)
{
document.getElementById('td1'+id).style.backgroundColor = '#FFFFFF';
document.getElementById('td2'+id).style.backgroundColor = '#FFFFFF';
document.getElementById('td3'+id).style.backgroundColor = '#CCCCCC';
document.getElementById('td4'+id).style.backgroundColor = '#FFFFFF';
document.getElementById('td5'+id).style.backgroundColor = '#CCCCCC';
document.getElementById('td6'+id).style.backgroundColor = '#FFFFFF';
document.getElementById('td7'+id).style.backgroundColor = '#CCCCCC';
document.getElementById('td8'+id).style.backgroundColor = '#FFFFFF';

}

function hover3(id)
{
document.getElementById('spalte'+id).style.backgroundImage = "url('images/back2.jpg')";
document.getElementById('spalte'+id).style.cursor = 'pointer';
}
function hover4(id)
{
document.getElementById('spalte'+id).style.backgroundImage = "url('images/back1.jpg')";
}