function changeImages(v_this_img, v_lnk )
{

	document.getElementById(v_this_img).src = v_lnk;

}
