// サイズ変更した時の部分です。function reIENN(e) {	location.reload();}// イベントキャプチャーを設定している部分です。if (document.layers) {	window.captureEvents(Event.RESIZE);	window.onresize=reIENN;}