<script>
function yourOpener(yourURL)
{
myWidth = screen.availWidth;
myHeight = screen.availHeight;
yourFeatures = "top=0,left=0,width="+myWidth+",height="+myHeight
myHandle = window.open(yourURL,"yourName",yourFeatures)
}
</script>