
#include "advent.h"


/*  WARNING:  A binary search is performed on this array.  If you add new */
/*            vocabulary entries be sure they are in alphabetical order.  */

VOCABTAB VocabTab[] =
{
    { "\"spelunker today\"",	MAGAZINE + VOCAB_OBJECT   },
    { "?",			51 + VOCAB_MSG		  },
    { "above",			29			  },
    { "abra",			50 + VOCAB_MSG		  },
    { "abracadabra",		50 + VOCAB_MSG		  },
    { "across", 		42			  },
    { "ascend", 		29			  },
    { "attack", 		KILL + VOCAB_VERB	  },
    { "awkward",		26			  },
    { "axe",			AXE + VOCAB_OBJECT	  },
    { "back",			8			  },
    { "barren", 		40			  },
    { "bars",			SILVER + VOCAB_OBJECT	  },
    { "batteries",		BATTERIES + VOCAB_OBJECT  },
    { "battery",		BATTERIES + VOCAB_OBJECT  },
    { "beans",			PLANT + VOCAB_OBJECT	  },
    { "bear",			BEAR + VOCAB_OBJECT	  },
    { "bed",			16			  },
    { "bedquilt",		70			  },
    { "bird",			BIRD + VOCAB_OBJECT	  },
    { "blast",			BLAST + VOCAB_VERB	  },
    { "blowup", 		BLAST + VOCAB_VERB	  },
    { "bottle", 		BOTTLE + VOCAB_OBJECT	  },
    { "box",			CHEST + VOCAB_OBJECT	  },
    { "break",			BREAK + VOCAB_VERB	  },
    { "brief",			BRIEF + VOCAB_VERB	  },
    { "broken", 		54			  },
    { "building",		12			  },
    { "cage",			CAGE + VOCAB_OBJECT	  },
    { "calm",			CALM + VOCAB_VERB	  },
    { "canyon", 		25			  },
    { "capture",		TAKE + VOCAB_VERB	  },
    { "carpet", 		CARPET + VOCAB_OBJECT	  },
    { "carry",			TAKE + VOCAB_VERB	  },
    { "catch",			TAKE + VOCAB_VERB	  },
    { "cave",			67			  },
    { "cavern", 		73			  },
    { "chain",			CHAIN + VOCAB_OBJECT	  },
    { "chant",			SAY + VOCAB_VERB	  },
    { "chasm",			CHASM + VOCAB_OBJECT	  },
    { "chest",			CHEST + VOCAB_OBJECT	  },
    { "clam",			CLAM + VOCAB_OBJECT	  },
    { "climb",			56			  },
    { "close",			LOCK + VOCAB_VERB	  },
    { "cobbl",			18			  },
    { "cobblestone",		18			  },
    { "coins",			COINS + VOCAB_OBJECT	  },
    { "continue",		WALK + VOCAB_VERB	  },
    { "crack",			33			  },
    { "crap",			79 + VOCAB_MSG		  },
    { "crawl",			17			  },
    { "cross",			69			  },
    { "d",			30			  },
    { "damn",			79 + VOCAB_MSG		  },
    { "damnit", 		79 + VOCAB_MSG		  },
    { "dark",			22			  },
    { "debris", 		51			  },
    { "depression",		63			  },
    { "descend",		30			  },
    { "describe",		57			  },
    { "detonate",		BLAST + VOCAB_VERB	  },
    { "devour", 		EAT + VOCAB_VERB	  },
    { "diamonds",		DIAMONDS + VOCAB_OBJECT   },
    { "dig",			66 + VOCAB_MSG		  },
    { "discard",		DROP + VOCAB_VERB	  },
    { "disturb",		WAKE + VOCAB_VERB	  },
    { "dome",			35			  },
    { "door",			DOOR + VOCAB_OBJECT	  },
    { "down",			30			  },
    { "downstream",		4			  },
    { "downward",		30			  },
    { "dragon", 		DRAGON + VOCAB_OBJECT	  },
    { "drawing",		DRAWING + VOCAB_OBJECT	  },
    { "drink",			DRINK + VOCAB_VERB	  },
    { "drop",			DROP + VOCAB_VERB	  },
    { "dump",			DROP + VOCAB_VERB	  },
    { "dwarf",			DWARF + VOCAB_OBJECT	  },
    { "dwarves",		DWARF + VOCAB_OBJECT	  },
    { "e",			43			  },
    { "east",			43			  },
    { "eat",			EAT + VOCAB_VERB	  },
    { "egg",			EGGS + VOCAB_OBJECT	  },
    { "eggs",			EGGS + VOCAB_OBJECT	  },
    { "emerald",		EMERALD + VOCAB_OBJECT	  },
    { "enter",			3			  },
    { "entrance",		64			  },
    { "examine",		57			  },
    { "excavate",		66 + VOCAB_MSG		  },
    { "exit",			11			  },
    { "explore",		WALK + VOCAB_VERB	  },
    { "extinguish",		OFF + VOCAB_VERB	  },
    { "fee",			FOO + VOCAB_VERB	  },
/*  { "fee",			1 + VOCAB_MSG		  },		*/
    { "feed",			FEED + VOCAB_VERB	  },
    { "fie",			FOO + VOCAB_VERB	  },
/*  { "fie",			2 + VOCAB_MSG		  },		*/
    { "fight",			KILL + VOCAB_VERB	  },
    { "figure", 		FIGURE + VOCAB_OBJECT	  },
    { "fill",			FILL + VOCAB_VERB	  },
    { "find",			FIND + VOCAB_VERB	  },
    { "fissure",		FISSURE + VOCAB_OBJECT	  },
    { "floor",			58			  },
    { "foe",			FOO + VOCAB_VERB	  },
/*  { "foe",			3 + VOCAB_MSG		  },		*/
    { "follow", 		WALK + VOCAB_VERB	  },
    { "foo",			FOO + VOCAB_VERB	  },
/*  { "foo",			4 + VOCAB_MSG		  },		*/
    { "food",			FOOD + VOCAB_OBJECT	  },
    { "forest", 		6			  },
    { "fork",			77			  },
    { "forward",		7			  },
    { "free",			DROP + VOCAB_VERB	  },
    { "fuck",			79 + VOCAB_MSG		  },
    { "fum",			FOO + VOCAB_VERB	  },
/*  { "fum",			5 + VOCAB_MSG		  },		*/
    { "get",			TAKE + VOCAB_VERB	  },
    { "geyser", 		VOLCANO + VOCAB_OBJECT	  },
    { "giant",			27			  },
    { "go",			WALK + VOCAB_VERB	  },
    { "gold",			NUGGET + VOCAB_OBJECT	  },
    { "goto",			WALK + VOCAB_VERB	  },
    { "grate",			GRATE + VOCAB_OBJECT	  },
    { "gully",			13			  },
    { "h2o",			WATER + VOCAB_OBJECT	  },
    { "hall",			38			  },
    { "headlamp",		LAMP + VOCAB_OBJECT	  },
    { "help",			51 + VOCAB_MSG		  },
    { "hill",			2			  },
    { "hit",			KILL + VOCAB_VERB	  },
    { "hocus",			50 + VOCAB_MSG		  },
    { "hole",			52			  },
    { "hours",			HOURS + VOCAB_VERB	  },
    { "house",			12			  },
    { "i",			INVENTORY + VOCAB_VERB	  },
    { "ignite", 		BLAST + VOCAB_VERB	  },
    { "in",			19			  },
    { "info",			142 + VOCAB_MSG 	  },
    { "information",		142 + VOCAB_MSG 	  },
    { "inside", 		19			  },
    { "inven",			INVENTORY + VOCAB_VERB	  },
    { "inventory",		INVENTORY + VOCAB_VERB	  },
    { "inward", 		19			  },
    { "issue",			MAGAZINE + VOCAB_OBJECT   },
    { "jar",			BOTTLE + VOCAB_OBJECT	  },
    { "jewel",			JEWELS + VOCAB_OBJECT	  },
    { "jewelry",		JEWELS + VOCAB_OBJECT	  },
    { "jewels", 		JEWELS + VOCAB_OBJECT	  },
    { "jump",			39			  },
    { "keep",			TAKE + VOCAB_VERB	  },
    { "key",			KEYS + VOCAB_OBJECT	  },
    { "keys",			KEYS + VOCAB_OBJECT	  },
    { "kill",			KILL + VOCAB_VERB	  },
    { "knife",			KNIFE + VOCAB_OBJECT	  },
    { "knives", 		KNIFE + VOCAB_OBJECT	  },
    { "l",			57			  },
    { "lamp",			LAMP + VOCAB_OBJECT	  },
    { "lantern",		LAMP + VOCAB_OBJECT	  },
    { "leave",			11			  },
    { "left",			36			  },
    { "light",			ON + VOCAB_VERB 	  },
    { "lock",			LOCK + VOCAB_VERB	  },
    { "log",			LOG + VOCAB_VERB	  },
    { "look",			57			  },
    { "lost",			68 + VOCAB_MSG		  },
    { "low",			24			  },
    { "machine",		VEND + VOCAB_OBJECT	  },
    { "magazine",		MAGAZINE + VOCAB_OBJECT   },
    { "main",			76			  },
    { "message",		MESSAGE + VOCAB_OBJECT	  },
    { "ming",			VASE + VOCAB_OBJECT	  },
    { "mirror", 		MIRROR + VOCAB_OBJECT	  },
    { "mist",			69 + VOCAB_MSG		  },
    { "moss",			CARPET + VOCAB_OBJECT	  },
    { "mumble", 		SAY + VOCAB_VERB	  },
    { "n",			45			  },
    { "ne",			47			  },
    { "nest",			EGGS + VOCAB_OBJECT	  },
    { "north",			45			  },
    { "nothing",		NOTHING + VOCAB_VERB	  },
    { "nowhere",		21			  },
    { "nugget", 		NUGGET + VOCAB_OBJECT	  },
    { "null",			21			  },
    { "nw",			50			  },
    { "off",			OFF + VOCAB_VERB	  },
    { "office", 		76			  },
    { "oil",			OIL + VOCAB_OBJECT	  },
    { "on",			ON + VOCAB_VERB 	  },
    { "onward", 		7			  },
    { "open",			OPEN + VOCAB_VERB	  },
    { "opensesame",		50 + VOCAB_MSG		  },
    { "oriental",		72			  },
    { "out",			11			  },
    { "outdoors",		32			  },
    { "outside",		11			  },
    { "over",			41			  },
    { "oyster", 		OYSTER + VOCAB_OBJECT	  },
    { "passage",		23			  },
    { "pause",			SUSPEND + VOCAB_VERB	  },
    { "pearl",			PEARL + VOCAB_OBJECT	  },
    { "persian",		RUG + VOCAB_OBJECT	  },
    { "peruse", 		READ + VOCAB_VERB	  },
    { "pillow", 		PILLOW + VOCAB_OBJECT	  },
    { "pirate", 		PIRATE + VOCAB_OBJECT	  },
    { "pit",			31			  },
    { "placate",		CALM + VOCAB_VERB	  },
    { "plant",			PLANT + VOCAB_OBJECT	  },
    { "plant",			PLANT2 + VOCAB_OBJECT	  },
    { "platinum",		PYRAMID + VOCAB_OBJECT	  },
    { "plover", 		71			  },
    { "plugh",			65			  },
    { "pocus",			50 + VOCAB_MSG		  },
    { "pottery",		VASE + VOCAB_OBJECT	  },
    { "pour",			POUR + VOCAB_VERB	  },
    { "proceed",		WALK + VOCAB_VERB	  },
    { "pyramid",		PYRAMID + VOCAB_OBJECT	  },
    { "quit",			QUIT + VOCAB_VERB	  },
    { "rations",		FOOD + VOCAB_OBJECT	  },
    { "read",			READ + VOCAB_VERB	  },
    { "release",		DROP + VOCAB_VERB	  },
    { "reservoir",		75			  },
    { "restore",		RESTORE + VOCAB_VERB	  },
    { "retreat",		8			  },
    { "return", 		8			  },
    { "right",			37			  },
    { "road",			2			  },
    { "rock",			15			  },
    { "rod",			ROD + VOCAB_OBJECT	  },
/*  { "rod",			ROD2 + VOCAB_OBJECT	  },  */
    { "room",			59			  },
    { "rub",			RUB + VOCAB_VERB	  },
    { "rug",			RUG + VOCAB_OBJECT	  },
    { "run",			WALK + VOCAB_VERB	  },
    { "s",			46			  },
    { "save",			SAVE + VOCAB_VERB	  },
    { "say",			SAY + VOCAB_VERB	  },
    { "score",			SCORE + VOCAB_VERB	  },
    { "se",			48			  },
    { "secret", 		66			  },
    { "sesame", 		50 + VOCAB_MSG		  },
    { "shadow", 		FIGURE + VOCAB_OBJECT	  },
    { "shake",			WAVE + VOCAB_VERB	  },
    { "shard",			VASE + VOCAB_OBJECT	  },
    { "shatter",		BREAK + VOCAB_VERB	  },
    { "shazam", 		50 + VOCAB_MSG		  },
    { "shell",			74			  },
    { "shit",			79 + VOCAB_MSG		  },
    { "silver", 		SILVER + VOCAB_OBJECT	  },
    { "sing",			SAY + VOCAB_VERB	  },
    { "slab",			61			  },
    { "slit",			60			  },
    { "smash",			BREAK + VOCAB_VERB	  },
    { "snake",			SNAKE + VOCAB_OBJECT	  },
    { "south",			46			  },
    { "spelunker",		MAGAZINE + VOCAB_OBJECT   },
    { "spice",			SPICES + VOCAB_OBJECT	  },
    { "spices", 		SPICES + VOCAB_OBJECT	  },
    { "stairs", 		10			  },
    { "stalactite",		STALACTITE + VOCAB_OBJECT },
    { "steal",			TAKE + VOCAB_VERB	  },
    { "steps",			34			  },
    { "steps",			STEPS + VOCAB_OBJECT	  },
    { "stop",			139 + VOCAB_MSG 	  },
    { "stream", 		14			  },
    { "strike", 		KILL + VOCAB_VERB	  },
    { "surface",		20			  },
    { "suspend",		SUSPEND + VOCAB_VERB	  },
    { "sw",			49			  },
    { "swim",			147 + VOCAB_MSG 	  },
    { "swing",			WAVE + VOCAB_VERB	  },
    { "tablet", 		TABLET + VOCAB_OBJECT	  },
    { "take",			TAKE + VOCAB_VERB	  },
    { "tame",			CALM + VOCAB_VERB	  },
    { "throw",			THROW + VOCAB_VERB	  },
    { "toss",			THROW + VOCAB_VERB	  },
    { "tote",			TAKE + VOCAB_VERB	  },
    { "touch",			57			  },
    { "travel", 		WALK + VOCAB_VERB	  },
    { "treasure",		CHEST + VOCAB_OBJECT	  },
    { "tree",			64 + VOCAB_MSG		  },
    { "trees",			64 + VOCAB_MSG		  },
    { "trident",		TRIDENT + VOCAB_OBJECT	  },
    { "troll",			TROLL + VOCAB_OBJECT	  },
    { "troll",			TROLL2 + VOCAB_OBJECT	  },
    { "tunnel", 		23			  },
    { "turn",			WALK + VOCAB_VERB	  },
    { "u",			29			  },
    { "unlight",		OFF + VOCAB_VERB	  },
    { "unlock", 		OPEN + VOCAB_VERB	  },
    { "up",			29			  },
    { "upstream",		4			  },
    { "upward", 		29			  },
    { "utter",			SAY + VOCAB_VERB	  },
    { "valley", 		9			  },
    { "vase",			VASE + VOCAB_OBJECT	  },
    { "velvet", 		PILLOW + VOCAB_OBJECT	  },
    { "vending",		VEND + VOCAB_OBJECT	  },
    { "verbose",		VERBOSE + VOCAB_VERB	  },
    { "view",			28			  },
    { "volcano",		VOLCANO + VOCAB_OBJECT	  },
    { "w",			44			  },
    { "wake",			WAKE + VOCAB_VERB	  },
    { "walk",			WALK + VOCAB_VERB	  },
    { "wall",			53			  },
    { "water",			WATER + VOCAB_OBJECT	  },
    { "wave",			WAVE + VOCAB_VERB	  },
    { "west",			44			  },
    { "xyzzy",			62			  },
    { "y2",			55			  },
};

