/**
 * @author ability
 * 照会、キャンセルかませウィンドウ表示
 */
function winOpen(path, mode){
	window.open(path+'clamp.php?mode='+mode, 'newWin', 'width=1000, height=375, menubar=no, toolbar=no, scrollbars=yes');
}

