function changerImg(img,nvSrc)
{
	document.getElementById("img_"+img).src = "images/" + img + nvSrc + ".jpg";
}