function janela(url, w, h){
window.open(url,"","toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,status=no,resizable=yes, width= " + w + ", height = " + h + ", top=0,left=0")
}
function popup(url, w, h){
window.open(url,"","toolbar=no,location=no,directories=no,menubar=no,scrollbars=no,status=no,resizable=yes, width= " + w + ", height = " + h + ", top=0,left=0")
}
function gotoFunction() {
        self.location = document.datagoto.praia.options[document.datagoto.praia.selectedIndex].value;
}
function gotoFunction2() {
        self.location = document.datagoto.servico.options[document.datagoto.servico.selectedIndex].value;
}
function gotoreceita() {
        self.location = document.ff.receita.options[document.ff.receita.selectedIndex].value;
}
function goto() {
        self.location = document.f.c.options[document.f.c.selectedIndex].value;
}
