// JavaScript Document

	if ((window.outerWidth < 1000) || (window.outerHeight < 740)) {
		window.resizeTo(1000,740);
	}