Hi<br><br>Can anyone help me with how to maximize a browser window to the same size as that achieved by clicking the 'maximize/minimize' browser button? In other words, NOT to the available width and height that:<br><!--<br>if (window.screen)<br> self.resizeTo(Screen.availWidth,Screen.availHeight);<br>//--><br>results in, but to the height and width one gets by actually clicking on the button (they are pretty different).<br><br>Any ideas?<br><br><br>