function winCtrl(WinLeft,winTop,winWidth,winHeight){
	moveTo(WinLeft,winTop)
	resizeTo(winWidth,winHeight)
	}

//このスクリプトは画面サイズをリサイズするスクリプトです。