SHORT	sVocabCount = MAXDIM(VocabTab);

static TRAV Trav001[] =
{
    {	2,   2,   0 },
    {	2,  44,   0 },
    {	2,  29,   0 },
    {	3,   3,   0 },
    {	3,  12,   0 },
    {	3,  19,   0 },
    {	3,  43,   0 },
    {	4,   5,   0 },
    {	4,  13,   0 },
    {	4,  14,   0 },
    {	4,  46,   0 },
    {	4,  30,   0 },
    {	5,   6,   0 },
    {	5,  45,   0 },
    {	5,  43,   0 },
    {	8,  63,   0 },
};

static TRAV Trav002[] =
{
    {	1,   2,   0 },
    {	1,  12,   0 },
    {	1,   7,   0 },
    {	1,  43,   0 },
    {	1,  45,   0 },
    {	1,  30,   0 },
    {	5,   6,   0 },
    {	5,  45,   0 },
    {	5,  46,   0 },
};

static TRAV Trav003[] =
{
    {	1,   3,   0 },
    {	1,  11,   0 },
    {	1,  32,   0 },
    {	1,  44,   0 },
    {  11,  62,   0 },
    {  33,  65,   0 },
    {  79,   5,   0 },
    {  79,  14,   0 },
};

static TRAV Trav004[] =
{
    {	1,   4,   0 },
    {	1,  12,   0 },
    {	1,  45,   0 },
    {	5,   6,   0 },
    {	5,  43,   0 },
    {	5,  44,   0 },
    {	5,  29,   0 },
    {	7,   5,   0 },
    {	7,  46,   0 },
    {	7,  30,   0 },
    {	8,  63,   0 },
};

