<!-- 

function Menu_DoFSCommand(command, args) { 

 
  if (command == "quienessomos") { 
    //alert("Quienes Somos " + args)  
    location.href = "quienessomos/quienessomos.htm", "IberianLogistic";
  }

  if (command == "servicios") { 
    location.href = "servicios/servicios.asp", "IberianLogistic";;
  }

  if (command == "oficinas") { 
    location.href = "oficinas/oficinas.htm", "IberianLogistic";;
  }   
  
  if (command == "clientes") { 
    location.href = "clientes/clientes.htm", "IberianLogistic";;
  }   

  if (command == "noticias") { 
    location.href = "noticias/noticias.asp", "IberianLogistic";;
  } 

  if (command == "enlaces") { 
    location.href = "enlaces/enlaces.htm", "IberianLogistic";;
  }  
  
  if (command == "contacto") { 
    location.href = "contacto/contacto.htm", "IberianLogistic";;
  }

  if (command == "mapaweb") { 
    location.href = "mapaweb/mapaweb.htm", "IberianLogistic";;
  }
  
  if (command == "avisolegal") { 
    location.href = "avisolegal/avisolegal.htm", "IberianLogistic";;
  }  
}

function MenuSup_DoFSCommand(command, args) { 

 
  if (command == "quienessomos") { 
    //alert("Quienes Somos " + args)  
    parent.centro.location.href = "quienessomos/quienessomos.asp", "IberianLogistic";
  }

  if (command == "servicios") { 
    parent.centro.location.href = "servicios/serviciosin.asp", "IberianLogistic";
  }
  
  if (command == "oficinas") { 
    parent.centro.location.href = "oficinas/oficinas.asp", "IberianLogistic";;
  }  
  
  if (command == "clientes") { 
    parent.centro.location.href = "clientes/clientes.asp", "IberianLogistic";;
  }    
  
  if (command == "noticias") { 
    parent.centro.location.href = "noticias/noticiasin.asp", "IberianLogistic";;
  }

  if (command == "enlaces") { 
    parent.centro.location.href = "enlaces/enlaces.asp", "IberianLogistic";;
  }  

  if (command == "contacto") { 
    parent.centro.location.href = "contacto/contacto.asp", "IberianLogistic";;
  }
  
  if (command == "mapaweb") { 
    parent.centro.location.href = "mapaweb/mapaweb.asp", "IberianLogistic";;
  }
  
  if (command == "avisolegal") { 
    parent.centro.location.href = "avisolegal/avisolegal.asp", "IberianLogistic";;
  }  
  
  if (command == " xx  ") { 
    //alert("Turismo. " + args)
    Ventana ("ficha.asp", "IberianLogistic");
  }
}

function Mapaoficinas_DoFSCommand(command, args) { 

  if (command == "bilbao") { 
    parent.izquierda.location.href = "contenido1.asp?oficina=bilbao", "IberianLogistic";
  }
  
  if (command == "vigo") { 
    //alert("Quienes Somos " + args)  
    parent.izquierda.location.href = "contenido1.asp?oficina=vigo", "IberianLogistic";
  }
  
  if (command == "barcelona") { 
    parent.izquierda.location.href = "contenido1.asp?oficina=barcelona", "IberianLogistic";
  }
  
  if (command == "madrid") { 
    parent.izquierda.location.href = "contenido1.asp?oficina=madrid", "IberianLogistic";
  }
  
  if (command == "valencia") { 
    parent.izquierda.location.href = "contenido1.asp?oficina=valencia", "IberianLogistic";
  }
  
  if (command == "tenerife") { 
    //alert("Quienes Somos " + args)  
    parent.izquierda.location.href = "contenido1.asp?oficina=tenerife", "IberianLogistic";
  }  

  if (command == "palmas") { 
    //alert("Quienes Somos " + args)  
    parent.izquierda.location.href = "contenido1.asp?oficina=palmas", "IberianLogistic";
  }  

  if (command == "cadiz") { 
    //alert("Quienes Somos " + args)  
    parent.izquierda.location.href = "contenido1.asp?oficina=cadiz", "IberianLogistic";
  }  

  if (command == "agadir") { 
    //alert("Quienes Somos " + args)  
    parent.izquierda.location.href = "contenido1.asp?oficina=agadir", "IberianLogistic";
  }

  if (command == "dakhla") { 
    //alert("Quienes Somos " + args)  
    parent.izquierda.location.href = "contenido1.asp?oficina=dakhla", "IberianLogistic";
  }
  
  if (command == "nouad") { 
    //alert("Quienes Somos " + args)  
    parent.izquierda.location.href = "contenido1.asp?oficina=nouad", "IberianLogistic";
  }
  
  if (command == "shanghai") { 
    //alert("Quienes Somos " + args)  
    parent.izquierda.location.href = "contenido1.asp?oficina=shanghai", "IberianLogistic";
  }
  
}

function Ventana(NombrePag, TituloVentana){
    ventini="height=700,width=830,top=0,left=0,scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no"
	vent=window.open(NombrePag,TituloVentana,ventini);
}
//-->