// Letzte Änderung 2011-12-13 / PSh: Gruppe XI neu erzeugt
// Filegruppe XI.C hinzugefügt samt Filenummern  (DB-Prozedur: JScript_Gruppen ())
// Weitere Änderung 2008-08-26 / psh: Filegruppe L.F hinzugefügt, haendisch, da keine Feinunterteilung
// Weitere Änderung 2009-12-18 / psh: Gruppen XXV, XXVI und XXVII hinzugefügt
// Weitere Änderung 2010-02-25 / psh: Gruppe X hinzugefügt
// Weitere Änderung 2010-03-03 / psh: Gruppe XV hinzugefügt
// Weitere Änderung 2012-02-01 / psh: Gruppe XX hinzugefügt




function gruppenAuswahl(Gruppe)
{    
  switch(Gruppe) {
    case "I.":
      gruppeI();
      break;
    case "II.":
      gruppeII();
      break;
    case "III.":
      gruppeIII();
      break;
	case "X.":
	  gruppeX();
	  break;
    case "XI.":
      gruppeXI();
      break;
    case "XII.":
      gruppeXII();
      break;
    case "XIII.":
      gruppeXIII();
      break;
    case "XIII.O":
      gruppeXIIIO();
      break;
    case "XV.":
      gruppeXV();
      break;
    case "XVI.":
      gruppeXVI();
      break;
    case "XVII.":
      gruppeXVII();
      break;
	case "XX.":
	  gruppeXX();
	  break;
    case "XXV.":
      gruppeXXV();
      break;
    case "XXVI.":
      gruppeXXVI();
      break;
    case "XXVII.":
      gruppeXXVII();
      break;
    case "Z":
      gruppeZI();
      break;
    case "L":
      gruppeL();
      break;
    case "":
      gruppeAll();
      break;         
   }
}

// function gruppeXII () {gruppeAll();}


function gruppeAll()
{
  gruppeLoeschen();
  var a = new Array(6);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);            
  
  a[0][1] = "";
  a[0][2] = "all";
  a[1][1] = "all";
  a[1][2] = "";
  a[2][1] = "all";
  a[2][2] = "";
  a[3][1] = "all";
  a[3][2] = "";
  a[4][1] = "all";
  a[4][2] = "";
  a[5][1] = "all";
  a[5][2] = "";

  for(var i = 0; i <= 5; i++) {   
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;
}

function gruppeLoeschen()
{
  while (document.Formular.Gruppen.length != 0)
  document.Formular.Gruppen.options[document.Formular.Gruppen.length-1] = null;
}


function leer(gruppe)
{
 if (gruppe=="")
   document.Formular.Gruppen.selectedIndex = 0;
}



// ---Neu 23-01-2004 --- Anfang  

function KindOfCertLoeschen() {

  while (document.Formular.Kind_of_Cert.length != 0)
  document.Formular.Kind_of_Cert.options[document.Formular.Kind_of_Cert.length-1] = null;
}

function titelGruppe(wert,text) {  
 
 KindOfCertLoeschen();
 NeuerEintrag = new Option(text,wert,false,false);
 document.Formular.Kind_of_Cert.options[document.Formular.Kind_of_Cert.length] = NeuerEintrag;
}

// ---Neu 23-01-2004 --- Ende 


//-------------------------------------------------------------
//------ Ab hier werden Funktionen automatisch generiert ------
//-------------------------------------------------------------

