<script language="Javascript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
function OpenFull(where2) {
if (document.all) window.open(where2,"Full_Screen_Window","fullscreen=yes");
else alert("Sorry, but you can only open to FullScreen with Internet Explorer.");
}
//-->
</script>
<a href="javascript:OpenFull('open2full.html');">Open this Window to Fullscreen</a><br>
<br>
<a href="javascript:window.close();">Close this Window (only use when on Fullscreen mode)</a>