var drop_breite = 180;
var sieben="aäbdeghnoöpqsuüAÄFLFTVXYZ1234567890";
var neun=  "wCDGHMNOÖQRUÜ";
var drei=  " fijltI";
var acht=  "BEKPS";
var fuenf= "vxyz";
var sechs= "ckJ";
var vier=  "r-";
var elf=   "mW";


function check_length(str)
{
  str_len=0;
  for(j=0; j<str.length; j++)
  {
    letter=str.charAt(j);
    if(sieben.indexOf(letter)!=-1) str_len+=6;
    if(neun.indexOf(letter)!=-1) str_len+=8;
    if(drei.indexOf(letter)!=-1) str_len+=3;
    if(acht.indexOf(letter)!=-1) str_len+=7;
    if(fuenf.indexOf(letter)!=-1) str_len+=4;
    if(sechs.indexOf(letter)!=-1) str_len+=5;
    if(vier.indexOf(letter)!=-1) str_len+=4;
    if(elf.indexOf(letter)!=-1) str_len+=9;
  }
  return(str_len+25);
}

function check_max_length(Mas)
{
  Max=0;
  for(i=0; i<Mas.length; i++){
    Str = Mas[i];   
    Length = check_length(Str);
    if(Length > Max) Max = Length;
    }
  return(Max);
}

function check_max_length_2(Mas,MasStr)
{
  Max=0;
  for(i=0; i<Mas.length; i++){
    Str = MasStr[Mas[i]];   
    Length = check_length(Str);
    if(Length > Max) Max = Length;
    }
  return(Max);
}

function Generate(name,Mas,Mas_V)
{  
  MaxLength = check_max_length(Mas);
  //alert(MaxLength);  
  
  Length = Mas.length;  
  if(MaxLength<drop_breite){
    for(i = 0; i < Length; i++) {    
      text = Mas[i];
      value = Mas_V[i];
      name.options[i+1] = new Option(text);
      name.options[i+1].value = value;    
      }  
    //name.length = Length+1;   
  }
  else
  {
    var Flag=0,j=1;   
    for(i = 0; i < Length; i++){
      Menu_Name = Mas[i];
      Menu_Value = Mas_V[i];
      
      if(name.options[j-1].value!=-2){       
        name.options[j] = new Option("-----------------------------------------");
        name.options[j].value = -2;
        j++;
        }       
      while(check_length(Menu_Name)>drop_breite)
      {          
      
        for(let_count=1; let_count<=Menu_Name.length; let_count++)
        {           
          Menu_Name_Tmp=Menu_Name.substr(0,let_count);                     
          if(check_length(Menu_Name_Tmp)>drop_breite){                        
            var Space = Menu_Name.substr(0,let_count-1).lastIndexOf(" ");
            if(Space!=-1) let_count=Space+2;            
            name.options[j] = new Option(Menu_Name.substr(0,let_count-1));
            name.options[j].value = Menu_Value;   
            j++; 
            Menu_Name = Menu_Name.substr(let_count-1,Menu_Name.length);            
            break;
          }
        }
        while(Menu_Name.indexOf(" ")==0) Menu_Name=Menu_Name.substr(1,Menu_Name.length);        
      }
      name.options[j] = new Option(Menu_Name);
      name.options[j].value = Menu_Value;   
      j++;      
     
      name.options[j] = new Option("-----------------------------------------");
      name.options[j].value = -2;
      j++;          
    }
  //name.length = j;      
  }  
}

function Generate_2(name,Mas,MasStr)
{  
  MaxLength = check_max_length_2(Mas,MasStr);
  //alert(MaxLength);  
  
  Length = Mas.length;  
  if(MaxLength<drop_breite){  	
    for(i = 0; i < Length; i++) {    
      text = MasStr[Mas[i]];
      value = Mas[i];
      name.options[i+1] = new Option(text);
      name.options[i+1].value = value;    
      }  
    //name.length = Length+1;   
  }
  else
  {
    var Flag=0,j=1;   
    for(i = 0; i < Length; i++){
      Menu_Name = MasStr[Mas[i]];
      Menu_Value = Mas[i];
      
      if(name.options[j-1].value!=-2){       
        name.options[j] = new Option("-----------------------------------------");
        name.options[j].value = -2;
        j++;
        }       
      while(check_length(Menu_Name)>drop_breite)
      {          
      
        for(let_count=1; let_count<=Menu_Name.length; let_count++)
        {           
          Menu_Name_Tmp=Menu_Name.substr(0,let_count);                     
          if(check_length(Menu_Name_Tmp)>drop_breite){                        
            var Space = Menu_Name.substr(0,let_count-1).lastIndexOf(" ");
            if(Space!=-1) let_count=Space+2;            
            name.options[j] = new Option(Menu_Name.substr(0,let_count-1));
            name.options[j].value = Menu_Value;   
            j++; 
            Menu_Name = Menu_Name.substr(let_count-1,Menu_Name.length);            
            break;
          }
        }
        while(Menu_Name.indexOf(" ")==0) Menu_Name=Menu_Name.substr(1,Menu_Name.length);        
      }
      name.options[j] = new Option(Menu_Name);
      name.options[j].value = Menu_Value;   
      j++;      
     
      name.options[j] = new Option("-----------------------------------------");
      name.options[j].value = -2;
      j++;          
    }
  //name.length = j;      
  }  
}



