function funRemove () {
  if (!confirm("登録を解除します。よろしいですか？")) return;
  with(document.frm2) {
    method.value = 2;
    submit();
  }
}