static TRAV Trav005[] =
{
    {	4,   9,   0 },
    {	4,  43,   0 },
    {	4,  30,   0 },
    {	5,   6,  50 },
    {	5,   7,  50 },
    {	5,  45,  50 },
    {	6,   6,   0 },
    {	5,  44,   0 },
    {	5,  46,   0 },
};

static TRAV Trav006[] =
{
    {	1,   2,   0 },
    {	1,  45,   0 },
    {	4,   9,   0 },
    {	4,  43,   0 },
    {	4,  44,   0 },
    {	4,  30,   0 },
    {	5,   6,   0 },
    {	5,  46,   0 },
};

static TRAV Trav007[] =
{
    {	1,  12,   0 },
    {	4,   4,   0 },
    {	4,  45,   0 },
    {	5,   6,   0 },
    {	5,  43,   0 },
    {	5,  44,   0 },
    {	8,   5,   0 },
    {	8,  15,   0 },
    {	8,  16,   0 },
    {	8,  46,   0 },
    { 595,  60,   0 },
    { 595,  14,   0 },
    { 595,  30,   0 },
};

static TRAV Trav008[] =
{
    {	5,   6,   0 },
    {	5,  43,   0 },
    {	5,  46,   0 },
    {	5,  44,   0 },
    {	1,  12,   0 },
    {	7,   4,   0 },
    {	7,  13,   0 },
    {	7,  45,   0 },
    {	9,   3, 303 },
    {	9,  19, 303 },
    {	9,  30, 303 },
    { 593,   3,   0 },
};

static TRAV Trav009[] =
{
    {	8,  11, 303 },
    {	8,  29, 303 },
    { 593,  11,   0 },
    {  10,  17,   0 },
    {  10,  18,   0 },
    {  10,  19,   0 },
    {  10,  44,   0 },
    {  14,  31,   0 },
    {  11,  51,   0 },
};

static TRAV Trav010[] =
{
    {	9,  11,   0 },
    {	9,  20,   0 },
    {	9,  21,   0 },
    {	9,  43,   0 },
    {  11,  19,   0 },
    {  11,  22,   0 },
    {  11,  44,   0 },
    {  11,  51,   0 },
    {  14,  31,   0 },
};

