function lightOn(){ // this.style.cursor="pointer"; this.style.backgroundColor='#E8E7E7' } function lightOf(){ this.style.backgroundColor='' } function initHL(){ if(document.all){ var items=document.all['hl']; }else{ var items=document.getElementsByName("hl"); } for(var i=0;i