
	function troca(frame,objeto,imagem){
	  if(document.images){
		eval(frame + "document." + objeto + ".src='" + imagem + "'");
	  }
	}
