function setColor(theLine, val, numid){
 if(val==1){
   theLine.style.background="url('images/menu_back_mouseon.png') repeat-x";
   
 }else{
   theLine.style.background="url('images/menu_back.png') repeat-x";
 }

}

