Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  codes4.g   Sprache: unbekannt

 
#############################################################################
##  
#A  codes4.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: codes4.g,v $
#H  Revision 1.1.1.1  1998/03/19 17:31:41  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:25  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(   6,   3,   4, "QR" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  12,   6,   6, "QR" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  17,   4,  12, "BCH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  17,  13,   4, "ovo" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  18,   6,  10, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  18,   9,   8, "MOS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  20,  10,   8, "QR" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  20,  13,   6, "EB3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  21,  12,   7, "KPm" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  21,  15,   5, "KPm" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  24,   5,  16, "Li1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  24,   7,  13, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  26,   6,  16, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  26,  16,   7, "EB3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  27,   8,  14, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  27,   9,  13, "GuB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  27,  19,   6, "EB3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  28,   4,  20, "GH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  28,   6,  17, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  28,   7,  16, "GuB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  30,   5,  20, "KPq" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  30,   8,  16, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  30,   9,  15, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  30,  10,  14, "Da4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  30,  11,  13, "DG5" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  30,  15,  12, "QR" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  31,   4,  22, "GH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  32,   6,  20, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  32,   7,  19, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  32,  16,  11, "Du3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  33,   5,  22, "Bo1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  33,  10,  16, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  33,  11,  15, "DG" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  34,   9,  18, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  34,  13,  14, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  35,   6,  22, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  36,   8,  20, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  36,   9,  19, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  36,  12,  16, "DG" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  36,  18,  12, "GaO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  36,  24,   8, "Zi" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  38,   9,  20, "Bou" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  38,  10,  19, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  38,  19,  12, "QR" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  39,   7,  24, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  39,  12,  18, "KPm" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  39,  13,  17, "BMP" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  39,  21,  11, "KPm" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  39,  24,   9, "KPm" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  40,   5,  28, "KPq" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  41,  36,   4, "IN" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  42,   6,  28, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  42,   9,  23, "Ayd" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  42,  10,  22, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  42,  12,  20, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  42,  14,  18, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  42,  15,  17, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  42,  17,  16, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  42,  31,   7, "Zi" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  43,   5,  30, "Liz" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  43,  36,   5, "KPc" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  44,   8,  27, "Zi" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  44,  22,  14, "QR" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  45,   7,  28, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  45,  15,  18, "DG5" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  45,  16,  17, "GW1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  46,   5,  32, "Liz" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  46,  11,  24, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  46,  12,  22, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  46,  14,  20, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  46,  23,  14, "GaO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  48,   6,  32, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  48,  12,  23, "DG" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  48,  24,  14, "GaO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  49,   4,  36, "GH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  50,  10,  27, "Da4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  50,  28,  12, "D1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  51,   5,  36, "Bou" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  51,  13,  24, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  51,  18,  19, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  51,  35,   9, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  51,  37,   8, "LX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  51,  42,   6, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  52,   7,  33, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  52,   9,  32, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  52,  12,  25, "DG5" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  52,  17,  22, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  53,   6,  36, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  54,  27,  16, "GaO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  54,  39,   8, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  55,  10,  31, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  55,  11,  29, "DG" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  56,   5,  40, "BKW" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  57,   9,  34, "YC" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  57,  18,  24, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  57,  34,  12, "D1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  58,  10,  32, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  60,   9,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  60,  13,  30, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  60,  16,  28, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  62,  31,  18, "GaO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  62,  32,  15, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  63,  13,  32, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  63,  14,  31, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  63,  18,  28, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  64,  16,  30, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  64,  20,  27, "XBC" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  64,  36,  14, "XBC" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  64,  54,   6, "XBC" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  65,   8,  44, "BCH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  65,  12,  36, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  65,  27,  23, "BCH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  65,  28,  19, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  65,  46,  10, "BCH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  65,  57,   5, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  66,  15,  32, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  67,   5,  48, "Bou" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  67,  13,  35, "MTS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  67,  18,  30, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  67,  20,  28, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  67,  26,  24, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  67,  29,  19, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  67,  36,  15, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  67,  45,  11, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  68,  15,  33, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  68,  28,  21, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  68,  34,  18, "GaO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  68,  39,  14, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  68,  48,  10, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  69,  13,  36, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  69,  19,  29, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  69,  23,  27, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  69,  25,  25, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  69,  27,  24, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  69,  41,  13, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  69,  44,  12, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  69,  50,   9, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,   4,  52, "Bel" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,   5,  50, "BKW" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,   7,  48, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,   9,  44, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,  11,  40, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,  12,  38, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,  14,  35, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,  15,  34, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,  16,  33, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,  18,  31, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,  29,  21, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,  30,  20, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,  31,  19, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,  35,  18, "GaO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,  38,  15, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,  47,  11, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  70,  57,   7, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  71,  22,  28, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  71,  24,  27, "BET" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  71,  28,  23, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  72,   8,  48, "BET" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  72,  14,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  72,  20,  30, "Tol" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  72,  26,  26, "Tol" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  72,  27,  25, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  72,  36,  18, "GaO" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  72,  42,  14, "Tol" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  72,  46,  12, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  72,  51,  10, "Tol" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  72,  56,   8, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  73,  23,  28, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  73,  29,  23, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  73,  30,  22, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  73,  44,  13, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  73,  53,   9, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  74,  20,  31, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  74,  26,  27, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  74,  28,  24, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  74,  41,  15, "BET" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  74,  50,  11, "BET" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  75,   4,  56, "Bel" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  75,  11,  44, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  75,  13,  40, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  75,  16,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  75,  31,  22, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  75,  34,  20, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  75,  37,  18, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  75,  44,  14, "BET" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  76,  22,  30, "BET" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  76,  25,  28, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  76,  27,  27, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  76,  29,  24, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  76,  30,  23, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  76,  33,  21, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  76,  39,  17, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  77,   7,  52, "BET" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  77,   8,  50, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  77,  23,  29, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  77,  28,  25, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  77,  52,  11, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  78,   6,  56, "Hi" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  78,  12,  44, "Ayd" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  78,  22,  31, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  78,  26,  28, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  78,  33,  22, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  78,  34,  21, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  78,  39,  18, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  79,  19,  36, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  79,  29,  25, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  79,  47,  14, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  79,  49,  13, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  80,   8,  52, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  80,  11,  48, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  80,  22,  32, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  80,  23,  31, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  80,  27,  28, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  80,  28,  27, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  80,  32,  24, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  80,  33,  23, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  80,  38,  20, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  80,  45,  16, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  81,  25,  30, "X6u" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  81,  29,  26, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  81,  43,  17, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  81,  70,   6, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  82,  26,  29, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  82,  31,  25, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  82,  36,  22, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  83,  23,  32, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  83,  25,  31, "XX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  83,  43,  18, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  84,  27,  29, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,   6,  60, "BCH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,   8,  56, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  14,  48, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  15,  45, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  16,  44, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  17,  43, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  18,  42, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  19,  40, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  22,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  23,  33, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  24,  32, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  26,  31, "BCH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  30,  28, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  32,  26, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  33,  25, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  36,  24, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  38,  22, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  42,  20, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  49,  16, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  58,  12, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  63,  10, "BCH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  64,   9, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  85,  81,   3, "Ham" ) then
    GUAVA_TEMP_VAR := [ HammingCode, [ 4, 4 ]];
