<!--
  var q1Expandida = false;
  var q2Expandida = false;
  var q3Expandida = false;
  var q4Expandida = false;
  var q5Expandida = false;
  var q6Expandida = false;

  function clickPregunta1(){
    if (q1Expandida){
      contraePregunta1();
    } else {
      presentaPregunta1();
    }
resizeFrames();
  }

  function clickPregunta2(){
    if (q2Expandida){
      contraePregunta2();
    } else {
      presentaPregunta2();
    }
resizeFrames();
  }

  function clickPregunta3(){
    if (q3Expandida){
      contraePregunta3();
    } else {
      presentaPregunta3();
    }
resizeFrames();
  }

  function clickPregunta4(){
    if (q4Expandida){
      contraePregunta4();
    } else {
      presentaPregunta4();
    }
resizeFrames();
  }

  function clickPregunta5(){
    if (q5Expandida){
      contraePregunta5();
    } else {
      presentaPregunta5();
    }
resizeFrames();
  }

  function clickPregunta6(){
    if (q6Expandida){
      contraePregunta6();
    } else {
      presentaPregunta6();
    }
resizeFrames();
  }

  function contraePregunta1 (){
    if (document.layers){
      document.layers.pregunta1.document.write("");
      document.layers.pregunta1.document.close();
    } else {
      if (document.all){
        document.all.pregunta1.innerHTML = "";
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("pregunta1").innerHTML = "";
        }
      }
    }
    var texto = "<a name=\"titPreg1\" onclick=\"clickPregunta1()\" href=\"#titPreg1\">";
    texto += "<img alt=\"\" src=\"/images/plus.gif\" border=\"0\"/>";
    texto += "&nbsp;&iquest;Qu&eacute; es el SPEI?";
    texto += "</a>";
    if (document.layers){
      document.layers.imgPregunta1.document.write(texto);
      document.layers.imgPregunta1.document.close();
    } else {
      if (document.all){
        document.all.imgPregunta1.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("imgPregunta1").innerHTML = texto;
        }
      }
    }
    q1Expandida = false;
  }

  function contraePregunta2 (){
    if (document.layers){
      document.layers.pregunta2.document.write("");
      document.layers.pregunta2.document.close();
    } else {
      if (document.all){
        document.all.pregunta2.innerHTML = "";
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("pregunta2").innerHTML = "";
        }
      }
    }
    var texto = "<a name=\"titPreg2\" onclick=\"clickPregunta2()\" href=\"#titPreg2\">";
    texto += "<img alt=\"\" src=\"/images/plus.gif\" border=\"0\"/>";
    texto += "&nbsp;&iquest;C&oacute;mo funciona el SPEI?";
    texto += "</a>";
    if (document.layers){
      document.layers.imgPregunta2.document.write(texto);
      document.layers.imgPregunta2.document.close();
    } else {
      if (document.all){
        document.all.imgPregunta2.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("imgPregunta2").innerHTML = texto;
        }
      }
    }
    q2Expandida = false;
  }

  function contraePregunta3 (){
    if (document.layers){
      document.layers.pregunta3.document.write("");
      document.layers.pregunta3.document.close();
    } else {
      if (document.all){
        document.all.pregunta3.innerHTML = "";
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("pregunta3").innerHTML = "";
        }
      }
    }
    var texto = "<a name=\"titPreg3\" onclick=\"clickPregunta3()\" href=\"#titPreg3\">";
    texto += "<img alt=\"\" src=\"/images/plus.gif\" border=\"0\"/>";
    texto += "&nbsp;&iquest;C&oacute;mo puedo transferir dinero a trav&eacute;s del SPEI?";
    texto += "</a>";
    if (document.layers){
      document.layers.imgPregunta3.document.write(texto);
      document.layers.imgPregunta3.document.close();
    } else {
      if (document.all){
        document.all.imgPregunta3.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("imgPregunta3").innerHTML = texto;
        }
      }
    }
    q3Expandida = false;
  }

  function contraePregunta4 (){
    if (document.layers){
      document.layers.pregunta4.document.write("");
      document.layers.pregunta4.document.close();
    } else {
      if (document.all){
        document.all.pregunta4.innerHTML = "";
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("pregunta4").innerHTML = "";
        }
      }
    }
    var texto = "<a name=\"titPreg4\" onclick=\"clickPregunta4()\" href=\"#titPreg4\">";
    texto += "<img alt=\"\" src=\"/images/plus.gif\" border=\"0\"/>";
    texto += "&nbsp;&iquest;Cu&aacute;nto cuesta transferir dinero a trav&eacute;s del SPEI?";
    texto += "</a>";
    if (document.layers){
      document.layers.imgPregunta4.document.write(texto);
      document.layers.imgPregunta4.document.close();
    } else {
      if (document.all){
        document.all.imgPregunta4.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("imgPregunta4").innerHTML = texto;
        }
      }
    }
    q4Expandida = false;
  }

  function contraePregunta5 (){
    if (document.layers){
      document.layers.pregunta5.document.write("");
      document.layers.pregunta5.document.close();
    } else {
      if (document.all){
        document.all.pregunta5.innerHTML = "";
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("pregunta5").innerHTML = "";
        }
      }
    }
    var texto = "<a name=\"titPreg5\" onclick=\"clickPregunta5()\" href=\"#titPreg5\">";
    texto += "<img alt=\"\" src=\"/images/plus.gif\" border=\"0\"/>";
    texto += "&nbsp;&iquest;C&oacute;mo puedo saber si ya pas&oacute; mi transferencia a trav&eacute;s del SPEI?";
    texto += "</a>";
    if (document.layers){
      document.layers.imgPregunta5.document.write(texto);
      document.layers.imgPregunta5.document.close();
    } else {
      if (document.all){
        document.all.imgPregunta5.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("imgPregunta5").innerHTML = texto;
        }
      }
    }
    q5Expandida = false;
  }

  function contraePregunta6 (){
    if (document.layers){
      document.layers.pregunta6.document.write("");
      document.layers.pregunta6.document.close();
    } else {
      if (document.all){
        document.all.pregunta6.innerHTML = "";
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("pregunta6").innerHTML = "";
        }
      }
    }
    var texto = "<a name=\"titPreg6\" onclick=\"clickPregunta6()\" href=\"#titPreg6\">";
    texto += "<img alt=\"\" src=\"/images/plus.gif\" border=\"0\"/>";
    texto += "&nbsp;&iquest;Hay m&aacute;s informaci&oacute;n relacionada con el SPEI?";
    texto += "</a>";
    if (document.layers){
      document.layers.imgPregunta6.document.write(texto);
      document.layers.imgPregunta6.document.close();
    } else {
      if (document.all){
        document.all.imgPregunta6.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("imgPregunta6").innerHTML = texto;
        }
      }
    }
    q6Expandida = false;
  }

  function presentaPregunta1(){
    var texto = "<table width=\"100%\" border=\"0\" cellpadding=\"1\" cellspacing=\"0\" align=\"center\" class=\"texto01\">";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "<tr><td>&nbsp;</td><td>";
    texto += "El SPEI es el Sistema de Pagos Electr&oacute;nicos Interbancarios que fue ";
    texto += "desarrollado por el Banco de M&eacute;xico, que es el banco central de la ";
    texto += "Naci&oacute;n, y la banca comercial, para que los clientes de los bancos ";
    texto += "puedan transferir dinero de manera segura, r&aacute;pida y c&oacute;moda. ";
    texto += "Para conocer el funcionamiento y el papel que juegan todos los ";
    texto += "participantes de una transferencia en SPEI se puede referir ";
    texto += "a la pregunta: <a href=\"#titPreg2\" onclick=\"presentaPregunta2()\"><u>&iquest;C&oacute;mo funciona el SPEI?</u></a><br/>";
    texto += "<br /> ";
    texto += "Para hacer una transferencia por el SPEI es necesario solicitarlo ";
    texto += "a su banco y para mayor informaci&oacute;n favor de referirse a la ";
    texto += "pregunta: <a href=\"#titPreg3\" onclick=\"presentaPregunta3()\"><u>&iquest;C&oacute;mo puedo transferir dinero a trav&eacute;s del SPEI?</u></a><br/>";
    texto += "<br/>";
    texto += "Los bancos ofrecen a sus clientes el servicio de transferencias ";
    texto += "de dinero a trav&eacute;s del SPEI principalmente a trav&eacute;s de sus ";
    texto += "bancas por Internet y cobran tarifas y comisiones de acuerdo ";
    texto += "a sus propias pol&iacute;ticas internas. Para un detalle mayor acerca ";
    texto += "de las comisiones de los bancos se puede dirigir  a la pregunta: ";
    texto += "<a href=\"#titPreg4\" onclick=\"presentaPregunta4()\"><u>&iquest;Cu&aacute;nto cuesta transferir dinero a trav&eacute;s del SPEI?</u></a><br/>";
    texto += "<br/>";
    texto += "Todos los usuarios del SPEI pueden consultar el estado de sus ";
    texto += "transferencias; por ejemplo si est&aacute; en proceso por alguno de ";
    texto += "los dos bancos comerciales que participan en la transacci&oacute;n o ";
    texto += "si est&aacute; en proceso en el propio Banco de M&eacute;xico. Para mayor ";
    texto += "informaci&oacute;n referirse a la pregunta: <a href=\"#titPreg5\" onclick=\"presentaPregunta5()\"><u>&iquest;C&oacute;mo puedo saber si ";
    texto += "\"ya pas&oacute;\" mi transferencia de dinero a trav&eacute;s del SPEI?</u></a>";
    texto += "</td><td>&nbsp;</td></tr>";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "<tr><td>&nbsp;</td>";
    texto += "<td><a href=\"#titPreg1\" onclick=\"contraePregunta1()\">Cerrar</a></td>";
    texto += "<td>&nbsp;</td></tr>";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "</table>";
    if (document.layers){
      document.layers.pregunta1.document.write(texto);
      document.layers.pregunta1.document.close();
    } else {
      if (document.all){
        document.all.pregunta1.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("pregunta1").innerHTML=texto;
        }
      }
    }
    texto = "<a name=\"titPreg1\" onclick=\"clickPregunta1()\" href=\"#titPreg1\">";
    texto += "<img alt=\"\" src=\"/images/minus.gif\" border=\"0\"/>";
    texto += "<b>&nbsp;&iquest;Qu&eacute; es el SPEI?</b>";
    texto += "</a>";
    if (document.layers){
      document.layers.imgPregunta1.document.write(texto);
      document.layers.imgPregunta1.document.close();
    } else {
      if (document.all){
        document.all.imgPregunta1.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("imgPregunta1").innerHTML=texto;
        }
      }
    }
    q1Expandida = true;
  }

  function presentaPregunta2(){
    var texto = "<table width=\"100%\" border=\"0\" cellpadding=\"1\" cellspacing=\"0\" align=\"center\" class=\"texto01\">";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "<tr><td>&nbsp;</td><td>";
    texto += "Para describir la forma en que funciona el SPEI, es necesario ";
    texto += "definir a las personas y bancos que intervienen en las ";
    texto += "transferencias:<br/>";
    texto += "<br /> ";
    texto += "<img alt=\"\" src=\"/images/bullet_point_01.gif\"/>&nbsp;";
    texto += "El <b>Ordenante</b> es la persona que desea transferir dinero desde ";
    texto += "su cuenta bancaria.<br/>";
    texto += "<img alt=\"\" src=\"/images/bullet_point_01.gif\"/>&nbsp;";
    texto += "El <b>Beneficiario</b> es la persona que recibe el dinero de la ";
    texto += "transferencia directamente en su cuenta bancaria.<br/>";
    texto += "<img alt=\"\" src=\"/images/bullet_point_01.gif\"/>&nbsp;";
    texto += "El <b>Banco Emisor</b> es el banco comercial que le lleva la cuenta al <b>Ordenante</b>.<br/>";
    texto += "<img alt=\"\" src=\"/images/bullet_point_01.gif\"/>&nbsp;";
    texto += "El <b>Banco Receptor</b> es el banco comercial que le lleva la cuenta al <b>Beneficiario</b>.<br/>";
    texto += "<img alt=\"\" src=\"/images/bullet_point_01.gif\"/>&nbsp;";
    texto += "El <b>Banco de M&eacute;xico</b> es el banco central de la naci&oacute;n, y ";
    texto += "act&uacute;a como \"puente\" entre el <b>Banco Emisor</b> y el <b>Banco Receptor</b> ";
    texto += "ya que ambos mantienen una cuenta en el banco central.<br/>";
    texto += "<br /> ";
    texto += "Una transferencia t&iacute;pica a trav&eacute;s del SPEI sigue los ";
    texto += "siguientes pasos:<br/>";
    texto += "<br /> ";
    texto += "<ol type=\"a\">";
    texto += "<li>";
    texto += "El <b>Ordenante</b> instruye a su <b>Banco Emisor</b> que transfiera dinero, ";
    texto += "a trav&eacute;s de su banca por Internet. La instrucci&oacute;n debe indicar ";
    texto += "el monto de la transferencia y los datos del <b>Beneficiario</b>, ";
    texto += "como lo son su cuenta CLABE (18 d&iacute;gitos) o su n&uacute;mero de ";
    texto += "tarjeta de d&eacute;bito (16 d&iacute;gitos), su nombre y el de su <b>Banco ";
    texto += "Receptor</b>. El <b>Ordenante</b> tambi&eacute;n tiene la opci&oacute;n de incluir ";
    texto += "alguna referencia (7 d&iacute;gitos) o concepto (40 letras o d&iacute;gitos) ";
    texto += "para una mejor identificaci&oacute;n de la transferencia.";
    texto += "</li>";
    texto += "<li>";
    texto += "Al recibir la instrucci&oacute;n, el <b>Banco Emisor</b> verifica la ";
    texto += "identidad de su cliente <b>Ordenante</b> y que el saldo en su ";
    texto += "cuenta sea suficiente para cubrir la transferencia; aceptando ";
    texto += "s&oacute;lo procesar las transferencias que cumplan estos requisitos. ";
    texto += "En tal caso, el <b>Banco Emisor</b> le avisa al <b>Ordenante</b>, a trav&eacute;s ";
    texto += "de Internet, la hora precisa en que acept&oacute; la transferencia, ";
    texto += "as&iacute; como una clave de identificaci&oacute;n &uacute;nica, llamada \"n&uacute;mero ";
    texto += "de rastreo\" que servir&iacute;a para futuras aclaraciones.";
    texto += "</li>";
    texto += "<li>";
    texto += "Unos minutos despu&eacute;s, el <b>Banco Emisor</b> transmite, a trav&eacute;s ";
    texto += "del SPEI, toda la informaci&oacute;n de la transferencia al <b>Banco ";
    texto += "de M&eacute;xico</b>.";
    texto += "</li>";
    texto += "<li>";
    texto += "Al recibir la informaci&oacute;n, el <b>Banco de M&eacute;xico</b> transfiere ";
    texto += "el dinero de la cuenta que le lleva al <b>Banco Emisor</b> hacia ";
    texto += "la cuenta que le lleva al <b>Banco Receptor</b> y retransmite, ";
    texto += "tambi&eacute;n a trav&eacute;s del SPEI, toda la informaci&oacute;n necesaria ";
    texto += "al <b>Banco Receptor</b>.";
    texto += "</li>";
    texto += "<li>";
    texto += "De esta manera el <b>Banco Receptor</b> cuenta con la informaci&oacute;n ";
    texto += "necesaria y los recursos para depositarlos a favor del ";
    texto += "<b>Beneficiario</b>.";
    texto += "</li>";
    texto += "</ol>";
    texto += "</td><td>&nbsp;</td></tr>";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "<tr><td>&nbsp;</td>";
    texto += "<td><a href=\"#titPreg2\" onclick=\"contraePregunta2()\">Cerrar</a></td>";
    texto += "<td>&nbsp;</td></tr>";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "</table>";
    if (document.layers){
      document.layers.pregunta2.document.write(texto);
      document.layers.pregunta2.document.close();
    } else {
      if (document.all){
        document.all.pregunta2.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("pregunta2").innerHTML=texto;
        }
      }
    }
    texto = "<a name=\"titPreg2\" onclick=\"clickPregunta2()\" href=\"#titPreg2\">";
    texto += "<img alt=\"\" src=\"/images/minus.gif\" border=\"0\"/>";
    texto += "<b>&nbsp;&iquest;C&oacute;mo funciona el SPEI?</b>";
    texto += "</a>";
    if (document.layers){
      document.layers.imgPregunta2.document.write(texto);
      document.layers.imgPregunta2.document.close();
    } else {
      if (document.all){
        document.all.imgPregunta2.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("imgPregunta2").innerHTML=texto;
        }
      }
    }
    q2Expandida = true;
  }

  function presentaPregunta3(){
    var texto = "<table width=\"100%\" border=\"0\" cellpadding=\"1\" cellspacing=\"0\" align=\"center\" class=\"texto01\">";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "<tr><td>&nbsp;</td><td>";
    texto += "La persona f&iacute;sica o moral que desee realizar transferencias ";
    texto += "de dinero a trav&eacute;s del SPEI debe solicitarlo directamente al ";
    texto += "banco donde tiene su cuenta. Normalmente, los bancos ofrecen ";
    texto += "el servicio a trav&eacute;s de sus p&aacute;ginas por Internet por lo que ";
    texto += "es recomendable solicitar a su banco acceso al servicio de ";
    texto += "banca por Internet.<br/>";
    texto += "<br/>";
    texto += "Una vez que se cuente con acceso a la banca por Internet, ";
    texto += "es recomendable seguir todas las medidas de seguridad que ";
    texto += "recomienda su banco y utilizar computadoras ubicadas en ";
    texto += "lugares seguros como son las de la oficina y la de casa; y ";
    texto += "evitar las computadores de los llamados \"ciber-caf&eacute;s\". ";
    texto += "Los siguientes bancos ofrecen el servicio de pagos por ";
    texto += "SPEI a personas f&iacute;sicas y morales, a trav&eacute;s de Internet:<br/>";
    texto += "<br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.abnamro.com.mx/nuestrosprod/productos1.htm\">ABN AMRO</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.afirme.com.mx/Portal/Portal.do\">AFIRME</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.mifel.com.mx/portal/?page=Document/doc_view_section.asp&id_document=297&id_category=5\">BANCA MIFEL</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.bancoazteca.com.mx/PortalBancoAzteca/publica/medios/transferencias/spei.jsp\">BANCO AZTECA</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.bb.com.mx/article/articleview/36/1/7\">BANCO DEL BAJ&Iacute;O</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.monex.com.mx\">BANCO MONEX</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.multiva.com.mx/wps/wcm/connect/MigracionWPS5.1/banco+multiva/home/\">BANCO MULTIVA</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.banamex.com/esp/empresarial/ebusiness/pago_interbancario.html\">BANCO NACIONAL DE M&Eacute;XICO</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.banjercito.com.mx/\">BANCO NACIONAL DEL EJ&Eacute;RCITO FUERZA AEREA Y ARMADA</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.bankofamerica.com.mx/WebSite\">BANK OF AMERICA</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.btmmexico.com.mx/\">BANK OF TOKYO</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.banorte.com/portal/banorte.portal?_nfpb=true&_pageLabel=pageService&productId=153&trends=9\">BANORTE</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://portal.banregio.com/index.php\">BANREGIO</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.bansi.com.mx/main.html\">BANSI</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.bancomer.com.mx/persona/index.html\">BBVA BANCOMER</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.hsbc.com.mx/aptrix/internetpub.nsf/Content/SPEI_A\">HSBC</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.inbursa.com.mx/InLi/InLiTu.htm\">INBURSA</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.ixe.com.mx/portal\">IXE BANCO</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.santander.com.mx/index.htm\">SANTANDER</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.scotiabank.com.mx/Empresarial/ScotiaenLineaEmpresarial/tranf_interbancarias.asp\">SCOTIABANK</a><br/>";
    texto += "<img src=\"http://www.banxico.org.mx/images/bullet_point_01.gif\" alt=\"\"/>";
    texto += "<a target=\"_blank\" href=\"http://www.vepormas.com.mx/\">VE POR M&Aacute;S</a><br/>";
    texto += "</td><td>&nbsp;</td></tr>";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "<tr><td>&nbsp;</td>";
    texto += "<td><a href=\"#titPreg3\" onclick=\"contraePregunta3()\">Cerrar</a></td>";
    texto += "<td>&nbsp;</td></tr>";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "</table>";
    if (document.layers){
      document.layers.pregunta3.document.write(texto);
      document.layers.pregunta3.document.close();
    } else {
      if (document.all){
        document.all.pregunta3.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("pregunta3").innerHTML=texto;
        }
      }
    }
    texto = "<a name=\"titPreg3\" onclick=\"clickPregunta3()\" href=\"#titPreg3\">";
    texto += "<img alt=\"\" src=\"/images/minus.gif\" border=\"0\"/>";
    texto += "<b>&nbsp;&iquest;C&oacute;mo puedo transferir dinero a trav&eacute;s del SPEI?</b>";
    texto += "</a>";
    if (document.layers){
      document.layers.imgPregunta3.document.write(texto);
      document.layers.imgPregunta3.document.close();
    } else {
      if (document.all){
        document.all.imgPregunta3.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("imgPregunta3").innerHTML=texto;
        }
      }
    }
    q3Expandida = true;
  }

  function presentaPregunta4(){
    var texto = "<table width=\"100%\" border=\"0\" cellpadding=\"1\" cellspacing=\"0\" align=\"center\" class=\"texto01\">";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "<tr><td>&nbsp;</td><td>";
    texto += "La comisi&oacute;n por transferir dinero a trav&eacute;s del SPEI var&iacute;a ";
    texto += "de un banco a otro. En el siguiente sitio puedes encontrar ";
    texto += "las comisiones que cobra cada uno de los bancos: ";
    texto += "<a target=\"_blank\" href=\"CuadroComisiones-WEB.pdf\"><u>Tarifas ";
    texto += "y comisiones que cobran los bancos a sus clientes por utilizar SPEI.</u></a>";
    texto += "</td><td>&nbsp;</td></tr>";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "<tr><td>&nbsp;</td>";
    texto += "<td><a href=\"#titPreg4\" onclick=\"contraePregunta4()\">Cerrar</a></td>";
    texto += "<td>&nbsp;</td></tr>";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "</table>";
    if (document.layers){
      document.layers.pregunta4.document.write(texto);
      document.layers.pregunta4.document.close();
    } else {
      if (document.all){
        document.all.pregunta4.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("pregunta4").innerHTML=texto;
        }
      }
    }
    texto = "<a name=\"titPreg4\" onclick=\"clickPregunta4()\" href=\"#titPreg4\">";
    texto += "<img alt=\"\" src=\"/images/minus.gif\" border=\"0\"/>";
    texto += "<b>&nbsp;&iquest;Cu&aacute;nto cuesta transferir dinero a trav&eacute;s del SPEI?</b>";
    texto += "</a>";
    if (document.layers){
      document.layers.imgPregunta4.document.write(texto);
      document.layers.imgPregunta4.document.close();
    } else {
      if (document.all){
        document.all.imgPregunta4.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("imgPregunta4").innerHTML=texto;
        }
      }
    }
    q4Expandida = true;
  }

  function presentaPregunta5(){
    var texto = "<table width=\"100%\" border=\"0\" cellpadding=\"1\" cellspacing=\"0\" align=\"center\" class=\"texto01\">";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "<tr><td>&nbsp;</td><td>";
    texto += "Al instruir la transferencia de dinero por el SPEI, el ";
    texto += "cliente puede indicar un n&uacute;mero de hasta siete posiciones ";
    texto += "para identificar el pago (\"referencia\"). Adicionalmente, ";
    texto += "su banco le proporcionar&aacute; un \"n&uacute;mero de rastreo\". Estos ";
    texto += "n&uacute;meros permiten al ";
    texto += "<a href=\"#titPreg2\" onclick=\"presentaPregunta2()\"><u>Ordenante</u></a> ";
    texto += "y al <a href=\"#titPreg2\" onclick=\"presentaPregunta2()\"><u>Beneficiario</u></a> ";
    texto += "identificar f&aacute;cilmente cada pago.<br/>";
    texto += "<br/>";
    texto += "Las personas que han enviado o esperan recibir dinero por el ";
    texto += "SPEI pueden obtener informaci&oacute;n sobre el estado de sus ";
    texto += "&oacute;rdenes de pago en el servicio del Banco de M&eacute;xico ";
    texto += "conocido como ";
    texto += "<a target=\"_blank\" href=\"/sistemasdepago/servicios/mispei/mispei.html\"><u>MISPEI ";
    texto += "- M&oacute;dulo de Informaci&oacute;n del SPEI</u></a>. El MISPEI, permite a ";
    texto += "los usuarios consultar el estado de sus pagos a partir de ";
    texto += "cualquiera de los dos n&uacute;meros mencionados en el ";
    texto += "p&aacute;rrafo anterior.";
    texto += "</td><td>&nbsp;</td></tr>";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "<tr><td>&nbsp;</td>";
    texto += "<td><a href=\"#titPreg5\" onclick=\"contraePregunta5()\">Cerrar</a></td>";
    texto += "<td>&nbsp;</td></tr>";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "</table>";
    if (document.layers){
      document.layers.pregunta5.document.write(texto);
      document.layers.pregunta5.document.close();
    } else {
      if (document.all){
        document.all.pregunta5.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("pregunta5").innerHTML=texto;
        }
      }
    }
    texto = "<a name=\"titPreg5\" onclick=\"clickPregunta5()\" href=\"#titPreg5\">";
    texto += "<img alt=\"\" src=\"/images/minus.gif\" border=\"0\"/>";
    texto += "<b>&nbsp;&iquest;C&oacute;mo puedo saber si ya pas&oacute; mi transferencia a trav&eacute;s del SPEI?</b>";
    texto += "</a>";
    if (document.layers){
      document.layers.imgPregunta5.document.write(texto);
      document.layers.imgPregunta5.document.close();
    } else {
      if (document.all){
        document.all.imgPregunta5.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("imgPregunta5").innerHTML=texto;
        }
      }
    }
    q5Expandida = true;
  }

  function presentaPregunta6(){
    var texto = "<table width=\"100%\" border=\"0\" cellpadding=\"1\" cellspacing=\"0\" align=\"center\" class=\"texto01\">";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "<tr><td>&nbsp;</td><td>";
    texto += "<b>Seguridad en el SPEI</b>. Hay dos niveles de seguridad. ";
    texto += "El primer nivel tiene que ver con la relaci&oacute;n banco-cliente. ";
    texto += "Para ello, al aceptar instrucciones por Internet, los ";
    texto += "bancos tienen que cumplir con ";
    texto += "<a target=\"_blank\" href=\"003_BcaElectronica.pdf\"><u>la regulaci&oacute;n emitida ";
    texto += "por la Comisi&oacute;n Nacional Bancaria y de Valores</u></a>, la cual ";
    texto += "busca proteger a los clientes. El segundo nivel de seguridad ";
    texto += "es el establecido por los bancos y el Banco de M&eacute;xico en el ";
    texto += "cual se utiliza la m&aacute;s avanzada tecnolog&iacute;a de seguridad ";
    texto += "electr&oacute;nica y de telecomunicaciones (Para mayor detalle respecto a este ";
    texto += "nivel de seguridad, se puede consultar el siguiente ";
    texto += "<a target=\"_blank\" href=\"DTSeguridad.html\"><u>Documento T&eacute;cnico</u></a>).<br/>";
    texto += "<br/>";
    texto += "<b>Pagos de servicios - colegios, televisi&oacute;n de paga, ";
    texto += "agua, luz, tel&eacute;fono, etc. - a trav&eacute;s del SPEI.</b> Es posible ";
    texto += "pagar por SPEI cualquier servicio cuando la compa&ntilde;&iacute;a que ";
    texto += "lo presta, proporciona al cliente una cuenta CLABE a la ";
    texto += "que se har&aacute;n los pagos y notifica al cliente la \"referencia\" ";
    texto += "o \"concepto del pago\" ";
    texto += "(<a href=\"#titPreg2\" onclick=\"presentaPregunta2()\"><u>Referirse a la pregunta: ";
    texto += "&iquest;C&oacute;mo funciona el SPEI?</u></a>) que deber&aacute; utilizar para ";
    texto += "que pueda identificar el pago.<br/>";
    texto += "<br/>";
    texto += "<b>Horarios para instruir transferencias por el SPEI.</b> Cada ";
    texto += "banco tiene establecido su horario para realizar las ";
    texto += "transferencias SPEI, pero generalmente es entre las 9:00 ";
    texto += "y las 16:30 hrs.<br/>";
    texto += "<br/>";
    texto += "<b>Material publicitario del SPEI - Radio.</b><br/>";
    texto += "<br/>";
    texto += "&nbsp;<img alt=\"\" src=\"/images/bullet_point_01.gif\" border=\"0\"/>";
    texto += "&nbsp;&nbsp;&iquest;Qu&eacute; es el SPEI?&nbsp;&nbsp;";
    texto += "<a target=\"_blank\" href=\"videos/SPEI_comercial_1.mp3\"><u>Audio</u>&nbsp;&nbsp;";
    texto += "<img alt=\"\" src=\"images/audio.jpg\" border=\"0\"/></a><br/>";
    texto += "&nbsp;<img alt=\"\" src=\"/images/bullet_point_01.gif\" border=\"0\"/>";
    texto += "&nbsp;&nbsp;&iquest;C&oacute;mo se usa el SPEI?&nbsp;&nbsp;";
    texto += "<a target=\"_blank\" href=\"videos/SPEI_comercial_2.mp3\"><u>Audio</u>&nbsp;&nbsp;";
    texto += "<img alt=\"\" src=\"images/audio.jpg\" border=\"0\"/></a><br/>";
    texto += "&nbsp;<img alt=\"\" src=\"/images/bullet_point_01.gif\" border=\"0\"/>";
    texto += "&nbsp;&nbsp;El Sistema de Pagos Electr&oacute;nicos Interbancarios, del Banco de M&eacute;xico.&nbsp;&nbsp;";
    texto += "&nbsp;&nbsp;<a target=\"_blank\" href=\"videos/SPEI_capsula.mp3\"><u>Audio</u>&nbsp;&nbsp;";
    texto += "<img alt=\"\" src=\"images/audio.jpg\" border=\"0\"/></a><br/>";
    texto += "<br/>";
    texto += "<b>Regulaci&oacute;n Vigente.</b> Por ser el banco central de la naci&oacute;n, ";
    texto += "el Banco de M&eacute;xico regula la operaci&oacute;n del SPEI. El objetivo de ";
    texto += "esta regulaci&oacute;n es que el sistema sea seguro y eficiente. Para conocer ";
    texto += "m&aacute;s detalles de la regulaci&oacute;n se puede referir al sitio: ";
    texto += "<a target=\"_blank\" href=\"/sistemasdepago/disposiciones/dispDirigidasInstitucionesCredito/dispDirigidasInstitucionesCreditoBaMulYBaDes/Circular1_2006.html\">";
    texto += "<u>Reglas a las que deber&aacute;n sujetarse las instituciones financieras ";
    texto += "que participan en el SPEI</u></a>.<br/>";
    texto += "</td><td>&nbsp;</td></tr>";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "<tr><td>&nbsp;</td>";
    texto += "<td><a href=\"#titPreg6\" onclick=\"contraePregunta6()\">Cerrar</a></td>";
    texto += "<td>&nbsp;</td></tr>";
    texto += "<tr><td colspan=\"3\">&nbsp;</td></tr>";
    texto += "</table>";
    if (document.layers){
      document.layers.pregunta6.document.write(texto);
      document.layers.pregunta6.document.close();
    } else {
      if (document.all){
        document.all.pregunta6.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("pregunta6").innerHTML=texto;
        }
      }
    }
    texto = "<a name=\"titPreg6\" onclick=\"clickPregunta6()\" href=\"#titPreg6\">";
    texto += "<img alt=\"\" src=\"/images/minus.gif\" border=\"0\"/>";
    texto += "<b>&nbsp;&iquest;Hay m&aacute;s informaci&oacute;n relacionada con el SPEI?</b>";
    texto += "</a>";
    if (document.layers){
      document.layers.imgPregunta6.document.write(texto);
      document.layers.imgPregunta6.document.close();
    } else {
      if (document.all){
        document.all.imgPregunta6.innerHTML = texto;
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("imgPregunta6").innerHTML=texto;
        }
      }
    }
    q6Expandida = true;
  }

  function contraeTodo(){
    if (document.layers){
      document.layers.pregunta1.document.write("");
      document.layers.pregunta1.document.close();
      document.layers.pregunta2.document.write("");
      document.layers.pregunta2.document.close();
      document.layers.pregunta3.document.write("");
      document.layers.pregunta3.document.close();
      document.layers.pregunta4.document.write("");
      document.layers.pregunta4.document.close();
      document.layers.pregunta5.document.write("");
      document.layers.pregunta5.document.close();
      document.layers.pregunta6.document.write("");
      document.layers.pregunta6.document.close();
    } else {
      if (document.all){
        document.all.pregunta1.innerHTML = "";
        document.all.pregunta2.innerHTML = "";
        document.all.pregunta3.innerHTML = "";
        document.all.pregunta4.innerHTML = "";
        document.all.pregunta5.innerHTML = "";
        document.all.pregunta6.innerHTML = "";
      } else {
        if(!document.all && document.getElementById){
          document.getElementById("pregunta1").innerHTML = "";
          document.getElementById("pregunta2").innerHTML = "";
          document.getElementById("pregunta3").innerHTML = "";
          document.getElementById("pregunta4").innerHTML = "";
          document.getElementById("pregunta5").innerHTML = "";
          document.getElementById("pregunta6").innerHTML = "";
        }
      }
    }
    q1Expandida = false;
    q2Expandida = false;
    q3Expandida = false;
    q4Expandida = false;
    q5Expandida = false;
    q6Expandida = false;
  }

//-->
