<script>
var wd=screen.Width
var ht=screen.Height
var ss="left=0,top=0,width="+screen.Width+",height="+screen.Height
window.open("","",ss)
</script>