function SwapImg(sNmLayer, sNmImagem){
	document.images[sNmLayer].src = sNmImagem;
}