<!--
function changePage(s) {
  document.fmPage.mnl.value = s;
  document.fmPage.submit();
}

function movePage(s,a,b,c) {
  document.fmHeader.mnf.value = a;
  document.fmHeader.mns.value = b;
  document.fmHeader.mnt.value = c;
  if (s == 1) {
    // 学習ページ（先物トップ）
     document.fmHeader.action = "/sakimono/index.php";
  }
  if (s == 2) {
    // 学習ページ（先物miniトップ）
    document.fmHeader.action = "/sakimono/index.php";
  }
  if (s == 3) {
    // 学習ページ（オプショントップ）
    document.fmHeader.action = "/option/index.php";
  }
  document.fmHeader.submit();
}

function moveNews(y,i) {
    document.fmPage.mnf.value = 0;
    document.fmPage.mns.value = 1;
    document.fmPage.mnt.value = 0;
    document.fmPage.k.value = y;
    document.fmPage.p.value = i;
    document.fmPage.action = "/index.php";
    document.fmPage.submit();
}

function moveVoca(str,i) {
    document.fmPage.mnf.value = 5;
    document.fmPage.mns.value = 0;
    document.fmPage.mnt.value = 0;
    document.fmPage.k.value = str;
    document.fmPage.p.value = i;
    document.fmPage.action = "/index.php";
    document.fmPage.submit();
}

function moveSpan(i) {
    document.fmPage.mnl.value = 0;
    document.fmPage.mnf.value = 2;
    document.fmPage.mns.value = 4;
    document.fmPage.mnt.value = 2;
    document.fmPage.k.value = i;
    document.fmPage.action = "/index.php";
    document.fmPage.submit();
}

function moveOp(i) {
    document.fmPage.mnl.value = 0;
    document.fmPage.mnf.value = 2;
    document.fmPage.mns.value = 4;
    document.fmPage.mnt.value = 4;
    document.fmPage.k.value = i;
    document.fmPage.action = "/index.php";
    document.fmPage.submit();
}

function moveRp(i) {
    document.fmPage.mnl.value = 0;
    document.fmPage.mnf.value = 2;
    document.fmPage.mns.value = 8;
    document.fmPage.mnt.value = 0;
    document.fmPage.k.value = i;
    document.fmPage.action = "/index.php";
    document.fmPage.submit();
}

function moveMl(i) {
    document.fmPage.mnl.value = 0;
    document.fmPage.mnf.value = 4;
    document.fmPage.mns.value = 0;
    document.fmPage.mnt.value = 0;
    document.fmPage.k.value = i;
    document.fmPage.action = "/index.php";
    document.fmPage.submit();
}

function moveContact(i) {
    document.fmPage.mnl.value = 0;
    document.fmPage.mnf.value = 6;
    document.fmPage.mns.value = 0;
    document.fmPage.mnt.value = 0;
    document.fmPage.k.value = i;
    document.fmPage.method = "POST";
    document.fmPage.action = "/index.php";
    document.fmPage.submit();
}

function moveSeminar(i) {
    document.fmPage.mnf.value = 7;
    document.fmPage.mns.value = 0;
    document.fmPage.mnt.value = 1;
    document.fmPage.k.value = i;
    document.fmPage.action = "seminar/web_seminar.html";
    document.fmPage.submit();
}
-->
