function evento(year, _mes, dia)
{
	window.open('evento.php?data='+year,'janela01','status=no,scrollbars=yes,menubar=no,resizable=no,width=685	,height=540,left=200,top=1');
}