// JavaScript Document

function abre_evento(id) {
 window.open('../eventos_fotos.php?id='+id,'fotos'+id,'status=no,width=735,height=560');
}
