/**
 * @author ability
 * 照会、キャンセルかませウィンドウ表示
 */
function winOpenChild(path){
	window.open(path+'childNum.php', 'newWinChild', 'width=750, height=230, menubar=no, toolbar=no, scrollbars=yes');
	return false;
}

