// JavaScript Document

function troca(arquivo, id){
	document.getElementById(id).src = "imagens/" + arquivo + ".gif"
}