static TRAV Trav011[] =
{
    {	8,  63, 303 },
    {	9,  64,   0 },
    {  10,  17,   0 },
    {  10,  18,   0 },
    {  10,  23,   0 },
    {  10,  24,   0 },
    {  10,  43,   0 },
    {  12,  25,   0 },
    {  12,  19,   0 },
    {  12,  29,   0 },
    {  12,  44,   0 },
    {	3,  62,   0 },
    {  14,  31,   0 },
};

static TRAV Trav012[] =
{
    {	8,  63, 303 },
    {	9,  64,   0 },
    {  11,  30,   0 },
    {  11,  43,   0 },
    {  11,  51,   0 },
    {  13,  19,   0 },
    {  13,  29,   0 },
    {  13,  44,   0 },
    {  14,  31,   0 },
};

static TRAV Trav013[] =
{
    {	8,  63, 303 },
    {	9,  64,   0 },
    {  11,  51,   0 },
    {  12,  25,   0 },
    {  12,  43,   0 },
    {  14,  23,   0 },
    {  14,  31,   0 },
    {  14,  44,   0 },
};

static TRAV Trav014[] =
{
    {	8,  63, 303 },
    {	9,  64,   0 },
    {  11,  51,   0 },
    {  13,  23,   0 },
    {  13,  43,   0 },
    {  20,  30, 150 },
    {  20,  31, 150 },
    {  20,  34, 150 },
    {  15,  30,   0 },
    {  16,  33,   0 },
    {  16,  44,   0 },
};

static TRAV Trav015[] =
{
    {  18,  36,   0 },
    {  18,  46,   0 },
    {  17,   7,   0 },
    {  17,  38,   0 },
    {  17,  44,   0 },
    {  19,  10,   0 },
    {  19,  30,   0 },
    {  19,  45,   0 },
    {  22,  29, 150 },
    {  22,  31, 150 },
    {  22,  34, 150 },
    {  22,  35, 150 },
    {  22,  23, 150 },
    {  22,  43, 150 },
    {  14,  29,   0 },
    {  34,  55,   0 },
};

static TRAV Trav016[] =
{
    {  14,   1,   0 },
};

static TRAV Trav017[] =
{
    {  15,  38,   0 },
    {  15,  43,   0 },
    { 596,  39, 312 },
    {  21,   7, 412 },
    { 597,  41, 412 },
    { 597,  42, 412 },
    { 597,  44, 412 },
    { 597,  69, 412 },
    {  27,  41,   0 },
};

static TRAV Trav018[] =
{
    {  15,  38,   0 },
    {  15,  11,   0 },
    {  15,  45,   0 },
};

static TRAV Trav019[] =
{
    {  15,  10,   0 },
    {  15,  29,   0 },
    {  15,  43,   0 },
    {  28,  45, 311 },
    {  28,  36, 311 },
    {  29,  46, 311 },
    {  29,  37, 311 },
    {  30,  44, 311 },
    {  30,   7, 311 },
    {  32,  45,   0 },
    {  74,  49,  35 },
    {  32,  49, 211 },
    {  74,  66,   0 },
};

static TRAV Trav020[] =
{
    {	0,   1,   0 },
};

static TRAV Trav021[] =
{
    {	0,   1,   0 },
};

static TRAV Trav022[] =
{
    {  15,   1,   0 },
};

static TRAV Trav023[] =
{
    {  67,  43,   0 },
    {  67,  42,   0 },
    {  68,  44,   0 },
    {  68,  61,   0 },
    {  25,  30,   0 },
    {  25,  31,   0 },
    { 648,  52,   0 },
};

static TRAV Trav024[] =
{
    {  67,  29,   0 },
    {  67,  11,   0 },
};

static TRAV Trav025[] =
{
    {  23,  29,   0 },
    {  23,  11,   0 },
    {  31,  56, 724 },
    {  26,  56,   0 },
};

static TRAV Trav026[] =
{
    {  88,   1,   0 },
};

static TRAV Trav027[] =
{
    { 596,  39, 312 },
    {  21,   7, 412 },
    { 597,  41, 412 },
    { 597,  42, 412 },
    { 597,  43, 412 },
    { 597,  69, 412 },
    {  17,  41,   0 },
    {  40,  45,   0 },
    {  41,  44,   0 },
};

static TRAV Trav028[] =
{
    {  19,  38,   0 },
    {  19,  11,   0 },
    {  19,  46,   0 },
    {  33,  45,   0 },
    {  33,  55,   0 },
    {  36,  30,   0 },
    {  36,  52,   0 },
};

static TRAV Trav029[] =
{
    {  19,  38,   0 },
    {  19,  11,   0 },
    {  19,  45,   0 },
};

static TRAV Trav030[] =
{
    {  19,  38,   0 },
    {  19,  11,   0 },
    {  19,  43,   0 },
    {  62,  44,   0 },
    {  62,  29,   0 },
};

static TRAV Trav031[] =
{
    {  89,   1, 524 },
    {  90,   1,   0 },
};

static TRAV Trav032[] =
{
    {  19,   1,   0 },
};

static TRAV Trav033[] =
{
    {	3,  65,   0 },
    {  28,  46,   0 },
    {  34,  43,   0 },
    {  34,  53,   0 },
    {  34,  54,   0 },
    {  35,  44,   0 },
    { 302,  71, 159 },
    { 100,  71,   0 },
};

static TRAV Trav034[] =
{
    {  33,  30,   0 },
    {  33,  55,   0 },
    {  15,  29,   0 },
};

static TRAV Trav035[] =
{
    {  33,  43,   0 },
    {  33,  55,   0 },
    {  20,  39,   0 },
};

static TRAV Trav036[] =
{
    {  37,  43,   0 },
    {  37,  17,   0 },
    {  28,  29,   0 },
    {  28,  52,   0 },
    {  39,  44,   0 },
    {  65,  70,   0 },
};

static TRAV Trav037[] =
{
    {  36,  44,   0 },
    {  36,  17,   0 },
    {  38,  30,   0 },
    {  38,  31,   0 },
    {  38,  56,   0 },
};

static TRAV Trav038[] =
{
    {  37,  56,   0 },
    {  37,  29,   0 },
    {  37,  11,   0 },
    { 595,  60,   0 },
    { 595,  14,   0 },
    { 595,  30,   0 },
    { 595,   4,   0 },
    { 595,   5,   0 },
};

static TRAV Trav039[] =
{
    {  36,  43,   0 },
    {  36,  23,   0 },
    {  64,  30,   0 },
    {  64,  52,   0 },
    {  64,  58,   0 },
    {  65,  70,   0 },
};

static TRAV Trav040[] =
{
    {  41,   1,   0 },
};

