function CargarOpcion(numero)
{
  parent.opciones.location.href="opciones"+numero+".htm";
  parent.pie.location.href="../pie.htm";

  if (numero == "1")
  {
    parent.contenido.location.href="../acerca/quienes_somos.htm";
  }
  else if (numero == "2")
  {
    parent.contenido.location.href="../servicio_empresas/servicio.htm";
  }
  else if (numero == "3")
  {
    parent.contenido.location.href="../sat/objetivo.htm";
  }
  else if (numero == "4")
  {
    parent.contenido.location.href="../telecomunicaciones/ofrecemos.htm";
  }
  else if (numero == "5")
  {
    parent.contenido.location.href="../grupo_xeryo/grupo_xeryo.htm";
  }
  else if (numero == "7")
  {
    parent.contenido.location.href="../acerca/contacta.htm";
  }
}

