\n'); } function row_highlight(id) { document.getElementById(id).style.color = "#000000"; document.getElementById(id).style.backgroundColor = "#dddddd"; document.getElementById(id).style.fontWeight = "normal"; } function row_unhighlight(id) { document.getElementById(id).style.color = "#000000"; document.getElementById(id).style.backgroundColor = "#eeeeee"; document.getElementById(id).style.fontWeight = "normal"; } //########################################################################## //## site specific javascript
|
|||||||||||||||||||||||||||