// JavaScript Document


function fullsize(){
	window.resizeTo(window.screen.width, window.screen.height);
	window.moveTo(0,0);
	window.focus();
}
