function change_image_infobar(target,image) {
   document.images[target].src = image;
}