function cambio_img($nuevaruta, $cual){
	document.getElementById($cual).src=$nuevaruta;
}
