[JSS] <script language="JavaScript">
function openNewWindow() {
popupWin = window.open('http://www.nprz-co.com/', 'open_window', 'menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=640, height=480, left=0, top=0')
}
</script>
<a href="http://www.nprz-co.com/#" onClick="openNewWindow()" >click</a>
[/JSS]