document.getElementsById.(obj).style.backgroundColor=(style_nr) ? "#ff0000":"#ffffff";
-> document.getElementById.(obj).style.backgroundColor=(style_nr) ? "#ff0000":"#ffffff";
[Spelling]
document.getElementsById.(obj).style.backgroundColor=(style_nr) ? "#ff0000":"#ffffff";
-> document.getElementById.(obj).style.backgroundColor=(style_nr) ? "#ff0000":"#ffffff";
[Spelling]