function DelConfirm() {
		return confirm("本当に削除しますか？") ;
}

