<script language="JavaScript" type="text/javascript">
<!--
function fullwin(){
alert('Press Alt+F4 to close the full screen!');
window.open("http://www.shop4all.com","","fullscreen,scrollbars");
}
//-->
</script>
</head>
<body>
<div align="center"><h1>Full Screen Window Opening</h1></div>
<p>This script will open a new window the full size of your screen. To close the window, use ALT+F4.</p>
<p align="center">
<form>
<input type="button" onClick="fullwin()" value="Open Window">
</form>
</p>