﻿function FechaJanela() {

   window.close();
}

function teste() {
   alert('hello');
}

function Alterar_Cor_Selecionado(obj) {
   obj.style.color = "#0000FF";
}

function Alterar_Cor_Deselecionado(obj) {
   obj.style.color = "#000000";
}