theImages = new Array();theImages[1] = new Image();theImages[1].src = "./img/shikki_left_navi1.gif";theImages[2] = new Image();theImages[2].src = "./img/shikki_left_navi2.gif";theImages[3] = new Image();theImages[3].src = "./img/kanshiki_left_navi3.gif";theImages[11] = new Image();theImages[11].src = "./img/shikki_left_navi_number1.gif";theImages[22] = new Image();theImages[22].src = "./img/shikki_left_navi_number2.gif";theImages[33] = new Image();theImages[33].src = "./img/shikki_left_navi_number3.gif";theImages[44] = new Image();theImages[44].src = "./img/shikki_left_navi_number4.gif";theImages[55] = new Image();theImages[55].src = "./img/shikki_left_navi_number5.gif";theImages[66] = new Image();theImages[66].src = "./img/shikki_left_navi_number6.gif";theImages[77] = new Image();theImages[77].src = "./img/shikki_left_navi_number7.gif";theImages[101] = new Image();theImages[101].src = "./img/shikki_left_navi11.gif";theImages[102] = new Image();theImages[102].src = "./img/shikki_left_navi22.gif";theImages[103] = new Image();theImages[103].src = "./img/kanshiki_left_navi33.gif";theImages[111] = new Image();theImages[111].src = "./img/shikki_left_navi_number11.gif";theImages[222] = new Image();theImages[222].src = "./img/shikki_left_navi_number22.gif";theImages[333] = new Image();theImages[333].src = "./img/shikki_left_navi_number33.gif";theImages[444] = new Image();theImages[444].src = "./img/shikki_left_navi_number44.gif";theImages[555] = new Image();theImages[555].src = "./img/shikki_left_navi_number55.gif";theImages[666] = new Image();theImages[666].src = "./img/shikki_left_navi_number66.gif";theImages[777] = new Image();theImages[777].src = "./img/shikki_left_navi_number77.gif";function ChangeBullet(obj,suffix) {        eval("document." + obj + ".src=theImages[suffix].src");}