//-------------------------------------------- clear -----------------------------------------------------

function clear(name)
{
for(i = 1; i < name.length; i++) name.options[i] = null;      
name.options[0].text = ""; name.length = 1; name.selectedIndex = 0;
}


//-------------------------------------------- change -----------------------------------------------------

function change(name,PageID)
{
for(i = 1; i < name.length; i++){
  if(name.options[i].value ==PageID){
    name.selectedIndex = i; break;      
    }
  }  
}


//-------------------------------------------- menu innen -----------------------------------------------------

L2 = new Array();
L2[101] = new Array("HMS IV Kunstkopf","HSU III Kunstkopfmikrofon","HSU III.1 Kunstkopfmikrofon","HSU III.2 Kunstkopfmikrofon","HSU III.3 Kunstkopfmikrofon","BHM III.2 Kopfbügelmikrofon","BHM III.3 Kopfbügelmikrofon","BHS I Binaurales Headset","MHS III Binaurales Headset");
L2[102] = new Array("HEADlab Modulares Multikanal-Frontendsystem für die mobile Datenerfassung","DATaRec 4 Serie Modulares Frontend-System","OctoBox+ 8-Kanal-Frontend","SQuadriga 4-Kanal-Recorder/ Frontend","BEQ II.0 2-Kanal-USB-Frontend","BEQ II.1 2-Kanal-USB-Frontend mit Entzerrung");
L2[103] = new Array("ArtemiS Multikanal- Analyse-Software","NoiseBook Mobile Basis-Analyse-Software","SoundPower Bestimmung der Schallleistung","HEAD Recorder Programmierbare Aufnahme- Software","HEAD Data Portal Datenmanagement-Software","ME’scopeVES von Vibrant Technology Inc.™");
L2[104] = new Array("BrakeOBSERVER Testsystem für Bremsengeräusche","Noise Event Manager Interaktive Geräuschauswertung","HEAD BONI-Squeal License BOSCH","SENSE Vorbeifahrts-Messsystem","SoundPower Bestimmung der Schallleistung","HEAD Visor Onlinelokalisation von Schallquellen in Echtzeit");
L2[105] = new Array("PEQ Wiedergabe-Entzerrer","PVA Kopfhörer-Verstärker","HDA Mehrfach-Kopfhörer-Verstärker","HSW I Subwoofer","HSW II.1 Subwoofer","SoundCar Multidimensionale Geräuschwiedergabe");
L2[106] = new Array("SQuare Geräuschbewertung/ Hörversuche");
L2[107] = new Array("H3S Interaktive Fahrgeräusch- Simulation","PROGNO[I]SE Binaurale Transfer-Pfad-Synthese (BTPS)","SENSE Vorbeifahrts-Messsystem");
L2[201] = new Array("HMS II.3 Kunstkopfmesssystem","HMS II.4 Kunstkopfmesssystem","HMS II.5 Kunstkopfmesssystem","HMS II.6 Kunstkopfmesssystem","HHP II.1 Positioniervorrichtung für Handapparate","HHP III Positioniervorrichtung für Handapparate");
L2[202] = new Array("ACQUA Frontends","BEQ II.1 2-Kanal-Frontend Digitaler Equalizer","H-QMON Sprachqualitäts-Messgerät für Telefone","SQuadriga 4-Kanal-Recorder/ Frontend");
L2[203] = new Array("ACQUA Kommunikations- Analysesystem","ACQUA Erweiterungsmodule (ACOPT)","ACQUA Kompaktsysteme","ITU, ETSI, TIA und andere Standards","ACOPT Standards als ACQUA-Option","HQS HEAD Quality Standards");
L2[204] = new Array("PEQ Wiedergabe-Entzerrer","PVA Kopfhörer-Verstärker");
L2[205] = new Array("HAE-BGN Automatisierte Ent- zerrung für Hintergrund- geräuschsimulation in Laboren","HAE-car Automatisierte Ent- zerrung für Hintergrund- geräuschsimulation in Fahrzeugkabinen","H3S Interaktive Fahrgeräusch- Simulation");

L2_V = new Array();
L2_V[101] = new Array("1010","1011","1012","1013","1014","1015","1016","1017","1018");
L2_V[102] = new Array("1021","1022","1023","1024","1025");
L2_V[103] = new Array("1031","1032","1033","1034","1035","1036");
L2_V[104] = new Array("1041","1042","1043","1044","1045","1046");
L2_V[105] = new Array("1051","1052","1053","1054","1055","1056");
L2_V[106] = new Array("1061");
L2_V[107] = new Array("1071","1072","1073");
L2_V[201] = new Array("2011","2012","2013","2014","2015","2016");
L2_V[202] = new Array("2021","2022","2023","2024");
L2_V[203] = new Array("2031","2032","2033","2034","2035","2036");
L2_V[204] = new Array("2041","2042");
L2_V[205] = new Array("2051","2052","2053");

