<!--
if(navigator.appVersion.charAt(0) >= "3"){
  img = new Array();
  img[0] = new Image; img[0].src = "images/menu_web2.gif";
  img[1] = new Image; img[1].src = "images/menu_web.gif";
  img[2] = new Image; img[2].src = "images/menu_hama2.gif";
  img[3] = new Image; img[3].src = "images/menu_hama.gif";
  img[4] = new Image; img[4].src = "images/menu_tirashi2.gif";
  img[5] = new Image; img[5].src = "images/menu_tirashi.gif";
  img[6] = new Image; img[6].src = "images/menu_gaiyou2.gif";
  img[7] = new Image; img[7].src = "images/menu_gaiyou.gif";
  img[8] = new Image; img[8].src = "images/menu_saiyou2.gif";
  img[9] = new Image; img[9].src = "images/menu_saiyou.gif";
  img[10] = new Image; img[10].src = "images/menu_haifu2.gif";
  img[11] = new Image; img[11].src = "images/menu_haifu.gif";
  img[12] = new Image; img[12].src = "images/menu_jouhou2.gif";
  img[13] = new Image; img[13].src = "images/menu_jouhou.gif";
  img[14] = new Image; img[14].src = "images/menu_toi2.gif";
  img[15] = new Image; img[15].src = "images/menu_toi.gif";
  img[16] = new Image; img[16].src = "images/menu_baitailogo2.gif";
  img[17] = new Image; img[17].src = "images/menu_baitailogo.gif";
  img[18] = new Image; img[18].src = "images/menu_keisailogo2.gif";
  img[19] = new Image; img[19].src = "images/menu_keisailogo.gif";
  img[20] = new Image; img[20].src = "images/menu_seisakulogo2.gif";
  img[21] = new Image; img[21].src = "images/menu_seisakulogo.gif";
  img[22] = new Image; img[22].src = "images/menu_haifu2.gif";
  img[23] = new Image; img[23].src = "images/menu_haifu.gif";
  img[24] = new Image; img[24].src = "images/menu_hakkoulogo2.gif";
  img[25] = new Image; img[25].src = "images/menu_hakkoulogo.gif";
  img[26] = new Image; img[26].src = "images/menu_readerlogo2.gif";
  img[27] = new Image; img[27].src = "images/menu_readerlogo.gif";
  img[28] = new Image; img[28].src = "images/menu_tokuseilogo2.gif";
  img[29] = new Image; img[29].src = "images/menu_tokuseilogo.gif";
  img[30] = new Image; img[30].src = "images/menu_ryoukinlogo2.gif";
  img[31] = new Image; img[31].src = "images/menu_ryoukinlogo.gif";
  img[32] = new Image; img[32].src = "images/menu_tirashilogo2.gif";
  img[33] = new Image; img[33].src = "images/menu_tirashilogo.gif";
  img[34] = new Image; img[34].src = "images/menu_jafna2.gif";
  img[35] = new Image; img[35].src = "images/menu_jafna.gif";
  img[36] = new Image; img[36].src = "images/menu_spot2.gif";
  img[37] = new Image; img[37].src = "images/menu_spot.gif";
  img[38] = new Image; img[38].src = "images/menu_link2.gif";
  img[39] = new Image; img[39].src = "images/menu_link.gif";
  img[40] = new Image; img[40].src = "images/menu_weather2.gif";
  img[41] = new Image; img[41].src = "images/menu_weather.gif";
  img[42] = new Image; img[42].src = "images/menu_annai2.gif";
  img[43] = new Image; img[43].src = "images/menu_annai.gif";
}

function imgChange(a,b){  //aは上の配列に対応
  if(navigator.appVersion.charAt(0) >= "3"){
    document.images["img" + b].src=img[a].src;
  }
}
//-->
