<script>
var wid=Math.round((screen.Width-200)/2)
var ht=Math.round((screen.Height-200)/2)
window.open("","","left="+wid+",top="+ht+",menubar,width=200,height=200")
</script>