L3 = new Array();
L3[1010] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Ausstattungsvarianten","Relevante Produkte","Zubehör","Trainingsangebote");
L3[1011] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Zubehör","Trainingsangebote");
L3[1012] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Zubehör","Trainingsangebote");
L3[1013] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Zubehör","Trainingsangebote");
L3[1014] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Zubehör","Trainingsangebote");
L3[1015] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Trainingsangebote");
L3[1016] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Trainingsangebote");
L3[1017] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Trainingsangebote");
L3[1018] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Trainingsangebote");
L3[1021] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","HEADlab Module","Relevante Produkte","Zubehör");
L3[1022] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Verfügbare Module","Relevante Produkte","Zubehör");
L3[1023] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Trainingsangebote");
L3[1024] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Zubehör","Trainingsangebote");
L3[1025] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Zubehör","Trainingsangebote");
L3[1026] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Zubehör","Trainingsangebote");
L3[1031] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Datenakquise","Relevante Produkte","Erweiterungsmodule (ATP/ADA)","Trainingsangebote");
L3[1032] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Datenakquise","Erweiterungsoptionen (NTP)","Empfohlene Frontends","Trainingsangebote");
L3[1033] = new Array("Produktbeschreibung","Leistungsmerkmale","Implementierte Normen","Relevante Produkte");
L3[1034] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte");
L3[1035] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Trainingsangebote");
L3[1036] = new Array("Produktbeschreibung","ME’scope Module","Anwendungsvorteile","Relevante Produkte");
L3[1041] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Zubehör");
L3[1042] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte");
L3[1043] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte");
L3[1044] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile");
L3[1045] = new Array("Produktbeschreibung","Leistungsmerkmale","Implementierte Normen","Relevante Produkte");
L3[1046] = new Array("Produktbeschreibung","Leistungsmerkmale","Komponenten","Relevante Produkte","Trainingsangebote");
L3[1051] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Zubehör","Trainingsangebote");
L3[1052] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Trainingsangebote");
L3[1053] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte");
L3[1054] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte");
L3[1055] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte");
L3[1056] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte");
L3[1061] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Erweiterungsoptionen (STP)","Relevante Produkte");
L3[1071] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Erweiterungsoptionen (H3S TP)","Relevante Produkte");
L3[1072] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Trainingsangebote");
L3[1073] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile");
L3[2011] = new Array("Überblick","Produktbeschreibung","Leistungsmerkmale","Anwendungen","Relevante Produkte","Optionen","Zubehör");
L3[2012] = new Array("Überblick","Produktbeschreibung","Leistungsmerkmale","Anwendungen","Relevante Produkte","Optionen","Zubehör");
L3[2013] = new Array("Überblick","Produktbeschreibung","Leistungsmerkmale","Anwendungen","Relevante Produkte","Optionen","Zubehör");
L3[2014] = new Array("Überblick","Produktbeschreibung","Leistungsmerkmale","Anwendungen","Relevante Produkte","Zubehör");
L3[2015] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungen","Relevante Produkte","Optionen");
L3[2016] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungen","Relevante Produkte","Optionen");
L3[2021] = new Array("MFE III ACQUA Frontend","MFE IV.3 ACQUA Frontend","MFE V.1 ACQUA Frontend","MFE VI ACQUA Frontend","MFE VI.1 ACQUA Frontend","MFE VII ACQUA Frontend","MFE VIII ACQUA Frontend","MFE IX ACQUA Frontend","MFE X ACQUA Frontend","HGT I ACQUA Frontend","HPO ACQUA Frontend");
L3[2022] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Zubehör");
L3[2023] = new Array("Überblick","Produktbeschreibung","Leistungsmerkmale","Anwendungen","Relevante Produkte","Optionen");
L3[2024] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Zubehör");
L3[2031] = new Array("Überblick","Produktbeschreibung","Leistungsmerkmale","Anwendungen","Relevante Produkte","Erweiterungsmodule (ACOPT)","ACQUA Kompaktsysteme");
L3[2032] = new Array("Übersicht");
L3[2033] = new Array("Übersicht");
L3[2034] = new Array("Übersicht");
L3[2035] = new Array("Übersicht");
L3[2036] = new Array("Übersicht");
L3[2041] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte","Zubehör");
L3[2042] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Relevante Produkte");
L3[2051] = new Array("Überblick","Produktbeschreibung","Leistungsmerkmale","Anwendungen","Relevante Produkte","Zubehör");
L3[2052] = new Array("Überblick","Produktbeschreibung","Leistungsmerkmale","Anwendungen","Relevante Produkte","Zubehör");
L3[2053] = new Array("Produktbeschreibung","Leistungsmerkmale","Anwendungsvorteile","Erweiterungsoptionen (H3S TP)","Relevante Produkte");

