if(navigator.appVersion.charAt(0) >= "3") {
var img = new Array();
img[1] = new Image();  img[1].src = "../images/menu01a.gif";
img[2] = new Image();  img[2].src = "../images/menu01b.gif";
img[3] = new Image();  img[3].src = "../images/menu02a.gif";
img[4] = new Image();  img[4].src = "../images/menu02b.gif";
img[5] = new Image();  img[5].src = "../images/menu03a.gif";
img[6] = new Image();  img[6].src = "../images/menu03b.gif";
img[7] = new Image();  img[7].src = "../images/menu04a.gif";
img[8] = new Image();  img[8].src = "../images/menu04b.gif";
img[9] = new Image();  img[9].src = "../images/menu05a.gif";
img[10] = new Image();  img[10].src = "../images/menu05b.gif";
img[11] = new Image();  img[11].src = "../images/menu06a.gif";
img[12] = new Image();  img[12].src = "../images/menu06b.gif";

img[21] = new Image();  img[21].src = "images/submenu01a.gif";
img[22] = new Image();  img[22].src = "images/submenu01b.gif";
img[23] = new Image();  img[23].src = "images/submenu02a.gif";
img[24] = new Image();  img[24].src = "images/submenu02b.gif";
img[25] = new Image();  img[25].src = "images/submenu03a.gif";
img[26] = new Image();  img[26].src = "images/submenu03b.gif";

}
function _in(nam,num) {
if(navigator.appVersion.charAt(0) >= "3") {
document.images[nam].src = img[num].src;
} else { }
}
function _out(nam,num) {
document.images[nam].src = img[num].src;
}