static TRAV Trav041[] =
{
    {  42,  46,   0 },
    {  42,  29,   0 },
    {  42,  23,   0 },
    {  42,  56,   0 },
    {  27,  43,   0 },
    {  59,  45,   0 },
    {  60,  44,   0 },
    {  60,  17,   0 },
};

static TRAV Trav042[] =
{
    {  41,  29,   0 },
    {  42,  45,   0 },
    {  43,  43,   0 },
    {  45,  46,   0 },
    {  80,  44,   0 },
};

static TRAV Trav043[] =
{
    {  42,  44,   0 },
    {  44,  46,   0 },
    {  45,  43,   0 },
};

static TRAV Trav044[] =
{
    {  43,  43,   0 },
    {  48,  30,   0 },
    {  50,  46,   0 },
    {  82,  45,   0 },
};

static TRAV Trav045[] =
{
    {  42,  44,   0 },
    {  43,  45,   0 },
    {  46,  43,   0 },
    {  47,  46,   0 },
    {  87,  29,   0 },
    {  87,  30,   0 },
};

static TRAV Trav046[] =
{
    {  45,  44,   0 },
    {  45,  11,   0 },
};

static TRAV Trav047[] =
{
    {  45,  43,   0 },
    {  45,  11,   0 },
};

static TRAV Trav048[] =
{
    {  44,  29,   0 },
    {  44,  11,   0 },
};

static TRAV Trav049[] =
{
    {  50,  43,   0 },
    {  51,  44,   0 },
};

static TRAV Trav050[] =
{
    {  44,  43,   0 },
    {  49,  44,   0 },
    {  51,  30,   0 },
    {  52,  46,   0 },
};

static TRAV Trav051[] =
{
    {  49,  44,   0 },
    {  50,  29,   0 },
    {  52,  43,   0 },
    {  53,  46,   0 },
};

static TRAV Trav052[] =
{
    {  50,  44,   0 },
    {  51,  43,   0 },
    {  52,  46,   0 },
    {  53,  29,   0 },
    {  55,  45,   0 },
    {  86,  30,   0 },
};

static TRAV Trav053[] =
{
    {  51,  44,   0 },
    {  52,  45,   0 },
    {  54,  46,   0 },
};

static TRAV Trav054[] =
{
    {  53,  44,   0 },
    {  53,  11,   0 },
};

static TRAV Trav055[] =
{
    {  52,  44,   0 },
    {  55,  45,   0 },
    {  56,  30,   0 },
    {  57,  43,   0 },
};

static TRAV Trav056[] =
{
    {  55,  29,   0 },
    {  55,  11,   0 },
};

static TRAV Trav057[] =
{
    {  13,  30,   0 },
    {  13,  56,   0 },
    {  55,  44,   0 },
    {  58,  46,   0 },
    {  83,  45,   0 },
    {  84,  43,   0 },
};

static TRAV Trav058[] =
{
    {  57,  43,   0 },
    {  57,  11,   0 },
};

static TRAV Trav059[] =
{
    {  27,   1,   0 },
};

static TRAV Trav060[] =
{
    {  41,  43,   0 },
    {  41,  29,   0 },
    {  41,  17,   0 },
    {  61,  44,   0 },
    {  62,  45,   0 },
    {  62,  30,   0 },
    {  62,  52,   0 },
};

static TRAV Trav061[] =
{
    {  60,  43,   0 },
    {  62,  45,   0 },
    { 107,  46, 100 },
};

static TRAV Trav062[] =
{
    {  60,  44,   0 },
    {  63,  45,   0 },
    {  30,  43,   0 },
    {  61,  46,   0 },
};

static TRAV Trav063[] =
{
    {  62,  46,   0 },
    {  62,  11,   0 },
};

static TRAV Trav064[] =
{
    {  39,  29,   0 },
    {  39,  56,   0 },
    {  39,  59,   0 },
    {  65,  44,   0 },
    {  65,  70,   0 },
    { 103,  45,   0 },
    { 103,  74,   0 },
    { 106,  43,   0 },
};

static TRAV Trav065[] =
{
    {  64,  43,   0 },
    {  66,  44,   0 },
    { 556,  46,  80 },
    {  68,  61,   0 },
    { 556,  29,  80 },
    {  70,  29,  50 },
    {  39,  29,   0 },
    { 556,  45,  60 },
    {  72,  45,  75 },
    {  71,  45,   0 },
    { 556,  30,  80 },
    { 106,  30,   0 },
};

static TRAV Trav066[] =
{
    {  65,  47,   0 },
    {  67,  44,   0 },
    { 556,  46,  80 },
    {  77,  25,   0 },
    {  96,  43,   0 },
    { 556,  50,  50 },
    {  97,  72,   0 },
};

static TRAV Trav067[] =
{
    {  66,  43,   0 },
    {  23,  44,   0 },
    {  23,  42,   0 },
    {  24,  30,   0 },
    {  24,  31,   0 },
};

static TRAV Trav068[] =
{
    {  23,  46,   0 },
    {  69,  29,   0 },
    {  69,  56,   0 },
    {  65,  45,   0 },
};

static TRAV Trav069[] =
{
    {  68,  30,   0 },
    {  68,  61,   0 },
    { 120,  46, 331 },
    { 119,  46,   0 },
    { 109,  45,   0 },
    { 113,  75,   0 },
};

static TRAV Trav070[] =
{
    {  71,  45,   0 },
    {  65,  30,   0 },
    {  65,  23,   0 },
    { 111,  46,   0 },
};

static TRAV Trav071[] =
{
    {  65,  48,   0 },
    {  70,  46,   0 },
    { 110,  45,   0 },
};

static TRAV Trav072[] =
{
    {  65,  70,   0 },
    { 118,  49,   0 },
    {  73,  45,   0 },
    {  97,  48,   0 },
    {  97,  72,   0 },
};

static TRAV Trav073[] =
{
    {  72,  46,   0 },
    {  72,  17,   0 },
    {  72,  11,   0 },
};

static TRAV Trav074[] =
{
    {  19,  43,   0 },
    { 120,  44, 331 },
    { 121,  44,   0 },
    {  75,  30,   0 },
};

static TRAV Trav075[] =
{
    {  76,  46,   0 },
    {  77,  45,   0 },
};

static TRAV Trav076[] =
{
    {  75,  45,   0 },
};

static TRAV Trav077[] =
{
    {  75,  43,   0 },
    {  78,  44,   0 },
    {  66,  45,   0 },
    {  66,  17,   0 },
};

static TRAV Trav078[] =
{
    {  77,  46,   0 },
};

static TRAV Trav079[] =
{
    {	3,   1,   0 },
};

static TRAV Trav080[] =
{
    {  42,  45,   0 },
    {  80,  44,   0 },
    {  80,  46,   0 },
    {  81,  43,   0 },
};

