function fullscreen(){
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
return false;
}
 
To call the function, type this... <SCRIPT> fullscreen(); </SCRIPT> [smile]