// Agrega la página a favoritos
function agregarfavoritos(){
   if ((navigator.appName=="Microsoft Internet Explorer") &&
         (parseInt(navigator.appVersion)>=4)) {
      var url="http://www.logisnet.com/";
      var titulo="LogisNet, directorio y guía de Logística.";
      alert(titulo)
	  window.external.AddFavorite(url,titulo);
   } else {
      if(navigator.appName == "Netscape")
         alert("Presione Crtl+D para agregar este sitio en sus Bookmarks");
   }
}

// Abre la ventana de cesta de la compra
function abrircesta()
{
			hola=window.open('/logisnet2/compras/cantidad.asp','hola','width=630,height=450,scrollbars=yes');
			hola.focus();
}

// Abre la ventana de enviar web a un amigo
function enviaramigo(ventana,nombre,a,b,c,d)
{
  e='width='+a+','
  f='height='+b+','
  g='screenx='+c+','
  h='screeny='+d+','
  i='scrollbars=yes,'
  j='toolbar=no,'
  hola=window.open(ventana,nombre,e+f+g+h+i+j);
  hola.focus()
}


/*
* Validar quick search
*/
function validateQuickSearch() {
  quickform = document.forms.search1;
  if (quickform != 'undefined') {
    if (quickform.entrada_empresa.value == "") {
      if (quickform.sector.selectedIndex == 0) {
        alert("Seleccione una actividad para realizar la búsqueda.");
        return false;
      }
      if (quickform.entrada_pais.selectedIndex == 0) {
        alert("Seleccione un país para realizar la búsqueda.");
        return false;
      }
    }
  }
  return true;
}

/*
* MENU GUIA 2004
*/
function menuGuia2004() {
document.write("<div id='menu' style='width: 100%; margin: 0 0 2px 10px;'>");
document.write("<ul style='width: 100%'>");
document.write("<li style='width: 130px'><a style='width: 130px' href='/Guia2004/Guia2004/provincias2.htm'><img src='/Guia2004/Guia2004/imagenes/buttons/btn_provincia.gif' width='122' height='15' alt='Provincias' border='0' /></a></li>");
document.write("<li style='width: 67px'><a style='width: 67px' href='/Guia2004/Guia2004/puertos2.htm'><img src='/Guia2004/Guia2004/imagenes/buttons/btn_puertos.gif' width='59' height='15' alt='Puertos' border='0' /></a></li>");
document.write("<li style='width: 132px'><a style='width: 132px' href='/Guia2004/Guia2004/CCA2.htm'><img src='/Guia2004/Guia2004/imagenes/buttons/btn_centros.gif' width='124' height='15' alt='Centros de Carga Aérea' border='0' /></a></li>");
document.write("<li style='width: 129px'><a style='width: 129px' href='/Guia2004/Guia2004/CT2.htm'><img src='/Guia2004/Guia2004/imagenes/buttons/btn_transporte.gif' width='121' height='15' alt='Centros de Transporte' border='0' /></a></li>");
document.write("<li style='width: 41px'><a style='width: 41px' href='/Guia2004/Guia2004/ZAL2.htm'><img src='/Guia2004/Guia2004/imagenes/buttons/btn_zal.gif' width='33' height='15' alt='ZAL' border='0' /></a></li>");
document.write("<li style='width: 106px'><a style='width: 106px' href='/Guia2004/Guia2004/ZonasFrancas2.htm'><img src='/Guia2004/Guia2004/imagenes/buttons/btn_zonas_francas.gif' width='98' height='15' alt='Zonas Francas' border='0' /></a></li>");
document.write("</ul>");
document.write("</div>");
}

// Para los links q abran fichas
function abrir(ventana)
{
      empresa=window.open(ventana,'empresa','width=650,height=500,scrollbars=yes,resizable = yes');
			empresa.focus();
}
