document.write('<div class="javascript" style="font-family: monospace;"><br />');
document.write('<span style="color: #003366; font-weight: bold;">function</span> fullscreen<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />');
document.write('window.<span style="color: #006600;">moveTo</span><span style="color: #66cc66;">&#40;</span><span style="color: #CC0000;">0</span>,<span style="color: #CC0000;">0</span><span style="color: #66cc66;">&#41;</span>;<br />');
document.write('window.<span style="color: #006600;">resizeTo</span><span style="color: #66cc66;">&#40;</span>screen.<span style="color: #006600;">width</span>,screen.<span style="color: #006600;">height</span><span style="color: #66cc66;">&#41;</span>;<br />');
document.write('<span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span>;<br />');
document.write('<span style="color: #66cc66;">&#125;</span><br />');
document.write('&nbsp;</div>');
document.write('');
document.write('To call the function, type this...');
document.write('');
document.write('&lt;SCRIPT>');
document.write('fullscreen();');
document.write('&lt;/SCRIPT&gt;');
document.write('');
document.write('[smile] ');
document.write('<br />&nbsp;<br /><div style="font-size: 12px">Brought to you by the community at <a href="http://www.bytemycode.com/snippets/snippet/560/1/" target="_blank">byteMyCode</a>.</div>');
