if(navigator.appVersion.charAt(0) >= "3") {
var img = new Array();
img[0] = new Image(); img[0].src = "../img/btn_home_off.gif";
img[1] = new Image(); img[1].src = "../img/btn_home_on.gif";
img[2] = new Image(); img[2].src = "../img/btn_shop_off.gif";
img[3] = new Image(); img[3].src = "../img/btn_shop_on.gif";
img[4] = new Image(); img[4].src = "../img/btn_cafe_off.gif";
img[5] = new Image(); img[5].src = "../img/btn_cafe_on.gif";
img[6] = new Image(); img[6].src = "../img/btn_maint_off.gif";
img[7] = new Image(); img[7].src = "../img/btn_maint_on.gif";
img[8] = new Image(); img[8].src = "../img/btn_new_off.gif";
img[9] = new Image(); img[9].src = "../img/btn_new_on.gif";
img[10] = new Image(); img[10].src = "../img/btn_foreign_off.gif";
img[11] = new Image(); img[11].src = "../img/btn_foreign_on.gif";
img[12] = new Image(); img[12].src = "../img/btn_seedling_off.gif";
img[13] = new Image(); img[13].src = "../img/btn_seedling_on.gif";
img[14] = new Image(); img[14].src = "../img/btn_corp_off.gif";
img[15] = new Image(); img[15].src = "../img/btn_corp_on.gif";

img[16] = new Image(); img[16].src = "../corporation/img/btn_personal.jpg";
img[17] = new Image(); img[17].src = "../corporation/img/btn_personal_on.jpg";
img[18] = new Image(); img[18].src = "../corporation/img/btn_school.jpg";
img[19] = new Image(); img[19].src = "../corporation/img/btn_school_on.jpg";
img[20] = new Image(); img[20].src = "../corporation/img/btn_shop.jpg";
img[21] = new Image(); img[21].src = "../corporation/img/btn_shop_on.jpg";
img[22] = new Image(); img[22].src = "../corporation/img/btn_corp.jpg";
img[23] = new Image(); img[23].src = "../corporation/img/btn_corp_on.jpg";
img[24] = new Image(); img[24].src = "../corporation/img/btn_hos.jpg";
img[25] = new Image(); img[25].src = "../corporation/img/btn_hos_on.jpg";
img[26] = new Image(); img[26].src = "../corporation/img/btn_fac.jpg";
img[27] = new Image(); img[27].src = "../corporation/img/btn_fac_on.jpg";
img[28] = new Image(); img[28].src = "../corporation/img/btn_man.jpg";
img[29] = new Image(); img[29].src = "../corporation/img/btn_man_on.jpg";

img[30] = new Image(); img[30].src = "../corporation/img/btn_school2.gif";
img[31] = new Image(); img[31].src = "../corporation/img/btn_school2_on.gif";
img[32] = new Image(); img[32].src = "../corporation/img/btn_shop2.gif";
img[33] = new Image(); img[33].src = "../corporation/img/btn_shop2_on.gif";
img[34] = new Image(); img[34].src = "../corporation/img/btn_corp2.gif";
img[35] = new Image(); img[35].src = "../corporation/img/btn_corp2_on.gif";
img[36] = new Image(); img[36].src = "../corporation/img/btn_hos2.gif";
img[37] = new Image(); img[37].src = "../corporation/img/btn_hos2_on.gif";
img[38] = new Image(); img[38].src = "../corporation/img/btn_fac2.gif";
img[39] = new Image(); img[39].src = "../corporation/img/btn_fac2_on.gif";
img[40] = new Image(); img[40].src = "../corporation/img/btn_man2.gif";
img[41] = new Image(); img[41].src = "../corporation/img/btn_man2_on.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;
}


function calendar(){new_win1=window.open("../calendar.html","calendar","width=500,height=720,status=0,location=0,toolbar=0,resizable=0,menubar=0,scrollbars=1");new_win1.focus();}
function flowergarden(){new_win1=window.open("../flowergarden/index.html","flowergarden","width=600,height=720,status=0,location=0,toolbar=0,resizable=0,menubar=0,scrollbars=1");new_win1.focus();}