--- trunk2/eurovoc/abecedno.html 2004/10/19 15:49:56 525 +++ trunk2/eurovoc/abecedno.html 2004/10/19 15:50:13 526 @@ -41,7 +41,10 @@ e.setAttribute("href","thes/"+arr[1]+".html"); e.setAttribute("target","popup"); e.onclick = function() { return popup(e) }; - e.appendChild(self.document.createTextNode("\u00bb")); + var pic = self.document.createElement("img"); + pic.src = 'img/listic.png'; + pic.border = 0; + e.appendChild(pic); li.appendChild(e); li.appendChild(self.document.createElement("br"));