
function image_changer(tag_id,new_image)
{
document.images[tag_id].src = new_image.src;
}
