<script type="text/javascript">
var newwindow;
function poptastic(url)
{
newwindow=window.open(url,'name','height=500,width=400,left=0,top=0,resizable=no,scrollbars=no,toolbar=no,status=yes');
if (window.focus) {newwindow.focus()}
}
</script>
<a href="javascript

optastic('test.html');">open</a>