function lightDiv(obj, pict){
  document.getElementById(obj).style.background="url('/images/languages/"+pict+".gif') 0px 50% no-repeat";
} 