<Script Language="JavaScript">
<!-- Hide from old browsers
function openwindowlink() { newwin = window.open("mypage.html","Image","width=200,height=250","scrollbars=yes,resizable=yes")}
// end hiding --></Script>
<a href="JavaScript:openwindowlink()">Open New Pop-up Window</a>