--- trunk2/out/js/usage.js 2004/09/26 16:44:23 472 +++ trunk2/out/js/usage.js 2004/09/26 17:57:04 473 @@ -124,7 +124,8 @@ e = document.createElement("a"); e.setAttribute("href","thes/"+result[i].link+".html"+location.search); e.setAttribute("target","popup"); - e.onclick = function() { return popup(e) }; + //e.onclick = function() { return popup(); }; + e.onclick = popup; e.appendChild(document.createTextNode("\u00bb")); d.appendChild(e); /*