<!--
function ChangeMode(mode) {
  document.defform.mode.value = mode;
  document.defform.submit();
  return false;
}
function BackIfAny() {
  if(history.length>=1){
    document.write("<div align=center class=\"small\">| <a href=\"javascript:history.back()\">1つ前に戻る</a> |</div>");
  }
}
//ニュースウィンドウ
function newsOpen() {
  window.open("/pages/ntopics.html","newWindow","width=520,height=80,scrollbars=0,resizable=1,toolbar=0,menubar=0,location=0,directories=0,status=0");
  return false;
}
//-->
