// JavaScript Document
// DANILLO DE SOUZA BARRETO
// 25/02/2011

function mudarImagem(idImg,idImg2)
{
	//alert(idImg);
	//alert(idImg2);
	document.getElementById(idImg2).src = "/sistemas/campanhas/"+idImg;
}

