// JavaScript Document
function Muda(id_img,img)
	{
		document.getElementById(id_img).src =img;
	}
function Muda2(id_img,img)
	{
		document.getElementById(id_img).src =img;
	}	
