	function popUpWin(winURL) {
		window.open(winURL,"popup","width=460,height=650,scrollbars=yes");
	}
	
	function popUpFini(winURL) {
		window.open(winURL,"popup_thirdwin","width=290,height=290,scrollbars=yes");
	}
	
	function popUpStem(winURL) {
		window.open(winURL,"popup_secwin","width=350,height=500,scrollbars=yes");
	}



	



