function fullscreen(where) {
	moveTo(0,0);
	resizeTo(screen.availWidth,screen.availHeight-20);
	window.location = where;
}
