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