function lightOn(){ this.style.cursor="default"; this.style.backgroundImage='url(img/li_.gif)' this.style.backgroundRepeat='no-repeat' } function lightOf(){ this.style.backgroundImage='' } function initHL(){ if(document.all){ var items=document.all['hl']; }else{ var items=document.getElementsByName("hl"); } for(var i=0;i