// <!--
//010927 cargadojsmarca('js_letreros_btn');
// ----------------------------------------------------------------------------------------
function colocaletrerobtn(nombre,nomban,texalt) {
  if (nomban=='') nomban=nombre+'bann';
  if (!(window.location.pathname.indexOf(nombre+'.html')>=0)&&!(window.location.pathname.indexOf('/'+nombre+'/')>=0)&&!(window.location.pathname.indexOf('\\'+nombre+'\\')>=0)) {
    if (nombre=='seti') {
      G_L('<a href="'+DirBase+'seti.html" target="_top">');
      G_L('<img src="'+DirBase+'img/'+nomban+'_btn.gif" alt="'+texalt+'" align="middle" border="0" width="72" height="18"></a>');
    } else if (nombre=='fortanete') {
      G_L('<a href="'+DirPro+'cria.html?/users/fortanete/index.html" target="_top">');
      G_L('<img src="/users/fortanete/letrero.gif" alt="'+texalt+'" align="middle" border="0" width="72" height="8"></a>');
    } else if (nombre=='javy') {
      G_L('<a href="'+DirPro+'cria.html?/users/mabingenieros/consulta.html" target="_top">');
      G_L('<img src="/users/mabingenieros/letrero.gif" alt="'+texalt+'" align="middle" border="0" width="72" height="8"></a>');
    } else {
      if (nombre=='sordos') G_L('<a href="'+DirBase+nombre+'/index.html" target="_top">'); else
      G_L('<a href="'+DirPro+'cria.html?'+nombre+'" target="_top">');
      G_L('<img src="'+DirBase+nombre+'/'+nomban+'_btn.gif" alt="'+texalt+'" align="middle" border="0" width="72" height="8"></a>');
    }
  }
}
// ----------------------------------------------------------------------------------------
{
  var DirPro=PralDir;if (PralNom=='otros') DirPro=DirBase;
  G_L('<hr>');
  G_L('<a name="letrerosbtn"></a>');
  G_L('<center>');
  colocaletrerobtn('seti','','Proyecto SETI@home');
  colocaletrerobtn('interes','','Direcciones de interés');
  colocaletrerobtn('busquedas','buscabann','Genio ... ¡BUSCA!');
  colocaletrerobtn('diversos','','Curiosidades diversas');
  colocaletrerobtn('descarga','','Descarga de programas');
  colocaletrerobtn('gratis','','¡Internet GRATIS!');
//030404  colocaletrerobtn('sordos','','Sordos');
  colocaletrerobtn('mercadillo','','Mercadillo');
  colocaletrerobtn('aseinf','','Asesoramiento Informático');
  colocaletrerobtn('fortanete','','Divulgación científica');
  colocaletrerobtn('javy','','Asesoramiento ingeniería');
  G_L('</'+'center>');
// ----------------------------------------------------------------------------------------
}
// -->