function img_reload(id_img, src_img)
{
	document.all(id_img).src = '/images/'+src_img;
}
