Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/guava/tbl/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 1.1.2025 mit Größe 171 kB image not shown  

SSL codes3.g   Sprache: unbekannt

 
Untersuchungsergebnis.g Download desUnknown {[0] [0] [0]}zum Wurzelverzeichnis wechseln

#############################################################################
##  
#A  codes3.g                GUAVA library                   Reinald Baart
#A                                                       & Jasper Cramwinckel
#A                                                          & Erik Roijackers
##  
#Y  Copyright (C)  1994,  Vakgroep Algemene Wiskunde,  T.U. Delft,  Nederland
## 
#H  CJ, 17 May 2006
#H  Updated lower- and upper-bounds of minimum distance for GF(2),
#H  GF(3) and GF(4) codes. (Brouwer's table as of 11 May 2006)
#H 
#H  $Log: codes3.g,v $
#H  Revision 1.1.1.1  1998/03/19 17:31:39  lea
#H  Initial version of GUAVA for GAP4.  Development still under way.
#H  Lea Ruscio 19/3/98
#H
#H 
#H  Revision 1.2  1997/01/20 15:34:15  werner
#H  Upgrade from Guava 1.2 to Guava 1.3 for GAP release 3.4.4.
#H 
#H  Revision 1.1  1994/11/10  14:29:23  rbaart
#H  Initial revision
#H 
##  
YouWantThisCode := function(n, k, d, ref)
 if IsList( GUAVA_TEMP_VAR ) and GUAVA_TEMP_VAR[1] = false then
  Add( GUAVA_TEMP_VAR, [n, k, d, ref] );
 fi;
 return [n, k] = GUAVA_TEMP_VAR;
end;

if YouWantThisCode(  12,   6,   6, "QR" ) then
    GUAVA_TEMP_VAR := [ExtendedTernaryGolayCode,[]];
fi;
if YouWantThisCode(  14,   7,   6, "QR" ) then
    GUAVA_TEMP_VAR := [ExtendedCode, [[QRCode, [13, 3]]]];