static TRAV Trav081[] =
{
    {  80,  44,   0 },
    {  80,  11,   0 },
};

static TRAV Trav082[] =
{
    {  44,  46,   0 },
    {  44,  11,   0 },
};

static TRAV Trav083[] =
{
    {  57,  46,   0 },
    {  84,  43,   0 },
    {  85,  44,   0 },
};

static TRAV Trav084[] =
{
    {  57,  45,   0 },
    {  83,  44,   0 },
    { 114,  50,   0 },
};

static TRAV Trav085[] =
{
    {  83,  43,   0 },
    {  83,  11,   0 },
};

static TRAV Trav086[] =
{
    {  52,  29,   0 },
    {  52,  11,   0 },
};

static TRAV Trav087[] =
{
    {  45,  29,   0 },
    {  45,  30,   0 },
};

static TRAV Trav088[] =
{
    {  25,  30,   0 },
    {  25,  56,   0 },
    {  25,  43,   0 },
    {  20,  39,   0 },
    {  92,  44,   0 },
    {  92,  27,   0 },
};

static TRAV Trav089[] =
{
    {  25,  1,	 0 },
};

static TRAV Trav090[] =
{
    {  23,   1,   0 },
};

static TRAV Trav091[] =
{
    {  95,  45,   0 },
    {  95,  73,   0 },
    {  95,  23,   0 },
    {  72,  30,   0 },
    {  72,  56,   0 },
};

static TRAV Trav092[] =
{
    {  88,  46,   0 },
    {  93,  43,   0 },
    {  94,  45,   0 },
};

static TRAV Trav093[] =
{
    {  92,  46,   0 },
    {  92,  27,   0 },
    {  92,  11,   0 },
};

static TRAV Trav094[] =
{
    {  92,  46,   0 },
    {  92,  27,   0 },
    {  92,  23,   0 },
    {  95,  45, 309 },
    {  95,   3, 309 },
    {  95,  73, 309 },
    { 611,  45,   0 },
};

static TRAV Trav095[] =
{
    {  94,  46,   0 },
    {  94,  11,   0 },
    {  92,  27,   0 },
    {  91,  44,   0 },
};

static TRAV Trav096[] =
{
    {  66,  44,   0 },
    {  66,  11,   0 },
};

static TRAV Trav097[] =
{
    {  66,  48,   0 },
    {  72,  44,   0 },
    {  72,  17,   0 },
    {  98,  29,   0 },
    {  98,  45,   0 },
    {  98,  73,   0 },
};

static TRAV Trav098[] =
{
    {  97,  46,   0 },
    {  97,  72,   0 },
    {  99,  44,   0 },
};

static TRAV Trav099[] =
{
    {  98,  50,   0 },
    {  98,  73,   0 },
    {  301, 43,   0 },
    {  301, 23,   0 },
    {  100, 43,   0 },
};

static TRAV Trav100[] =
{
    { 301,  44,   0 },
    { 301,  23,   0 },
    { 301,  11,   0 },
    {  99,  44,   0 },
    { 302,  71, 159 },
    {  33,  71,   0 },
    { 101,  47,   0 },
    { 101,  22,   0 },
};

static TRAV Trav101[] =
{
    { 100,  46,   0 },
    { 100,  71,   0 },
    { 100,  11,   0 },
};

static TRAV Trav102[] =
{
    { 103,  30,   0 },
    { 103,  74,   0 },
    { 103,  11,   0 },
};

static TRAV Trav103[] =
{
    { 102,  29,   0 },
    { 102,  38,   0 },
    { 104,  30,   0 },
    { 618,  46, 114 },
    { 619,  46, 115 },
    {  64,  46,   0 },
};

static TRAV Trav104[] =
{
    { 103,  29,   0 },
    { 103,  74,   0 },
    { 105,  30,   0 },
};

static TRAV Trav105[] =
{
    { 104,  29,   0 },
    { 104,  11,   0 },
    { 103,  74,   0 },
};

static TRAV Trav106[] =
{
    {  64,  29,   0 },
    {  65,  44,   0 },
    { 108,  43,   0 },
};

static TRAV Trav107[] =
{
    { 131,  46,   0 },
    { 132,  49,   0 },
    { 133,  47,   0 },
    { 134,  48,   0 },
    { 135,  29,   0 },
    { 136,  50,   0 },
    { 137,  43,   0 },
    { 138,  44,   0 },
    { 139,  45,   0 },
    {  61,  30,   0 },
};

static TRAV Trav108[] =
{
    { 556,  43,  95 },
    { 556,  45,  95 },
    { 556,  46,  95 },
    { 556,  47,  95 },
    { 556,  48,  95 },
    { 556,  49,  95 },
    { 556,  50,  95 },
    { 556,  29,  95 },
    { 556,  30,  95 },
    { 106,  43,   0 },
    { 626,  44,   0 },
};

static TRAV Trav109[] =
{
    {  69,  46,   0 },
    { 113,  45,   0 },
    { 113,  75,   0 },
};

static TRAV Trav110[] =
{
    {  71,  44,   0 },
    {  20,  39,   0 },
};

static TRAV Trav111[] =
{
    {  70,  45,   0 },
    {  50,  30,  40 },
    {  50,  39,  40 },
    {  50,  56,  40 },
    {  53,  30,  50 },
    {  45,  30,   0 },
};

static TRAV Trav112[] =
{
    { 131,  49,   0 },
    { 132,  45,   0 },
    { 133,  43,   0 },
    { 134,  50,   0 },
    { 135,  48,   0 },
    { 136,  47,   0 },
    { 137,  44,   0 },
    { 138,  30,   0 },
    { 139,  29,   0 },
    { 140,  46,   0 },
};

static TRAV Trav113[] =
{
    { 109,  46,   0 },
    { 109,  11,   0 },
    { 109, 109,   0 },
};

static TRAV Trav114[] =
{
    {  84,  48,   0 },
};

static TRAV Trav115[] =
{
    { 116,  49,   0 },
};

static TRAV Trav116[] =
{
    { 115,  47,   0 },
    { 593,  30,   0 },
};

static TRAV Trav117[] =
{
    { 118,  49,   0 },
    { 660,  41, 233 },
    { 660,  42, 233 },
    { 660,  69, 233 },
    { 660,  47, 233 },
    { 661,  41, 332 },
    { 303,  41,   0 },
    {  21,  39, 332 },
    { 596,  39,   0 },
};

static TRAV Trav118[] =
{
    {  72,  30,   0 },
    { 117,  29,   0 },
};

static TRAV Trav119[] =
{
    {  69,  45,   0 },
    {  69,  11,   0 },
    { 653,  43,   0 },
    { 653,   7,   0 },
};

static TRAV Trav120[] =
{
    {  69,  45,   0 },
    {  74,  43,   0 },
};

