
theImages = new Array();
theImages[1] = new Image();
theImages[1].src = "../images/header_sri_01.gif";
theImages[2] = new Image();
theImages[2].src = "../images/header_recruit_02.gif";
theImages[3] = new Image();
theImages[3].src = "../images/header_ot_03.gif";
theImages[4] = new Image();
theImages[4].src = "../images/footer_sitemap_01.gif";
theImages[5] = new Image();
theImages[5].src = "../images/footer_legal_02.gif";
theImages[6] = new Image();
theImages[6].src = "../images/footer_link_03.gif";
theImages[7] = new Image();
theImages[7].src = "../images/top_service_01.gif";
theImages[8] = new Image();
theImages[8].src = "../images/top_service_02.gif";
theImages[9] = new Image();
theImages[9].src = "../images/top_tyre_01.gif";
theImages[10] = new Image();
theImages[10].src = "../images/top_tyre_02.gif";
theImages[11] = new Image();
theImages[11].src = "../images/top_wheel_01.gif";
theImages[12] = new Image();
theImages[12].src = "../images/top_wheel_02.gif";
theImages[13] = new Image();
theImages[13].src = "../images/top_tenpo_01.gif";
theImages[14] = new Image();
theImages[14].src = "../images/top_tenpo_02.gif";
theImages[15] = new Image();
theImages[15].src = "../images/top_tenpo_03.gif";
theImages[16] = new Image();
theImages[16].src = "../images/top_tw_01.gif";
theImages[17] = new Image();
theImages[17].src = "../images/top_tw_02.gif";
theImages[18] = new Image();
theImages[18].src = "../images/menu_service_01.gif";
theImages[19] = new Image();
theImages[19].src = "../images/menu_service_02.gif";
theImages[20] = new Image();
theImages[20].src = "../images/menu_tyre_01.gif";
theImages[21] = new Image();
theImages[21].src = "../images/menu_tyre_02.gif";
theImages[22] = new Image();
theImages[22].src = "../images/menu_wheel_01.gif";
theImages[23] = new Image();
theImages[23].src = "../images/menu_wheel_02.gif";
theImages[24] = new Image();
theImages[24].src = "../images/menu_tenpo_01.gif";
theImages[25] = new Image();
theImages[25].src = "../images/menu_tenpo_02.gif";
theImages[26] = new Image();
theImages[26].src = "../images/menu_tenpo_03.gif";
theImages[27] = new Image();
theImages[27].src = "../images/menu_tw_01.gif";
theImages[28] = new Image();
theImages[28].src = "../images/menu_tw_02.gif";
theImages[29] = new Image();
theImages[29].src = "../images/menu_home_01.gif";

theImages[101] = new Image();
theImages[101].src = "../images/header_sri_011.gif";
theImages[102] = new Image();
theImages[102].src = "../images/header_recruit_022.gif";
theImages[103] = new Image();
theImages[103].src = "../images/header_ot_033.gif";
theImages[104] = new Image();
theImages[104].src = "../images/footer_sitemap_011.gif";
theImages[105] = new Image();
theImages[105].src = "../images/footer_legal_022.gif";
theImages[106] = new Image();
theImages[106].src = "../images/footer_link_033.gif";
theImages[107] = new Image();
theImages[107].src = "../images/top_service_011.gif";
theImages[108] = new Image();
theImages[108].src = "../images/top_service_022.gif";
theImages[109] = new Image();
theImages[109].src = "../images/top_tyre_011.gif";
theImages[110] = new Image();
theImages[110].src = "../images/top_tyre_022.gif";
theImages[111] = new Image();
theImages[111].src = "../images/top_wheel_011.gif";
theImages[112] = new Image();
theImages[112].src = "../images/top_wheel_022.gif";
theImages[113] = new Image();
theImages[113].src = "../images/top_tenpo_011.gif";
theImages[114] = new Image();
theImages[114].src = "../images/top_tenpo_022.gif";
theImages[115] = new Image();
theImages[115].src = "../images/top_tenpo_033.gif";
theImages[116] = new Image();
theImages[116].src = "../images/top_tw_011.gif";
theImages[117] = new Image();
theImages[117].src = "../images/top_tw_022.gif";
theImages[118] = new Image();
theImages[118].src = "../images/menu_service_011.gif";
theImages[119] = new Image();
theImages[119].src = "../images/menu_service_022.gif";
theImages[120] = new Image();
theImages[120].src = "../images/menu_tyre_011.gif";
theImages[121] = new Image();
theImages[121].src = "../images/menu_tyre_022.gif";
theImages[122] = new Image();
theImages[122].src = "../images/menu_wheel_011.gif";
theImages[123] = new Image();
theImages[123].src = "../images/menu_wheel_022.gif";
theImages[124] = new Image();
theImages[124].src = "../images/menu_tenpo_011.gif";
theImages[125] = new Image();
theImages[125].src = "../images/menu_tenpo_022.gif";
theImages[126] = new Image();
theImages[126].src = "../images/menu_tenpo_033.gif";
theImages[127] = new Image();
theImages[127].src = "../images/menu_tw_011.gif";
theImages[128] = new Image();
theImages[128].src = "../images/menu_tw_022.gif";
theImages[129] = new Image();
theImages[129].src = "../images/menu_home_011.gif";

function ChangeBullet(obj,suffix) {
        eval("document." + obj + ".src=theImages[suffix].src");}
