function confirmation(){
	f = confirm("削除を実行してよろしいですか？");
	return f;
}