fi;
if YouWantThisCode(  86,   9,  54, "Da" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  86,  11,  52, "XBZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  86,  28,  29, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  86,  31,  27, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  86,  37,  23, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  86,  40,  21, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  86,  51,  15, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  86,  53,  14, "XBC" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  87,  19,  41, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  87,  24,  33, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  87,  27,  31, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  87,  33,  26, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  87,  43,  20, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  87,  48,  17, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  87,  56,  13, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  88,   5,  64, "Bou" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  88,  20,  38, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  88,  23,  35, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  88,  26,  32, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  88,  31,  28, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  88,  40,  22, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  88,  47,  18, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  89,  19,  42, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  89,  21,  37, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  89,  25,  33, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  89,  29,  30, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  89,  30,  29, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  89,  33,  27, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  89,  36,  25, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  89,  46,  19, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  89,  52,  16, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  89,  63,  11, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,   6,  64, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,   8,  58, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,   9,  56, "BZx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  13,  50, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  16,  46, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  18,  44, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  23,  36, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  24,  35, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  27,  32, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  39,  24, "Tol" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  40,  23, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  67,  10, "X" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  90,  73,   8, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  91,   7,  61, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  91,  11,  54, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  91,  15,  48, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  91,  20,  40, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  91,  22,  37, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  91,  29,  31, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  91,  33,  28, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  91,  36,  26, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  91,  44,  21, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  91,  46,  20, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  92,  21,  39, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  92,  24,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  92,  25,  35, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  92,  27,  33, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  92,  31,  30, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  93,  16,  48, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  93,  18,  46, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  93,  19,  44, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  93,  22,  38, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  93,  23,  37, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  93,  29,  32, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  93,  33,  29, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  93,  36,  27, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  93,  39,  25, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  93,  44,  22, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  94,   5,  68, "Bou" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  94,  11,  56, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  94,  13,  53, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  94,  25,  36, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  94,  26,  35, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  94,  27,  34, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  94,  31,  31, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  94,  54,  17, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  94,  58,  15, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  94,  70,  10, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  95,   8,  62, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  95,   9,  59, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  95,  10,  58, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  95,  12,  54, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  95,  14,  52, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  95,  15,  51, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  95,  29,  33, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  95,  36,  28, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  95,  39,  26, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  95,  51,  19, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  95,  53,  18, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  95,  73,   9, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,   7,  64, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  17,  48, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  19,  45, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  21,  42, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  22,  40, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  23,  39, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  24,  38, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  26,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  31,  32, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  34,  30, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  44,  24, "Tol" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  50,  20, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  58,  16, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  96,  62,  14, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  97,   6,  68, "Koh" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  97,  28,  35, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  97,  29,  34, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  97,  36,  29, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  97,  39,  27, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  97,  49,  21, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  98,   8,  64, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  98,  15,  52, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  98,  18,  48, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  98,  34,  31, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  98,  43,  25, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  98,  66,  13, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  99,   5,  72, "BKW" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  99,  17,  50, "GW1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  99,  24,  40, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  99,  32,  33, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  99,  39,  28, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode(  99,  49,  22, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,  11,  60, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,  19,  48, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,  21,  45, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,  23,  42, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,  26,  39, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,  29,  36, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,  30,  35, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,  34,  32, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,  37,  30, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 100,  43,  26, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 101,  17,  51, "XBZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 101,  25,  40, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 101,  27,  38, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 101,  28,  37, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 101,  32,  34, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 101,  39,  29, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,   6,  72, "BKW" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,  10,  64, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,  12,  60, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,  15,  54, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,  16,  53, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,  18,  50, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,  20,  48, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,  22,  44, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,  34,  33, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,  37,  31, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,  43,  27, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,  49,  24, "Tol" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,  57,  19, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,  59,  18, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,  61,  17, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 102,  74,  12, "Tol" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 103,  24,  42, "XBZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 103,  26,  40, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 103,  31,  36, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 103,  32,  35, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 103,  47,  25, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 103,  56,  20, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,   7,  71, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  28,  39, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  29,  38, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  37,  32, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  40,  30, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  43,  28, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  50,  24, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  55,  21, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  65,  16, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  67,  15, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 104,  75,  12, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,   8,  68, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,  15,  56, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,  18,  52, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,  21,  48, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,  24,  43, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,  25,  42, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,  26,  41, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,  31,  37, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,  35,  34, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,  47,  26, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 105,  54,  22, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 106,  28,  40, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 106,  33,  36, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 106,  37,  33, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 106,  40,  31, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 106,  43,  29, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 106,  53,  23, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 106,  94,   6, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 107,  17,  54, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 107,  19,  51, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 107,  30,  39, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 107,  31,  38, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 107,  35,  35, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 107,  47,  27, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 107,  72,  14, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,   6,  76, "BKW" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  24,  45, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  25,  44, "DNX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  26,  43, "DNX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  27,  42, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  28,  41, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  33,  37, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  40,  32, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  43,  30, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  53,  24, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 108,  90,   8, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 109,  23,  49, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 109,  30,  40, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 109,  38,  34, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 109,  47,  28, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 109,  52,  25, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,   8,  72, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  15,  60, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  17,  56, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  20,  51, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  24,  46, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  25,  45, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  26,  44, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  27,  43, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  32,  39, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  36,  36, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  40,  33, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  43,  31, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  62,  20, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  64,  19, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 110,  77,  13, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 111,  29,  42, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 111,  30,  41, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 111,  34,  38, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 111,  38,  35, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 111,  47,  29, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 111,  52,  26, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 111,  61,  21, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 111,  67,  18, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 111,  69,  17, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 111,  83,  11, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 111,  92,   8, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,   7,  76, "DG5" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  19,  55, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  21,  51, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  32,  40, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  36,  37, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  43,  32, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  51,  27, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  60,  22, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 112,  89,   9, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,  14,  68, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,  27,  45, "DNX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,  28,  44, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,  29,  43, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,  34,  39, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,  38,  36, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,  41,  34, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,  47,  30, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,  59,  23, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,  73,  16, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 113,  99,   7, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 114,   9,  74, "Bou" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 114,  31,  42, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 114,  32,  41, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 114,  36,  38, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 114,  51,  28, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 114,  58,  24, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 114, 105,   5, "Bou" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,   5,  84, "Gu3" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,   8,  76, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  10,  72, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  15,  64, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  17,  60, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  22,  52, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  26,  48, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  27,  46, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  28,  45, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  41,  35, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  44,  33, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  47,  31, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  57,  25, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 115,  77,  15, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 116,  21,  54, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 116,  23,  51, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 116,  25,  49, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 116,  30,  44, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 116,  31,  43, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 116,  35,  40, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 116,  39,  37, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 116,  51,  29, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 117,   6,  84, "Bou" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 117,   7,  80, "Gu" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 117,  24,  50, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 117,  33,  42, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 117,  37,  39, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 117,  41,  36, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 117,  44,  34, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 117,  47,  32, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 117,  57,  26, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,   4,  88, "Bel" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  19,  60, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  30,  45, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  35,  41, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  39,  38, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  51,  30, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  56,  27, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118,  69,  20, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 118, 102,   7, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 119,  20,  59, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 119,  26,  49, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 119,  32,  44, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 119,  33,  43, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 119,  37,  40, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 119,  44,  35, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 119,  47,  33, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 119,  66,  22, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 119,  68,  21, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 119,  72,  19, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 119,  83,  14, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 119,  99,   8, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,   5,  88, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,   8,  80, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  10,  76, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  13,  72, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  15,  68, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  17,  64, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  21,  57, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  22,  56, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  23,  54, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  24,  52, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  25,  51, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  29,  48, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  35,  42, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  42,  37, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  51,  31, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  56,  28, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  65,  23, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  75,  18, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 120,  90,  12, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  30,  47, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  31,  46, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  32,  45, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  40,  39, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  44,  36, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  47,  34, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  55,  29, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  64,  24, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 121,  78,  17, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,   6,  88, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  26,  51, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  27,  50, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  28,  49, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  34,  44, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  38,  41, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  42,  38, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  51,  32, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 122,  63,  25, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 123,   4,  92, "Bel" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 123,  30,  48, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 123,  31,  47, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 123,  36,  43, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 123,  40,  40, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 123,  55,  30, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 123,  62,  26, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  23,  57, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  25,  54, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  33,  46, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  34,  45, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  38,  42, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  42,  39, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  45,  37, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  48,  35, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  51,  33, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  61,  27, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  83,  16, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 124,  90,  13, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,   8,  84, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  10,  80, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  15,  72, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  17,  68, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  19,  64, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  22,  60, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  24,  56, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  26,  53, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  27,  52, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  28,  51, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  29,  50, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  30,  49, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  36,  44, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  40,  41, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  55,  31, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 125,  94,  12, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,   5,  92, "GB4" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,   7,  88, "BKW" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,   9,  82, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  11,  78, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  13,  76, "XBZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  16,  69, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  18,  66, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  32,  48, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  33,  47, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  38,  43, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  45,  38, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  48,  36, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  51,  34, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126,  61,  28, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 126, 120,   4, "Gl" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  28,  52, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  29,  51, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  35,  46, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  43,  40, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  55,  32, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  60,  29, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 127,  88,  15, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  21,  63, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  23,  60, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  25,  57, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  27,  54, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  31,  50, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  32,  49, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  37,  45, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  41,  42, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  45,  39, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  48,  37, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 128,  51,  35, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 129,  13,  77, "GW1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 129,  34,  48, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 129,  35,  47, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 129,  39,  44, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 129,  43,  41, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 129,  55,  33, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 129,  60,  30, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  12,  80, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  14,  76, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  15,  74, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  16,  72, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  17,  70, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  19,  68, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  28,  54, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  29,  53, "DNX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  30,  52, "Ed" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  31,  51, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  37,  46, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  41,  43, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  48,  38, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  51,  36, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  59,  31, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  66,  27, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  68,  26, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  70,  25, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  72,  24, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  74,  23, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  76,  22, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  78,  21, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  80,  20, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  82,  19, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 130,  84,  18, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 131,   5,  96, "BDK" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 131,  33,  50, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 131,  34,  49, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 131,  39,  45, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 131,  43,  42, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 131,  46,  40, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 131,  55,  34, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,   7,  92, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  13,  79, "GW1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  17,  71, "XB" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  18,  70, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  21,  66, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  23,  63, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  25,  60, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  27,  57, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  28,  55, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  29,  54, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  30,  53, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  36,  48, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  41,  44, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  48,  39, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  51,  37, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  59,  32, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  66,  28, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 132,  88,  17, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 133,   9,  88, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 133,  26,  58, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 133,  32,  52, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 133,  33,  51, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 133,  38,  47, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 133,  46,  41, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 133,  55,  35, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 133,  65,  29, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 134,   6,  96, "BKW" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 134,  15,  77, "GW1" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 134,  24,  61, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 134,  35,  50, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 134,  36,  49, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 134,  40,  46, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 134,  44,  43, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 134,  59,  33, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,   7,  94, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  13,  80, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  17,  72, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  22,  64, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  27,  58, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  28,  57, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  29,  56, "DNX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  30,  55, "DNX" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  31,  54, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  32,  53, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  38,  48, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  42,  45, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  46,  42, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  49,  40, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  52,  38, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  55,  36, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 135,  65,  30, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  10,  88, "DaH" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  11,  84, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  26,  60, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  34,  52, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  35,  51, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  40,  47, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  44,  44, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  59,  34, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  64,  31, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  75,  25, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  77,  24, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  79,  23, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  81,  22, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136,  94,  16, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 136, 104,  12, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 137,   5, 100, "BKW" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 137,  28,  58, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 137,  29,  57, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 137,  30,  56, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 137,  31,  55, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 137,  37,  50, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 137,  42,  46, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 137,  49,  41, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 137,  52,  39, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 137,  55,  37, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 137,  72,  27, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 137,  74,  26, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 137,  84,  21, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,   9,  90, "MTS" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  18,  72, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  21,  68, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  22,  66, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  24,  64, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  27,  60, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  33,  54, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  34,  53, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  39,  49, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  40,  48, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  47,  43, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  59,  35, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  64,  32, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  71,  28, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 138,  87,  20, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,   7,  96, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,  11,  86, "GW2" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,  25,  63, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,  29,  58, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,  36,  52, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,  37,  51, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,  45,  45, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,  49,  42, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,  52,  40, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,  55,  38, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,  63,  33, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,  70,  29, "Var" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 139,  90,  19, "VE" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,   6, 100, "BKW" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  13,  84, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  15,  80, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  17,  76, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  19,  72, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  21,  69, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  23,  66, "BZ" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  26,  62, "Vx" ) then
 GUAVA_TEMP_VAR := false;
fi;
if YouWantThisCode( 140,  28,  60, "BZ" ) then
--> --------------------

--> maximum size reached

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

[ Dauer der Verarbeitung: 0.30 Sekunden  (vorverarbeitet)  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge