Prova così:
codice:
<script>

function popup(str) {

searchWin = window. open(str,'popup','scrollbars=yes,width='+screen.width+',height='+screen.height+',top=1,left=2
0,status=yes,location=no,toolbar=no');

//        searchWin.refer = top;

}

</script>