<!--
if(navigator.appVersion.charAt(0) >= "3"){
  img = new Array();
  img[0] = new Image; img[0].src = "image/menu01.gif";
  img[1] = new Image; img[1].src = "image/menu01-1.gif";
  img[2] = new Image; img[2].src = "image/menu02.gif";
  img[3] = new Image; img[3].src = "image/menu02-1.gif";
  img[4] = new Image; img[4].src = "image/menu03.gif";
  img[5] = new Image; img[5].src = "image/menu03-1.gif";
  img[6] = new Image; img[6].src = "image/menu04.gif";
  img[7] = new Image; img[7].src = "image/menu04-1.gif";
  img[8] = new Image; img[8].src = "image/menu05.gif";
  img[9] = new Image; img[9].src = "image/menu05-1.gif";
  img[10] = new Image; img[10].src = "image/menu06.gif";
  img[11] = new Image; img[11].src = "image/menu06-1.gif";
  img[12] = new Image; img[12].src = "image/menu07.gif";
  img[13] = new Image; img[13].src = "image/menu07-1.gif";
  img[14] = new Image; img[14].src = "image/hmenu01.gif";
  img[15] = new Image; img[15].src = "image/hmenu01-1.gif";
  img[16] = new Image; img[16].src = "image/hmenu02.gif";
  img[17] = new Image; img[17].src = "image/hmenu02-1.gif";
  img[18] = new Image; img[18].src = "image/hmenu03.gif";
  img[19] = new Image; img[19].src = "image/hmenu03-1.gif";
  img[20] = new Image; img[20].src = "image/submenu01.gif";
  img[21] = new Image; img[21].src = "image/submenu01-1.gif";
  img[22] = new Image; img[22].src = "image/submenu02.gif";
  img[23] = new Image; img[23].src = "image/submenu02-1.gif";
}
function chg_img(a,b){  //aは下のnameに、bは上の配列に対応
  if(navigator.appVersion.charAt(0) >= "3"){
    document.images[a].src=img[b].src;
  }
}
//-->