L3_V = new Array();
L3_V[1010] = new Array("10101","10102","10103","10104","10105","10106","10107");
L3_V[1011] = new Array("10111","10112","10113","10114","10115","10116");
L3_V[1012] = new Array("10121","10122","10123","10124","10125","10126");
L3_V[1013] = new Array("10131","10132","10133","10134","10135","10136");
L3_V[1014] = new Array("10141","10142","10143","10144","10145","10146");
L3_V[1015] = new Array("10151","10152","10153","10154","10155");
L3_V[1016] = new Array("10161","10162","10163","10164","10165");
L3_V[1017] = new Array("10171","10172","10173","10174","10175");
L3_V[1018] = new Array("10181","10182","10183","10184","10185");
L3_V[1021] = new Array("10211","10212","10213","10214","10215","10216");
L3_V[1022] = new Array("10221","10222","10223","10224","10225","10226");
L3_V[1023] = new Array("10231","10232","10233","10234","10235");
L3_V[1024] = new Array("10241","10242","10243","10244","10245","10246");
L3_V[1025] = new Array("10251","10252","10253","10254","10255","10256");
L3_V[1026] = new Array("10261","10262","10263","10264","10265","10266");
L3_V[1031] = new Array("10311","10312","10313","10314","10315","10316","10317");
L3_V[1032] = new Array("10321","10322","10323","10324","10325","10326","10327");
L3_V[1033] = new Array("10331","10332","10333","10334");
L3_V[1034] = new Array("10341","10342","10343","10344");
L3_V[1035] = new Array("10351","10352","10353","10354","10355");
L3_V[1036] = new Array("10361","10362","10363","10364");
L3_V[1041] = new Array("10411","10412","10413","10414");
L3_V[1042] = new Array("10421","10422","10423","10424");
L3_V[1043] = new Array("10431","10432","10433","10434");
L3_V[1044] = new Array("10441","10442","10443");
L3_V[1045] = new Array("10451","10452","10453","10454");
L3_V[1046] = new Array("10461","10462","10463","10464","10465");
L3_V[1051] = new Array("10511","10512","10513","10514","10515","10516");
L3_V[1052] = new Array("10521","10522","10523","10524","10525");
L3_V[1053] = new Array("10531","10532","10533","10534");
L3_V[1054] = new Array("10541","10542","10543","10544");
L3_V[1055] = new Array("10551","10552","10553","10554");
L3_V[1056] = new Array("10561","10562","10563","10564");
L3_V[1061] = new Array("10611","10612","10613","10614","10615");
L3_V[1071] = new Array("10711","10712","10713","10714","10715");
L3_V[1072] = new Array("10721","10722","10723","10724","10725");
L3_V[1073] = new Array("10731","10732","10733");
L3_V[2011] = new Array("20111","20112","20113","20114","20115","20116","20117");
L3_V[2012] = new Array("20121","20122","20123","20124","20125","20126","20127");
L3_V[2013] = new Array("20131","20132","20133","20134","20135","20136","20137");
L3_V[2014] = new Array("20141","20142","20143","20144","20145","20146");
L3_V[2015] = new Array("20151","20152","20153","20154","20155");
L3_V[2016] = new Array("20161","20162","20163","20164","20165");
L3_V[2021] = new Array("20210","20211","20212","20213","20214","20215","20216","20217","20218","20219","20220");
L3_V[2022] = new Array("20221","20222","20223","20224","20225");
L3_V[2023] = new Array("20231","20232","20233","20234","20235","20236");
L3_V[2024] = new Array("20241","20242","20243","20244","20245");
L3_V[2031] = new Array("20311","20312","20313","20314","20315","20316","20317");
L3_V[2032] = new Array("20321");
L3_V[2033] = new Array("20331");
L3_V[2034] = new Array("20341");
L3_V[2035] = new Array("20351");
L3_V[2036] = new Array("20361");
L3_V[2041] = new Array("20411","20412","20413","20414","20415");
L3_V[2042] = new Array("20421","20422","20423","20424");
L3_V[2051] = new Array("20511","20512","20513","20514","20515","20516");
L3_V[2052] = new Array("20521","20522","20523","20524","20525","20526");
L3_V[2053] = new Array("20531","20532","20533","20534","20535");

