var current_element; var old_element; function choff(n) { if(n) { document.getElementById(n).style.backgroundColor = '#FFFFFF'; } } function chon(n) { if(n) { document.getElementById(n).style.backgroundColor = '#6666cc'; } }