

<!-- Begin

if (document.images) {
  imageon = new Image();
  imageon.src = "images/bullet_on.gif";

  imageoff = new Image();
  imageoff.src = "images/bullet_off.gif";

}

function imgon(imgname){
imgname.src = "images/bullet_on.gif"
}
function imgoff(imgname){
imgname.src = "images/bullet_off.gif"
}
// End -->