<!--
if(navigator.appVersion.charAt(0) >= 3) {
 var img = new Array();
  
 img[0] = new Image();  img[0].src = "../../header/menu01.gif"; //
 img[1] = new Image();  img[1].src = "../../header/menu01_on.gif";
 img[2] = new Image();  img[2].src = "../../header/menu02.gif"; //
 img[3] = new Image();  img[3].src = "../../header/menu02_on.gif";
 img[4] = new Image();  img[4].src = "../../header/menu03.gif"; //
 img[5] = new Image();  img[5].src = "../../header/menu03_on.gif";
 img[6] = new Image();  img[6].src = "../../header/menu04.gif"; //
 img[7] = new Image();  img[7].src = "../../header/menu04_on.gif";
 img[8] = new Image();  img[8].src = "../../header/menu05.gif"; //
 img[9] = new Image();  img[9].src = "../../header/menu05_on.gif";
 img[10] = new Image();  img[10].src = "../../header/menu06.gif"; //
 img[11] = new Image();  img[11].src = "../../header/menu06_on.gif";
 img[12] = new Image();  img[12].src = "../../header/menu07.gif"; //
 img[13] = new Image();  img[13].src = "../../header/menu07_on.gif";
 img[14] = new Image();  img[14].src = "../../header/menu08.gif"; //
 img[15] = new Image();  img[15].src = "../../header/menu08_on.gif";

 img[16] = new Image();  img[16].src = "../../img/button01.gif"; //
 img[17] = new Image();  img[17].src = "../../img/button01_on.gif";
 img[18] = new Image();  img[18].src = "../../img/button02.gif"; //
 img[19] = new Image();  img[19].src = "../../img/button02_on.gif";
 img[20] = new Image();  img[20].src = "../../img/button03.gif"; //
 img[21] = new Image();  img[21].src = "../../img/button03_on.gif";

 img[22] = new Image();  img[22].src = "../../img/menu09.gif"; //
 img[23] = new Image();  img[23].src = "../../img/menu09_on.gif";
 img[24] = new Image();  img[24].src = "../../img/menu10.gif"; //
 img[25] = new Image();  img[25].src = "../../img/menu10_on.gif";

 img[98] = new Image();  img[98].src = "../../img/japanese.gif"; //
 img[99] = new Image();  img[99].src = "../../img/japanese_on.gif";
}

function subwin(url){
w=window.open(url,"subwin","width=620,height=600,location=0,scrollbars=yes,resizable=yes,menubar=0,status=yes");
window.w.focus();
}

function subwin2(url){
w=window.open(url,"subwin2","width=420,height=500,location=0,scrollbars=yes,resizable=yes,menubar=0,status=yes");
window.w.focus();
}

function subwin3(url){
w=window.open(url,"subwin3","width=420,height=420,location=0,scrollbars=yes,resizable=yes,menubar=0,status=yes");
window.w.focus();
}

function change_image(nam,num) {
if(navigator.appVersion.charAt(0) >= 3) {                                                                                                                  
 document.images[nam].src = img[num].src;
   }
}
//-->