function index()       { location.href=dir+"e_index.shtml"; }
function ideas()       { location.href=dir+"proyectos/e_proyectos.shtml"; }
function hosting()     { location.href=dir+"hosting/e_hosting.shtml"; }
function boletines()   { location.href=dir+"boletines/e_boletines.shtml"; }
function articulos()   { location.href=dir+"articulos/e_articulos.shtml"; }
function foro()        { location.href=dir+"foro/e_foro.shtml"; }
function contacto()    { location.href=dir+"contacto/e_contacto.shtml"; }
function testimonios() { location.href=dir+"testimonios/e_testimonios.shtml"; }

function news()      
 { 
  if (f.email.value=="") 
   { 
    alert("Debe ingresar su email en el espacio en blanco");
    return;
   }

  pagina=dir+"e_news.php?email="+f.email.value+"&nnombre="+f.nnombre.value+"&napellido="+f.napellido.value+"&donde=P";
  window.open(pagina, "Suscripcion", "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=300,top=50,left=50"); 
}

function espanol() { alert ("La página ya esta en idioma español.\nSi desea leerla en Inglés haga click al costado"); }
function ingles() 
{ 
  var sPath = window.location.pathname;
  var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
  location.href="i_"+sPage.substring(2,50); 
}