Aha, I see. OK. Try this:
Code:
<script type="text/javascript">
window.onload = function() {
var showCurrent = function() {
for(var j = 0, f = document.getElementsByName("description"); j < e.length; ++j)
if(f[j].className.indexOf(this.text) !== 0) {
if(f[j].style.display !== "none")
f[j].style.display = "none";
} else if(f[j].style.display !== '')
f[j].style.display = '';
};
for(var i = 0, e = document.getElementsByName("desclink"); i < e.length; ++i)
e[i].onmouseover = showCurrent;
};
</script>
Bookmarks