// FULLSCREEN
// This will resize the window when it is opened or
// refresh/reload is clicked to a width and height of 500 x 500
// with is placed first, height is placed second
{
	window.moveTo(0, 0);
	window.resizeTo(screen.width,screen.height);
	
}