function gruppeI()
{
  gruppeLoeschen();
  var a = new Array(129);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "I.";
  a[0][2] = "all";
  a[1][1] = "I.A_Monitoring-, measuring- and indicating equipment";
  a[1][2] = "Monitoring-, measuring- and indicating equipment";
  a[2][1] = "I.A.01_Fire detection systems";
  a[2][2] = "  |--- Fire detection systems";
  a[3][1] = "I.A.02_Gas detection systems";
  a[3][2] = "  |--- Gas detection systems";
  a[4][1] = "I.A.03_Monitoring equipment, -systems and components";
  a[4][2] = "  |--- Monitoring equipment, -systems and components";
  a[5][1] = "I.A.04_Safety systems";
  a[5][2] = "  |--- Safety systems";
  a[6][1] = "I.A.05_Signalling devices";
  a[6][2] = "  |--- Signalling devices";
  a[7][1] = "I.A.06_Optical and acoustical signalling devices";
  a[7][2] = "  |--- Optical and acoustical signalling devices";
  a[8][1] = "I.A.07_Recording devices";
  a[8][2] = "  |--- Recording devices";
  a[9][1] = "I.A.08_Continuous level measuring equipment and systems";
  a[9][2] = "  |--- Continuous level measuring equipment and systems";
  a[10][1] = "I.A.09_Flow measuring devices";
  a[10][2] = "  |--- Flow measuring devices";
  a[11][1] = "I.A.10_Monitoring systems for contaminated liquids";
  a[11][2] = "  |--- Monitoring systems for contaminated liquids";
  a[12][1] = "I.A.11_Viscosity monitoring devices";
  a[12][2] = "  |--- Viscosity monitoring devices";
  a[13][1] = "I.A.12_Temperature measuring devices";
  a[13][2] = "  |--- Temperature measuring devices";
  a[14][1] = "I.A.13_Continuous position measuring devices and indicators";
  a[14][2] = "  |--- Continuous position measuring devices and indicators";
  a[15][1] = "I.A.14_Multi-purpose systems";
  a[15][2] = "  |--- Multi-purpose systems";
  a[16][1] = "I.A.15_Stability test systems";
  a[16][2] = "  |--- Stability test systems";
  a[17][1] = "I.B_Open loop-, closed loop control units and systems";
  a[17][2] = "Open loop-, closed loop control units and systems";
  a[18][1] = "I.B.01_Control devices for propulsion plants";
  a[18][2] = "  |--- Control devices for propulsion plants";
  a[19][1] = "I.B.02_Control devices for power supply systems";
  a[19][2] = "  |--- Control devices for power supply systems";
  a[20][1] = "I.B.03_Control devices for auxiliary services";
  a[20][2] = "  |--- Control devices for auxiliary services";
  a[21][1] = "I.B.04_Control devices for manoeuvering plants";
  a[21][2] = "  |--- Control devices for manoeuvering plants";
  a[22][1] = "I.B.05_Computers";
  a[22][2] = "  |--- Computers";
  a[23][1] = "I.B.06_Computer peripherals";
  a[23][2] = "  |--- Computer peripherals";
  a[24][1] = "I.B.07_Programmable control devices";
  a[24][2] = "  |--- Programmable control devices";
  a[25][1] = "I.B.08_Components for bus systems";
  a[25][2] = "  |--- Components for bus systems";
  a[26][1] = "I.B.09_Anti-Heeling-Control";
  a[26][2] = "  |--- Anti-Heeling-Control";
  a[27][1] = "I.B.10_Stabilizer-Control";
  a[27][2] = "  |--- Stabilizer-Control";
  a[28][1] = "I.B.11_Control devices for fire fighting systems";
  a[28][2] = "  |--- Control devices for fire fighting systems";
  a[29][1] = "I.C_Electrical actuators";
  a[29][2] = "Electrical actuators";
  a[30][1] = "I.C.01_Servo drives";
  a[30][2] = "  |--- Servo drives";
  a[31][1] = "I.C.02_Solenoid valves";
  a[31][2] = "  |--- Solenoid valves";
  a[32][1] = "I.C.03_Magnets";
  a[32][2] = "  |--- Magnets";
  a[33][1] = "I.D_Sensors, transducer and Indicators";
  a[33][2] = "Sensors, transducer and Indicators";
  a[34][1] = "I.D.01_Pressure sensors, transducer and indicators";
  a[34][2] = "  |--- Pressure sensors, transducer and indicators";
  a[35][1] = "I.D.02_Temperature sensors, transducer and indicators";
  a[35][2] = "  |--- Temperature sensors, transducer and indicators";
  a[36][1] = "I.D.03_Level limiting sensors, transducer and indicators";
  a[36][2] = "  |--- Level limiting sensors, transducer and indicators";
  a[37][1] = "I.D.04_Position switches, transducer and indicators";
  a[37][2] = "  |--- Position switches, transducer and indicators";
  a[38][1] = "I.D.05_Sound sensors, transducer and indicators";
  a[38][2] = "  |--- Sound sensors, transducer and indicators";
  a[39][1] = "I.D.06_Acceleration sensors, transducer and indicators";
  a[39][2] = "  |--- Acceleration sensors, transducer and indicators";
  a[40][1] = "I.D.07_Speed sensors, transducer and indicators";
  a[40][2] = "  |--- Speed sensors, transducer and indicators";
  a[41][1] = "I.D.08_Humidity sensors, transducer and indicators";
  a[41][2] = "  |--- Humidity sensors, transducer and indicators";
  a[42][1] = "I.D.09_Fire-, smoke detectors";
  a[42][2] = "  |--- Fire-, smoke detectors";
  a[43][1] = "I.D.10_Gas detectors";
  a[43][2] = "  |--- Gas detectors";
  a[44][1] = "I.D.11_Viscosity sensors, transducer and indicators";
  a[44][2] = "  |--- Viscosity sensors, transducer and indicators";
  a[45][1] = "I.D.12_Flow switches, transducer and indicators";
  a[45][2] = "  |--- Flow switches, transducer and indicators";
  a[46][1] = "I.D.13_Salinity and oil concentration monitoring sensors, transducer and indicators";
  a[46][2] = "  |--- Salinity and oil concentration monitoring sensors, transducer and indicators";
  a[47][1] = "I.D.14_Isolating buffer stage";
  a[47][2] = "  |--- Isolating buffer stage";
  a[48][1] = "I.D.15_Sensors, transducer and indicators";
  a[48][2] = "  |--- Sensors, transducer and indicators";
  a[49][1] = "I.E_Communication equipment";
  a[49][2] = "Communication equipment";
  a[50][1] = "I.E.01_Telephone systems";
  a[50][2] = "  |--- Telephone systems";
  a[51][1] = "I.E.02_Loudspeaker systems";
  a[51][2] = "  |--- Loudspeaker systems";
  a[52][1] = "I.E.03_Radio communication systems";
  a[52][2] = "  |--- Radio communication systems";
  a[53][1] = "I.F_Navigational equipment";
  a[53][2] = "Navigational equipment";
  a[54][1] = "I.F.01_Course - indicating equipment";
  a[54][2] = "  |--- Course - indicating equipment";
  a[55][1] = "I.F.02_Navigation control systems";
  a[55][2] = "  |--- Navigation control systems";
  a[56][1] = "I.F.03_Radar equipment and ARPA";
  a[56][2] = "  |--- Radar equipment and ARPA";
  a[57][1] = "I.F.04_Depth measuring equipment";
  a[57][2] = "  |--- Depth measuring equipment";
  a[58][1] = "I.F.05_Speed measuring equipment";
  a[58][2] = "  |--- Speed measuring equipment";
  a[59][1] = "I.F.06_Anemometer";
  a[59][2] = "  |--- Anemometer";
  a[60][1] = "I.F.07_Electronic position-fixing equipment";
  a[60][2] = "  |--- Electronic position-fixing equipment";
  a[61][1] = "I.F.08_Position-indicating equipment";
  a[61][2] = "  |--- Position-indicating equipment";
  a[62][1] = "I.F.09_Chart systems";
  a[62][2] = "  |--- Chart systems";
  a[63][1] = "I.F.10_Integrated navigation systems";
  a[63][2] = "  |--- Integrated navigation systems";
  a[64][1] = "I.G_Electrical machines";
  a[64][2] = "Electrical machines";
  a[65][1] = "I.G.01_AC generators";
  a[65][2] = "  |--- AC generators";
  a[66][1] = "I.G.02_Shaft generator plants";
  a[66][2] = "  |--- Shaft generator plants";
  a[67][1] = "I.G.03_AC motors";
  a[67][2] = "  |--- AC motors";
  a[68][1] = "I.G.04_DC machines";
  a[68][2] = "  |--- DC machines";
  a[69][1] = "I.G.05_Special machines";
  a[69][2] = "  |--- Special machines";
  a[70][1] = "I.G.06_Rotating converters";
  a[70][2] = "  |--- Rotating converters";
  a[71][1] = "I.G.07_Transformers";
  a[71][2] = "  |--- Transformers";
  a[72][1] = "I.G.08_Brakes, clutches";
  a[72][2] = "  |--- Brakes, clutches";
  a[73][1] = "I.G.09_Lifting gears";
  a[73][2] = "  |--- Lifting gears";
  a[74][1] = "I.H_Power electronics";
  a[74][2] = "Power electronics";
  a[75][1] = "I.H.01_Driving control equipment";
  a[75][2] = "  |--- Driving control equipment";
  a[76][1] = "I.H.02_Static converters";
  a[76][2] = "  |--- Static converters";
  a[77][1] = "I.H.03_Uninterrupted power supply systems";
  a[77][2] = "  |--- Uninterrupted power supply systems";
  a[78][1] = "I.J_Switchgear assemblies, cubicles, busbar trunking systems, switchgear accessories";
  a[78][2] = "Switchgear assemblies, cubicles, busbar trunking systems, switchgear accessories";
  a[79][1] = "I.J.01_Switchgear assemblies";
  a[79][2] = "  |--- Switchgear assemblies";
  a[80][1] = "I.J.02_Cubicles";
  a[80][2] = "  |--- Cubicles";
  a[81][1] = "I.J.03_Switchgear accessories";
  a[81][2] = "  |--- Switchgear accessories";
  a[82][1] = "I.J.04_Panel meters, measuring transducer and transmitters";
  a[82][2] = "  |--- Panel meters, measuring transducer and transmitters";
  a[83][1] = "I.J.05_Current and voltage transformers";
  a[83][2] = "  |--- Current and voltage transformers";
  a[84][1] = "I.J.06_Rack systems";
  a[84][2] = "  |--- Rack systems";
  a[85][1] = "I.J.07_Busbar trunking systems";
  a[85][2] = "  |--- Busbar trunking systems";
  a[86][1] = "I.K_Switchgears and controlgears";
  a[86][2] = "Switchgears and controlgears";
  a[87][1] = "I.K.01_Circuit-breakers";
  a[87][2] = "  |--- Circuit-breakers";
  a[88][1] = "I.K.02_Switches, switch disconnectors";
  a[88][2] = "  |--- Switches, switch disconnectors";
  a[89][1] = "I.K.03_Power contactors";
  a[89][2] = "  |--- Power contactors";
  a[90][1] = "I.K.04_Auxiliary contactors";
  a[90][2] = "  |--- Auxiliary contactors";
  a[91][1] = "I.K.05_Control switches and indicator lamps";
  a[91][2] = "  |--- Control switches and indicator lamps";
  a[92][1] = "I.L_Protection devices for generating and distribution of electric power";
  a[92][2] = "Protection devices for generating and distribution of electric power";
  a[93][1] = "I.L.01_Integrated protection systems";
  a[93][2] = "  |--- Integrated protection systems";
  a[94][1] = "I.L.02_Protection devices";
  a[94][2] = "  |--- Protection devices";
  a[95][1] = "I.L.03_Synchronizing devices";
  a[95][2] = "  |--- Synchronizing devices";
  a[96][1] = "I.L.04_Overcurrent protection devices";
  a[96][2] = "  |--- Overcurrent protection devices";
  a[97][1] = "I.L.05_Fault-current protection devices";
  a[97][2] = "  |--- Fault-current protection devices";
  a[98][1] = "I.L.06_Earth fault monitoring devices";
  a[98][2] = "  |--- Earth fault monitoring devices";
  a[99][1] = "I.L.07_Insulation resistance monitoring devices";
  a[99][2] = "  |--- Insulation resistance monitoring devices";
  a[100][1] = "I.L.08_Fuse cartriges, fuse bases";
  a[100][2] = "  |--- Fuse cartriges, fuse bases";
  a[101][1] = "I.L.09_Current limiting devices";
  a[101][2] = "  |--- Current limiting devices";
  a[102][1] = "I.M_Accumulators, power packs, charging units, accessories and components";
  a[102][2] = "Accumulators, power packs, charging units, accessories and components";
  a[103][1] = "I.M.01_Accumulators";
  a[103][2] = "  |--- Accumulators";
  a[104][1] = "I.M.02_Battery chargers";
  a[104][2] = "  |--- Battery chargers";
  a[105][1] = "I.M.03_Power packs";
  a[105][2] = "  |--- Power packs";
  a[106][1] = "I.M.04_Battery boxes";
  a[106][2] = "  |--- Battery boxes";
  a[107][1] = "I.M.05_Battery capacity measuring devices";
  a[107][2] = "  |--- Battery capacity measuring devices";
  a[108][1] = "I.N_Cables, cable trays and accessories";
  a[108][2] = "Cables, cable trays and accessories";
  a[109][1] = "I.N.01_Cables";
  a[109][2] = "  |--- Cables";
  a[110][1] = "I.N.02_Cable connection systems";
  a[110][2] = "  |--- Cable connection systems";
  a[111][1] = "I.N.03_Cable entry systems";
  a[111][2] = "  |--- Cable entry systems";
  a[112][1] = "I.N.04_Mounting material";
  a[112][2] = "  |--- Mounting material";
  a[113][1] = "I.N.05_Cable trays, cable ducts";
  a[113][2] = "  |--- Cable trays, cable ducts";
  a[114][1] = "I.N.06_Fire stops";
  a[114][2] = "  |--- Fire stops";
  a[115][1] = "I.N.07_Bulkhead- and deck penetrations";
  a[115][2] = "  |--- Bulkhead- and deck penetrations";
  a[116][1] = "I.O_Installation material, plugs and sockets, lighting fittings and accessories";
  a[116][2] = "Installation material, plugs and sockets, lighting fittings and accessories";
  a[117][1] = "I.O.01_Installation switches, sockets and junction boxes";
  a[117][2] = "  |--- Installation switches, sockets and junction boxes";
  a[118][1] = "I.O.02_Power sockets";
  a[118][2] = "  |--- Power sockets";
  a[119][1] = "I.O.04_Connection material";
  a[119][2] = "  |--- Connection material";
  a[120][1] = "I.O.05_Multiple plug-in devices";
  a[120][2] = "  |--- Multiple plug-in devices";
  a[121][1] = "I.O.06_Lighting fittings and accessories";
  a[121][2] = "  |--- Lighting fittings and accessories";
  a[122][1] = "I.P_Heating, cooling and domestic appliances, windows wiper";
  a[122][2] = "Heating, cooling and domestic appliances, windows wiper";
  a[123][1] = "I.P.01_Refrigerators, reefer units";
  a[123][2] = "  |--- Refrigerators, reefer units";
  a[124][1] = "I.P.02_Heaters";
  a[124][2] = "  |--- Heaters";
  a[125][1] = "I.P.03_Heating flanges";
  a[125][2] = "  |--- Heating flanges";
  a[126][1] = "I.P.04_Heat tracings";
  a[126][2] = "  |--- Heat tracings";
  a[127][1] = "I.P.05_Air conditioning units";
  a[127][2] = "  |--- Air conditioning units";
  a[128][1] = "I.P.06_Bridge window wiper";
  a[128][2] = "  |--- Bridge window wiper";

  for (var i = 0; i <= 128; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;

}

function gruppeII()
{
  gruppeLoeschen();
  var a = new Array(117);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "II.";
  a[0][2] = "all";
  a[1][1] = "II.A_Shut-off devices and accessories";
  a[1][2] = "Shut-off devices and accessories";
  a[2][1] = "II.A.01_Shut-off valves / Gate valves";
  a[2][2] = "  |--- Shut-off valves / Gate valves";
  a[3][1] = "II.A.02_Non-return valves";
  a[3][2] = "  |--- Non-return valves";
  a[4][1] = "II.A.03_Cryogenic valves";
  a[4][2] = "  |--- Cryogenic valves";
  a[5][1] = "II.A.04_Butterfly valves";
  a[5][2] = "  |--- Butterfly valves";
  a[6][1] = "II.A.05_Check valves";
  a[6][2] = "  |--- Check valves";
  a[7][1] = "II.A.06_Cocks";
  a[7][2] = "  |--- Cocks";
  a[8][1] = "II.A.07_Discharge valves for tank containers";
  a[8][2] = "  |--- Discharge valves for tank containers";
  a[9][1] = "II.A.08_Membrane valves";
  a[9][2] = "  |--- Membrane valves";
  a[10][1] = "II.A.09_Serial valves";
  a[10][2] = "  |--- Serial valves";
  a[11][1] = "II.A.10_Remote controlled valves";
  a[11][2] = "  |--- Remote controlled valves";
  a[12][1] = "II.A.11_Regulating valves and reducing valves";
  a[12][2] = "  |--- Regulating valves and reducing valves";
  a[13][1] = "II.A.12_Directional valves";
  a[13][2] = "  |--- Directional valves";
  a[14][1] = "II.A.13_Actuators";
  a[14][2] = "  |--- Actuators";
  a[15][1] = "II.A.14_Temperature regulating devices";
  a[15][2] = "  |--- Temperature regulating devices";
  a[16][1] = "II.A.15_Safety valves";
  a[16][2] = "  |--- Safety valves";
  a[17][1] = "II.A.16_Quick closing valves";
  a[17][2] = "  |--- Quick closing valves";
  a[18][1] = "II.A.17_Quick opening valves";
  a[18][2] = "  |--- Quick opening valves";
  a[19][1] = "II.A.18_Limit switches for valves";
  a[19][2] = "  |--- Limit switches for valves";
  a[20][1] = "II.A.19_Hydraulic and pneumatic components";
  a[20][2] = "  |--- Hydraulic and pneumatic components";
  a[21][1] = "II.A.20_Clogging indicators";
  a[21][2] = "  |--- Clogging indicators";
  a[22][1] = "II.A.21_Air pipe closing devices";
  a[22][2] = "  |--- Air pipe closing devices";
  a[23][1] = "II.A.22_Balls and floats for air pipe closing devices";
  a[23][2] = "  |--- Balls and floats for air pipe closing devices";
  a[24][1] = "II.B_Measuring arrangements";
  a[24][2] = "Measuring arrangements";
  a[25][1] = "II.B.01_Manometers";
  a[25][2] = "  |--- Manometers";
  a[26][1] = "II.B.02_Vacuummeters";
  a[26][2] = "  |--- Vacuummeters";
  a[27][1] = "II.B.03_Mano-, vacuummeters";
  a[27][2] = "  |--- Mano-, vacuummeters";
  a[28][1] = "II.B.04_Pneumatic tank level arrangements";
  a[28][2] = "  |--- Pneumatic tank level arrangements";
  a[29][1] = "II.B.05_Pneumatic-electric tank level arrangements";
  a[29][2] = "  |--- Pneumatic-electric tank level arrangements";
  a[30][1] = "II.B.06_Tank level gauges";
  a[30][2] = "  |--- Tank level gauges";
  a[31][1] = "II.B.07_Pressure transmitters";
  a[31][2] = "  |--- Pressure transmitters";
  a[32][1] = "II.B.08_Viscosimeters";
  a[32][2] = "  |--- Viscosimeters";
  a[33][1] = "II.B.09_Thermometers";
  a[33][2] = "  |--- Thermometers";
  a[34][1] = "II.B.10_Flat and cylindrical glass gauges";
  a[34][2] = "  |--- Flat and cylindrical glass gauges";
  a[35][1] = "II.B.11_Flowmeters ";
  a[35][2] = "  |--- Flowmeters ";
  a[36][1] = "II.C_Pipes, pipe connections, accessories";
  a[36][2] = "Pipes, pipe connections, accessories";
  a[37][1] = "II.C.01_Metallic pipe systems";
  a[37][2] = "  |--- Metallic pipe systems";
  a[38][1] = "II.C.02_Plastic pipe systems";
  a[38][2] = "  |--- Plastic pipe systems";
  a[39][1] = "II.C.03_Reinforced plastic pipes and fittings";
  a[39][2] = "  |--- Reinforced plastic pipes and fittings";
  a[40][1] = "II.C.04_Thermoplastic pipes and fittings";
  a[40][2] = "  |--- Thermoplastic pipes and fittings";
  a[41][1] = "II.C.05_Pipe unions, Weld cones";
  a[41][2] = "  |--- Pipe unions, Weld cones";
  a[42][1] = "II.C.06_Pipe couplings";
  a[42][2] = "  |--- Pipe couplings";
  a[43][1] = "II.C.07_Flanges";
  a[43][2] = "  |--- Flanges";
  a[44][1] = "II.C.08_Sockets / Fittings";
  a[44][2] = "  |--- Sockets / Fittings";
  a[45][1] = "II.C.09_Flat gaskets";
  a[45][2] = "  |--- Flat gaskets";
  a[46][1] = "II.C.10_Profile gaskets";
  a[46][2] = "  |--- Profile gaskets";
  a[47][1] = "II.C.11_Pipe supports, mechanical fasteners";
  a[47][2] = "  |--- Pipe supports, mechanical fasteners";
  a[48][1] = "II.C.12_Accessories for fuel oil systems";
  a[48][2] = "  |--- Accessories for fuel oil systems";
  a[49][1] = "II.D_Hoses, compensators, accessories";
  a[49][2] = "Hoses, compensators, accessories";
  a[50][1] = "II.D.01_High pressure hoses - flame resistant";
  a[50][2] = "  |--- High pressure hoses - flame resistant";
  a[51][1] = "II.D.02_Low pressure hoses - flame resistant or not flame resistant";
  a[51][2] = "  |--- Low pressure hoses - flame resistant or not flame resistant";
  a[52][1] = "II.D.03_Refrigeration, fresh water cooling, steam and compressed air hoses";
  a[52][2] = "  |--- Refrigeration, fresh water cooling, steam and compressed air hoses";
  a[53][1] = "II.D.04_Bunker and cargo hoses";
  a[53][2] = "  |--- Bunker and cargo hoses";
  a[54][1] = "II.D.05_CO2  and Halon hoses";
  a[54][2] = "  |--- CO2  and Halon hoses";
  a[55][1] = "II.D.06_Compensators - flame resistant";
  a[55][2] = "  |--- Compensators - flame resistant";
  a[56][1] = "II.D.07_Compensators - not flame resistant";
  a[56][2] = "  |--- Compensators - not flame resistant";
  a[57][1] = "II.D.08_Metallic hoses";
  a[57][2] = "  |--- Metallic hoses";
  a[58][1] = "II.D.09_Metallic compensators";
  a[58][2] = "  |--- Metallic compensators";
  a[59][1] = "II.D.10_Hose couplings, hose end fittings";
  a[59][2] = "  |--- Hose couplings, hose end fittings";
  a[60][1] = "II.D.11_Fire sleeves";
  a[60][2] = "  |--- Fire sleeves";
  a[61][1] = "II.E_Plants";
  a[61][2] = "Plants";
  a[62][1] = "II.E.01_Stabilization and anti-heeling plants";
  a[62][2] = "  |--- Stabilization and anti-heeling plants";
  a[63][1] = "II.E.02_Fuel oil blending plants";
  a[63][2] = "  |--- Fuel oil blending plants";
  a[64][1] = "II.E.03_Sewage treatment plants";
  a[64][2] = "  |--- Sewage treatment plants";
  a[65][1] = "II.E.04_Fuel oil- and oil treatment plants";
  a[65][2] = "  |--- Fuel oil- and oil treatment plants";
  a[66][1] = "II.E.05_Incinerators";
  a[66][2] = "  |--- Incinerators";
  a[67][1] = "II.F_Tanker equipment";
  a[67][2] = "Tanker equipment";
  a[68][1] = "II.F.01_Pressure  and vacuum valves";
  a[68][2] = "  |--- Pressure  and vacuum valves";
  a[69][1] = "II.F.02_Aerating and deaerating devices";
  a[69][2] = "  |--- Aerating and deaerating devices";
  a[70][1] = "II.F.03_Flame arresters";
  a[70][2] = "  |--- Flame arresters";
  a[71][1] = "II.F.04_Overflow preventing devices";
  a[71][2] = "  |--- Overflow preventing devices";
  a[72][1] = "II.F.05_Sampling devices";
  a[72][2] = "  |--- Sampling devices";
  a[73][1] = "II.F.06_Tank cleaning machines";
  a[73][2] = "  |--- Tank cleaning machines";
  a[74][1] = "II.F.07_Inert gas plants";
  a[74][2] = "  |--- Inert gas plants";
  a[75][1] = "II.F.08_Spark arresters";
  a[75][2] = "  |--- Spark arresters";
  a[76][1] = "II.F.09_Oil content meters";
  a[76][2] = "  |--- Oil content meters";
  a[77][1] = "II.G_Accessories for propelling machinery";
  a[77][2] = "Accessories for propelling machinery";
  a[78][1] = "II.G.01_Pressure vessels";
  a[78][2] = "  |--- Pressure vessels";
  a[79][1] = "II.G.02_Heat exchangers";
  a[79][2] = "  |--- Heat exchangers";
  a[80][1] = "II.G.03_Filter";
  a[80][2] = "  |--- Filter";
  a[81][1] = "II.G.04_Water separators";
  a[81][2] = "  |--- Water separators";
  a[82][1] = "II.G.05_Dryers";
  a[82][2] = "  |--- Dryers";
  a[83][1] = "II.G.06_Separators, Homogenizers";
  a[83][2] = "  |--- Separators, Homogenizers";
  a[84][1] = "II.G.07_Starters";
  a[84][2] = "  |--- Starters";
  a[85][1] = "II.G.08_Cylinder oilers";
  a[85][2] = "  |--- Cylinder oilers";
  a[86][1] = "II.G.09_Exhaust gas systems and Spark arresters";
  a[86][2] = "  |--- Exhaust gas systems and Spark arresters";
  a[87][1] = "II.G.10_Fuel oil pressure regulating devices";
  a[87][2] = "  |--- Fuel oil pressure regulating devices";
  a[88][1] = "II.G.11_Indicators";
  a[88][2] = "  |--- Indicators";
  a[89][1] = "II.G.12_Engine mounting elements";
  a[89][2] = "  |--- Engine mounting elements";
  a[90][1] = "II.H_Fire fighting equipment";
  a[90][2] = "Fire fighting equipment";
  a[91][1] = "II.H.01_Fire extinguishing systems";
  a[91][2] = "  |--- Fire extinguishing systems";
  a[92][1] = "II.H.02_Fire fighting monitors";
  a[92][2] = "  |--- Fire fighting monitors";
  a[93][1] = "II.H.03_Wet alarm valves for sprinkler systems";
  a[93][2] = "  |--- Wet alarm valves for sprinkler systems";
  a[94][1] = "II.J_Special equipment";
  a[94][2] = "Special equipment";
  a[95][1] = "II.J.01_Bulkhead and deck penetrations";
  a[95][2] = "  |--- Bulkhead and deck penetrations";
  a[96][1] = "II.J.02_Oily water separators";
  a[96][2] = "  |--- Oily water separators";
  a[97][1] = "II.J.03_Container refrigerating units and accessories";
  a[97][2] = "  |--- Container refrigerating units and accessories";
  a[98][1] = "II.J.04_Filter for protected air plants";
  a[98][2] = "  |--- Filter for protected air plants";
  a[99][1] = "II.J.05_Domestic appliances";
  a[99][2] = "  |--- Domestic appliances";
  a[100][1] = "II.J.06_Desinfection Systems";
  a[100][2] = "  |--- Desinfection Systems";
  a[101][1] = "II.K_Accessories for Diesel Engines";
  a[101][2] = "Accessories for Diesel Engines";
  a[102][1] = "II.K.01_Crankcase Relief Valve";
  a[102][2] = "  |--- Crankcase Relief Valve";
  a[103][1] = "II.L_Oil Firing Equipment";
  a[103][2] = "Oil Firing Equipment";
  a[104][1] = "II.L.01_Oil burner";
  a[104][2] = "  |--- Oil burner";
  a[105][1] = "II.M_Machinery Components";
  a[105][2] = "Machinery Components";
  a[106][1] = "II.M.01_Coupling, flexible";
  a[106][2] = "  |--- Coupling, flexible";
  a[107][1] = "II.M.02_Coupling, fixed";
  a[107][2] = "  |--- Coupling, fixed";
  a[108][1] = "II.M.03_Coupling, engagable";
  a[108][2] = "  |--- Coupling, engagable";
  a[109][1] = "II.M.04_Gears";
  a[109][2] = "  |--- Gears";
  a[110][1] = "II.M.05_Shaft bearing";
  a[110][2] = "  |--- Shaft bearing";
  a[111][1] = "II.M.06_Fitting bolts";
  a[111][2] = "  |--- Fitting bolts";
  a[112][1] = "II.M.07_Stern tube seals";
  a[112][2] = "  |--- Stern tube seals";
  a[113][1] = "II.M.08_Turbochargers";
  a[113][2] = "  |--- Turbochargers";
  a[114][1] = "II.M.09_Cardan Shafts";
  a[114][2] = "  |--- Cardan Shafts";
  a[115][1] = "II.M.10_Stern tube Bearings";
  a[115][2] = "  |--- Stern tube Bearings";
  a[116][1] = "II.M.11_Gas Turbines";
  a[116][2] = "  |--- Gas Turbines";

  for (var i = 0; i <= 116; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;
}

function gruppeIII()
{
  gruppeLoeschen();
  var a = new Array(14);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "III.";
  a[0][2] = "all";
  a[1][1] = "III.A_General";
  a[1][2] = "General";
  a[2][1] = "III.A.05_Elastic Mounting of Deckhouses";
  a[2][2] = "  |--- Elastic Mounting of Deckhouses";
  a[3][1] = "III.B_High speed craft";
  a[3][2] = "High speed craft";
  a[4][1] = "III.B.01_Seats";
  a[4][2] = "  |--- Seats";
  a[5][1] = "III.C_Pleasure craft";
  a[5][2] = "Pleasure craft";
  a[6][1] = "III.C.01_Stanchions and Bases";
  a[6][2] = "  |--- Stanchions and Bases";
  a[7][1] = "III.C.02_Blocks";
  a[7][2] = "  |--- Blocks";
  a[8][1] = "III.C.03_Anchors with High Holding Power";
  a[8][2] = "  |--- Anchors with High Holding Power";
  a[9][1] = "III.C.04_Deck Fittings (Closures)";
  a[9][2] = "  |--- Deck Fittings (Closures)";
  a[10][1] = "III.C.05_Cradles";
  a[10][2] = "  |--- Cradles";
  a[11][1] = "III.C.06_Rudder Bearings";
  a[11][2] = "  |--- Rudder Bearings";
  a[12][1] = "III.C.07_Stern tube systems";
  a[12][2] = "  |--- Stern tube systems";
  a[13][1] = "III.C.08_Rigging Systems";
  a[13][2] = "  |--- Rigging Systems";

  for (var i = 0; i <= 13; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;

}


function gruppeX()
{
  gruppeLoeschen();
  var a = new Array(16);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "X.";
  a[0][2] = "all";
  a[1][1] = "X.A_Pressure Vessel";
  a[1][2] = "Pressure Vessel";
  a[2][1] = "X.A.01_Pressure Vessels and Air Receivers";
  a[2][2] = "  |--- Pressure Vessels and Air Receivers";
  a[3][1] = "X.A.02_Electric Heater";
  a[3][2] = "  |--- Electric Heater";
  a[4][1] = "X.A.03_Filters";
  a[4][2] = "  |--- Filters";
  a[5][1] = "X.A.04_Cargo Tanks";
  a[5][2] = "  |--- Cargo Tanks";
  a[6][1] = "X.A.05_Pressure Water Tanks";
  a[6][2] = "  |--- Pressure Water Tanks";
  a[7][1] = "X.B_Heat Exchanger";
  a[7][2] = "Heat Exchanger";
  a[8][1] = "X.B.01_Air Coolers";
  a[8][2] = "  |--- Air Coolers";
  a[9][1] = "X.B.02_Fresh Water Generator";
  a[9][2] = "  |--- Fresh Water Generator";
  a[10][1] = "X.B.03_Shell and Tube Type Heat Exchanger";
  a[10][2] = "  |--- Shell and Tube Type Heat Exchanger";
  a[11][1] = "X.B.04_Tube Bundles";
  a[11][2] = "  |--- Tube Bundles";
  a[12][1] = "X.C_Plate Type Heat Exchanger";
  a[12][2] = "Plate Type Heat Exchanger";
  a[13][1] = "X.C.01_Brazed Plate Type Heat Exchanger";
  a[13][2] = "  |--- Brazed Plate Type Heat Exchanger";
  a[14][1] = "X.C.02_Gasked Plate Type Heat Exchanger";
  a[14][2] = "  |--- Gasked Plate Type Heat Exchanger";
  a[15][1] = "X.C.03_Welded Plate Type Heat Exchanger";
  a[15][2] = "  |--- Welded Plate Type Heat Exchanger";

  for (var i = 0; i <= 15; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;
}


function gruppeXI()
{
  gruppeLoeschen();
  var a = new Array(105);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "XI.";
  a[0][2] = "all";
  a[1][1] = "XI.A_Approval of electrical products";
  a[1][2] = "Approval of electrical products";
  a[2][1] = "XI.A.01_Monitoring-, measuring- and indicating equipment";
  a[2][2] = "  |--- Monitoring-, measuring- and indicating equipment";
  a[3][1] = "XI.A.02_Open loop-, closed loop control units and systems";
  a[3][2] = "  |--- Open loop-, closed loop control units and systems";
  a[4][1] = "XI.A.03_Electrical actuators";
  a[4][2] = "  |--- Electrical actuators";
  a[5][1] = "XI.A.04_Sensors, Transducer and Indicators";
  a[5][2] = "  |--- Sensors, Transducer and Indicators";
  a[6][1] = "XI.A.05_Communication equipment";
  a[6][2] = "  |--- Communication equipment";
  a[7][1] = "XI.A.06_Navigational equipment";
  a[7][2] = "  |--- Navigational equipment";
  a[8][1] = "XI.A.07_Electrical machines";
  a[8][2] = "  |--- Electrical machines";
  a[9][1] = "XI.A.08_Power electronics";
  a[9][2] = "  |--- Power electronics";
  a[10][1] = "XI.A.09_Switchgear assemblies, cubicles, busbar trunking systems, switchgear accessories";
  a[10][2] = "  |--- Switchgear assemblies, cubicles, busbar trunking systems, switchgear accessories";
  a[11][1] = "XI.A.10_Switchgears and controlgears";
  a[11][2] = "  |--- Switchgears and controlgears";
  a[12][1] = "XI.A.11_Protection devices for generating and distribution of electric power";
  a[12][2] = "  |--- Protection devices for generating and distribution of electric power";
  a[13][1] = "XI.A.12_Accumulators, power packs, charging units, accessories and components";
  a[13][2] = "  |--- Accumulators, power packs, charging units, accessories and components";
  a[14][1] = "XI.A.13_Cables, cable trays and accessories";
  a[14][2] = "  |--- Cables, cable trays and accessories";
  a[15][1] = "XI.A.14_Installation material, plugs and sockets, lighting fittings and accessories";
  a[15][2] = "  |--- Installation material, plugs and sockets, lighting fittings and accessories";
  a[16][1] = "XI.A.15_Heating, cooling and domestic appliances, windows wiper";
  a[16][2] = "  |--- Heating, cooling and domestic appliances, windows wiper";
  a[17][1] = "XI.A.16_Control Systems for Fixed Water Based Local Application Fire Fighting System";
  a[17][2] = "  |--- Control Systems for Fixed Water Based Local Application Fire Fighting System";
  a[18][1] = "XI.B_Components of machinery piping systems";
  a[18][2] = "Components of machinery piping systems";
  a[19][1] = "XI.B.01_Shut-off devices and accessories";
  a[19][2] = "  |--- Shut-off devices and accessories";
  a[20][1] = "XI.B.02_Measuring arrangements";
  a[20][2] = "  |--- Measuring arrangements";
  a[21][1] = "XI.B.03_Pipes, pipe connections, accessories";
  a[21][2] = "  |--- Pipes, pipe connections, accessories";
  a[22][1] = "XI.B.04_Hoses, compensators, accessories";
  a[22][2] = "  |--- Hoses, compensators, accessories";
  a[23][1] = "XI.B.05_Plants";
  a[23][2] = "  |--- Plants";
  a[24][1] = "XI.B.06_Tanker equipment";
  a[24][2] = "  |--- Tanker equipment";
  a[25][1] = "XI.B.07_Accessories for propelling machinery";
  a[25][2] = "  |--- Accessories for propelling machinery";
  a[26][1] = "XI.B.09_Special equipment";
  a[26][2] = "  |--- Special equipment";
  a[27][1] = "XI.B.10_Compressors";
  a[27][2] = "  |--- Compressors";
  a[28][1] = "XI.B.11_Pumps";
  a[28][2] = "  |--- Pumps";
  a[29][1] = "XI.C_Treatment Systems";
  a[29][2] = "Treatment Systems";
  a[30][1] = "XI.C.01_Ballast Water Treatment Systems";
  a[30][2] = "  |--- Ballast Water Treatment Systems";
  a[31][1] = "XI.C.02_Potable Water Treatment Systems";
  a[31][2] = "  |--- Potable Water Treatment Systems";
  a[32][1] = "XI.C.03_Fuel and Lubricating Oil Treatment Systems";
  a[32][2] = "  |--- Fuel and Lubricating Oil Treatment Systems";
  a[33][1] = "XI.C.04_5ppm Oily Water Separator Systems";
  a[33][2] = "  |--- 5ppm Oily Water Separator Systems";
  a[34][1] = "XI.E_Fire fighting equipment";
  a[34][2] = "Fire fighting equipment";
  a[35][1] = "XI.E.01_Nozzles for pressure water spraying systems";
  a[35][2] = "  |--- Nozzles for pressure water spraying systems";
  a[36][1] = "XI.E.02_Alarm valves for pressure water spraying systems";
  a[36][2] = "  |--- Alarm valves for pressure water spraying systems";
  a[37][1] = "XI.E.03_Nozzles for foam fire extinguishing systems";
  a[37][2] = "  |--- Nozzles for foam fire extinguishing systems";
  a[38][1] = "XI.E.04_Foam proportioners";
  a[38][2] = "  |--- Foam proportioners";
  a[39][1] = "XI.E.05_Foam concentrates";
  a[39][2] = "  |--- Foam concentrates";
  a[40][1] = "XI.E.06_Powder for dry powder fire extinguishing systems";
  a[40][2] = "  |--- Powder for dry powder fire extinguishing systems";
  a[41][1] = "XI.E.07_Fire fighting appliances";
  a[41][2] = "  |--- Fire fighting appliances";
  a[42][1] = "XI.E.08_Portable fire extinguishers";
  a[42][2] = "  |--- Portable fire extinguishers";
  a[43][1] = "XI.E.09_Wheeled fire extinguishers";
  a[43][2] = "  |--- Wheeled fire extinguishers";
  a[44][1] = "XI.E.10_Portable foam applicator units";
  a[44][2] = "  |--- Portable foam applicator units";
  a[45][1] = "XI.E.11_Fire hose nozzles (jet/spry)";
  a[45][2] = "  |--- Fire hose nozzles (jet/spry)";
  a[46][1] = "XI.E.12_Fire hoses, Hydrants";
  a[46][2] = "  |--- Fire hoses, Hydrants";
  a[47][1] = "XI.E.13_Water fog applicators";
  a[47][2] = "  |--- Water fog applicators";
  a[48][1] = "XI.E.14_Fire fighting monitors";
  a[48][2] = "  |--- Fire fighting monitors";
  a[49][1] = "XI.E.15_Safety equipment";
  a[49][2] = "  |--- Safety equipment";
  a[50][1] = "XI.E.16_Full protective clothing, chemical resistant";
  a[50][2] = "  |--- Full protective clothing, chemical resistant";
  a[51][1] = "XI.E.17_Nozzles for CO2 fire extinguishing systems and other components";
  a[51][2] = "  |--- Nozzles for CO2 fire extinguishing systems and other components";
  a[52][1] = "XI.F_Equipment for refrigerating arrangements";
  a[52][2] = "Equipment for refrigerating arrangements";
  a[53][1] = "XI.F.01_Thermal insulations";
  a[53][2] = "  |--- Thermal insulations";
  a[54][1] = "XI.G_Equipment for tanker";
  a[54][2] = "Equipment for tanker";
  a[55][1] = "XI.G.01_Fans of non-sparking design";
  a[55][2] = "  |--- Fans of non-sparking design";
  a[56][1] = "XI.G.02_Diesel engines for chamical recovery vessels";
  a[56][2] = "  |--- Diesel engines for chamical recovery vessels";
  a[57][1] = "XI.G.03_LNG Containment Systems";
  a[57][2] = "  |--- LNG Containment Systems";
  a[58][1] = "XI.J_Main propulsion";
  a[58][2] = "Main propulsion";
  a[59][1] = "XI.J.01_Coupling, flexible";
  a[59][2] = "  |--- Coupling, flexible";
  a[60][1] = "XI.J.02_Coupling, fixed";
  a[60][2] = "  |--- Coupling, fixed";
  a[61][1] = "XI.J.03_Coupling, engagable";
  a[61][2] = "  |--- Coupling, engagable";
  a[62][1] = "XI.J.04_Gears";
  a[62][2] = "  |--- Gears";
  a[63][1] = "XI.J.05_Shaft bearing";
  a[63][2] = "  |--- Shaft bearing";
  a[64][1] = "XI.J.06_Fitting bolts";
  a[64][2] = "  |--- Fitting bolts";
  a[65][1] = "XI.J.07_Stern tube seals";
  a[65][2] = "  |--- Stern tube seals";
  a[66][1] = "XI.J.08_Turbochargers";
  a[66][2] = "  |--- Turbochargers";
  a[67][1] = "XI.J.09_Cardan Shafts";
  a[67][2] = "  |--- Cardan Shafts";
  a[68][1] = "XI.J.10_Stern tube Bearings";
  a[68][2] = "  |--- Stern tube Bearings";
  a[69][1] = "XI.J.11_Engine mounting elements";
  a[69][2] = "  |--- Engine mounting elements";
  a[70][1] = "XI.K_General mechanical elements";
  a[70][2] = "General mechanical elements";
  a[71][1] = "XI.K.01_Clamping elements";
  a[71][2] = "  |--- Clamping elements";
  a[72][1] = "XI.K.02_Brake liners";
  a[72][2] = "  |--- Brake liners";
  a[73][1] = "XI.K.03_Bearing component";
  a[73][2] = "  |--- Bearing component";
  a[74][1] = "XI.K.04_Schut-off devices and accessories";
  a[74][2] = "  |--- Schut-off devices and accessories";
  a[75][1] = "XI.L_Plants for manoeuvreing";
  a[75][2] = "Plants for manoeuvreing";
  a[76][1] = "XI.L.01_Steering gears";
  a[76][2] = "  |--- Steering gears";
  a[77][1] = "XI.L.02_Lateral thrusters";
  a[77][2] = "  |--- Lateral thrusters";
  a[78][1] = "XI.L.03_Rudder propeller";
  a[78][2] = "  |--- Rudder propeller";
  a[79][1] = "XI.L.04_Voith-Schneider propeller";
  a[79][2] = "  |--- Voith-Schneider propeller";
  a[80][1] = "XI.L.05_Jet thrusters";
  a[80][2] = "  |--- Jet thrusters";
  a[81][1] = "XI.L.06_Controllable pitch propeller";
  a[81][2] = "  |--- Controllable pitch propeller";
  a[82][1] = "XI.M_Hydraulic / Pneumatic";
  a[82][2] = "Hydraulic / Pneumatic";
  a[83][1] = "XI.M.01_Hydraulic cylinders";
  a[83][2] = "  |--- Hydraulic cylinders";
  a[84][1] = "XI.M.02_Watertight door control systems";
  a[84][2] = "  |--- Watertight door control systems";
  a[85][1] = "XI.M.03_Fire door control systems";
  a[85][2] = "  |--- Fire door control systems";
  a[86][1] = "XI.N_Deck machinery";
  a[86][2] = "Deck machinery";
  a[87][1] = "XI.N.01_Windlasses";
  a[87][2] = "  |--- Windlasses";
  a[88][1] = "XI.N.02_Chain stopper";
  a[88][2] = "  |--- Chain stopper";
  a[89][1] = "XI.N.03_Cargo winches";
  a[89][2] = "  |--- Cargo winches";
  a[90][1] = "XI.N.04_Boat winches";
  a[90][2] = "  |--- Boat winches";
  a[91][1] = "XI.S_Approval of shipbuilding products";
  a[91][2] = "Approval of shipbuilding products";
  a[92][1] = "XI.S.01_Elastic Mounting of Deckhouses";
  a[92][2] = "  |--- Elastic Mounting of Deckhouses";
  a[93][1] = "XI.T_Ship's outfitting equipment";
  a[93][2] = "Ship's outfitting equipment";
  a[94][1] = "XI.T.01_Watertight doors";
  a[94][2] = "  |--- Watertight doors";
  a[95][1] = "XI.T.02_Exterior doors";
  a[95][2] = "  |--- Exterior doors";
  a[96][1] = "XI.T.03_Access hatches";
  a[96][2] = "  |--- Access hatches";
  a[97][1] = "XI.T.04_Windows";
  a[97][2] = "  |--- Windows";
  a[98][1] = "XI.T.05_Window panes";
  a[98][2] = "  |--- Window panes";
  a[99][1] = "XI.T.06_Timber lashings";
  a[99][2] = "  |--- Timber lashings";
  a[100][1] = "XI.T.07_Other outfitting components";
  a[100][2] = "  |--- Other outfitting components";
  a[101][1] = "XI.U_Oil Firing Equipment";
  a[101][2] = "Oil Firing Equipment";
  a[102][1] = "XI.U.01_Oil burner";
  a[102][2] = "  |--- Oil burner";
  a[103][1] = "XI.V_Exhaust Gas After Treatment Systems";
  a[103][2] = "Exhaust Gas After Treatment Systems";
  a[104][1] = "XI.V.01_Particulate Filter";
  a[104][2] = "  |--- Particulate Filter";

  for (var i = 0; i <= 104; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;
}


function gruppeXII()
{
  gruppeLoeschen();
  var a = new Array(4);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "XII.";
  a[0][2] = "all";
  a[1][1] = "XII.A_Approval of electrical procedures";
  a[1][2] = "Approval of electrical procedures";
  a[2][1] = "XII.E_Approval of machinery procedures";
  a[2][2] = "Approval of machinery procedures";
  a[3][1] = "XII.S_Approval of shipbuilding procedures";
  a[3][2] = "Approval of shipbuilding procedures";

  for (var i = 0; i <= 3; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;
}


function gruppeXIII()
{
  gruppeLoeschen();
  var a = new Array(25);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "XIII.";
  a[0][2] = "all";
  a[1][1] = "XIII.A_Approval of electrical manufacturers";
  a[1][2] = "Approval of electrical manufacturers";
  a[2][1] = "XIII.A.01_Restoration of electrical and electronic systems and equipment";
  a[2][2] = "  |--- Restoration of electrical and electronic systems and equipment";
  a[3][1] = "XIII.E_Approval of maintenance companies";
  a[3][2] = "Approval of maintenance companies";
  a[4][1] = "XIII.E.01_Maintenance of fire extinguishing systems and equipment";
  a[4][2] = "  |--- Maintenance of fire extinguishing systems and equipment";
  a[5][1] = "XIII.F_Approval of repair companies";
  a[5][2] = "Approval of repair companies";
  a[6][1] = "XIII.F.01_Processing of composite materials";
  a[6][2] = "  |--- Processing of composite materials";
  a[7][1] = "XIII.G_Approval of manufacturers for production of machinery components and equipment";
  a[7][2] = "Approval of manufacturers for production of machinery components and equipment";
  a[8][1] = "XIII.G.01_Hose assemblies and compensators";
  a[8][2] = "  |--- Hose assemblies and compensators";
  a[9][1] = "XIII.G.02_Separators";
  a[9][2] = "  |--- Separators";
  a[10][1] = "XIII.G.03_Components for internal combustion engines";
  a[10][2] = "  |--- Components for internal combustion engines";
  a[11][1] = "XIII.H_Expert Companies";
  a[11][2] = "Expert Companies";
  a[12][1] = "XIII.H.01_HazMat Expert Company";
  a[12][2] = "  |--- HazMat Expert Company";
  a[13][1] = "XIII.J_Approval of companies with mass production";
  a[13][2] = "Approval of companies with mass production";
  a[14][1] = "XIII.J.01_Turbochargers";
  a[14][2] = "  |--- Turbochargers";
  a[15][1] = "XIII.J.02_Insulated vehicles";
  a[15][2] = "  |--- Insulated vehicles";
  a[16][1] = "XIII.R_Approval of Rope Manufacturers and Distributors";
  a[16][2] = "Approval of Rope Manufacturers and Distributors";
  a[17][1] = "XIII.R.01_Rope Manufacturer";
  a[17][2] = "  |--- Rope Manufacturer";
  a[18][1] = "XIII.R.10_Rope Distributors";
  a[18][2] = "  |--- Rope Distributors";
  a[19][1] = "XIII.S_Approval of shipbuilding manufacturers";
  a[19][2] = "Approval of shipbuilding manufacturers";
  a[20][1] = "XIII.S.01_Approval for companies";
  a[20][2] = "  |--- Approval for companies";
  a[21][1] = "XIII.T_Approval of Oil Firing Equipment Manufacturers";
  a[21][2] = "Approval of Oil Firing Equipment Manufacturers";
  a[22][1] = "XIII.T.01_Oil burner";
  a[22][2] = "  |--- Oil burner";
  a[23][1] = "XIII.U_Approval of Laboratories";
  a[23][2] = "Approval of Laboratories";
  a[24][1] = "XIII.U.01_Approval of Laboratories";
  a[24][2] = "  |--- Approval of Laboratories";

  for (var i = 0; i <= 24; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;
}


function gruppeXIIIO()
{
  gruppeLoeschen();
  var a = new Array(14);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "XIII.O";
  a[0][2] = "all";
  a[1][1] = "XIII.O_Approval of service suppliers";
  a[1][2] = "Approval of service suppliers";
  a[2][1] = "XIII.O.01_Thickness measurements on ships";
  a[2][2] = "  |--- Thickness measurements on ships";
  a[3][1] = "XIII.O.02_Tightness testing of hatches with ultrasonic equipment";
  a[3][2] = "  |--- Tightness testing of hatches with ultrasonic equipment";
  a[4][1] = "XIII.O.03_In-water survey of ships and mobile offshore units";
  a[4][2] = "  |--- In-water survey of ships and mobile offshore units";
  a[5][1] = "XIII.O.04_Surveys and maintenace of fire extinguishing equipment and  systems";
  a[5][2] = "  |--- Surveys and maintenace of fire extinguishing equipment and  systems";
  a[6][1] = "XIII.O.05_Service of inflatable life rafts, inflatable lifejackets, hydrostatic release units, inflatable rescue boats";
  a[6][2] = "  |--- Service of inflatable life rafts, inflatable lifejackets, hydrostatic release units, inflatable rescue boats";
  a[7][1] = "XIII.O.06_Service and testing of radio communication equipment";
  a[7][2] = "  |--- Service and testing of radio communication equipment";
  a[8][1] = "XIII.O.07_Inspection and testing of centralised gas welding and cutting equipment";
  a[8][2] = "  |--- Inspection and testing of centralised gas welding and cutting equipment";
  a[9][1] = "XIII.O.08_Surveys and maintenace of self contained breathing apparatus";
  a[9][2] = "  |--- Surveys and maintenace of self contained breathing apparatus";
  a[10][1] = "XIII.O.09_Examination of Ro-Ro ships bow, stern, side and inner doors";
  a[10][2] = "  |--- Examination of Ro-Ro ships bow, stern, side and inner doors";
  a[11][1] = "XIII.O.10_Testing and Measuring of Low Location Lighting System";
  a[11][2] = "  |--- Testing and Measuring of Low Location Lighting System";
  a[12][1] = "XIII.O.11_Service and testing of navigational equipment";
  a[12][2] = "  |--- Service and testing of navigational equipment";
  a[13][1] = "XIII.O.12_Performance testing of Voyage Data Recorders (VDR)";
  a[13][2] = "  |--- Performance testing of Voyage Data Recorders (VDR)";

  for (var i = 0; i <= 13; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;

}

function gruppeXV()
{
  gruppeLoeschen();
  var a = new Array(5);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "XV.";
  a[0][2] = "all";
  a[1][1] = "XV.A_Forgings";
  a[1][2] = "Forgings";
  a[2][1] = "XV.A.01_Crank shaft";
  a[2][2] = "  |--- Crank shaft";
  a[3][1] = "XV.A.02_Impeller";
  a[3][2] = "  |--- Impeller";
  a[4][1] = "XV.B_Foundry";
  a[4][2] = "Foundry";

  for (var i = 0; i <= 4; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;
}

function gruppeXVI()
{
  gruppeLoeschen();
  var a = new Array(6);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "XVI.";
  a[0][2] = "all";
  a[1][1] = "XVI.G_Electrical machines";
  a[1][2] = "Electrical machines";
  a[2][1] = "XVI.G.01_Electrical maschines";
  a[2][2] = "  |--- Electrical maschines";
  a[3][1] = "XVI.G.07_Transformers";
  a[3][2] = "  |--- Transformers";
  a[4][1] = "XVI.J_Switchgear assemblies, cubicles, busbar trunking systems, switchgear accessories";
  a[4][2] = "Switchgear assemblies, cubicles, busbar trunking systems, switchgear accessories";
  a[5][1] = "XVI.J.01_Switchgear assemblies, cubicles, busbar trunking systems, switchgear accessories";
  a[5][2] = "  |--- Switchgear assemblies, cubicles, busbar trunking systems, switchgear accessories";

  for (var i = 0; i <= 5; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;

}

function gruppeXVII()
{
  gruppeLoeschen();
  var a = new Array(54);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "XVII.";
  a[0][2] = "all";
  a[1][1] = "XVII.A_Shut-off devices and accessories";
  a[1][2] = "Shut-off devices and accessories";
  a[2][1] = "XVII.A.01_Valves general";
  a[2][2] = "  |--- Valves general";
  a[3][1] = "XVII.A.02_Actuators";
  a[3][2] = "  |--- Actuators";
  a[4][1] = "XVII.A.03_Safety valves";
  a[4][2] = "  |--- Safety valves";
  a[5][1] = "XVII.A.04_Accessories for valves";
  a[5][2] = "  |--- Accessories for valves";
  a[6][1] = "XVII.B_Fuel and oil cleaning equipment";
  a[6][2] = "Fuel and oil cleaning equipment";
  a[7][1] = "XVII.B.01_Separators";
  a[7][2] = "  |--- Separators";
  a[8][1] = "XVII.B.02_Filters";
  a[8][2] = "  |--- Filters";
  a[9][1] = "XVII.B.03_Heat Exchangers";
  a[9][2] = "  |--- Heat Exchangers";
  a[10][1] = "XVII.C_Elastic pipe connections";
  a[10][2] = "Elastic pipe connections";
  a[11][1] = "XVII.C.01_Hose Assemblies";
  a[11][2] = "  |--- Hose Assemblies";
  a[12][1] = "XVII.C.02_Compensators";
  a[12][2] = "  |--- Compensators";
  a[13][1] = "XVII.C.03_Metallic compensators";
  a[13][2] = "  |--- Metallic compensators";
  a[14][1] = "XVII.C.04_Metallic hose lines";
  a[14][2] = "  |--- Metallic hose lines";
  a[15][1] = "XVII.D_Auxiliary machines";
  a[15][2] = "Auxiliary machines";
  a[16][1] = "XVII.D.01_Pumps";
  a[16][2] = "  |--- Pumps";
  a[17][1] = "XVII.D.02_Compressors";
  a[17][2] = "  |--- Compressors";
  a[18][1] = "XVII.E_Equipment for tankers";
  a[18][2] = "Equipment for tankers";
  a[19][1] = "XVII.E.01_High velocity vent valves for oil-/chemical tankers";
  a[19][2] = "  |--- High velocity vent valves for oil-/chemical tankers";
  a[20][1] = "XVII.E.02_Pressure-/Vacuum valves for oil-/chemical tankers";
  a[20][2] = "  |--- Pressure-/Vacuum valves for oil-/chemical tankers";
  a[21][1] = "XVII.E.03_Safety relief valves for gas tanker";
  a[21][2] = "  |--- Safety relief valves for gas tanker";
  a[22][1] = "XVII.F_Main propulsion plants";
  a[22][2] = "Main propulsion plants";
  a[23][1] = "XVII.F.01_Elastic couplings";
  a[23][2] = "  |--- Elastic couplings";
  a[24][1] = "XVII.F.02_Gear boxes";
  a[24][2] = "  |--- Gear boxes";
  a[25][1] = "XVII.F.03_Propellers";
  a[25][2] = "  |--- Propellers";
  a[26][1] = "XVII.F.04_Diesel Engines";
  a[26][2] = "  |--- Diesel Engines";
  a[27][1] = "XVII.G_Mechanical elements";
  a[27][2] = "Mechanical elements";
  a[28][1] = "XVII.G.01_Bearings";
  a[28][2] = "  |--- Bearings";
  a[29][1] = "XVII.G.02_Gaskets";
  a[29][2] = "  |--- Gaskets";
  a[30][1] = "XVII.G.03_Coupling elements";
  a[30][2] = "  |--- Coupling elements";
  a[31][1] = "XVII.G.04_Brakes";
  a[31][2] = "  |--- Brakes";
  a[32][1] = "XVII.G.05_Cardan shafts";
  a[32][2] = "  |--- Cardan shafts";
  a[33][1] = "XVII.H_Plants for manoeuvreing";
  a[33][2] = "Plants for manoeuvreing";
  a[34][1] = "XVII.H.01_Bow thrusters";
  a[34][2] = "  |--- Bow thrusters";
  a[35][1] = "XVII.H.02_Jet propulsion";
  a[35][2] = "  |--- Jet propulsion";
  a[36][1] = "XVII.H.03_Rudder propeller";
  a[36][2] = "  |--- Rudder propeller";
  a[37][1] = "XVII.H.04_Steering gear";
  a[37][2] = "  |--- Steering gear";
  a[38][1] = "XVII.H.05_Voith propulsion";
  a[38][2] = "  |--- Voith propulsion";
  a[39][1] = "XVII.J_Hydraulic / Pneumatic";
  a[39][2] = "Hydraulic / Pneumatic";
  a[40][1] = "XVII.J.01_Cylinders";
  a[40][2] = "  |--- Cylinders";
  a[41][1] = "XVII.J.02_Watertight systems";
  a[41][2] = "  |--- Watertight systems";
  a[42][1] = "XVII.J.03_Fire door control systems";
  a[42][2] = "  |--- Fire door control systems";
  a[43][1] = "XVII.K_Deck machinery";
  a[43][2] = "Deck machinery";
  a[44][1] = "XVII.K.01_Wind lasses";
  a[44][2] = "  |--- Wind lasses";
  a[45][1] = "XVII.K.02_Chain stoppers";
  a[45][2] = "  |--- Chain stoppers";
  a[46][1] = "XVII.K.03_Cargo winches";
  a[46][2] = "  |--- Cargo winches";
  a[47][1] = "XVII.K.04_Boat winches";
  a[47][2] = "  |--- Boat winches";
  a[48][1] = "XVII.L_Others";
  a[48][2] = "Others";
  a[49][1] = "XVII.L.01_Turbo chargers";
  a[49][2] = "  |--- Turbo chargers";
  a[50][1] = "XVII.M_Pressure equipment";
  a[50][2] = "Pressure equipment";
  a[51][1] = "XVII.M.01_Pressure vessels";
  a[51][2] = "  |--- Pressure vessels";
  a[52][1] = "XVII.M.02_Heat exchanger";
  a[52][2] = "  |--- Heat exchanger";
  a[53][1] = "XVII.M.03_Filter";
  a[53][2] = "  |--- Filter";

  for (var i = 0; i <= 53; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;
}


function gruppeXXV()
{
  gruppeLoeschen();
  var a = new Array(5);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "XXV.";
  a[0][2] = "all";
  a[1][1] = "XXV.A_Forgings";
  a[1][2] = "Forgings";
  a[2][1] = "XXV.A.01_Crank shaft";
  a[2][2] = "  |--- Crank shaft";
  a[3][1] = "XXV.A.02_Impeller";
  a[3][2] = "  |--- Impeller";
  a[4][1] = "XXV.B_Foundry";
  a[4][2] = "Foundry";

  for (var i = 0; i <= 4; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;
}

function gruppeXXVI()
{
  gruppeLoeschen();
  var a = new Array(6);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "XXVI.";
  a[0][2] = "all";
  a[1][1] = "XXVI.G_Electrical machines";
  a[1][2] = "Electrical machines";
  a[2][1] = "XXVI.G.01_Electrical maschines";
  a[2][2] = "  |--- Electrical maschines";
  a[3][1] = "XXVI.G.07_Transformers";
  a[3][2] = "  |--- Transformers";
  a[4][1] = "XXVI.J_Switchgear assemblies, cubicles, busbar trunking systems, switchgear accessories";
  a[4][2] = "Switchgear assemblies, cubicles, busbar trunking systems, switchgear accessories";
  a[5][1] = "XXVI.J.01_Switchgear assemblies, cubicles, busbar trunking systems, switchgear accessories";
  a[5][2] = "  |--- Switchgear assemblies, cubicles, busbar trunking systems, switchgear accessories";

  for (var i = 0; i <= 5; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;
}


function gruppeXXVII()
{
  gruppeLoeschen();
  var a = new Array(58);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "XXVII.";
  a[0][2] = "all";
  a[1][1] = "XXVII.A_Shut-off devices and accessories";
  a[1][2] = "Shut-off devices and accessories";
  a[2][1] = "XXVII.A.01_Valves general";
  a[2][2] = "  |--- Valves general";
  a[3][1] = "XXVII.A.02_Actuators";
  a[3][2] = "  |--- Actuators";
  a[4][1] = "XXVII.A.03_Safety valves";
  a[4][2] = "  |--- Safety valves";
  a[5][1] = "XXVII.A.04_Accessories for valves";
  a[5][2] = "  |--- Accessories for valves";
  a[6][1] = "XXVII.B_Fuel and oil cleaning equipment";
  a[6][2] = "Fuel and oil cleaning equipment";
  a[7][1] = "XXVII.B.01_Separators";
  a[7][2] = "  |--- Separators";
  a[8][1] = "XXVII.B.02_Filters";
  a[8][2] = "  |--- Filters";
  a[9][1] = "XXVII.B.03_Heat Exchangers";
  a[9][2] = "  |--- Heat Exchangers";
  a[10][1] = "XXVII.C_Elastic pipe connections";
  a[10][2] = "Elastic pipe connections";
  a[11][1] = "XXVII.C.01_Hose Assemblies";
  a[11][2] = "  |--- Hose Assemblies";
  a[12][1] = "XXVII.C.02_Compensators";
  a[12][2] = "  |--- Compensators";
  a[13][1] = "XXVII.C.03_Metallic compensators";
  a[13][2] = "  |--- Metallic compensators";
  a[14][1] = "XXVII.C.04_Metallic hose lines";
  a[14][2] = "  |--- Metallic hose lines";
  a[15][1] = "XXVII.D_Auxiliary machines";
  a[15][2] = "Auxiliary machines";
  a[16][1] = "XXVII.D.01_Pumps";
  a[16][2] = "  |--- Pumps";
  a[17][1] = "XXVII.D.02_Compressors";
  a[17][2] = "  |--- Compressors";
  a[18][1] = "XXVII.E_Equipment for tankers";
  a[18][2] = "Equipment for tankers";
  a[19][1] = "XXVII.E.01_High velocity vent valves for oil-/chemical tankers";
  a[19][2] = "  |--- High velocity vent valves for oil-/chemical tankers";
  a[20][1] = "XXVII.E.02_Pressure-/Vacuum valves for oil-/chemical tankers";
  a[20][2] = "  |--- Pressure-/Vacuum valves for oil-/chemical tankers";
  a[21][1] = "XXVII.E.03_Safety relief valves for gas tanker";
  a[21][2] = "  |--- Safety relief valves for gas tanker";
  a[22][1] = "XXVII.F_Main propulsion plants";
  a[22][2] = "Main propulsion plants";
  a[23][1] = "XXVII.F.01_Elastic couplings";
  a[23][2] = "  |--- Elastic couplings";
  a[24][1] = "XXVII.F.02_Gear boxes";
  a[24][2] = "  |--- Gear boxes";
  a[25][1] = "XXVII.F.03_Propellers";
  a[25][2] = "  |--- Propellers";
  a[26][1] = "XXVII.F.04_Diesel Engines";
  a[26][2] = "  |--- Diesel Engines";
  a[27][1] = "XXVII.F.05_Fuel Injection Components";
  a[27][2] = "  |--- Fuel Injection Components";
  a[28][1] = "XXVII.F.06_Oil burner and oil firing equipment";
  a[28][2] = "  |--- Oil burner and oil firing equipment";
  a[29][1] = "XXVII.G_Mechanical elements";
  a[29][2] = "Mechanical elements";
  a[30][1] = "XXVII.G.01_Bearings";
  a[30][2] = "  |--- Bearings";
  a[31][1] = "XXVII.G.02_Gaskets";
  a[31][2] = "  |--- Gaskets";
  a[32][1] = "XXVII.G.03_Coupling elements";
  a[32][2] = "  |--- Coupling elements";
  a[33][1] = "XXVII.G.04_Brakes";
  a[33][2] = "  |--- Brakes";
  a[34][1] = "XXVII.G.05_Cardan shafts";
  a[34][2] = "  |--- Cardan shafts";
  a[35][1] = "XXVII.G.06_Pipe Spools";
  a[35][2] = "  |--- Pipe Spools";
  a[36][1] = "XXVII.H_Plants for manoeuvreing";
  a[36][2] = "Plants for manoeuvreing";
  a[37][1] = "XXVII.H.01_Bow thrusters";
  a[37][2] = "  |--- Bow thrusters";
  a[38][1] = "XXVII.H.02_Jet propulsion";
  a[38][2] = "  |--- Jet propulsion";
  a[39][1] = "XXVII.H.03_Rudder propeller";
  a[39][2] = "  |--- Rudder propeller";
  a[40][1] = "XXVII.H.04_Steering gear";
  a[40][2] = "  |--- Steering gear";
  a[41][1] = "XXVII.H.05_Voith propulsion";
  a[41][2] = "  |--- Voith propulsion";
  a[42][1] = "XXVII.J_Hydraulic / Pneumatic";
  a[42][2] = "Hydraulic / Pneumatic";
  a[43][1] = "XXVII.J.01_Cylinders";
  a[43][2] = "  |--- Cylinders";
  a[44][1] = "XXVII.J.02_Watertight systems";
  a[44][2] = "  |--- Watertight systems";
  a[45][1] = "XXVII.J.03_Fire door control systems";
  a[45][2] = "  |--- Fire door control systems";
  a[46][1] = "XXVII.J.04_Hydraulic Actuators";
  a[46][2] = "  |--- Hydraulic Actuators";
  a[47][1] = "XXVII.K_Deck machinery";
  a[47][2] = "Deck machinery";
  a[48][1] = "XXVII.K.01_Wind lasses";
  a[48][2] = "  |--- Wind lasses";
  a[49][1] = "XXVII.K.02_Chain stoppers";
  a[49][2] = "  |--- Chain stoppers";
  a[50][1] = "XXVII.K.03_Cargo winches";
  a[50][2] = "  |--- Cargo winches";
  a[51][1] = "XXVII.K.04_Boat winches";
  a[51][2] = "  |--- Boat winches";
  a[52][1] = "XXVII.L_Others";
  a[52][2] = "Others";
  a[53][1] = "XXVII.L.01_Turbo chargers";
  a[53][2] = "  |--- Turbo chargers";
  a[54][1] = "XXVII.M_Pressure equipment";
  a[54][2] = "Pressure equipment";
  a[55][1] = "XXVII.M.01_Pressure vessels";
  a[55][2] = "  |--- Pressure vessels";
  a[56][1] = "XXVII.M.02_Heat exchanger";
  a[56][2] = "  |--- Heat exchanger";
  a[57][1] = "XXVII.M.03_Filter";
  a[57][2] = "  |--- Filter";

  for (var i = 0; i <= 57; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;
}


function gruppeL()
{
  gruppeLoeschen();
  var a = new Array(8);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "L.";
  a[0][2] = "all";
  a[1][1] = "L.A_Life-saving appliances";
  a[1][2] = "Life-saving appliances";
  a[2][1] = "L.B_Marine pollution prevention";
  a[2][2] = "Marine pollution prevention";
  a[3][1] = "L.C_Fire protection";
  a[3][2] = "Fire protection";
  a[4][1] = "L.D_Navigation equipment";
  a[4][2] = "Navigation equipment";
  a[5][1] = "L.E_Radio-communication equipment";
  a[5][2] = "Radio-communication equipment";
  a[6][1] = "L.F_Equipment required under COLREG 72";
  a[6][2] = "Equipment required under COLREG 72";
  a[7][1] = "L.H_Equipment under SOLAS chapter II-1";
  a[7][2] = "Equipment under SOLAS chapter II-1";

  for (var i = 0; i <= 7; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;
}


function gruppeZI()
{
  gruppeLoeschen();
  var a = new Array(68);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "ZI.";
  a[0][2] = "all";
  a[1][1] = "ZI.A_Class A to C";
  a[1][2] = "Class A to C";
  a[2][1] = "ZI.A.01_Class A-60 bulkhead";
  a[2][2] = "  |--- Class A-60 bulkhead";
  a[3][1] = "ZI.A.02_Class A-60 deck";
  a[3][2] = "  |--- Class A-60 deck";
  a[4][1] = "ZI.A.03_Class A-60 door";
  a[4][2] = "  |--- Class A-60 door";
  a[5][1] = "ZI.A.04_Class A-60 window";
  a[5][2] = "  |--- Class A-60 window";
  a[6][1] = "ZI.A.05_Class A-30 bulkhead";
  a[6][2] = "  |--- Class A-30 bulkhead";
  a[7][1] = "ZI.A.06_Class A-30 deck";
  a[7][2] = "  |--- Class A-30 deck";
  a[8][1] = "ZI.A.07_Class A-30 door";
  a[8][2] = "  |--- Class A-30 door";
  a[9][1] = "ZI.A.08_Class A-30 window";
  a[9][2] = "  |--- Class A-30 window";
  a[10][1] = "ZI.A.09_Class A-15 bulkhead";
  a[10][2] = "  |--- Class A-15 bulkhead";
  a[11][1] = "ZI.A.10_Class A-15 deck";
  a[11][2] = "  |--- Class A-15 deck";
  a[12][1] = "ZI.A.11_Class A-15 door";
  a[12][2] = "  |--- Class A-15 door";
  a[13][1] = "ZI.A.12_Class B-15 bulkhead";
  a[13][2] = "  |--- Class B-15 bulkhead";
  a[14][1] = "ZI.A.13_Class B-15 ceiling";
  a[14][2] = "  |--- Class B-15 ceiling";
  a[15][1] = "ZI.A.14_Class B-15 door";
  a[15][2] = "  |--- Class B-15 door";
  a[16][1] = "ZI.A.15_Class B-0 bulkhead";
  a[16][2] = "  |--- Class B-0 bulkhead";
  a[17][1] = "ZI.A.16_Class B-0 ceiling";
  a[17][2] = "  |--- Class B-0 ceiling";
  a[18][1] = "ZI.A.17_Class B-0 door";
  a[18][2] = "  |--- Class B-0 door";
  a[19][1] = "ZI.A.18_Class A-0 bulkhead";
  a[19][2] = "  |--- Class A-0 bulkhead";
  a[20][1] = "ZI.A.19_Class A-0 deck";
  a[20][2] = "  |--- Class A-0 deck";
  a[21][1] = "ZI.A.20_Class A-0 door";
  a[21][2] = "  |--- Class A-0 door";
  a[22][1] = "ZI.A.21_Class A-0 window";
  a[22][2] = "  |--- Class A-0 window";
  a[23][1] = "ZI.A.22_Class C division";
  a[23][2] = "  |--- Class C division";
  a[24][1] = "ZI.A.23_Bulkhead extension (B-class)";
  a[24][2] = "  |--- Bulkhead extension (B-class)";
  a[25][1] = "ZI.A.24_Fire damper";
  a[25][2] = "  |--- Fire damper";
  a[26][1] = "ZI.A.25_Class A-0 fire shutter";
  a[26][2] = "  |--- Class A-0 fire shutter";
  a[27][1] = "ZI.A.26_Duct penetration";
  a[27][2] = "  |--- Duct penetration";
  a[28][1] = "ZI.A.27_Non-combustible material";
  a[28][2] = "  |--- Non-combustible material";
  a[29][1] = "ZI.A.28_Low flame spread surface material";
  a[29][2] = "  |--- Low flame spread surface material";
  a[30][1] = "ZI.A.29_Not readily ignitable material";
  a[30][2] = "  |--- Not readily ignitable material";
  a[31][1] = "ZI.A.30_Photo luminescent material";
  a[31][2] = "  |--- Photo luminescent material";
  a[32][1] = "ZI.A.31_Fire-restricting material";
  a[32][2] = "  |--- Fire-restricting material";
  a[33][1] = "ZI.A.32_Load-bearing fire-resisting deck 60";
  a[33][2] = "  |--- Load-bearing fire-resisting deck 60";
  a[34][1] = "ZI.A.33_Load-bearing fire-resisting deck 30";
  a[34][2] = "  |--- Load-bearing fire-resisting deck 30";
  a[35][1] = "ZI.A.34_Load-bearing fire-resisting bulkhead 60";
  a[35][2] = "  |--- Load-bearing fire-resisting bulkhead 60";
  a[36][1] = "ZI.A.35_Load-bearing fire-resisting bulkhead 30";
  a[36][2] = "  |--- Load-bearing fire-resisting bulkhead 30";
  a[37][1] = "ZI.A.36_Non-load-bearing fire-resisting deck 60";
  a[37][2] = "  |--- Non-load-bearing fire-resisting deck 60";
  a[38][1] = "ZI.A.37_Non-load-bearing fire-resisting deck 30";
  a[38][2] = "  |--- Non-load-bearing fire-resisting deck 30";
  a[39][1] = "ZI.A.38_Non-load-bearing fire-resisting bulkhead 60";
  a[39][2] = "  |--- Non-load-bearing fire-resisting bulkhead 60";
  a[40][1] = "ZI.A.39_Non-load-bearing fire-resisting bulkhead 30";
  a[40][2] = "  |--- Non-load-bearing fire-resisting bulkhead 30";
  a[41][1] = "ZI.A.40_Class B-0 windows";
  a[41][2] = "  |--- Class B-0 windows";
  a[42][1] = "ZI.A.41_Flame resistant textiles";
  a[42][2] = "  |--- Flame resistant textiles";
  a[43][1] = "ZI.A.42_Cabin units";
  a[43][2] = "  |--- Cabin units";
  a[44][1] = "ZI.A.43_Window boxes";
  a[44][2] = "  |--- Window boxes";
  a[45][1] = "ZI.A.44_Class B-30 bulkhead";
  a[45][2] = "  |--- Class B-30 bulkhead";
  a[46][1] = "ZI.A.45_Class B-30 ceiling";
  a[46][2] = "  |--- Class B-30 ceiling";
  a[47][1] = "ZI.A.46_Fire Retardent Material";
  a[47][2] = "  |--- Fire Retardent Material";
  a[48][1] = "ZI.A.47_Class B-30 door";
  a[48][2] = "  |--- Class B-30 door";
  a[49][1] = "ZI.A.48_Non-combustible wet units";
  a[49][2] = "  |--- Non-combustible wet units";
  a[50][1] = "ZI.A.49_Class B-15 window";
  a[50][2] = "  |--- Class B-15 window";
  a[51][1] = "ZI.A.50_Class A-60 fire shutter";
  a[51][2] = "  |--- Class A-60 fire shutter";
  a[52][1] = "ZI.A.51_Class B-0 hatch";
  a[52][2] = "  |--- Class B-0 hatch";
  a[53][1] = "ZI.A.52_Class H bulkhead";
  a[53][2] = "  |--- Class H bulkhead";
  a[54][1] = "ZI.A.53_Class H deck";
  a[54][2] = "  |--- Class H deck";
  a[55][1] = "ZI.A.54_Class H i-section";
  a[55][2] = "  |--- Class H i-section";
  a[56][1] = "ZI.A.55_Class H hollow-section";
  a[56][2] = "  |--- Class H hollow-section";
  a[57][1] = "ZI.A.56_Class B-30 window";
  a[57][2] = "  |--- Class B-30 window";
  a[58][1] = "ZI.A.57_Pullman bed";
  a[58][2] = "  |--- Pullman bed";
  a[59][1] = "ZI.B_Fire Protection Products";
  a[59][2] = "Fire Protection Products";
  a[60][1] = "ZI.C_Personal Protection";
  a[60][2] = "Personal Protection";
  a[61][1] = "ZI.C.01_Emergency Escape Breathing Device";
  a[61][2] = "  |--- Emergency Escape Breathing Device";
  a[62][1] = "ZI.C.02_Breathing Apparatus";
  a[62][2] = "  |--- Breathing Apparatus";
  a[63][1] = "ZI.C.03_Protective Clothing";
  a[63][2] = "  |--- Protective Clothing";
  a[64][1] = "ZI.C.04_Boots";
  a[64][2] = "  |--- Boots";
  a[65][1] = "ZI.C.05_Gloves";
  a[65][2] = "  |--- Gloves";
  a[66][1] = "ZI.C.06_Helmet";
  a[66][2] = "  |--- Helmet";
  a[67][1] = "ZI.C.07_Lifeboats";
  a[67][2] = "  |--- Lifeboats";

  for (var i = 0; i <= 67; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;
}


function gruppeXX()
{
  gruppeLoeschen();
  var a = new Array(184);
  for (var i=0; i < a.length; ++i)
    a[i] = new Array(2);

  a[0][1] = "XX.";
  a[0][2] = "all";
  a[1][1] = "XX.A_Safety / Fire Fighting Appliances";
  a[1][2] = "Safety / Fire Fighting Appliances";
  a[2][1] = "XX.A.01_Portable fire extinguishers";
  a[2][2] = "  |--- Portable fire extinguishers";
  a[3][1] = "XX.A.02_Non-portable and transportable fire extinguishers";
  a[3][2] = "  |--- Non-portable and transportable fire extinguishers";
  a[4][1] = "XX.A.03_Fire hoses and nozzles";
  a[4][2] = "  |--- Fire hoses and nozzles";
  a[5][1] = "XX.A.04_Firemain and hydrants (components)";
  a[5][2] = "  |--- Firemain and hydrants (components)";
  a[6][1] = "XX.A.05_Fire blankets";
  a[6][2] = "  |--- Fire blankets";
  a[7][1] = "XX.A.06_Remote closing valves for oil fuels";
  a[7][2] = "  |--- Remote closing valves for oil fuels";
  a[8][1] = "XX.A.07_Nozzles for fixed pressure water-spraying fire-extinguishing systems for machinery spaces";
  a[8][2] = "  |--- Nozzles for fixed pressure water-spraying fire-extinguishing systems for machinery spaces";
  a[9][1] = "XX.A.08_Fixed Water Spray and Alarm System (excluding Analogue Addressable)";
  a[9][2] = "  |--- Fixed Water Spray and Alarm System (excluding Analogue Addressable)";
  a[10][1] = "XX.A.09_Fixed Fire Detection and Alarm System (components)";
  a[10][2] = "  |--- Fixed Fire Detection and Alarm System (components)";
  a[11][1] = "XX.A.10_Portable foam applicator units";
  a[11][2] = "  |--- Portable foam applicator units";
  a[12][1] = "XX.A.11_Automatic Sprinkler System";
  a[12][2] = "  |--- Automatic Sprinkler System";
  a[13][1] = "XX.A.12_Fixed pressure water spraying fire extinguishing system in cargo spaces";
  a[13][2] = "  |--- Fixed pressure water spraying fire extinguishing system in cargo spaces";
  a[14][1] = "XX.A.13_Fixed gas fire extinguishing systems (CO2) components";
  a[14][2] = "  |--- Fixed gas fire extinguishing systems (CO2) components";
  a[15][1] = "XX.A.14_Sample extraction smoke detection systems components";
  a[15][2] = "  |--- Sample extraction smoke detection systems components";
  a[16][1] = "XX.A.15_Fire hoses (reel type)";
  a[16][2] = "  |--- Fire hoses (reel type)";
  a[17][1] = "XX.A.16_Firemen's outfits (Gloves, Boots, Helmet and Suit)";
  a[17][2] = "  |--- Firemen's outfits (Gloves, Boots, Helmet and Suit)";
  a[18][1] = "XX.A.17_Self contained Breathing Apparatus sets";
  a[18][2] = "  |--- Self contained Breathing Apparatus sets";
  a[19][1] = "XX.A.18_Safety lamps & torches";
  a[19][2] = "  |--- Safety lamps & torches";
  a[20][1] = "XX.A.19_Deck foam systems";
  a[20][2] = "  |--- Deck foam systems";
  a[21][1] = "XX.A.20_Pressure Vacuum Valves (other than high velocity valves)";
  a[21][2] = "  |--- Pressure Vacuum Valves (other than high velocity valves)";
  a[22][1] = "XX.A.21_Flame screens";
  a[22][2] = "  |--- Flame screens";
  a[23][1] = "XX.A.22_International Shore Connection";
  a[23][2] = "  |--- International Shore Connection";
  a[24][1] = "XX.A.23_Detectors of heat, smoke ore flame";
  a[24][2] = "  |--- Detectors of heat, smoke ore flame";
  a[25][1] = "XX.A.24_Manual call points";
  a[25][2] = "  |--- Manual call points";
  a[26][1] = "XX.A.25_Compressed airline breathing apparatus (High Speed Craft)";
  a[26][2] = "  |--- Compressed airline breathing apparatus (High Speed Craft)";
  a[27][1] = "XX.A.26_Paint lockers and flammable liquid lockers fire extinguishing systems components";
  a[27][2] = "  |--- Paint lockers and flammable liquid lockers fire extinguishing systems components";
  a[28][1] = "XX.A.27_Galley exhaust duct fixed fire extinguishing systems components";
  a[28][2] = "  |--- Galley exhaust duct fixed fire extinguishing systems components";
  a[29][1] = "XX.A.28_Helicopter deck fire extinguishing systems components";
  a[29][2] = "  |--- Helicopter deck fire extinguishing systems components";
  a[30][1] = "XX.A.29_C class division";
  a[30][2] = "  |--- C class division";
  a[31][1] = "XX.A.30_Fixed low expansion foam fire extinguishing systems components for machinery spaces and tanker deck protection";
  a[31][2] = "  |--- Fixed low expansion foam fire extinguishing systems components for machinery spaces and tanker deck protection";
  a[32][1] = "XX.A.31_Expansion foam for fixed fire extinguishing system for chemical tankers";
  a[32][2] = "  |--- Expansion foam for fixed fire extinguishing system for chemical tankers";
  a[33][1] = "XX.A.32_Gaseous fuel systems used for domestic purposes (components)";
  a[33][2] = "  |--- Gaseous fuel systems used for domestic purposes (components)";
  a[34][1] = "XX.A.33_Dual purpose type nozzles (spray / jet spray)";
  a[34][2] = "  |--- Dual purpose type nozzles (spray / jet spray)";
  a[35][1] = "XX.A.34_Cold-weather starting of generator sets (starting devices)";
  a[35][2] = "  |--- Cold-weather starting of generator sets (starting devices)";
  a[36][1] = "XX.A.35_Smoke detectors";
  a[36][2] = "  |--- Smoke detectors";
  a[37][1] = "XX.A.36_Nozzles for fixed pressure water-spraying fire-extinguishing systems for special category spaces, ro-ro cargo spaces, ro-ro spaces and vehicle spaces";
  a[37][2] = "  |--- Nozzles for fixed pressure water-spraying fire-extinguishing systems for special category spaces, ro-ro cargo spaces, ro-ro spaces and vehicle spaces";
  a[38][1] = "XX.A.37_Electric safety lamp";
  a[38][2] = "  |--- Electric safety lamp";
  a[39][1] = "XX.A.38_Protective clothing resistant to chemical attack";
  a[39][2] = "  |--- Protective clothing resistant to chemical attack";
  a[40][1] = "XX.A.39_Medium expansion foam fire extinguishing systems components - fixed deck foam for tankers";
  a[40][2] = "  |--- Medium expansion foam fire extinguishing systems components - fixed deck foam for tankers";
  a[41][1] = "XX.A.40_Water spraying hand operated system";
  a[41][2] = "  |--- Water spraying hand operated system";
  a[42][1] = "XX.B_Safety / Structural Fire Protection";
  a[42][2] = "Safety / Structural Fire Protection";
  a[43][1] = "XX.B.01_Ventilation Dampers";
  a[43][2] = "  |--- Ventilation Dampers";
  a[44][1] = "XX.B.02_Surfaces of Low Flame Spread";
  a[44][2] = "  |--- Surfaces of Low Flame Spread";
  a[45][1] = "XX.B.03_Cable Penetrations in \"A\" Class Divisions";
  a[45][2] = "  |--- Cable Penetrations in \"A\" Class Divisions";
  a[46][1] = "XX.B.04_Fire Resisting Windows and Side -scuttles";
  a[46][2] = "  |--- Fire Resisting Windows and Side -scuttles";
  a[47][1] = "XX.B.05_\"A\" Class Fire Insulation";
  a[47][2] = "  |--- \"A\" Class Fire Insulation";
  a[48][1] = "XX.B.06_\"B\" Class Divisions";
  a[48][2] = "  |--- \"B\" Class Divisions";
  a[49][1] = "XX.B.07_\"A\" Class Fire Doors";
  a[49][2] = "  |--- \"A\" Class Fire Doors";
  a[50][1] = "XX.B.08_\"B\" Class Fire Doors";
  a[50][2] = "  |--- \"B\" Class Fire Doors";
  a[51][1] = "XX.B.09_Carpets";
  a[51][2] = "  |--- Carpets";
  a[52][1] = "XX.B.10_Non-combustible materials";
  a[52][2] = "  |--- Non-combustible materials";
  a[53][1] = "XX.C_Safety / Life-saving Appliances";
  a[53][2] = "Safety / Life-saving Appliances";
  a[54][1] = "XX.C.01_Embarkation ladders";
  a[54][2] = "  |--- Embarkation ladders";
  a[55][1] = "XX.C.02_Cordage (polypropylene rope)";
  a[55][2] = "  |--- Cordage (polypropylene rope)";
  a[56][1] = "XX.C.03_Lifeboat equipment (oars, knives, matches, torches, electrical equipment, etc.)";
  a[56][2] = "  |--- Lifeboat equipment (oars, knives, matches, torches, electrical equipment, etc.)";
  a[57][1] = "XX.C.04_LSA miscellaneous equipment (emergency life-line etc.)";
  a[57][2] = "  |--- LSA miscellaneous equipment (emergency life-line etc.)";
  a[58][1] = "XX.C.05_Lifeboat manual pumps";
  a[58][2] = "  |--- Lifeboat manual pumps";
  a[59][1] = "XX.C.06_Lifebuoys";
  a[59][2] = "  |--- Lifebuoys";
  a[60][1] = "XX.C.07_Emergency equipment lockers";
  a[60][2] = "  |--- Emergency equipment lockers";
  a[61][1] = "XX.C.08_Sea anchors";
  a[61][2] = "  |--- Sea anchors";
  a[62][1] = "XX.C.09_Survival craft first aid kits";
  a[62][2] = "  |--- Survival craft first aid kits";
  a[63][1] = "XX.C.10_Survival craft rations and water";
  a[63][2] = "  |--- Survival craft rations and water";
  a[64][1] = "XX.C.11_Lifebuoy lights";
  a[64][2] = "  |--- Lifebuoy lights";
  a[65][1] = "XX.C.12_Lifejacket lights";
  a[65][2] = "  |--- Lifejacket lights";
  a[66][1] = "XX.C.13_Liferaft lights";
  a[66][2] = "  |--- Liferaft lights";
  a[67][1] = "XX.C.14_Lifeboat lights";
  a[67][2] = "  |--- Lifeboat lights";
  a[68][1] = "XX.C.15_Thermal protective aids";
  a[68][2] = "  |--- Thermal protective aids";
  a[69][1] = "XX.C.16_Foam buoyancy material";
  a[69][2] = "  |--- Foam buoyancy material";
  a[70][1] = "XX.C.17_Glass fibre materials";
  a[70][2] = "  |--- Glass fibre materials";
  a[71][1] = "XX.C.18_Polyester resin";
  a[71][2] = "  |--- Polyester resin";
  a[72][1] = "XX.C.19_Painter release gear";
  a[72][2] = "  |--- Painter release gear";
  a[73][1] = "XX.C.20_Retro-reflective material";
  a[73][2] = "  |--- Retro-reflective material";
  a[74][1] = "XX.C.21_Pyrotechnic - Line throwing Appliance, Lifebuoy smoke etc";
  a[74][2] = "  |--- Pyrotechnic - Line throwing Appliance, Lifebuoy smoke etc";
  a[75][1] = "XX.C.22_Hydrostatic release units";
  a[75][2] = "  |--- Hydrostatic release units";
  a[76][1] = "XX.C.23_Rigid rescue boats";
  a[76][2] = "  |--- Rigid rescue boats";
  a[77][1] = "XX.C.24_Rigid inflatable recsue boats";
  a[77][2] = "  |--- Rigid inflatable recsue boats";
  a[78][1] = "XX.C.25_Inflatable rescue boats";
  a[78][2] = "  |--- Inflatable rescue boats";
  a[79][1] = "XX.C.26_Inflatable boats";
  a[79][2] = "  |--- Inflatable boats";
  a[80][1] = "XX.C.27_Lifejackets - inherent buoyant type";
  a[80][2] = "  |--- Lifejackets - inherent buoyant type";
  a[81][1] = "XX.C.28_Lifejackets - inflatable (adult / child) to modified CAA specification - single compartment";
  a[81][2] = "  |--- Lifejackets - inflatable (adult / child) to modified CAA specification - single compartment";
  a[82][1] = "XX.C.29_Immersion suits";
  a[82][2] = "  |--- Immersion suits";
  a[83][1] = "XX.C.30_Lifeboats - Free fall and davit launched";
  a[83][2] = "  |--- Lifeboats - Free fall and davit launched";
  a[84][1] = "XX.C.31_LSA gas inflation system";
  a[84][2] = "  |--- LSA gas inflation system";
  a[85][1] = "XX.C.32_Lifejacket material";
  a[85][2] = "  |--- Lifejacket material";
  a[86][1] = "XX.C.33_Immersion suit materials";
  a[86][2] = "  |--- Immersion suit materials";
  a[87][1] = "XX.C.34_Float-free launching appliances for survival craft";
  a[87][2] = "  |--- Float-free launching appliances for survival craft";
  a[88][1] = "XX.C.35_Public address & general emergency alarm systems";
  a[88][2] = "  |--- Public address & general emergency alarm systems";
  a[89][1] = "XX.C.36_Non-SOLAS liferafts, rescue boats and inflatable boats";
  a[89][2] = "  |--- Non-SOLAS liferafts, rescue boats and inflatable boats";
  a[90][1] = "XX.C.37_Radar reflector for liferafts";
  a[90][2] = "  |--- Radar reflector for liferafts";
  a[91][1] = "XX.D_Safety / Marine Engineering";
  a[91][2] = "Safety / Marine Engineering";
  a[92][1] = "XX.D.01_Lifeboat engines";
  a[92][2] = "  |--- Lifeboat engines";
  a[93][1] = "XX.D.02_Outboard engines";
  a[93][2] = "  |--- Outboard engines";
  a[94][1] = "XX.D.03_Lifeboat manual pumps (bilge)";
  a[94][2] = "  |--- Lifeboat manual pumps (bilge)";
  a[95][1] = "XX.D.04_Painter release mechanisms";
  a[95][2] = "  |--- Painter release mechanisms";
  a[96][1] = "XX.D.05_Fuel & lube oil flexible pipes in machinery spaces & couplings";
  a[96][2] = "  |--- Fuel & lube oil flexible pipes in machinery spaces & couplings";
  a[97][1] = "XX.D.06_Supplementary emergency lighting fitting for ro-ro passenger ships";
  a[97][2] = "  |--- Supplementary emergency lighting fitting for ro-ro passenger ships";
  a[98][1] = "XX.D.07_Launching appliances / Davits, winches";
  a[98][2] = "  |--- Launching appliances / Davits, winches";
  a[99][1] = "XX.D.08_Pilot hoists";
  a[99][2] = "  |--- Pilot hoists";
  a[100][1] = "XX.D.09_Disengaging gear lifeboat / rescue boat / liferaft etc.";
  a[100][2] = "  |--- Disengaging gear lifeboat / rescue boat / liferaft etc.";
  a[101][1] = "XX.D.10_Supplementary emergency lighting";
  a[101][2] = "  |--- Supplementary emergency lighting";
  a[102][1] = "XX.D.11_Watertight Doors";
  a[102][2] = "  |--- Watertight Doors";
  a[103][1] = "XX.D.12_Structural measuring equipment";
  a[103][2] = "  |--- Structural measuring equipment";
  a[104][1] = "XX.E_Safety / Navigation Equipment - Group 1";
  a[104][2] = "Safety / Navigation Equipment - Group 1";
  a[105][1] = "XX.E.01_Daylight signalling lamps";
  a[105][2] = "  |--- Daylight signalling lamps";
  a[106][1] = "XX.E.02_Navigation lights";
  a[106][2] = "  |--- Navigation lights";
  a[107][1] = "XX.E.03_Ship's sound signals";
  a[107][2] = "  |--- Ship's sound signals";
  a[108][1] = "XX.E.04_Sound signals (bell & gong)";
  a[108][2] = "  |--- Sound signals (bell & gong)";
  a[109][1] = "XX.E.05_Sound signal appliances";
  a[109][2] = "  |--- Sound signal appliances";
  a[110][1] = "XX.F_Safety / Navigation Equipment - Group 2";
  a[110][2] = "Safety / Navigation Equipment - Group 2";
  a[111][1] = "XX.F.01_Magnetic compasses";
  a[111][2] = "  |--- Magnetic compasses";
  a[112][1] = "XX.F.02_Gyro compasses";
  a[112][2] = "  |--- Gyro compasses";
  a[113][1] = "XX.F.03_Electromagnetic compasses";
  a[113][2] = "  |--- Electromagnetic compasses";
  a[114][1] = "XX.F.04_Echo sounders";
  a[114][2] = "  |--- Echo sounders";
  a[115][1] = "XX.F.05_Speed and distance measuring equipment";
  a[115][2] = "  |--- Speed and distance measuring equipment";
  a[116][1] = "XX.F.06_Automatic radar plotting aids";
  a[116][2] = "  |--- Automatic radar plotting aids";
  a[117][1] = "XX.F.07_Marine radar reflectors";
  a[117][2] = "  |--- Marine radar reflectors";
  a[118][1] = "XX.F.08_Liferaft radar reflectors";
  a[118][2] = "  |--- Liferaft radar reflectors";
  a[119][1] = "XX.F.09_Electronic chart systems";
  a[119][2] = "  |--- Electronic chart systems";
  a[120][1] = "XX.F.10_Radars";
  a[120][2] = "  |--- Radars";
  a[121][1] = "XX.F.11_Electronic positioning systems i.e. Deca, Loran, Omega, Global positioning systems, Differential global positioning systems";
  a[121][2] = "  |--- Electronic positioning systems i.e. Deca, Loran, Omega, Global positioning systems, Differential global positioning systems";
  a[122][1] = "XX.F.12_Automatic pilots";
  a[122][2] = "  |--- Automatic pilots";
  a[123][1] = "XX.F.13_Automatic ship identification systems";
  a[123][2] = "  |--- Automatic ship identification systems";
  a[124][1] = "XX.F.14_Integrated bridge systems";
  a[124][2] = "  |--- Integrated bridge systems";
  a[125][1] = "XX.F.15_Auto-pilot (heading control system) for high speed craft";
  a[125][2] = "  |--- Auto-pilot (heading control system) for high speed craft";
  a[126][1] = "XX.F.16_Transmitting heading device THD (GNSS method)";
  a[126][2] = "  |--- Transmitting heading device THD (GNSS method)";
  a[127][1] = "XX.F.17_Searchlight for high speed craft";
  a[127][2] = "  |--- Searchlight for high speed craft";
  a[128][1] = "XX.F.18_Night vision equipment for high speed craft";
  a[128][2] = "  |--- Night vision equipment for high speed craft";
  a[129][1] = "XX.F.19_Combined GPS/GLONASS - equipment";
  a[129][2] = "  |--- Combined GPS/GLONASS - equipment";
  a[130][1] = "XX.F.20_DGPS, DGLONASS - equipment";
  a[130][2] = "  |--- DGPS, DGLONASS - equipment";
  a[131][1] = "XX.F.21_Integrated navigation system";
  a[131][2] = "  |--- Integrated navigation system";
  a[132][1] = "XX.F.22_Radar target enhancer";
  a[132][2] = "  |--- Radar target enhancer";
  a[133][1] = "XX.F.23_Sound reception system";
  a[133][2] = "  |--- Sound reception system";
  a[134][1] = "XX.F.24_Magnetic compass for high speed craft";
  a[134][2] = "  |--- Magnetic compass for high speed craft";
  a[135][1] = "XX.F.25_Track control system for high speed craft";
  a[135][2] = "  |--- Track control system for high speed craft";
  a[136][1] = "XX.F.26_Chart facilities for shipborne radar";
  a[136][2] = "  |--- Chart facilities for shipborne radar";
  a[137][1] = "XX.F.27_Transmitting heading device THD (magnetic and gyroscopic methods)";
  a[137][2] = "  |--- Transmitting heading device THD (magnetic and gyroscopic methods)";
  a[138][1] = "XX.F.28_Thrust indicator";
  a[138][2] = "  |--- Thrust indicator";
  a[139][1] = "XX.F.29_Letaral thrust, pitch and mode indicators";
  a[139][2] = "  |--- Letaral thrust, pitch and mode indicators";
  a[140][1] = "XX.F.30_Daylight signalling lamp";
  a[140][2] = "  |--- Daylight signalling lamp";
  a[141][1] = "XX.F.31_Rate-of-turn indicator";
  a[141][2] = "  |--- Rate-of-turn indicator";
  a[142][1] = "XX.F.32_Rudder angel indicator";
  a[142][2] = "  |--- Rudder angel indicator";
  a[143][1] = "XX.F.33_Propeller revolution indicator";
  a[143][2] = "  |--- Propeller revolution indicator";
  a[144][1] = "XX.F.34_Pitch indicator";
  a[144][2] = "  |--- Pitch indicator";
  a[145][1] = "XX.F.35_Bearing device";
  a[145][2] = "  |--- Bearing device";
  a[146][1] = "XX.F.36_Bridge navigational watch alarm system (BNWAS)";
  a[146][2] = "  |--- Bridge navigational watch alarm system (BNWAS)";
  a[147][1] = "XX.F.37_Track control system (working at ship's speed from 30 knots and above)";
  a[147][2] = "  |--- Track control system (working at ship's speed from 30 knots and above)";
  a[148][1] = "XX.G_Safety / Load Line";
  a[148][2] = "Safety / Load Line";
  a[149][1] = "XX.G.01_Windows (construction)";
  a[149][2] = "  |--- Windows (construction)";
  a[150][1] = "XX.G.02_Sidescuttles (construction)";
  a[150][2] = "  |--- Sidescuttles (construction)";
  a[151][1] = "XX.G.03_Glass (strength)";
  a[151][2] = "  |--- Glass (strength)";
  a[152][1] = "XX.H_Pollution / Marpol Equipment";
  a[152][2] = "Pollution / Marpol Equipment";
  a[153][1] = "XX.H.01_Oil filtering equipment < 15 ppm";
  a[153][2] = "  |--- Oil filtering equipment < 15 ppm";
  a[154][1] = "XX.H.02_Oil water interface detectors";
  a[154][2] = "  |--- Oil water interface detectors";
  a[155][1] = "XX.H.03_Process units to upgrade existing equipment < 15 ppm";
  a[155][2] = "  |--- Process units to upgrade existing equipment < 15 ppm";
  a[156][1] = "XX.H.04_Crude oil washing machines";
  a[156][2] = "  |--- Crude oil washing machines";
  a[157][1] = "XX.H.05_Sewage treatment plant";
  a[157][2] = "  |--- Sewage treatment plant";
  a[158][1] = "XX.H.06_Oil-content meters";
  a[158][2] = "  |--- Oil-content meters";
  a[159][1] = "XX.H.07_Oil discharge monitoring and control system for an oil tanker";
  a[159][2] = "  |--- Oil discharge monitoring and control system for an oil tanker";
  a[160][1] = "XX.H.08_On board Nox monitoring and recording devices";
  a[160][2] = "  |--- On board Nox monitoring and recording devices";
  a[161][1] = "XX.H.09_On baord exhaust gas cleaning systems";
  a[161][2] = "  |--- On baord exhaust gas cleaning systems";
  a[162][1] = "XX.H.10_Equivalent methods to reduce on board NOx emissions";
  a[162][2] = "  |--- Equivalent methods to reduce on board NOx emissions";
  a[163][1] = "XX.H.11_Other technological methods to limit SOx emissions";
  a[163][2] = "  |--- Other technological methods to limit SOx emissions";
  a[164][1] = "XX.H.12_Ballast water management systems";
  a[164][2] = "  |--- Ballast water management systems";
  a[165][1] = "XX.J_Crew Accommodation";
  a[165][2] = "Crew Accommodation";
  a[166][1] = "XX.J.01_Floor coverings";
  a[166][2] = "  |--- Floor coverings";
  a[167][1] = "XX.J.02_Deck coverings";
  a[167][2] = "  |--- Deck coverings";
  a[168][1] = "XX.J.03_Underside deck coverings (deck insulation)";
  a[168][2] = "  |--- Underside deck coverings (deck insulation)";
  a[169][1] = "XX.J.04_Shower mixing valves";
  a[169][2] = "  |--- Shower mixing valves";
  a[170][1] = "XX.J.05_Sidescuttles and windows";
  a[170][2] = "  |--- Sidescuttles and windows";
  a[171][1] = "XX.J.06_Vacuum discharge piping systems";
  a[171][2] = "  |--- Vacuum discharge piping systems";
  a[172][1] = "XX.J.07_Thermostatic mixing valves";
  a[172][2] = "  |--- Thermostatic mixing valves";
  a[173][1] = "XX.J.08_Plant used to produce drinking and / or fresh water";
  a[173][2] = "  |--- Plant used to produce drinking and / or fresh water";
  a[174][1] = "XX.K_Radio-communication Equipment";
  a[174][2] = "Radio-communication Equipment";
  a[175][1] = "XX.K.01_VHF EPIRB";
  a[175][2] = "  |--- VHF EPIRB";
  a[176][1] = "XX.K.02_Radio reserve sources of energy";
  a[176][2] = "  |--- Radio reserve sources of energy";
  a[177][1] = "XX.K.03_Inmarsat-F SES";
  a[177][2] = "  |--- Inmarsat-F SES";
  a[178][1] = "XX.K.04_Distress panel";
  a[178][2] = "  |--- Distress panel";
  a[179][1] = "XX.K.05_Distress alert or alert panel";
  a[179][2] = "  |--- Distress alert or alert panel";
  a[180][1] = "XX.K.06_Ship security alert system";
  a[180][2] = "  |--- Ship security alert system";
  a[181][1] = "XX.L_Bulk Carrier Safety Equipment";
  a[181][2] = "Bulk Carrier Safety Equipment";
  a[182][1] = "XX.L.01_Loading instrument";
  a[182][2] = "  |--- Loading instrument";
  a[183][1] = "XX.L.02_Water level detectors on bulk carriers";
  a[183][2] = "  |--- Water level detectors on bulk carriers";

  for (var i = 0; i <= 183; i++) {
    if (i==0)
      NeuerEintrag = new Option(a[i][2],a[i][1],true,true);
    else
      NeuerEintrag = new Option(a[i][2],a[i][1],false,false);
    document.Formular.Gruppen.options[document.Formular.Gruppen.length] = NeuerEintrag;
  }
  document.Formular.Gruppen.selectedIndex = 0;
}




