function changeSize()
{
	// MOVES IT
	window.moveTo(0, 0);
	// RESIZES IT
	window.resizeTo(screen.width, screen.height);
}
changeSize();
