function changeBGColor(Color,objID)
{
 if (document.getElementById(objID)) document.getElementById(objID).style.backgroundColor = Color;
 else window.status = 'Wird nicht unterstützt !';
}