static TRAV Trav121[] =
{
    {  74,  43,   0 },
    {  74,  11,   0 },
    { 653,  45,   0 },
    { 653,   7,   0 },
};

static TRAV Trav122[] =
{
    { 123,  47,   0 },
    { 660,  41, 233 },
    { 660,  42, 233 },
    { 660,  69, 233 },
    { 660,  49, 233 },
    { 303,  41,   0 },
    { 596,  39,   0 },
    { 124,  77,   0 },
    { 126,  28,   0 },
    { 129,  40,   0 },
};

static TRAV Trav123[] =
{
    { 122,  44,   0 },
    { 124,  43,   0 },
    { 124,  77,   0 },
    { 126,  28,   0 },
    { 129,  40,   0 },
};

static TRAV Trav124[] =
{
    { 123,  44,   0 },
    { 125,  47,   0 },
    { 125,  36,   0 },
    { 128,  48,   0 },
    { 128,  37,   0 },
    { 128,  30,   0 },
    { 126,  28,   0 },
    { 129,  40,   0 },
};

static TRAV Trav125[] =
{
    { 124,  46,   0 },
    { 124,  77,   0 },
    { 126,  45,   0 },
    { 126,  28,   0 },
    { 127,  43,   0 },
    { 127,  17,   0 },
};

static TRAV Trav126[] =
{
    { 125,  46,   0 },
    { 125,  23,   0 },
    { 125,  11,   0 },
    { 124,  77,   0 },
    { 610,  30,   0 },
    { 610,  39,   0 },
};

static TRAV Trav127[] =
{
    { 125,  44,   0 },
    { 125,  11,   0 },
    { 125,  17,   0 },
    { 124,  77,   0 },
    { 126,  28,   0 },
};

static TRAV Trav128[] =
{
    { 124,  45,   0 },
    { 124,  29,   0 },
    { 124,  77,   0 },
    { 129,  46,   0 },
    { 129,  30,   0 },
    { 129,  40,   0 },
    { 126,  28,   0 },
};

static TRAV Trav129[] =
{
    { 128,  44,   0 },
    { 128,  29,   0 },
    { 124,  77,   0 },
    { 130,  43,   0 },
    { 130,  19,   0 },
    { 130,  40,   0 },
    { 130,   3,   0 },
    { 126,  28,   0 },
};

static TRAV Trav130[] =
{
    { 129,  44,   0 },
    { 124,  77,   0 },
    { 126,  28,   0 },
};

static TRAV Trav131[] =
{
    { 107,  44,   0 },
    { 132,  48,   0 },
    { 133,  50,   0 },
    { 134,  49,   0 },
    { 135,  47,   0 },
    { 136,  29,   0 },
    { 137,  30,   0 },
    { 138,  45,   0 },
    { 139,  46,   0 },
    { 112,  43,   0 },
};

static TRAV Trav132[] =
{
    { 107,  50,   0 },
    { 131,  29,   0 },
    { 133,  45,   0 },
    { 134,  46,   0 },
    { 135,  44,   0 },
    { 136,  49,   0 },
    { 137,  47,   0 },
    { 138,  43,   0 },
    { 139,  30,   0 },
    { 112,  48,   0 },
};

static TRAV Trav133[] =
{
    { 107,  29,   0 },
    { 131,  30,   0 },
    { 132,  44,   0 },
    { 134,  47,   0 },
    { 135,  49,   0 },
    { 136,  43,   0 },
    { 137,  45,   0 },
    { 138,  50,   0 },
    { 139,  48,   0 },
    { 112,  46,   0 },
};

static TRAV Trav134[] =
{
    { 107,  47,   0 },
    { 131,  45,   0 },
    { 132,  50,   0 },
    { 133,  48,   0 },
    { 135,  43,   0 },
    { 136,  30,   0 },
    { 137,  46,   0 },
    { 138,  29,   0 },
    { 139,  44,   0 },
    { 112,  49,   0 },
};

static TRAV Trav135[] =
{
    { 107,  45,   0 },
    { 131,  48,   0 },
    { 132,  30,   0 },
    { 133,  46,   0 },
    { 134,  43,   0 },
    { 136,  44,   0 },
    { 137,  49,   0 },
    { 138,  47,   0 },
    { 139,  50,   0 },
    { 112,  29,   0 },
};

static TRAV Trav136[] =
{
    { 107,  43,   0 },
    { 131,  44,   0 },
    { 132,  29,   0 },
    { 133,  49,   0 },
    { 134,  30,   0 },
    { 135,  46,   0 },
    { 137,  50,   0 },
    { 138,  48,   0 },
    { 139,  47,   0 },
    { 112,  45,   0 },
};

static TRAV Trav137[] =
{
    { 107,  48,   0 },
    { 131,  47,   0 },
    { 132,  46,   0 },
    { 133,  30,   0 },
    { 134,  29,   0 },
    { 135,  50,   0 },
    { 136,  45,   0 },
    { 138,  49,   0 },
    { 139,  43,   0 },
    { 112,  44,   0 },
};

static TRAV Trav138[] =
{
    { 107,  30,   0 },
    { 131,  43,   0 },
    { 132,  47,   0 },
    { 133,  29,   0 },
    { 134,  44,   0 },
    { 135,  45,   0 },
    { 136,  46,   0 },
    { 137,  48,   0 },
    { 139,  49,   0 },
    { 112,  50,   0 },
};

static TRAV Trav139[] =
{
    { 107,  49,   0 },
    { 131,  50,   0 },
    { 132,  43,   0 },
    { 133,  44,   0 },
    { 134,  45,   0 },
    { 135,  30,   0 },
    { 136,  48,   0 },
    { 137,  29,   0 },
    { 138,  46,   0 },
    { 112,  47,   0 },
};

static TRAV Trav140[] =
{
    { 112,  45,   0 },
    { 112,  11,   0 },
};

