■プログラム説明(ソースコード説明)
			 選択範囲を反転させるにはinvert()を使います。
			
			■ソースコード
			selReg = [[0,0],[200,0],[200,100],[0,100]];
			activeDocument.selection.select(selReg);
			activeDocument.selection.invert();
			
			■ポイント
			 なし
			
		
■実際のスクリプトをダウンロード(sample.js.zip)