URL = new Array();
URL[10101] = "de/nvh_hms_IV.htm";
URL[10102] = "de/nvh_hms_IV_characteristics.htm";
URL[10103] = "de/nvh_hms_IV_advantages.htm";
URL[10104] = "de/nvh_hms_IV_equipment.htm";
URL[10105] = "de/nvh_hms_IV_related_products.htm";
URL[10106] = "de/nvh_hms_IV_accessory.htm";
URL[10107] = "de/nvh_hms_IV_training_offer.htm";
URL[10111] = "de/nvh_hsu_III.htm";
URL[10112] = "de/nvh_hsu_III_characteristics.htm";
URL[10113] = "de/nvh_hsu_III_advantages.htm";
URL[10114] = "de/nvh_hsu_III_related_products.htm";
URL[10115] = "de/nvh_hsu_III_accessory.htm";
URL[10116] = "de/nvh_hsu_III_training_offer.htm";
URL[10121] = "de/nvh_hsu_III_1.htm";
URL[10122] = "de/nvh_hsu_III_1_characteristics.htm";
URL[10123] = "de/nvh_hsu_III_1_advantages.htm";
URL[10124] = "de/nvh_hsu_III_1_related_products.htm";
URL[10125] = "de/nvh_hsu_III_1_accessory.htm";
URL[10126] = "de/nvh_hsu_III_1_training_offer.htm";
URL[10131] = "de/nvh_hsu_III_2.htm";
URL[10132] = "de/nvh_hsu_III_2_characteristics.htm";
URL[10133] = "de/nvh_hsu_III_2_advantages.htm";
URL[10134] = "de/nvh_hsu_III_2_related_products.htm";
URL[10135] = "de/nvh_hsu_III_2_accessory.htm";
URL[10136] = "de/nvh_hsu_III_2_training_offer.htm";
URL[10141] = "de/nvh_hsu_III_3.htm";
URL[10142] = "de/nvh_hsu_III_3_characteristics.htm";
URL[10143] = "de/nvh_hsu_III_3_advantages.htm";
URL[10144] = "de/nvh_hsu_III_3_related_products.htm";
URL[10145] = "de/nvh_hsu_III_3_accessory.htm";
URL[10146] = "de/nvh_hsu_III_3_training_offer.htm";
URL[10151] = "de/nvh_bhm_III_2.htm";
URL[10152] = "de/nvh_bhm_III_2_characteristics.htm";
URL[10153] = "de/nvh_bhm_III_2_advantages.htm";
URL[10154] = "de/nvh_bhm_III_2_related_products.htm";
URL[10155] = "de/nvh_bhm_III_2_training_offer.htm";
URL[10161] = "de/nvh_bhm_III_3.htm";
URL[10162] = "de/nvh_bhm_III_3_characteristics.htm";
URL[10163] = "de/nvh_bhm_III_3_advantages.htm";
URL[10164] = "de/nvh_bhm_III_3_related_products.htm";
URL[10165] = "de/nvh_bhm_III_3_training_offer.htm";
URL[10171] = "de/nvh_bhs_I.htm";
URL[10172] = "de/nvh_bhs_I_characteristics.htm";
URL[10173] = "de/nvh_bhs_I_advantages.htm";
URL[10174] = "de/nvh_bhs_I_related_products.htm";
URL[10175] = "de/nvh_bhs_I_training_offer.htm";
URL[10181] = "de/nvh_mhs_III.htm";
URL[10182] = "de/nvh_mhs_III_characteristics.htm";
URL[10183] = "de/nvh_mhs_III_advantages.htm";
URL[10184] = "de/nvh_mhs_III_related_products.htm";
URL[10185] = "de/nvh_mhs_III_training_offer.htm";
URL[10211] = "de/nvh_headlab.htm";
URL[10212] = "de/nvh_headlab_characteristics.htm";
URL[10213] = "de/nvh_headlab_advantages.htm";
URL[10214] = "de/nvh_headlab_modules.htm";
URL[10215] = "de/nvh_headlab_related_products.htm";
URL[10216] = "de/nvh_headlab_accessory.htm";
URL[10221] = "de/nvh_datarec_4.htm";
URL[10222] = "de/nvh_datarec_4_characteristics.htm";
URL[10223] = "de/nvh_datarec_4_advantages.htm";
URL[10224] = "de/nvh_datarec_4_modules.htm";
URL[10225] = "de/nvh_datarec_4_related_products.htm";
URL[10226] = "de/nvh_datarec_4_accessory.htm";
URL[10231] = "de/nvh_octobox.htm";
URL[10232] = "de/nvh_octobox_characteristics.htm";
URL[10233] = "de/nvh_octobox_advantages.htm";
URL[10234] = "de/nvh_octobox_related_products.htm";
URL[10235] = "de/nvh_octobox_training_offer.htm";
URL[10241] = "de/nvh_squadriga.htm";
URL[10242] = "de/nvh_squadriga_characteristics.htm";
URL[10243] = "de/nvh_squadriga_advantages.htm";
URL[10244] = "de/nvh_squadriga_related_products.htm";
URL[10245] = "de/nvh_squadriga_accessory.htm";
URL[10246] = "de/nvh_squadriga_training_offer.htm";
URL[10251] = "de/nvh_beq_II_0.htm";
URL[10252] = "de/nvh_beq_II_0_characteristics.htm";
URL[10253] = "de/nvh_beq_II_0_advantages.htm";
URL[10254] = "de/nvh_beq_II_0_related_products.htm";
URL[10255] = "de/nvh_beq_II_0_accessory.htm";
URL[10256] = "de/nvh_beq_II_0_training_offer.htm";
URL[10261] = "de/nvh_beq_II_1.htm";
URL[10262] = "de/nvh_beq_II_1_characteristics.htm";
URL[10263] = "de/nvh_beq_II_1_advantages.htm";
URL[10264] = "de/nvh_beq_II_1_related_products.htm";
URL[10265] = "de/nvh_beq_II_1_accessory.htm";
URL[10266] = "de/nvh_beq_II_1_training_offer.htm";
URL[10311] = "de/nvh_artemis.htm";
URL[10312] = "de/nvh_artemis_characteristics.htm";
URL[10313] = "de/nvh_artemis_advantages.htm";
URL[10314] = "de/nvh_artemis_data_acquisition.htm";
URL[10315] = "de/nvh_artemis_related_products.htm";
URL[10316] = "de/nvh_artemis_moduls.htm";
URL[10317] = "de/nvh_artemis_training_offer.htm";
URL[10321] = "de/nvh_noisebook.htm";
URL[10322] = "de/nvh_noisebook_characteristics.htm";
URL[10323] = "de/nvh_noisebook_advantages.htm";
URL[10324] = "de/nvh_noisebook_data_acquisition.htm";
URL[10325] = "de/nvh_noisebook_moduls.htm";
URL[10326] = "de/nvh_noisebook_related_products.htm";
URL[10327] = "de/nvh_noisebook_training_offer.htm";
URL[10331] = "de/nvh_soundpower.htm";
URL[10332] = "de/nvh_soundpower_characteristics.htm";
URL[10333] = "de/nvh_soundpower_standards.htm";
URL[10334] = "de/nvh_soundpower_related_products.htm";
URL[10341] = "de/nvh_head_recorder.htm";
URL[10342] = "de/nvh_head_recorder_characteristics.htm";
URL[10343] = "de/nvh_head_recorder_advantages.htm";
URL[10344] = "de/nvh_head_recorder_related_products.htm";
URL[10351] = "de/nvh_head_data_portal.htm";
URL[10352] = "de/nvh_head_data_portal_advantages.htm";
URL[10353] = "de/nvh_head_data_portal_characteristics.htm";
URL[10354] = "de/nvh_head_data_portal_related_products.htm";
URL[10355] = "de/nvh_head_data_portal_training_offer.htm";
URL[10361] = "de/nvh_me_scope_ves.htm";
URL[10362] = "de/nvh_me_scope_ves_modules.htm";
URL[10363] = "de/nvh_me_scope_ves_advantages.htm";
URL[10364] = "de/nvh_me_scope_ves_related_products.htm";
URL[10411] = "de/nvh_brakeobserver.htm";
URL[10412] = "de/nvh_brakeobserver_characteristics.htm";
URL[10413] = "de/nvh_brakeobserver_advantages.htm";
URL[10414] = "de/nvh_brakeobserver_accessory.htm";
URL[10421] = "de/nvh_noise_event_manager.htm";
URL[10422] = "de/nvh_noise_event_manager_characteristics.htm";
URL[10423] = "de/nvh_noise_event_manager_advantages.htm";
URL[10424] = "de/nvh_noise_event_manager_related_products.htm";
URL[10431] = "de/nvh_boni_squeal.htm";
URL[10432] = "de/nvh_boni_squeal_characteristics.htm";
URL[10433] = "de/nvh_boni_squeal_advantages.htm";
URL[10434] = "de/nvh_boni_squeal_related_products.htm";
URL[10441] = "de/nvh_sense.htm";
URL[10442] = "de/nvh_sense_characteristics.htm";
URL[10443] = "de/nvh_sense_advantages.htm";
URL[10451] = "de/nvh_soundpower.htm";
URL[10452] = "de/nvh_soundpower_characteristics.htm";
URL[10453] = "de/nvh_soundpower_standards.htm";
URL[10454] = "de/nvh_soundpower_related_products.htm";
URL[10461] = "de/nvh_head-visor.htm";
URL[10462] = "de/nvh_head-visor_characteristics.htm";
URL[10463] = "de/nvh_head-visor_components.htm";
URL[10464] = "de/nvh_head-visor_related_products.htm";
URL[10465] = "de/nvh_head-visor_training_offer.htm";
URL[10511] = "de/nvh_peq_V.htm";
URL[10512] = "de/nvh_peq_V_characteristics.htm";
URL[10513] = "de/nvh_peq_V_advantages.htm";
URL[10514] = "de/nvh_peq_V_related_products.htm";
URL[10515] = "de/nvh_peq_V_accessory.htm";
URL[10516] = "de/nvh_peq_V_training_offer.htm";
URL[10521] = "de/nvh_pva_IV_3.htm";
URL[10522] = "de/nvh_pva_IV_3_characteristics.htm";
URL[10523] = "de/nvh_pva_IV_3_advantages.htm";
URL[10524] = "de/nvh_pva_IV_3_related_products.htm";
URL[10525] = "de/nvh_pva_IV_3_training_offer.htm";
URL[10531] = "de/nvh_hda_IV.htm";
URL[10532] = "de/nvh_hda_IV_characteristics.htm";
URL[10533] = "de/nvh_hda_IV_advantages.htm";
URL[10534] = "de/nvh_hda_IV_related_products.htm";
URL[10541] = "de/nvh_hsw_I.htm";
URL[10542] = "de/nvh_hsw_I_characteristics.htm";
URL[10543] = "de/nvh_hsw_I_advantages.htm";
URL[10544] = "de/nvh_hsw_I_related_products.htm";
URL[10551] = "de/nvh_hsw_II_1.htm";
URL[10552] = "de/nvh_hsw_II_1_characteristics.htm";
URL[10553] = "de/nvh_hsw_II_1_advantages.htm";
URL[10554] = "de/nvh_hsw_II_1_related_products.htm";
URL[10561] = "de/nvh_soundcar.htm";
URL[10562] = "de/nvh_soundcar_characteristics.htm";
URL[10563] = "de/nvh_soundcar_advantages.htm";
URL[10564] = "de/nvh_soundcar_related_products.htm";
URL[10611] = "de/nvh_square.htm";
URL[10612] = "de/nvh_square_characteristics.htm";
URL[10613] = "de/nvh_square_advantages.htm";
URL[10614] = "de/nvh_square_moduls.htm";
URL[10615] = "de/nvh_square_related_products.htm";
URL[10711] = "de/nvh_h3s.htm";
URL[10712] = "de/nvh_h3s_characteristics.htm";
URL[10713] = "de/nvh_h3s_advantages.htm";
URL[10714] = "de/nvh_h3s_moduls.htm";
URL[10715] = "de/nvh_h3s_related_products.htm";
URL[10721] = "de/nvh_prognoise.htm";
URL[10722] = "de/nvh_prognoise_characteristics.htm";
URL[10723] = "de/nvh_prognoise_advantages.htm";
URL[10724] = "de/nvh_prognoise_related_products.htm";
URL[10725] = "de/nvh_prognoise_training_offer.htm";
URL[10731] = "de/nvh_sense.htm";
URL[10732] = "de/nvh_sense_characteristics.htm";
URL[10733] = "de/nvh_sense_advantages.htm";
URL[20111] = "de/telecom_hms_II_3.htm";
URL[20112] = "de/telecom_hms_II_3_description.htm";
URL[20113] = "de/telecom_hms_II_3_characteristics.htm";
URL[20114] = "de/telecom_hms_II_3_applications.htm";
URL[20115] = "de/telecom_hms_II_3_related_products.htm";
URL[20116] = "de/telecom_hms_II_3_options.htm";
URL[20117] = "de/telecom_hms_II_3_accessory.htm";
URL[20121] = "de/telecom_hms_II_4.htm";
URL[20122] = "de/telecom_hms_II_4_description.htm";
URL[20123] = "de/telecom_hms_II_4_characteristics.htm";
URL[20124] = "de/telecom_hms_II_4_applications.htm";
URL[20125] = "de/telecom_hms_II_4_related_products.htm";
URL[20126] = "de/telecom_hms_II_4_options.htm";
URL[20127] = "de/telecom_hms_II_4_accessory.htm";
URL[20131] = "de/telecom_hms_II_5.htm";
URL[20132] = "de/telecom_hms_II_5_description.htm";
URL[20133] = "de/telecom_hms_II_5_characteristics.htm";
URL[20134] = "de/telecom_hms_II_5_applications.htm";
URL[20135] = "de/telecom_hms_II_5_related_products.htm";
URL[20136] = "de/telecom_hms_II_5_options.htm";
URL[20137] = "de/telecom_hms_II_5_accessory.htm";
URL[20141] = "de/telecom_hms_II_6.htm";
URL[20142] = "de/telecom_hms_II_6_description.htm";
URL[20143] = "de/telecom_hms_II_6_characteristics.htm";
URL[20144] = "de/telecom_hms_II_6_applications.htm";
URL[20145] = "de/telecom_hms_II_6_related_products.htm";
URL[20146] = "de/telecom_hms_II_6_accessory.htm";
URL[20151] = "de/telecom_hhp_II_1.htm";
URL[20152] = "de/telecom_hhp_II_1_characteristics.htm";
URL[20153] = "de/telecom_hhp_II_1_applications.htm";
URL[20154] = "de/telecom_hhp_II_1_related_products.htm";
URL[20155] = "de/telecom_hhp_II_1_options.htm";
URL[20161] = "de/telecom_hhp_III.htm";
URL[20162] = "de/telecom_hhp_III_characteristics.htm";
URL[20163] = "de/telecom_hhp_III_applications.htm";
URL[20164] = "de/telecom_hhp_III_related_products.htm";
URL[20165] = "de/telecom_hhp_III_options.htm";
URL[20210] = "de/telecom_acqua_mfe_III.htm";
URL[20211] = "de/telecom_acqua_mfe_IV_3.htm";
URL[20212] = "de/telecom_acqua_mfe_V_1.htm";
URL[20213] = "de/telecom_acqua_mfe_VI.htm";
URL[20214] = "de/telecom_acqua_mfe_VI_1.htm";
URL[20215] = "de/telecom_acqua_mfe_VII.htm";
URL[20216] = "de/telecom_acqua_mfe_VIII.htm";
URL[20217] = "de/telecom_acqua_mfe_IX.htm";
URL[20218] = "de/telecom_acqua_mfe_X.htm";
URL[20219] = "de/telecom_acqua_hgt_I.htm";
URL[20220] = "de/telecom_acqua_hpo.htm";
URL[20221] = "de/telecom_beq_II_1.htm";
URL[20222] = "de/telecom_beq_II_1_characteristics.htm";
URL[20223] = "de/telecom_beq_II_1_advantages.htm";
URL[20224] = "de/telecom_beq_II_1_related_products.htm";
URL[20225] = "de/telecom_beq_II_1_accessory.htm";
URL[20231] = "de/telecom_h-qmon.htm";
URL[20232] = "de/telecom_h-qmon_description.htm";
URL[20233] = "de/telecom_h-qmon_characteristics.htm";
URL[20234] = "de/telecom_h-qmon_applications.htm";
URL[20235] = "de/telecom_h-qmon_related_products.htm";
URL[20236] = "de/telecom_h-qmon_options.htm";
URL[20241] = "de/telecom_squadriga.htm";
URL[20242] = "de/telecom_squadriga_characteristics.htm";
URL[20243] = "de/telecom_squadriga_advantages.htm";
URL[20244] = "de/telecom_squadriga_related_products.htm";
URL[20245] = "de/telecom_squadriga_accessory.htm";
URL[20311] = "de/telecom_acqua.htm";
URL[20312] = "de/telecom_acqua_description.htm";
URL[20313] = "de/telecom_acqua_characteristics.htm";
URL[20314] = "de/telecom_acqua_applications.htm";
URL[20315] = "de/telecom_acqua_related_products.htm";
URL[20316] = "de/telecom_acqua_acopt.htm";
URL[20317] = "de/telecom_acqua_compact.htm";
URL[20321] = "de/telecom_acqua_acopt.htm";
URL[20331] = "de/telecom_acqua_compact.htm";
URL[20341] = "de/telecom_measurement_standards.htm";
URL[20351] = "de/telecom_measurement_standards_acopt.htm";
URL[20361] = "de/telecom_hqs.htm";
URL[20411] = "de/telecom_peq_V.htm";
URL[20412] = "de/telecom_peq_V_characteristics.htm";
URL[20413] = "de/telecom_peq_V_advantages.htm";
URL[20414] = "de/telecom_peq_V_related_products.htm";
URL[20415] = "de/telecom_peq_V_accessory.htm";
URL[20421] = "de/telecom_pva_IV_3.htm";
URL[20422] = "de/telecom_pva_IV_3_characteristics.htm";
URL[20423] = "de/telecom_pva_IV_3_advantages.htm";
URL[20424] = "de/telecom_pva_IV_3_related_products.htm";
URL[20511] = "de/telecom_hae_bgn.htm";
URL[20512] = "de/telecom_hae_bgn_description.htm";
URL[20513] = "de/telecom_hae_bgn_characteristics.htm";
URL[20514] = "de/telecom_hae_bgn_applications.htm";
URL[20515] = "de/telecom_hae_bgn_related_products.htm";
URL[20516] = "de/telecom_hae_bgn_accessory.htm";
URL[20521] = "de/telecom_hae_car.htm";
URL[20522] = "de/telecom_hae_car_description.htm";
URL[20523] = "de/telecom_hae_car_characteristics.htm";
URL[20524] = "de/telecom_hae_car_applications.htm";
URL[20525] = "de/telecom_hae_car_related_products.htm";
URL[20526] = "de/telecom_hae_car_accessory.htm";
URL[20531] = "de/telecom_h3s.htm";
URL[20532] = "de/telecom_h3s_characteristics.htm";
URL[20533] = "de/telecom_h3s_advantages.htm";
URL[20534] = "de/telecom_h3s_moduls.htm";
URL[20535] = "de/telecom_h3s_related_products.htm";

