function troca(img, srl)
{
	img = "../Maintenance/PublicationSystem/_fls/_but/" + img
	document.images[srl].src = img
}
