<script type="text/javascript"> function max() { var obj = new ActiveXObject("Wscript.shell"); obj.SendKeys("{f11}"); } </script> </head> <body onload="javascript:max()">
<script language=javascript> window.opener=self; window.open('index2.htm','','fullscreen=yes'); window.close(); </script>