Sorry, kleine Korrektur meiner Schlampigkeit
..... snip ....
function Deblur(pic)
{
if (document.all) Px.blur();
hier muss natürlich
if (document.all) pic.blur();
stehen
}
//--></script>
</head>
<body><a href="xx.htm" onmouseover="Rollover(0,1);window.status='blah blah';return true" onmouseout="Rollover(1,0);window.status='';return true" onClick="Deblur(this)">
<img ...usw. usw.></a>..... snip ....