got this from the web, the problem is that i want to open a new window for each link and not just one window for all of the links, what should i change? or should i make a different script?
<a href="#" onFocus="this.blur()" onClick="NewWindow=window.open('my.html','NewWindow','toolbar=no,location=no,directories=no,status=n o,menubar=no,scrollbars=no,resizable=no,width=300,height=300'); return false;" onmouseover="parent.status='my page' ; return true"><img src="my.jpg" width="36" height="36" border="1" alt="my jpg" /></a>