var drop_breite=180;
var Text2 = "Produkt wählen...";
var Text3 = "Information wählen...";


//--------------------------------------------- changed_1 ------------------------------------------------

function changed_1(name,PageID)
{
Form = name.form;
if(PageID!=null) change(name,PageID);
Cur = name.options[name.selectedIndex];
clear(Form.ptyp); clear(Form.modell);
if(Cur.value>0){ 
  if(Cur.text.indexOf("Specials")!=-1) Form.ptyp.options[0].text = "2. " + Text3;   
  else Form.ptyp.options[0].text = "2. " + Text2;
  Generate(Form.ptyp,L2[Cur.value],L2_V[Cur.value]);
  }

}


//--------------------------------------------- changed_2 ------------------------------------------------

function changed_2(name,PageID)
{
Form = name.form;
if(PageID!=null) change(name,PageID);
Cur = name.options[name.selectedIndex];  
clear(Form.modell);
if(URL[Cur.value]!=null){
  location.href = URL[Cur.value];
  return;
  }  
  
if(Cur.value>0){
  Form.modell.options[0].text = "3." + Text3;
  Generate(Form.modell,L3[Cur.value],L3_V[Cur.value]);
  }
}


//--------------------------------------------- changed_3 ------------------------------------------------

function changed_3(name)
{
value = name.options[name.selectedIndex].value;
if(value>0) location.href = URL[value];
}
