if(navigator.appVersion.charAt(0) >= "3")
{
var img = new Array();
img[1] = new Image();  img[1].src = "img/pgtop.gif";
img[2] = new Image();  img[2].src = "img/pgtop_over.gif";
img[3] = new Image();  img[3].src = "../img/pgtop.gif";
img[4] = new Image();  img[4].src = "../img/pgtop_over.gif";
img[5] = new Image();  img[5].src = "../../img/pgtop.gif";
img[6] = new Image();  img[6].src = "../../img/pgtop_over.gif";
img[7] = new Image();  img[7].src = "../../../img/pgtop.gif";
img[8] = new Image();  img[8].src = "../../../img/pgtop_over.gif";
img[9] = new Image();  img[9].src = "../../../../img/pgtop.gif";
img[10] = new Image();  img[10].src = "../../../../img/pgtop_over.gif";
img[11] = new Image();  img[11].src = "img/btn_fk_h.gif";
img[12] = new Image();  img[12].src = "img/btn_fk.gif";
img[13] = new Image();  img[13].src = "img/btn_op_h.gif";
img[14] = new Image();  img[14].src = "img/btn_op.gif";
img[15] = new Image();  img[15].src = "img/btn_mug_h.gif";
img[16] = new Image();  img[16].src = "img/btn_mug.gif";
img[17] = new Image();  img[17].src = "img/btn_glass_h.gif";
img[18] = new Image();  img[18].src = "img/btn_glass.gif";
img[19] = new Image();  img[19].src = "img/btn_kc_h.gif";
img[20] = new Image();  img[20].src = "img/btn_kc.gif";
img[21] = new Image();  img[21].src = "img/btn_toy_h.gif";
img[22] = new Image();  img[22].src = "img/btn_toy.gif";
img[23] = new Image();  img[23].src = "img/btn_oth_h.gif";
img[24] = new Image();  img[24].src = "img/btn_oth.gif";
img[25] = new Image();  img[25].src = "img/btn_top_h.gif";
img[26] = new Image();  img[26].src = "img/btn_top.gif";
img[27] = new Image();  img[27].src = "img/btn_shop_h.gif";
img[28] = new Image();  img[28].src = "img/btn_shop.gif";
img[29] = new Image();  img[29].src = "img/btn_contact_h.gif";
img[30] = new Image();  img[30].src = "img/btn_contact.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;
}