<script language="JavaScript"> function overpop() {
window.open('http://your_URL_here','doitnow','toolbar=yes,location=no, directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width
=800,height=600'); }
</script>Instructions:
Put the code above just before the </head> tag of your HTML.
Put the code below in the body of your HTML anywhere you
would a normal html link.
<a href="" onMouseOver="parent.location='javascript:overpop()'
">Name_of_your_link_here</a> |