function abrirCalendario(cadena)
{
	window.open('../includes/calendario.aspx?txt=' + cadena, 'Calendario', 'width=250,height=220,resizable=yes');
}
