/* 調整用 */
function img_over_00(){
  document.image_00.src = "../../icon/wm-menu00.gif";
}
function img_out_00(){
  document.image_00.src = "../../icon/wm-menu00.gif";
}

/* TOP */
function img_over_01(){
  document.image_01.src = "../../icon/wm-menu01x.gif";
}
function img_out_01(){
  document.image_01.src = "../../icon/wm-menu01.gif";
}

/* 最新号! */
function img_over_02(){
  document.image_02.src = "../../icon/wm-menu02x.gif";
}
function img_out_02(){
  document.image_02.src = "../../icon/wm-menu02.gif";
}

/* 連載＆単行本作品 */
function img_over_03(){
  document.image_03.src = "../../icon/wm-menu03x.gif";
}
function img_out_03(){
  document.image_03.src = "../../icon/wm-menu03.gif";
}

/* Download */
function img_over_04(){
  document.image_04.src = "../../icon/wm-menu04x.gif";
}
function img_out_04(){
  document.image_04.src = "../../icon/wm-menu04.gif";
}

/* 特集 NEW*/
function img_over_05(){
  document.image_05.src = "../../icon/wm-menu05x.gif";
}
function img_out_05(){
  document.image_05.src = "../../icon/wm-menu05.gif";
}

/* 特集 */
function img_over_06(){
  document.image_06.src = "../../icon/wm-menu06x.gif";
}
function img_out_06(){
  document.image_06.src = "../../icon/wm-menu06.gif";
}

/* 編集部日記 */
function img_over_07(){
  document.image_07.src = "../../icon/wm-menu07x.gif";
}
function img_out_07(){
  document.image_07.src = "../../icon/wm-menu07.gif";
}

/* 更新履歴 */
function img_over_08(){
  document.image_08.src = "../../icon/wm-menu08x.gif";
}
function img_out_08(){
  document.image_08.src = "../../icon/wm-menu08.gif";
}

/* 雷NEW! */
function img_over_91(){
  document.image_91.src = "../../icon/wm-menu91x.gif";
}
function img_out_91(){
  document.image_91.src = "../../icon/wm-menu91.gif";
}

/* 雷 */
function img_over_92(){
  document.image_92.src = "../../icon/wm-menu92x.gif";
}
function img_out_92(){
  document.image_92.src = "../../icon/wm-menu92.gif";
}

/* 増刊号NEW! */
function img_over_93(){
  document.image_93.src = "../../icon/wm-menu93x.gif";
}
function img_out_93(){
  document.image_93.src = "../../icon/wm-menu93.gif";
}

/* 増刊号 */
function img_over_94(){
  document.image_94.src = "../../icon/wm-menu94x.gif";
}
function img_out_94(){
  document.image_94.src = "../../icon/wm-menu94.gif";
}

/* チャーリーにしなか特集号NEW! */
function img_over_95(){
  document.image_95.src = "../../icon/wm-menu95x.gif";
}
function img_out_95(){
  document.image_95.src = "../../icon/wm-menu95.gif";
}

/* チャーリーにしなか特集号 */
function img_over_96(){
  document.image_96.src = "../../icon/wm-menu96x.gif";
}
function img_out_96(){
  document.image_96.src = "../../icon/wm-menu96.gif";
}

/* ×とじる */
function img_over_close(){
  document.image_close.src = "../../icon/closex.gif";
}
function img_out_close(){
  document.image_close.src = "../../icon/close.gif";
}

/* ←前の作品 */
function img_over_last(){
  document.image_last.src = "../../icon/lastx.gif";
}
function img_out_last(){
  document.image_last.src = "../../icon/last.gif";
}

/* 次の作品→ */
function img_over_next(){
  document.image_next.src = "../../icon/nextx.gif";
}
function img_out_next(){
  document.image_next.src = "../../icon/next.gif";
}

/* ○ＹＥＳ／閲覧 */
function img_over_yes(){
  document.image_yes.src = "../../icon/yesx.gif";
}
function img_out_yes(){
  document.image_yes.src = "../../icon/yes.gif";
}

/* ×ＮＯ／退出 */
function img_over_no(){
  document.image_no.src = "../../icon/nox.gif";
}
function img_out_no(){
  document.image_no.src = "../../icon/no.gif";
}

/* もどる→ */
function img_over_back(){
  document.image_back.src = "../../icon/backx.gif";
}
function img_out_back(){
  document.image_back.src = "../../icon/back.gif";
}

/* ←すすむ */
function img_over_go(){
  document.image_go.src = "../../icon/gox.gif";
}
function img_out_go(){
  document.image_go.src = "../../icon/go.gif";
}

/* top／１ページ目へ */
function img_over_top(){
  document.image_top.src = "../../icon/topx.gif";
}
function img_out_top(){
  document.image_top.src = "../../icon/top.gif";
}

