Forum Moderators: open
<SCRIPT LANGUAGE = "JavaScript">
function fullScreen ( theURL )
{
window.open ( theURL, "", "toolbar=yes, fullscreen=yes, scrollbars=yes" ) ;
}
</SCRIPT>
<BODY onLoad="fullScreen ( 'Index.html' )">
Also, it's technically not valid to include spaces in the string, so remove the spaces after your commas.