TRAVTAB     TravTab[] =
{
    { Trav001,	MAXDIM(Trav001) },
    { Trav002,	MAXDIM(Trav002) },
    { Trav003,	MAXDIM(Trav003) },
    { Trav004,	MAXDIM(Trav004) },
    { Trav005,	MAXDIM(Trav005) },
    { Trav006,	MAXDIM(Trav006) },
    { Trav007,	MAXDIM(Trav007) },
    { Trav008,	MAXDIM(Trav008) },
    { Trav009,	MAXDIM(Trav009) },
    { Trav010,	MAXDIM(Trav010) },
    { Trav011,	MAXDIM(Trav011) },
    { Trav012,	MAXDIM(Trav012) },
    { Trav013,	MAXDIM(Trav013) },
    { Trav014,	MAXDIM(Trav014) },
    { Trav015,	MAXDIM(Trav015) },
    { Trav016,	MAXDIM(Trav016) },
    { Trav017,	MAXDIM(Trav017) },
    { Trav018,	MAXDIM(Trav018) },
    { Trav019,	MAXDIM(Trav019) },
    { Trav020,	MAXDIM(Trav020) },
    { Trav021,	MAXDIM(Trav021) },
    { Trav022,	MAXDIM(Trav022) },
    { Trav023,	MAXDIM(Trav023) },
    { Trav024,	MAXDIM(Trav024) },
    { Trav025,	MAXDIM(Trav025) },
    { Trav026,	MAXDIM(Trav026) },
    { Trav027,	MAXDIM(Trav027) },
    { Trav028,	MAXDIM(Trav028) },
    { Trav029,	MAXDIM(Trav029) },
    { Trav030,	MAXDIM(Trav030) },
    { Trav031,	MAXDIM(Trav031) },
    { Trav032,	MAXDIM(Trav032) },
    { Trav033,	MAXDIM(Trav033) },
    { Trav034,	MAXDIM(Trav034) },
    { Trav035,	MAXDIM(Trav035) },
    { Trav036,	MAXDIM(Trav036) },
    { Trav037,	MAXDIM(Trav037) },
    { Trav038,	MAXDIM(Trav038) },
    { Trav039,	MAXDIM(Trav039) },
    { Trav040,	MAXDIM(Trav040) },
    { Trav041,	MAXDIM(Trav041) },
    { Trav042,	MAXDIM(Trav042) },
    { Trav043,	MAXDIM(Trav043) },
    { Trav044,	MAXDIM(Trav044) },
    { Trav045,	MAXDIM(Trav045) },
    { Trav046,	MAXDIM(Trav046) },
    { Trav047,	MAXDIM(Trav047) },
    { Trav048,	MAXDIM(Trav048) },
    { Trav049,	MAXDIM(Trav049) },
    { Trav050,	MAXDIM(Trav050) },
    { Trav051,	MAXDIM(Trav051) },
    { Trav052,	MAXDIM(Trav052) },
    { Trav053,	MAXDIM(Trav053) },
    { Trav054,	MAXDIM(Trav054) },
    { Trav055,	MAXDIM(Trav055) },
    { Trav056,	MAXDIM(Trav056) },
    { Trav057,	MAXDIM(Trav057) },
    { Trav058,	MAXDIM(Trav058) },
    { Trav059,	MAXDIM(Trav059) },
    { Trav060,	MAXDIM(Trav060) },
    { Trav061,	MAXDIM(Trav061) },
    { Trav062,	MAXDIM(Trav062) },
    { Trav063,	MAXDIM(Trav063) },
    { Trav064,	MAXDIM(Trav064) },
    { Trav065,	MAXDIM(Trav065) },
    { Trav066,	MAXDIM(Trav066) },
    { Trav067,	MAXDIM(Trav067) },
    { Trav068,	MAXDIM(Trav068) },
    { Trav069,	MAXDIM(Trav069) },
    { Trav070,	MAXDIM(Trav070) },
    { Trav071,	MAXDIM(Trav071) },
    { Trav072,	MAXDIM(Trav072) },
    { Trav073,	MAXDIM(Trav073) },
    { Trav074,	MAXDIM(Trav074) },
    { Trav075,	MAXDIM(Trav075) },
    { Trav076,	MAXDIM(Trav076) },
    { Trav077,	MAXDIM(Trav077) },
    { Trav078,	MAXDIM(Trav078) },
    { Trav079,	MAXDIM(Trav079) },
    { Trav080,	MAXDIM(Trav080) },
    { Trav081,	MAXDIM(Trav081) },
    { Trav082,	MAXDIM(Trav082) },
    { Trav083,	MAXDIM(Trav083) },
    { Trav084,	MAXDIM(Trav084) },
    { Trav085,	MAXDIM(Trav085) },
    { Trav086,	MAXDIM(Trav086) },
    { Trav087,	MAXDIM(Trav087) },
    { Trav088,	MAXDIM(Trav088) },
    { Trav089,	MAXDIM(Trav089) },
    { Trav090,	MAXDIM(Trav090) },
    { Trav091,	MAXDIM(Trav091) },
    { Trav092,	MAXDIM(Trav092) },
    { Trav093,	MAXDIM(Trav093) },
    { Trav094,	MAXDIM(Trav094) },
    { Trav095,	MAXDIM(Trav095) },
    { Trav096,	MAXDIM(Trav096) },
    { Trav097,	MAXDIM(Trav097) },
    { Trav098,	MAXDIM(Trav098) },
    { Trav099,	MAXDIM(Trav099) },
    { Trav100,	MAXDIM(Trav100) },
    { Trav101,	MAXDIM(Trav101) },
    { Trav102,	MAXDIM(Trav102) },
    { Trav103,	MAXDIM(Trav103) },
    { Trav104,	MAXDIM(Trav104) },
    { Trav105,	MAXDIM(Trav105) },
    { Trav106,	MAXDIM(Trav106) },
    { Trav107,	MAXDIM(Trav107) },
    { Trav108,	MAXDIM(Trav108) },
    { Trav109,	MAXDIM(Trav109) },
    { Trav110,	MAXDIM(Trav110) },
    { Trav111,	MAXDIM(Trav111) },
    { Trav112,	MAXDIM(Trav112) },
    { Trav113,	MAXDIM(Trav113) },
    { Trav114,	MAXDIM(Trav114) },
    { Trav115,	MAXDIM(Trav115) },
    { Trav116,	MAXDIM(Trav116) },
    { Trav117,	MAXDIM(Trav117) },
    { Trav118,	MAXDIM(Trav118) },
    { Trav119,	MAXDIM(Trav119) },
    { Trav120,	MAXDIM(Trav120) },
    { Trav121,	MAXDIM(Trav121) },
    { Trav122,	MAXDIM(Trav122) },
    { Trav123,	MAXDIM(Trav123) },
    { Trav124,	MAXDIM(Trav124) },
    { Trav125,	MAXDIM(Trav125) },
    { Trav126,	MAXDIM(Trav126) },
    { Trav127,	MAXDIM(Trav127) },
    { Trav128,	MAXDIM(Trav128) },
    { Trav129,	MAXDIM(Trav129) },
    { Trav130,	MAXDIM(Trav130) },
    { Trav131,	MAXDIM(Trav131) },
    { Trav132,	MAXDIM(Trav132) },
    { Trav133,	MAXDIM(Trav133) },
    { Trav134,	MAXDIM(Trav134) },
    { Trav135,	MAXDIM(Trav135) },
    { Trav136,	MAXDIM(Trav136) },
    { Trav137,	MAXDIM(Trav137) },
    { Trav138,	MAXDIM(Trav138) },
    { Trav139,	MAXDIM(Trav139) },
    { Trav140,	MAXDIM(Trav140) },
};