fi;
if YouWantThisCode(  14,   8,   5, "NBC" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  15,   6,   7, "Li1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  16,   5,   9, "HN" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  23,   7,  12, "Bou" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  24,  12,   9, "QR" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  25,  10,  10, "BE3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  27,  16,   7, "EB3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  28,   8,  15, "NBC" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  28,  14,   9, "KP" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  28,  20,   6, "KP" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  29,   5,  18, "vE0" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  29,  16,   8, "EB3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  30,  10,  13, "GuB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  31,   7,  17, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  31,   9,  15, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  32,   4,  21, "Bel" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  33,  10,  15, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  34,   5,  21, "vE0" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  34,   8,  18, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  34,  22,   7, "EB3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  35,   7,  19, "KP" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  35,  21,   8, "EB3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  36,   6,  21, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  36,   9,  18, "KP" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  36,  18,  12, "Ple" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  37,   7,  20, "Bo1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  38,   5,  24, "BB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  40,  10,  19, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  40,  12,  18, "KP" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  40,  20,  12, "Be" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  40,  24,   9, "KP" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  41,   8,  22, "KP" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  41,   9,  21, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  41,  33,   5, "BCH" ) then
 GUAVA_TEMP_VAR := [BCHCode, [41, 2, 3]];
fi;
if YouWantThisCode(  42,   7,  24, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  42,  29,   7, "EB3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  43,  25,   9, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  44,   6,  27, "Bo1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  44,  11,  21, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  44,  29,   8, "BE3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  45,   9,  24, "KP" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  46,   7,  26, "BKW" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  46,  12,  21, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  47,   5,  30, "vE1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  48,  10,  24, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  48,  11,  22, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  48,  24,  15, "QR" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  49,   5,  31, "BB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  49,   6,  30, "Gu1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  49,   7,  28, "GuB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  49,   8,  27, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  49,  13,  21, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  49,  14,  20, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  52,   7,  30, "CG" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  52,  10,  27, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  52,  26,  15, "GaO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  53,  16,  21, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  53,  17,  20, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  53,  39,   7, "EB3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  54,   8,  30, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  54,   9,  28, "GB1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  54,  14,  24, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  56,   6,  36, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  56,   7,  33, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  56,   8,  31, "Gu2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  56,  12,  27, "ARS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  56,  18,  21, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  56,  50,   4, "Hi1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  57,  15,  24, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  57,  16,  23, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  57,  20,  20, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  58,  10,  30, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  59,  16,  24, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  60,   7,  36, "BKW" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  60,  14,  27, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  60,  30,  18, "QR" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  61,   5,  39, "vE0" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  61,  15,  26, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  61,  17,  24, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  61,  21,  21, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  61,  41,  10, "Glo" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  62,  11,  32, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  62,  12,  30, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  62,  33,  13, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  63,   6,  39, "Gu1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  64,   8,  37, "BKW" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  64,  32,  18, "Be" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  64,  38,  12, "D1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  65,   5,  42, "HN" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  65,   7,  39, "GO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  65,   9,  36, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  65,  17,  27, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  66,  12,  33, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  66,  21,  24, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  67,   6,  42, "Ha" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  68,  16,  30, "ARS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  68,  18,  27, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  68,  23,  23, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  68,  45,  11, "Glo" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  69,   5,  45, "vEH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  69,  11,  36, "Bou" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,   7,  42, "Gu2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,   9,  39, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,  23,  24, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  71,  12,  36, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  71,  17,  30, "ASR" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  72,   6,  45, "Gu1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  72,   7,  43, "GO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  72,   8,  42, "Gu2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  72,  36,  18, "QR" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  74,   5,  48, "BB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  74,  37,  18, "QR" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  76,   6,  48, "Bo3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  76,  38,  18, "GaO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  80,  18,  36, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  80,  24,  30, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  81,   7,  51, "XBC" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  81,   9,  48, "BE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  81,  11,  45, "XBC" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  81,  20,  32, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  81,  25,  26, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  81,  50,  14, "XBC" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  81,  56,  11, "XBC" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  82,  16,  42, "NBC" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  82,  66,   8, "BE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  83,  56,  12, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  84,  19,  36, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  84,  20,  34, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  84,  25,  28, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  84,  27,  26, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  84,  42,  21, "GaO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,   7,  54, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  13,  45, "BEx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  22,  32, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  23,  31, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  50,  15, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  64,   9, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  70,   7, "BE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  74,   6, "BE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  86,   9,  50, "BE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  86,  11,  47, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  86,  15,  44, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  86,  46,  17, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  86,  54,  14, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  86,  55,  13, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  86,  60,  11, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  86,  77,   5, "BE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  87,   5,  57, "HHY" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  87,  18,  38, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  87,  20,  36, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  87,  23,  32, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  87,  58,  12, "X6" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  87,  70,   8, "BE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  88,  15,  45, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  88,  16,  44, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  88,  27,  28, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  88,  30,  26, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  88,  31,  25, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  88,  44,  21, "GaO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  88,  49,  16, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  88,  63,  10, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  89,  12,  47, "BE3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  89,  23,  33, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  89,  53,  15, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  89,  56,  14, "X6u" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  89,  67,   9, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,   6,  57, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  14,  46, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  16,  45, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  20,  37, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  22,  36, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  49,  17, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  50,  16, "X6" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  60,  12, "X6" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  63,  11, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  71,   8, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  91,   5,  60, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  91,   9,  54, "dB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  91,  11,  51, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  91,  12,  48, "BE3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  91,  19,  38, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  91,  24,  33, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  92,   7,  57, "X3a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  92,  14,  47, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  92,  15,  46, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  92,  18,  42, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  92,  30,  28, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  92,  33,  26, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  92,  55,  15, "X6u" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  92,  66,  10, "Ed2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  92,  69,   9, "X6u" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  92,  76,   7, "EB3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  93,  51,  17, "X6u" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  93,  62,  12, "X6" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  93,  65,  11, "X6u" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  94,   6,  60, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  94,  14,  48, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  94,  15,  47, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  94,  23,  36, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  94,  53,  16, "X6" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  94,  56,  15, "X6u" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  95,  12,  51, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  95,  20,  40, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  95,  83,   6, "EB3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,   7,  60, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,   8,  57, "GB1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  15,  48, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  16,  47, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  19,  41, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  36,  26, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  48,  24, "ACG" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  53,  17, "X6u" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  97,  11,  53, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  97,  13,  51, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  97,  21,  39, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  97,  22,  38, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  97,  68,  11, "Ed2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  98,   6,  63, "Gu1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  98,  16,  48, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  98,  17,  45, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  98,  19,  42, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  98,  23,  37, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  99,   9,  57, "GB1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  99,  11,  54, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  99,  50,  19, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  99,  55,  17, "X6u" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  99,  59,  15, "X6u" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  99,  75,   9, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,   5,  66, "Bel" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,   7,  63, "EB1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,   8,  60, "GO2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,  10,  55, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,  18,  45, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,  24,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,  36,  28, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,  54,  18, "D1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,  58,  16, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 101,  12,  53, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 101,  15,  51, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 101,  19,  43, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 101,  50,  20, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 101,  56,  17, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,  49,  21, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 103,  10,  57, "MTS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 103,  16,  51, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 103,  34,  34, "Glo" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 103,  53,  19, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 103,  69,  14, "Glo" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 103,  90,   6, "EB3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,   5,  69, "Bel" ) then
    GUAVA_TEMP_VAR := [BCHCode, [104,0,66,3]];
fi;
if YouWantThisCode( 104,   7,  66, "GO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,   9,  60, "DGM" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  11,  56, "BET" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  13,  54, "ARS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  18,  48, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  20,  43, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  24,  38, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  27,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  35,  33, "Glo" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  36,  30, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  39,  28, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  43,  26, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  49,  22, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,   8,  63, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,  14,  53, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,  19,  45, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,  22,  42, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,  23,  41, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,  51,  21, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 106,  10,  59, "MTS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 107,  14,  54, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 107,  15,  53, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 107,  17,  49, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,   7,  69, "EB1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,   9,  63, "GB1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  11,  58, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  12,  57, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  16,  52, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  20,  45, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  27,  38, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  30,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  36,  32, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  39,  30, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  46,  26, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  49,  24, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  52,  22, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  56,  20, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  57,  19, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  61,  18, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  65,  16, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  71,  14, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  91,   7, "EB3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 109,  15,  54, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 109,  24,  41, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 109,  82,  10, "LX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,   8,  66, "GO2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  10,  62, "MTS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  21,  45, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  23,  42, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  92,   7, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 111,  16,  54, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 111,  18,  51, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,   7,  72, "EB1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  12,  60, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  13,  58, "ARS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  14,  57, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  19,  50, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  22,  45, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  24,  42, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  25,  41, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  27,  40, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  30,  38, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  33,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  36,  34, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  39,  32, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  42,  30, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  46,  28, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  49,  26, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  52,  24, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  55,  22, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  59,  20, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  71,  15, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  74,  14, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,   5,  75, "Bel" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,   8,  68, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,  23,  43, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,  61,  19, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,  65,  18, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,  80,  12, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 114,   6,  73, "Gu1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 114,  34,  35, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 114,  37,  33, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 114,  43,  30, "XBZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 114,  47,  27, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 114,  56,  22, "XBZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 114,  72,  15, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 114,  75,  14, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,   8,  69, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  11,  63, "Bou" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  24,  43, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  25,  42, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  26,  41, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  28,  40, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  31,  38, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  40,  32, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  44,  29, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  50,  26, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  51,  25, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  53,  24, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  81,  12, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 116,  23,  45, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 116,  47,  28, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 117,  25,  43, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 117,  44,  30, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 117,  49,  27, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  22,  48, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  24,  45, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  27,  42, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  30,  40, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  33,  38, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  36,  36, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  39,  34, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  42,  32, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  46,  29, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  48,  28, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  52,  26, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  53,  25, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  75,  15, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  80,  13, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 119,  25,  44, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 119,  26,  43, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 119,  34,  37, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 119,  40,  33, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,   6,  78, "Gu1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,   7,  75, "GO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  12,  66, "ARS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  28,  42, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  44,  31, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  46,  30, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  51,  27, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  53,  26, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  57,  24, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,   5,  81, "sim" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  10,  72, "dB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  15,  63, "BCH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  20,  57, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  23,  48, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  24,  46, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  25,  45, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  26,  44, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  27,  43, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  34,  38, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  40,  34, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  43,  32, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  48,  29, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  50,  28, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  61,  23, "BCH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  66,  21, "BCH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  81,  14, "BCH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121, 116,   3, "Ham" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  22,  51, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  29,  42, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  32,  41, "NBC" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  33,  39, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  36,  37, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  39,  35, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  42,  33, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  56,  25, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  67,  20, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  76,  17, "XBC" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  92,  11, "NBC" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122, 102,   8, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122, 112,   5, "NBC" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 123,  16,  63, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 123,  21,  57, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 123,  25,  46, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 123,  26,  45, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 123,  27,  44, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 123,  46,  31, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,   6,  81, "Bo1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,   8,  75, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  24,  48, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  29,  43, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  36,  38, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  39,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  42,  34, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  54,  27, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  56,  26, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  12,  68, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  26,  46, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  27,  45, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  31,  42, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  33,  41, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  35,  39, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  38,  37, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  41,  35, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  44,  33, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  50,  30, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  51,  29, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  53,  28, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  61,  24, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  68,  21, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  79,  16, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  81,  15, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  97,  10, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,   9,  73, "GB1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  11,  72, "Br2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  13,  66, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  25,  48, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  29,  44, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  72,  19, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  78,  17, "BE3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  91,  12, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126, 101,   9, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,   7,  81, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  12,  69, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  15,  65, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  26,  47, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  27,  46, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  31,  43, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  34,  41, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  66,  23, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  71,  20, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  76,  18, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  88,  13, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,   8,  78, "GO2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  24,  50, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  29,  45, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  33,  42, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  36,  40, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  37,  39, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  39,  38, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  40,  37, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  42,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  43,  35, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  45,  34, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  49,  32, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  57,  27, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  61,  25, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 129,  16,  65, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 129,  26,  48, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 129,  27,  47, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 129,  31,  44, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 129,  35,  41, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 129,  47,  33, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 129,  67,  23, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 129,  71,  21, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,   6,  84, "Bo1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,   9,  76, "DGM" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  10,  74, "DG4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  24,  51, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  25,  50, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  29,  46, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  33,  43, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  54,  30, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  57,  28, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  61,  26, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  65,  24, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  69,  22, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  81,  17, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 131,  20,  63, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 131,  27,  48, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 131,  31,  45, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 131,  84,  16, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  10,  75, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  15,  69, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  21,  60, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  23,  57, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  24,  52, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  25,  51, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  26,  50, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  29,  47, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  33,  44, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  36,  42, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  37,  41, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  39,  40, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  42,  38, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  45,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  46,  35, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  52,  32, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  69,  23, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  80,  18, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 133,   7,  84, "GO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 133,   8,  81, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 133,  31,  46, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 133,  35,  43, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 133,  61,  27, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 133,  65,  25, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 133,  74,  21, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 133,  76,  20, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 134,   6,  87, "Bo3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 134,  11,  75, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 134,  16,  69, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 134,  25,  52, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 134,  26,  51, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 134,  27,  50, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 134,  33,  45, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 134,  79,  19, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,   9,  78, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  13,  72, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  21,  61, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  22,  60, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  24,  54, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  30,  48, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  31,  47, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  58,  30, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  65,  26, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  69,  24, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,   7,  86, "GO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  25,  53, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  26,  52, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  27,  51, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  29,  49, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  33,  46, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  34,  45, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  36,  44, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  37,  43, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  39,  42, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  42,  40, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  45,  38, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  48,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  49,  35, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  52,  34, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  55,  32, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  72,  23, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  74,  22, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  86,  17, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 137,  31,  48, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 137,  32,  47, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,   6,  90, "Bo3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  11,  78, "Bou" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  15,  71, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  18,  66, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  24,  55, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  25,  54, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  26,  53, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  27,  52, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  28,  51, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  29,  50, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  78,  21, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,  31,  49, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,  70,  25, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,  86,  18, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,  91,  16, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,   8,  87, "Koh" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,   9,  82, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  15,  72, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  25,  55, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  26,  54, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  27,  53, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  28,  52, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  29,  51, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  33,  48, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  34,  47, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  36,  46, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  39,  44, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  42,  42, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  45,  40, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  48,  38, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  55,  34, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  58,  32, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  59,  31, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  62,  30, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  66,  28, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  69,  26, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  73,  24, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  82,  20, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  95,  15, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140, 111,  10, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 141,   7,  90, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 141,  10,  81, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 141,  16,  71, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 141,  19,  66, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 141,  20,  65, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 141,  22,  63, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 141,  23,  60, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 141,  31,  50, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 141,  32,  49, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 141,  76,  23, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 142,  14,  73, "MTS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 142,  18,  69, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 142,  25,  56, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 142,  26,  55, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 142,  29,  52, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 142,  63,  30, "XBZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 142,  67,  28, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 142,  79,  22, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 142,  86,  19, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 143,   9,  84, "DGM" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 143,  16,  72, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 143,  28,  54, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 143,  31,  51, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,   6,  93, "Gu1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,   8,  90, "GO2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  13,  78, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  15,  73, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  24,  60, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  26,  56, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  27,  55, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  33,  50, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  34,  49, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  36,  48, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  39,  46, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  42,  44, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  45,  42, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  48,  40, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  51,  38, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  55,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  58,  34, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  61,  32, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  66,  29, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144,  70,  27, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 144, 130,   6, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 145,  14,  75, "MTS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 145,  25,  58, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 145,  29,  54, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 145,  31,  52, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 145,  32,  51, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 145,  63,  31, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 145,  73,  26, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 145,  75,  25, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 145,  84,  21, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 146,   9,  85, "Zwa" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 146,  12,  82, "ARS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 146,  15,  74, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 146,  21,  64, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 146,  26,  57, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 146,  27,  56, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 146,  28,  55, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 146,  66,  30, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 146,  70,  28, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 146,  78,  24, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 147,   7,  93, "GO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 147,  16,  73, "X6a" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 147,  30,  54, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 147,  31,  53, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 147,  93,  18, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,   6,  96, "Bo3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  14,  77, "MTS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  15,  75, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  18,  72, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  27,  57, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  28,  56, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  29,  55, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  33,  52, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  34,  51, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  36,  50, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  39,  48, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  42,  46, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  45,  44, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  48,  42, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  51,  40, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  58,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  61,  34, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  64,  32, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  82,  23, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 148,  89,  20, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 149,  20,  71, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 149,  31,  54, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 149,  32,  53, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 149,  70,  29, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 149,  85,  22, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 149, 100,  16, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 150,   8,  93, "GO2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 150,   9,  88, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 150,  10,  87, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 150,  11,  84, "MTS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 150,  14,  78, "MTS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 150,  22,  66, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 150,  26,  60, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 150,  29,  56, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 150,  67,  31, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 150,  69,  30, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 150,  73,  28, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 150,  75,  27, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 151,  31,  55, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 151,  78,  26, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 151,  80,  25, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 151,  94,  19, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 152,   6,  99, "Bo3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 152,  18,  73, "Da0" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 152,  19,  72, "Da0" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 152,  33,  54, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 152,  34,  53, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 152,  36,  52, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 152,  39,  50, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 152,  42,  48, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 152,  45,  46, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 152,  48,  44, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 152,  51,  42, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 152,  54,  40, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 152,  58,  38, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 152,  61,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 152,  64,  34, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 152,  67,  32, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 153,  11,  86, "MTS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 153,  13,  84, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 153,  16,  78, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 153,  28,  60, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 153,  40,  49, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 153,  43,  47, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 153,  46,  45, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 153,  49,  43, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 153,  52,  41, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 153,  59,  37, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 153,  84,  24, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 153,  91,  21, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 154,   5, 102, "Bel" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 154,   7,  99, "GO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 154,  33,  55, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 154,  34,  54, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 154,  37,  52, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 154,  38,  51, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 154,  55,  40, "XBZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 154,  56,  39, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 154,  63,  35, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 154,  65,  34, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 155,  36,  53, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 155,  40,  50, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 155,  43,  48, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 155,  46,  46, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 155,  49,  44, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 155,  52,  42, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 155,  59,  38, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 155,  71,  31, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 155,  73,  30, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 155,  75,  29, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 155,  88,  23, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,   6, 102, "Bo3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,   8,  96, "GO2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  12,  87, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  17,  78, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  33,  56, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  34,  55, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  38,  52, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  42,  49, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  45,  47, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  48,  45, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  51,  43, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  54,  41, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  56,  40, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  61,  37, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  63,  36, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  68,  33, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  70,  32, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  78,  28, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  80,  27, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 156,  96,  20, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 157,  22,  72, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 157,  25,  69, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 157,  36,  54, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 157,  40,  51, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 157,  83,  26, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 157,  92,  22, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 157, 102,  18, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 158,   5, 105, "Bel" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 158,  33,  57, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 158,  34,  56, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 158,  38,  53, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 158,  42,  50, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 158,  45,  48, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 158,  48,  46, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 158,  51,  44, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 158,  54,  42, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 158,  59,  39, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 158,  61,  38, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 158,  66,  35, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 158,  68,  34, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 158,  86,  25, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 159,  31,  62, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 159,  36,  55, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 159,  40,  52, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 159,  44,  49, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 159,  47,  47, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 159,  50,  45, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 159,  53,  43, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 159,  58,  40, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 159,  65,  36, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 160,   6, 105, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 160,   8,  99, "GO2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 160,  10,  96, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 160,  12,  90, "ARS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 160,  14,  87, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 160,  16,  84, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 160,  19,  78, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 160,  21,  75, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 160,  33,  58, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 160,  34,  57, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 160,  38,  54, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
--> --------------------

--> maximum size reached

--> --------------------

[ zur Elbe Produktseite wechseln0.155Quellennavigators  ]