function escolheEvento(obj){
  if(obj.value > 0)
    window.location = 'eventos.php?id=' + obj.value;
}

function abreGL(id, data){
 janLarg = 620;
 janAlt = 440;
 largura = screen.width;
 altura = screen.height;
 xPos = (largura - janLarg) / 2;
 yPos = (altura - janAlt) / 2;
 self.focus();
 c = '';
 if(data != null)
   c = '&data=' + data;
 window.open("galeria.php?id="+id+"&tipo=evento"+c,"eventos","width="+janLarg+",height="+janAlt+",top="+yPos+",left="+xPos);
 void(0);
}

function abreVideo(id, data){
 janLarg = 620;
 janAlt = 440;
 largura = screen.width;
 altura = screen.height;
 xPos = (largura - janLarg) / 2;
 yPos = (altura - janAlt) / 2;
 self.focus();
 c = '';
 if(data != null)
   c = '&data=' + data;
 window.open("galeriaV.php?id="+id+"&tipo=evento"+c,"eventos","width="+janLarg+",height="+janAlt+",top="+yPos+",left="+xPos+",scrollbars=yes");
 void(0);
}

/*function mailThis(id){
 janLarg = 310;
 janAlt = 285;
 largura = screen.width;
 altura = screen.height;
 xPos = (largura - janLarg) / 2;
 yPos = (altura - janAlt) / 2;
 self.focus();
 window.open("mail.noticias.php?id="+id,"mailnoticias","width="+janLarg+",height="+janAlt+",top="+yPos+",left="+xPos);
 void(0);
}*/
