function abrirAbonos() {


		var ahora = new Date();
		//alert(ahora);
		var iniMant = new Date(2011,10-1,28,6,00,00);
		var FinMant = new Date(2011,10-1,28,8,00,00);
		if (ahora > iniMant && ahora < FinMant) {
			alert(
				"Servicio no disponible por el momento debido a " +
				"procesos de mantenimiento en la Feria de Quito.\n\n" +
				"El servicio se restablecer\xE1 a partir de las 08H00"
			);
			return;
		}



      var url = "https://apps.interdin.com.ec/citotusa/txtabonx.jsp?inicio=1";
	   var w = window.open(url, "winAbonos", "width="+screen.availWidth+", height="+screen.availHeight+", screenX=0,screenY=0, top=0, left=0, status=yes , resizable=yes, scrollbars=yes" );
	   w.focus(); 
}
function abrirNormal() {
      var url = "https://apps.interdin.com.ec/citotusae/txtabonx.jsp";
	   var w = window.open(url, "winAbonos", "width="+screen.availWidth+", height="+screen.availHeight+", screenX=0,screenY=0, top=0, left=0, status=yes , resizable=yes, scrollbars=yes" );
	   w.focus(); 
}
function abrirExpress() {
      var url = "https://apps.interdin.com.ec/citotusae/txtabonxp.jsp";
	   var w = window.open(url, "winAbonos", "width="+screen.availWidth+", height="+screen.availHeight+", screenX=0,screenY=0, top=0, left=0, status=yes , resizable=yes, scrollbars=yes" );
	   w.focus(); 
}

