// JavaScript Document
if(navigator.appVersion.charAt(0) >= "3"){
  img = new Array();
  img[0] = new Image; img[0].src = "../images/head_company.gif";
  img[1] = new Image; img[1].src = "../images/head_company_on.gif";
  img[2] = new Image; img[2].src = "../images/head_recruit.gif";
  img[3] = new Image; img[3].src = "../images/head_recruit_on.gif";
  img[4] = new Image; img[4].src = "../images/head_privacy.gif";
  img[5] = new Image; img[5].src = "../images/head_privacy_on.gif";
  img[6] = new Image; img[6].src = "../images/menu_home.gif";
  img[7] = new Image; img[7].src = "../images/menu_home_on.gif";
  img[8] = new Image; img[8].src = "../images/menu_funeral.gif";
  img[9] = new Image; img[9].src = "../images/menu_funeral_on.gif";
  img[10] = new Image; img[10].src = "../images/menu_celebration.gif";
  img[11] = new Image; img[11].src = "../images/menu_celebration_on.gif";
  img[12] = new Image; img[12].src = "../images/menu_membership.gif";
  img[13] = new Image; img[13].src = "../images/menu_membership_on.gif";
  img[14] = new Image; img[14].src = "../images/menu_toiawase.gif";
  img[15] = new Image; img[15].src = "../images/menu_toiawase_on.gif";
}
function chg_img(a,b){
  if(navigator.appVersion.charAt(0) >= "3"){
    document.images[a].src=img[b].src;
  }
}
