function detalheEvento(cod)
{
	window.open('popEvento.php?cod='+cod, 'evento', 'width=400px, height=550px, resizable=1');
}
function detalheMonitoria(cod)
{
	window.open('popMonitoria.php?cod='+cod, 'monitoria', 'width=400px, height=150px, resizable=1');
}