theImages = new Array();
theImages[1] = new Image();
theImages[1].src = "/images/ub_01.gif";
theImages[2] = new Image();
theImages[2].src = "/images/ub_02.gif";
theImages[3] = new Image();
theImages[3].src = "/images/ub_03.gif";
theImages[4] = new Image();
theImages[4].src = "/images/ub_04.gif";
theImages[5] = new Image();
theImages[5].src = "/images/ub_05.gif";
theImages[6] = new Image();
theImages[6].src = "/images/ub_06.gif";
theImages[7] = new Image();
theImages[7].src = "/images/ub_07.gif";
theImages[8] = new Image();
theImages[8].src = "/images/ub_08.gif";

theImages[11] = new Image();
theImages[11].src = "/images/ub_11.gif";
theImages[12] = new Image();
theImages[12].src = "/images/ub_12.gif";
theImages[13] = new Image();
theImages[13].src = "/images/ub_13.gif";
theImages[14] = new Image();
theImages[14].src = "/images/ub_14.gif";
theImages[15] = new Image();
theImages[15].src = "/images/ub_15.gif";
theImages[16] = new Image();
theImages[16].src = "/images/ub_16.gif";
theImages[17] = new Image();
theImages[17].src = "/images/ub_17.gif";
theImages[18] = new Image();
theImages[18].src = "/images/ub_18.gif";
theImages[20] = new Image();
theImages[20].src = "/images/ub_20.gif";
theImages[21] = new Image();
theImages[21].src = "/images/ub_20_on.gif";
theImages[22] = new Image();
theImages[22].src = "/images/ub_22.gif";
theImages[23] = new Image();
theImages[23].src = "/images/ub_22_on.gif";

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