﻿/*ポップアップ時のウィンドウ*/
function Window(URL){
	window.open(URL,"w","width=750,height=600,status=yes,scrollbars=yes");
}