CREATE TABLE `ads` (
  `left_ads` longtext NOT NULL,
  `right_ads` longtext NOT NULL,
  `top_ads` longtext NOT NULL,
  `bottom_ads` longtext NOT NULL
) ;**####**

INSERT INTO `ads` VALUES
('', '', '', '');**####**


CREATE TABLE `categories` (
  `title` varchar(255) NOT NULL default '',
  `keywords` varchar(255) NOT NULL default '',
  `description` varchar(255) NOT NULL default '',
  `content` text NOT NULL,
  `id` int(11) NOT NULL auto_increment,
  `cat_id` int(11) NOT NULL default '0',
  `cat_name` varchar(255) NOT NULL default '',
  `file_name` varchar(255) NOT NULL default '',
  `parent_id` int(11) NOT NULL default '0',
  `page_order` int(11) NOT NULL default '1000',
  `query` varchar(255) NOT NULL default '',
  `local` tinyint(1) NOT NULL default '0',
  `miles` text NOT NULL,
  `zip` text NOT NULL,
  `minbid` varchar(11) NOT NULL default '',
  `maxbid` varchar(11) NOT NULL default '',
  `minprice` varchar(11) NOT NULL default '',
  `maxprice` varchar(11) NOT NULL default '',
  `bin` tinyint(1) default NULL,
  `display` tinyint(1) NOT NULL default '1',
  `productdisplay` tinyint(1) NOT NULL default '1',
  `ppPage` varchar(4) NOT NULL default '',
  `contentbelow` text NOT NULL,
  `left_ads` longtext NOT NULL,
  `right_ads` longtext NOT NULL,
  `top_ads` longtext NOT NULL,
  `bottom_ads` longtext NOT NULL,
  `displaynext` tinyint(1) NOT NULL default '1',
  `displaysort` tinyint(1) NOT NULL default '1',
  `sort` varchar(7) NOT NULL default '',
  `sellerid` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `parent_id` (`parent_id`),
  KEY `cat_name` (`cat_name`)
) AUTO_INCREMENT=1000001 ;**####**


INSERT INTO `categories` VALUES
('', '', '', '', 1000000, 0, 'eBay', 'eBay', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2, 0, 'Store', 'Store', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20081, 20081, 'Antiques', 'Antiques', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37903, 37903, 'Antiquities (Classical, Amer.)', 'Antiquities-Classical-Amer-', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66834, 66834, 'Neolithic, Paleolithic', 'Neolithic-Paleolithic', 37903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37908, 37908, 'The Americas', 'The-Americas', 37903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37905, 37905, 'Egyptian', 'Egyptian', 37903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37906, 37906, 'Greek', 'Greek', 37903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37907, 37907, 'Roman', 'Roman', 37903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73464, 73464, 'Other', 'Other', 37903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4707, 4707, 'Architectural & Garden', 'Architectural-and-Garden', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37909, 37909, 'Ceiling Tins', 'Ceiling-Tins', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63516, 63516, 'Chandeliers, Fixtures, Sconces', 'Chandeliers-Fixtures-Sconces', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37910, 37910, 'Doors', 'Doors', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63517, 63517, 'Finials', 'Finials', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63518, 63518, 'Fireplaces, Mantles', 'Fireplaces-Mantles', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4708, 4708, 'Garden', 'Garden', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37911, 37911, 'Hardware', 'Hardware', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37912, 37912, 'Door Bells, Knockers', 'Door-Bells-Knockers', 37911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37913, 37913, 'Hooks & Brackets', 'Hooks-and-Brackets', 37911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37914, 37914, 'Knobs & Handles', 'Knobs-and-Handles', 37911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37915, 37915, 'Locks & Keys', 'Locks-and-Keys', 37911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37916, 37916, 'Plates - Doors, Lights', 'Plates-Doors-Lights', 37911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66637, 66637, 'Other', 'Other', 37911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63519, 63519, 'Signs', 'Signs', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151721, 151721, 'Stained Glass Windows', 'Stained-Glass-Windows', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151722, 151722, 'Pre-1900', 'Pre-1900', 151721, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4771, 4771, '1900 - 1940', '1900-1940', 151721, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151723, 151723, '1940 - Now', '1940-Now', 151721, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37917, 37917, 'Tiles', 'Tiles', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37918, 37918, 'Weathervanes, Lightning Rods', 'Weathervanes-Lightning-Rods', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63520, 63520, 'Windows, Sashes, Locks', 'Windows-Sashes-Locks', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1207, 1207, 'Other', 'Other', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20082, 20082, 'Asian Antiques', 'Asian-Antiques', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37919, 37919, 'Chinese', 'Chinese', 20082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37920, 37920, 'Baskets', 'Baskets', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37921, 37921, 'Bowls', 'Bowls', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37922, 37922, 'Boxes', 'Boxes', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37923, 37923, 'Cabinets', 'Cabinets', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37924, 37924, 'Chairs', 'Chairs', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37925, 37925, 'Chests', 'Chests', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37926, 37926, 'Glasses, Cups', 'Glasses-Cups', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37927, 37927, 'Necklaces, Pendants', 'Necklaces-Pendants', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 38124, 38124, 'Paintings, Scrolls', 'Paintings-Scrolls', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37928, 37928, 'Plates', 'Plates', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37929, 37929, 'Pots', 'Pots', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 155352, 155352, 'Robes, Textiles', 'Robes-Textiles', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37930, 37930, 'Snuff Bottles', 'Snuff-Bottles', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 60189, 60189, 'Statues', 'Statues', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 60190, 60190, 'Buddha', 'Buddha', 60189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 60191, 60191, 'Dragon', 'Dragon', 60189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 60192, 60192, 'Elephant', 'Elephant', 60189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 60193, 60193, 'Horse', 'Horse', 60189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 60194, 60194, 'Kwan-yin', 'Kwan-yin', 60189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 60195, 60195, 'Men, Women, Children', 'Men-Women-Children', 60189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37931, 37931, 'Other', 'Other', 60189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37932, 37932, 'Tables', 'Tables', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37933, 37933, 'Vases', 'Vases', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73465, 73465, 'Other Items', 'Other-Items', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37934, 37934, 'Japanese', 'Japanese', 20082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37935, 37935, 'Bowls', 'Bowls', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37936, 37936, 'Boxes', 'Boxes', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37937, 37937, 'Glasses, Cups', 'Glasses-Cups', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 155353, 155353, 'Kimonos, Textiles', 'Kimonos-Textiles', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37938, 37938, 'Netsuke', 'Netsuke', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 38125, 38125, 'Paintings, Scrolls', 'Paintings-Scrolls', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37939, 37939, 'Plates', 'Plates', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 38126, 38126, 'Prints', 'Prints', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37940, 37940, 'Vases', 'Vases', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73466, 73466, 'Other Items', 'Other-Items', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20085, 20085, 'Southeast Asian', 'Southeast-Asian', 20082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 155354, 155354, 'Reproductions', 'Reproductions', 20082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2194, 2194, 'Other', 'Other', 20082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2195, 2195, 'Books, Manuscripts', 'Books-Manuscripts', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2196, 2196, 'American', 'American', 2195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2198, 2198, 'Asian', 'Asian', 2195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2200, 2200, 'English', 'English', 2195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2201, 2201, 'European', 'European', 2195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 356, 356, 'Other', 'Other', 2195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20086, 20086, 'Decorative Arts', 'Decorative-Arts', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63521, 63521, 'Ceramics, Porcelain', 'Ceramics-Porcelain', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63522, 63522, 'Bowls', 'Bowls', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63523, 63523, 'Boxes', 'Boxes', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63524, 63524, 'Creamers, Sugar Bowls', 'Creamers-Sugar-Bowls', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63525, 63525, 'Cups, Saucers', 'Cups-Saucers', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63526, 63526, 'Figurines', 'Figurines', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63527, 63527, 'Jars', 'Jars', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63528, 63528, 'Jugs, Pitchers', 'Jugs-Pitchers', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63529, 63529, 'Mugs, Tankards', 'Mugs-Tankards', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63530, 63530, 'Planters, Vases', 'Planters-Vases', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63531, 63531, 'Plates, Chargers', 'Plates-Chargers', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63532, 63532, 'Platters, Trays', 'Platters-Trays', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63533, 63533, 'Salt, Pepper Shakers', 'Salt-Pepper-Shakers', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63534, 63534, 'Teapots, Sets', 'Teapots-Sets', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63535, 63535, 'Tiles', 'Tiles', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63536, 63536, 'Tureens', 'Tureens', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2203, 2203, 'Other', 'Other', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63537, 63537, 'Clocks', 'Clocks', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63538, 63538, 'Glass', 'Glass', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63539, 63539, 'Bowls', 'Bowls', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63540, 63540, 'Compotes, Dishes, Jars', 'Compotes-Dishes-Jars', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63541, 63541, 'Decanters', 'Decanters', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63542, 63542, 'Perfume Bottles', 'Perfume-Bottles', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63543, 63543, 'Pitchers, Jugs', 'Pitchers-Jugs', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63544, 63544, 'Plates', 'Plates', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63545, 63545, 'Stemware', 'Stemware', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63546, 63546, 'Vases', 'Vases', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2205, 2205, 'Other', 'Other', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63547, 63547, 'Lamps', 'Lamps', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1211, 1211, 'Metalware', 'Metalware', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 38281, 38281, 'Brass', 'Brass', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 38282, 38282, 'Candlesticks, Snuffers', 'Candlesticks-Snuffers', 38281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 38283, 38283, 'Statues, Figures', 'Statues-Figures', 38281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4175, 4175, 'Other', 'Other', 38281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1212, 1212, 'Bronze', 'Bronze', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20087, 20087, 'Cast Iron', 'Cast-Iron', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1213, 1213, 'Copper', 'Copper', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4176, 4176, 'Gold', 'Gold', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1214, 1214, 'Pewter', 'Pewter', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63548, 63548, 'Tin', 'Tin', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20088, 20088, 'Wrought Iron', 'Wrought-Iron', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 358, 358, 'Other', 'Other', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20089, 20089, 'Mirrors', 'Mirrors', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40024, 40024, 'Picture Frames', 'Picture-Frames', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40025, 40025, 'Metal', 'Metal', 40024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40026, 40026, 'Wood', 'Wood', 40024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40027, 40027, 'Mixed Materials', 'Mixed-Materials', 40024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20090, 20090, 'Other Materials', 'Other-Materials', 40024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1218, 1218, 'Toleware', 'Toleware', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151724, 151724, 'Trivets', 'Trivets', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37941, 37941, 'Woodenware', 'Woodenware', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37942, 37942, 'Bowls', 'Bowls', 37941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37943, 37943, 'Boxes', 'Boxes', 37941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37944, 37944, 'Trays', 'Trays', 37941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1219, 1219, 'Other', 'Other', 37941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73467, 73467, 'Other', 'Other', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2207, 2207, 'Ethnographic', 'Ethnographic', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37945, 37945, 'African', 'African', 2207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37946, 37946, 'Masks', 'Masks', 37945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37947, 37947, 'Sculptures, Statues', 'Sculptures-Statues', 37945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4171, 4171, 'Other', 'Other', 37945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4170, 4170, 'Latin American', 'Latin-American', 2207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4173, 4173, 'Native American', 'Native-American', 2207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4172, 4172, 'Pacific Rim', 'Pacific-Rim', 2207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2204, 2204, 'Other', 'Other', 2207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20091, 20091, 'Furniture', 'Furniture', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63549, 63549, 'Beds', 'Beds', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63552, 63552, 'Pre-1800', 'Pre-1800', 63549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63550, 63550, '1800-1899', '1800-1899', 63549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63551, 63551, '1900-1950', '1900-1950', 63549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156308, 156308, 'Post-1950', 'Post-1950', 63549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63553, 63553, 'Benches, Stools', 'Benches-Stools', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63554, 63554, 'Pre-1800', 'Pre-1800', 63553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63555, 63555, '1800-1899', '1800-1899', 63553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63556, 63556, '1900-1950', '1900-1950', 63553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156953, 156953, 'Post-1950', 'Post-1950', 63553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63557, 63557, 'Bookcases', 'Bookcases', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63558, 63558, 'Pre-1800', 'Pre-1800', 63557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63559, 63559, '1800-1899', '1800-1899', 63557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63560, 63560, '1900-1950', '1900-1950', 63557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156309, 156309, 'Post-1950', 'Post-1950', 63557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63561, 63561, 'Cabinets, Armoires, Cupboards', 'Cabinets-Armoires-Cupboards', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63562, 63562, 'Pre-1800', 'Pre-1800', 63561, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63563, 63563, '1800-1899', '1800-1899', 63561, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63564, 63564, '1900-1950', '1900-1950', 63561, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156310, 156310, 'Post-1950', 'Post-1950', 63561, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63565, 63565, 'Chairs', 'Chairs', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63566, 63566, 'Pre-1800', 'Pre-1800', 63565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63567, 63567, '1800-1899', '1800-1899', 63565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63568, 63568, '1900-1950', '1900-1950', 63565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156311, 156311, 'Post-1950', 'Post-1950', 63565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63569, 63569, 'Desks', 'Desks', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63570, 63570, 'Pre-1800', 'Pre-1800', 63569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63571, 63571, '1800-1899', '1800-1899', 63569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63572, 63572, '1900-1950', '1900-1950', 63569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156312, 156312, 'Post-1950', 'Post-1950', 63569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63573, 63573, 'Dining Sets', 'Dining-Sets', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63574, 63574, 'Pre-1800', 'Pre-1800', 63573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63575, 63575, '1800-1899', '1800-1899', 63573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63576, 63576, '1900-1950', '1900-1950', 63573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156313, 156313, 'Post-1950', 'Post-1950', 63573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63577, 63577, 'Dressers, Vanities', 'Dressers-Vanities', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63578, 63578, 'Pre-1800', 'Pre-1800', 63577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63579, 63579, '1800-1899', '1800-1899', 63577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63580, 63580, '1900-1950', '1900-1950', 63577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156314, 156314, 'Post-1950', 'Post-1950', 63577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63581, 63581, 'Sofas, Chaises', 'Sofas-Chaises', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63582, 63582, 'Pre-1800', 'Pre-1800', 63581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63583, 63583, '1800-1899', '1800-1899', 63581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63584, 63584, '1900-1950', '1900-1950', 63581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156315, 156315, 'Post-1950', 'Post-1950', 63581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63585, 63585, 'Tables, Stands', 'Tables-Stands', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63586, 63586, 'Pre-1800', 'Pre-1800', 63585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63587, 63587, '1800-1899', '1800-1899', 63585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63588, 63588, '1900-1950', '1900-1950', 63585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156316, 156316, 'Post-1950', 'Post-1950', 63585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63589, 63589, 'Other Furniture', 'Other-Furniture', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63590, 63590, 'Pre-1800', 'Pre-1800', 63589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63591, 63591, '1800-1899', '1800-1899', 63589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63592, 63592, '1900-1950', '1900-1950', 63589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156317, 156317, 'Post-1950', 'Post-1950', 63589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37958, 37958, 'Maps, Atlases, Globes', 'Maps-Atlases-Globes', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63593, 63593, 'Globes', 'Globes', 37958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63594, 63594, 'Maps, Atlases', 'Maps-Atlases', 37958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37959, 37959, 'Africa', 'Africa', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37960, 37960, 'Asia', 'Asia', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37961, 37961, 'Australia, New Zealand', 'Australia-New-Zealand', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63596, 63596, 'Caribbean', 'Caribbean', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 38325, 38325, 'Continental Europe, Russia', 'Continental-Europe-Russia', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63597, 63597, 'India', 'India', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63598, 63598, 'Middle East', 'Middle-East', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63599, 63599, 'North America', 'North-America', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63600, 63600, 'Canada', 'Canada', 63599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63601, 63601, 'Mexico', 'Mexico', 63599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63602, 63602, 'United States', 'United-States', 63599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63603, 63603, 'AK, HI', 'AK-HI', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63604, 63604, 'AL, FL, GA, MS, NC, SC', 'AL-FL-GA-MS-NC-SC', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63605, 63605, 'AR, IA, KS, LA, MO, NE', 'AR-IA-KS-LA-MO-NE', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63606, 63606, 'AZ, CA, CO, NM, NV, UT', 'AZ-CA-CO-NM-NV-UT', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63607, 63607, 'CT, MA, ME, NH, RI, VT', 'CT-MA-ME-NH-RI-VT', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63608, 63608, 'DE, MD, NJ, NY, PA', 'DE-MD-NJ-NY-PA', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63609, 63609, 'ID, OR, WA', 'ID-OR-WA', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63610, 63610, 'IL, IN, MI, OH, WI', 'IL-IN-MI-OH-WI', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63611, 63611, 'MN, MT, ND, SD, WY', 'MN-MT-ND-SD-WY', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63612, 63612, 'OK, TX', 'OK-TX', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63613, 63613, 'VA, WV, KY, TN', 'VA-WV-KY-TN', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37962, 37962, 'Entire US', 'Entire-US', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37963, 37963, 'South America', 'South-America', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63614, 63614, 'United Kingdom', 'United-Kingdom', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2206, 2206, 'World & Hemisphere Maps', 'World-and-Hemisphere-Maps', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37964, 37964, 'Mixed Lots', 'Mixed-Lots', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 38326, 38326, 'Other', 'Other', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63595, 63595, 'Maps on CD', 'Maps-on-CD', 37958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151725, 151725, 'Reproductions', 'Reproductions', 37958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37965, 37965, 'Maritime', 'Maritime', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63615, 63615, 'Anchors', 'Anchors', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63616, 63616, 'Bells, Whistles', 'Bells-Whistles', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37966, 37966, 'Clocks', 'Clocks', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37967, 37967, 'Compasses', 'Compasses', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63617, 63617, 'Diving Helmets', 'Diving-Helmets', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37968, 37968, 'Fishing Nets, Floats', 'Fishing-Nets-Floats', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156318, 156318, 'Folk Art', 'Folk-Art', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37969, 37969, 'Lamps, Lighting', 'Lamps-Lighting', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37970, 37970, 'Model Ships', 'Model-Ships', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63618, 63618, 'Portholes', 'Portholes', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####**
INSERT INTO `categories` VALUES
('', '', '', '', 63619, 63619, 'Scrimshaw', 'Scrimshaw', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37971, 37971, 'Sextants', 'Sextants', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37972, 37972, 'Telescopes', 'Telescopes', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37973, 37973, 'Wheels', 'Wheels', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156319, 156319, 'Reproductions', 'Reproductions', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66638, 66638, 'Other', 'Other', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37974, 37974, 'Musical Instruments', 'Musical-Instruments', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156320, 156320, 'Brass', 'Brass', 37974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37975, 37975, 'Keyboard', 'Keyboard', 37974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37976, 37976, 'Percussion', 'Percussion', 37974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 359, 359, 'String', 'String', 37974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37977, 37977, 'Wind', 'Wind', 37974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156321, 156321, 'Reproductions', 'Reproductions', 37974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156322, 156322, 'Other', 'Other', 37974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100927, 100927, 'Periods, Styles', 'Periods-Styles', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100928, 100928, 'Aesthetic Movement', 'Aesthetic-Movement', 100927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 69471, 69471, 'Art Deco', 'Art-Deco', 100927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 69472, 69472, 'Art Nouveau', 'Art-Nouveau', 100927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 96768, 96768, 'Arts & Crafts Movement', 'Arts-and-Crafts-Movement', 100927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 69473, 69473, 'Mid-Century Modernism', 'Mid-Century-Modernism', 100927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151738, 151738, 'Victorian', 'Victorian', 100927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1217, 1217, 'Primitives', 'Primitives', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 22608, 22608, 'Reproduction Antiques', 'Reproduction-Antiques', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37978, 37978, 'Rugs, Carpets', 'Rugs-Carpets', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37979, 37979, 'Small (1x2-4)', 'Small-1x2-4', 37978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37980, 37980, 'Medium (4x2-9x6)', 'Medium-4x2-9x6', 37978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37981, 37981, 'Large (9x7-9x12)', 'Large-9x7-9x12', 37978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37982, 37982, 'Larger than 9x12', 'Larger-than-9x12', 37978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37983, 37983, 'Runners', 'Runners', 37978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73468, 73468, 'Other', 'Other', 37978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20094, 20094, 'Science & Medicine', 'Science-and-Medicine', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1210, 1210, 'Medical', 'Medical', 20094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 361, 361, 'Science Instruments', 'Science-Instruments', 20094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20095, 20095, 'Other', 'Other', 20094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156323, 156323, 'Sewing', 'Sewing', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156324, 156324, 'Baskets, Boxes', 'Baskets-Boxes', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156325, 156325, 'Buttons', 'Buttons', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156326, 156326, 'Furniture', 'Furniture', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156327, 156327, 'Machines, Machine Parts', 'Machines-Machine-Parts', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156328, 156328, 'Needles', 'Needles', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156329, 156329, 'Patterns', 'Patterns', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156332, 156332, 'Spools, Thread', 'Spools-Thread', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156330, 156330, 'Thimbles', 'Thimbles', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156331, 156331, 'Other', 'Other', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20096, 20096, 'Silver', 'Silver', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20097, 20097, 'Coin Silver', 'Coin-Silver', 20096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151726, 151726, 'Non-U.S. Silver', 'Non-U-S-Silver', 20096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151732, 151732, 'Asia', 'Asia', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151727, 151727, 'Canada', 'Canada', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151729, 151729, 'France', 'France', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151730, 151730, 'Germany', 'Germany', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151733, 151733, 'Mexico', 'Mexico', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156333, 156333, 'Middle East', 'Middle-East', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151736, 151736, 'Russia', 'Russia', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156334, 156334, 'Scandinavia', 'Scandinavia', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151735, 151735, 'Spain', 'Spain', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151728, 151728, 'United Kingdom', 'United-Kingdom', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151737, 151737, 'Other Countries', 'Other-Countries', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156335, 156335, 'Unknown', 'Unknown', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2212, 2212, 'Silverplate', 'Silverplate', 20096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37985, 37985, 'Bowls', 'Bowls', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20098, 20098, 'Candlesticks, Candelabra', 'Candlesticks-Candelabra', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37986, 37986, 'Cups, Goblets', 'Cups-Goblets', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20099, 20099, 'Flatware', 'Flatware', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20100, 20100, 'Holmes & Edwards', 'Holmes-and-Edwards', 20099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20101, 20101, 'International/1847 Rogers', 'International-1847-Rogers', 20099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20102, 20102, 'Oneida/Wm. A. Rogers', 'Oneida-Wm-A-Rogers', 20099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39436, 39436, 'Wallace', 'Wallace', 20099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2216, 2216, 'Other', 'Other', 20099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39437, 39437, 'Pitchers, Jugs', 'Pitchers-Jugs', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39438, 39438, 'Platters, Trays', 'Platters-Trays', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37988, 37988, 'Teapots & Sets', 'Teapots-and-Sets', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39439, 39439, 'Vases, Urns', 'Vases-Urns', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1216, 1216, 'Other Silverplate', 'Other-Silverplate', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2213, 2213, 'Sterling', 'Sterling', 20096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37991, 37991, 'Bowls', 'Bowls', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37992, 37992, 'Boxes', 'Boxes', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20103, 20103, 'Candlesticks, Candelabra', 'Candlesticks-Candelabra', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37993, 37993, 'Cups, Goblets', 'Cups-Goblets', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63620, 63620, 'Dishes', 'Dishes', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20104, 20104, 'Flatware', 'Flatware', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 60196, 60196, 'Alvin', 'Alvin', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 32710, 32710, 'Dominick & Haff', 'Dominick-and-Haff', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 32711, 32711, 'Durgin', 'Durgin', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20105, 20105, 'Georg Jensen', 'Georg-Jensen', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20106, 20106, 'Gorham, Whiting', 'Gorham-Whiting', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20108, 20108, 'International/1847 Rogers', 'International-1847-Rogers', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20110, 20110, 'Kirk', 'Kirk', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20111, 20111, 'Lunt', 'Lunt', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 32712, 32712, 'Manchester', 'Manchester', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20107, 20107, 'Oneida/Wm. A. Rogers', 'Oneida-Wm-A-Rogers', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20109, 20109, 'Reed & Barton', 'Reed-and-Barton', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 60197, 60197, 'Royal Crest, Castle', 'Royal-Crest-Castle', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20112, 20112, 'Stieff', 'Stieff', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20113, 20113, 'Tiffany', 'Tiffany', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20114, 20114, 'Towle', 'Towle', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20115, 20115, 'Wallace', 'Wallace', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20116, 20116, 'Watson', 'Watson', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 32713, 32713, 'Westmorland', 'Westmorland', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2214, 2214, 'Unknown', 'Unknown', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 60198, 60198, 'Other Brands', 'Other-Brands', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63623, 63623, 'Miniatures', 'Miniatures', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39440, 39440, 'Napkin Rings, Clips', 'Napkin-Rings-Clips', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37995, 37995, 'Pitchers, Vases, Jugs', 'Pitchers-Vases-Jugs', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39441, 39441, 'Platters, Trays', 'Platters-Trays', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39442, 39442, 'Salt Cellars, S&P Shakers', 'Salt-Cellars-SandP-Shakers', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63621, 63621, 'Souvenir spoons', 'Souvenir-spoons', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63622, 63622, 'Sugar Bowls, Tongs', 'Sugar-Bowls-Tongs', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37998, 37998, 'Teapots & Sets', 'Teapots-and-Sets', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39443, 39443, 'Vases, Urns', 'Vases-Urns', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1215, 1215, 'Other Sterling', 'Other-Sterling', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2218, 2218, 'Textiles, Linens', 'Textiles-Linens', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20117, 20117, 'Embroidery', 'Embroidery', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 38000, 38000, 'Fabric', 'Fabric', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66639, 66639, 'Chenille', 'Chenille', 38000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 38001, 38001, 'Cotton', 'Cotton', 38000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66640, 66640, 'Damask', 'Damask', 38000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66641, 66641, 'Linen', 'Linen', 38000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 38002, 38002, 'Silk', 'Silk', 38000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66642, 66642, 'Velvet', 'Velvet', 38000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 38003, 38003, 'Wool', 'Wool', 38000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73469, 73469, 'Other Fabric', 'Other-Fabric', 38000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39444, 39444, 'Lace, Crochet, Doilies', 'Lace-Crochet-Doilies', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39445, 39445, 'Doilies', 'Doilies', 39444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39446, 39446, 'Runners', 'Runners', 39444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39447, 39447, 'Tablecloths', 'Tablecloths', 39444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39448, 39448, 'Trim', 'Trim', 39444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2219, 2219, 'Other', 'Other', 39444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39449, 39449, 'Linens', 'Linens', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39450, 39450, 'Napkins', 'Napkins', 39449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39451, 39451, 'Runners', 'Runners', 39449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39452, 39452, 'Sheets, Pillowcases', 'Sheets-Pillowcases', 39449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39453, 39453, 'Tablecloths', 'Tablecloths', 39449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 39454, 39454, 'Towels', 'Towels', 39449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2220, 2220, 'Other', 'Other', 39449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63624, 63624, 'Pillows', 'Pillows', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63625, 63625, 'Quilts, Bedspreads', 'Quilts-Bedspreads', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63626, 63626, 'Bedspreads, Throws', 'Bedspreads-Throws', 63625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63627, 63627, 'Quilts', 'Quilts', 63625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63628, 63628, 'Applique', 'Applique', 63627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63629, 63629, 'Baby, Crib', 'Baby-Crib', 63627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63630, 63630, 'Crazy', 'Crazy', 63627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63631, 63631, 'Wedding Ring', 'Wedding-Ring', 63627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63632, 63632, 'Patchwork', 'Patchwork', 63627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63633, 63633, 'Star', 'Star', 63627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63634, 63634, 'Quilt Blocks, Squares', 'Quilt-Blocks-Squares', 63627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2221, 2221, 'Other', 'Other', 63627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2223, 2223, 'Samplers', 'Samplers', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2224, 2224, 'Tapestries', 'Tapestries', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 362, 362, 'Other', 'Other', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 12, 12, 'Other Antiques', 'Other-Antiques', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 550, 550, 'Art', 'Art', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20118, 20118, 'Digital Art', 'Digital-Art', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20119, 20119, 'Drawings', 'Drawings', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156192, 156192, 'Pre-1800', 'Pre-1800', 20119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20120, 20120, '1800-1899', '1800-1899', 20119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20121, 20121, '1900-1949', '1900-1949', 20119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 552, 552, '1950-Now', '1950-Now', 20119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 357, 357, 'Folk Art', 'Folk-Art', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20122, 20122, 'Mixed Media', 'Mixed-Media', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156193, 156193, 'Pre-1800', 'Pre-1800', 20122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20123, 20123, '1800-1899', '1800-1899', 20122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20124, 20124, '1900-1949', '1900-1949', 20122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 554, 554, '1950-Now', '1950-Now', 20122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20125, 20125, 'Paintings', 'Paintings', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156194, 156194, 'Pre-1800', 'Pre-1800', 20125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20126, 20126, '1800-1899', '1800-1899', 20125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20128, 20128, 'American', 'American', 20126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20129, 20129, 'European', 'European', 20126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20130, 20130, 'Other', 'Other', 20126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20127, 20127, '1900-1949', '1900-1949', 20125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20131, 20131, 'American', 'American', 20127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20132, 20132, 'European', 'European', 20127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20133, 20133, 'Other', 'Other', 20127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20134, 20134, '1950-Now', '1950-Now', 20125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20135, 20135, 'American', 'American', 20134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20136, 20136, 'European', 'European', 20134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20137, 20137, 'Latin American', 'Latin-American', 20134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 551, 551, 'Other', 'Other', 20134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66465, 66465, 'Photographic Images', 'Photographic-Images', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 28009, 28009, 'Posters', 'Posters', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20140, 20140, 'Prints', 'Prints', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156195, 156195, 'Pre-1800', 'Pre-1800', 20140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 10163, 10163, '1800-1899', '1800-1899', 20140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 10165, 10165, 'Architecture', 'Architecture', 10163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 10166, 10166, 'Botanical', 'Botanical', 10163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 10167, 10167, 'Costume', 'Costume', 10163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 10168, 10168, 'Natural History', 'Natural-History', 10163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 10169, 10169, 'Portrait', 'Portrait', 10163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20141, 20141, 'Religion', 'Religion', 10163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 10170, 10170, 'Topographical', 'Topographical', 10163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 10164, 10164, 'Other', 'Other', 10163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20142, 20142, '1900-1949', '1900-1949', 20140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20143, 20143, 'Limited Editions', 'Limited-Editions', 20142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20144, 20144, 'Open Editions', 'Open-Editions', 20142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20145, 20145, '1950-Now', '1950-Now', 20140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20146, 20146, 'Limited Editions', 'Limited-Editions', 20145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20147, 20147, 'Giclee, Iris Prints', 'Giclee-Iris-Prints', 20146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20148, 20148, 'Original', 'Original', 20146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 360, 360, 'Other', 'Other', 20146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20149, 20149, 'Open Editions', 'Open-Editions', 20145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 553, 553, 'Sculpture, Carvings', 'Sculpture-Carvings', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20158, 20158, 'Self-Representing Artists', 'Self-Representing-Artists', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 151719, 151719, 'Self-Representing ACEOs', 'Self-Representing-ACEOs', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 156196, 156196, 'Textile Art', 'Textile-Art', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4174, 4174, 'Other Art', 'Other-Art', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 52524, 52524, 'Wholesale Lots', 'Wholesale-Lots', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 52525, 52525, 'Paintings', 'Paintings', 52524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 52526, 52526, 'Photographic Images', 'Photographic-Images', 52524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 52527, 52527, 'Prints', 'Prints', 52524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 52528, 52528, 'Posters', 'Posters', 52524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 52529, 52529, 'Other', 'Other', 52524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2984, 2984, 'Baby', 'Baby', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100223, 100223, 'Baby Gear', 'Baby-Gear', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20412, 20412, 'Baby Backpacks', 'Baby-Backpacks', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146535, 146535, 'Baby Carriers & Slings', 'Baby-Carriers-and-Slings', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146536, 146536, 'Baby Bjorn', 'Baby-Bjorn', 146535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146537, 146537, 'Hotslings', 'Hotslings', 146535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146538, 146538, 'Infantino', 'Infantino', 146535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146539, 146539, 'Maya', 'Maya', 146535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146540, 146540, 'New Native', 'New-Native', 146535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146541, 146541, 'Playtex', 'Playtex', 146535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146542, 146542, 'Snugli', 'Snugli', 146535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117031, 117031, 'Other Brands', 'Other-Brands', 146535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117032, 117032, 'Baby Jumpers', 'Baby-Jumpers', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2990, 2990, 'Baby Swings', 'Baby-Swings', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2988, 2988, 'Play Pens & Play Yards', 'Play-Pens-and-Play-Yards', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117033, 117033, 'Play Shades & Tents', 'Play-Shades-and-Tents', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117034, 117034, 'Vibrating Chairs', 'Vibrating-Chairs', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20413, 20413, 'Saucers', 'Saucers', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134282, 134282, 'Walkers', 'Walkers', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100224, 100224, 'Other Baby Gear', 'Other-Baby-Gear', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20433, 20433, 'Baby Safety & Health', 'Baby-Safety-and-Health', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134281, 134281, 'Baby Latches', 'Baby-Latches', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117027, 117027, 'Baby Locks', 'Baby-Locks', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20435, 20435, 'Baby Monitors', 'Baby-Monitors', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117026, 117026, 'Baby Thermometers', 'Baby-Thermometers', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134762, 134762, 'Car Safety Signs', 'Car-Safety-Signs', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134763, 134763, 'Door Jammers', 'Door-Jammers', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134764, 134764, 'Outlet Covers', 'Outlet-Covers', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117029, 117029, 'Safety Gates', 'Safety-Gates', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73470, 73470, 'Shopping Cart Covers', 'Shopping-Cart-Covers', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134761, 134761, 'Toddler Safety Harnesses', 'Toddler-Safety-Harnesses', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20436, 20436, 'Other Baby Safety', 'Other-Baby-Safety', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20394, 20394, 'Bathing & Grooming', 'Bathing-and-Grooming', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117016, 117016, 'Baby Scales', 'Baby-Scales', 20394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100221, 100221, 'Bathing Accessories', 'Bathing-Accessories', 20394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 82563, 82563, 'Bathing Products', 'Bathing-Products', 20394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134756, 134756, 'Gift Sets', 'Gift-Sets', 20394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45452, 45452, 'Health & Grooming', 'Health-and-Grooming', 20394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20398, 20398, 'Skin Care', 'Skin-Care', 20394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45453, 45453, 'Towels & Washcloths', 'Towels-and-Washcloths', 20394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45454, 45454, 'Other Bathing & Grooming', 'Other-Bathing-and-Grooming', 20394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66692, 66692, 'Car Safety Seats', 'Car-Safety-Seats', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66694, 66694, 'Booster to 80lbs', 'Booster-to-80lbs', 66692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66693, 66693, 'Car Seat Accessories', 'Car-Seat-Accessories', 66692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66695, 66695, 'Convertible Car Seat 5-40lbs', 'Convertible-Car-Seat-5-40lbs', 66692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66696, 66696, 'Infant Car Seat 5-20 lbs', 'Infant-Car-Seat-5-20-lbs', 66692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117030, 117030, 'Infant Head Support', 'Infant-Head-Support', 66692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2987, 2987, 'Other  Car Seats', 'Other-Car-Seats', 66692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45455, 45455, 'Diapering', 'Diapering', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117017, 117017, 'Baby Wipe Warmers', 'Baby-Wipe-Warmers', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45456, 45456, 'Baby Wipes', 'Baby-Wipes', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66674, 66674, 'Changing Pads', 'Changing-Pads', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121148, 121148, 'Cloth Diapers', 'Cloth-Diapers', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134759, 134759, 'Bumkins', 'Bumkins', 121148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121149, 121149, 'Fuzzi Bunz', 'Fuzzi-Bunz', 121148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121150, 121150, 'Kushies', 'Kushies', 121148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121151, 121151, 'Little Lambs', 'Little-Lambs', 121148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134760, 134760, 'Tot Bots', 'Tot-Bots', 121148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146531, 146531, 'Other Cloth Diapers', 'Other-Cloth-Diapers', 121148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117372, 117372, 'Diaper Bags', 'Diaper-Bags', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134757, 134757, 'Baby Bjorn', 'Baby-Bjorn', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146527, 146527, 'Diaper Dude', 'Diaper-Dude', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117373, 117373, 'Eddie Bauer', 'Eddie-Bauer', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117374, 117374, 'Fluerville', 'Fluerville', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117375, 117375, 'Graco', 'Graco', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117376, 117376, 'Handmade', 'Handmade', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146528, 146528, 'Kalencom', 'Kalencom', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117377, 117377, 'Kate Spade', 'Kate-Spade', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117378, 117378, 'Kecci', 'Kecci', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117379, 117379, 'Petunia Picklebottom', 'Petunia-Picklebottom', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146529, 146529, 'Skip Hop', 'Skip-Hop', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117380, 117380, 'Tommy Hilfiger', 'Tommy-Hilfiger', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117381, 117381, 'Winnie the Pooh', 'Winnie-the-Pooh', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146530, 146530, 'Other Diaper Bags', 'Other-Diaper-Bags', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117018, 117018, 'Diaper Cakes', 'Diaper-Cakes', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26267, 26267, 'Diaper Covers', 'Diaper-Covers', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20397, 20397, 'Diaper Disposal', 'Diaper-Disposal', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134758, 134758, 'Diaper Stackers', 'Diaper-Stackers', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 15559, 15559, 'Disposable Diapers', 'Disposable-Diapers', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100222, 100222, 'Swim Diapers', 'Swim-Diapers', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20399, 20399, 'Other Diapering', 'Other-Diapering', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20400, 20400, 'Feeding', 'Feeding', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146520, 146520, 'Baby Bottles', 'Baby-Bottles', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146521, 146521, 'Avent', 'Avent', 146520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146522, 146522, 'Dr Browns', 'Dr-Browns', 146520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146523, 146523, 'Evenflo', 'Evenflo', 146520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146524, 146524, 'Gerber', 'Gerber', 146520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146525, 146525, 'Playtex', 'Playtex', 146520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146526, 146526, 'Tommee Tippee', 'Tommee-Tippee', 146520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20402, 20402, 'Other Brands', 'Other-Brands', 146520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20404, 20404, 'Baby Bottle Warmers', 'Baby-Bottle-Warmers', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37626, 37626, 'Baby Formula', 'Baby-Formula', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37627, 37627, 'Carnation', 'Carnation', 37626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 82228, 82228, 'Formula Coupons', 'Formula-Coupons', 37626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37628, 37628, 'Enfamil, Nutramigen', 'Enfamil-Nutramigen', 37626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37629, 37629, 'Similac, Isomil', 'Similac-Isomil', 37626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20403, 20403, 'Other Baby Formula', 'Other-Baby-Formula', 37626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 32866, 32866, 'Food & Food Grinders', 'Food-and-Food-Grinders', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20408, 20408, 'Bibs', 'Bibs', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20406, 20406, 'Breastfeeding Supplies', 'Breastfeeding-Supplies', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66676, 66676, 'Breastpumps', 'Breastpumps', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 32867, 32867, 'Burp Cloths', 'Burp-Cloths', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134276, 134276, 'Booster Chairs', 'Booster-Chairs', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117382, 117382, 'Cups, Dishes & Utensils', 'Cups-Dishes-and-Utensils', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117383, 117383, 'Baby Bowls', 'Baby-Bowls', 117382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117384, 117384, 'Baby Plates', 'Baby-Plates', 117382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117385, 117385, 'Baby Utensils', 'Baby-Utensils', 117382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117386, 117386, 'Feeding Sets', 'Feeding-Sets', 117382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117387, 117387, 'Sippy Cups & Mugs', 'Sippy-Cups-and-Mugs', 117382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20409, 20409, 'Other Baby Cups & Dishes', 'Other-Baby-Cups-and-Dishes', 117382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66675, 66675, 'Feeding, Boppy Pillows', 'Feeding-Boppy-Pillows', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2986, 2986, 'High Chairs', 'High-Chairs', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 32872, 32872, 'Pacifiers', 'Pacifiers', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20405, 20405, 'Other Feeding', 'Other-Feeding', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117388, 117388, 'Keepsakes & Baby Announcements', 'Keepsakes-and-Baby-Announcements', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117389, 117389, 'Baby Books & Albums', 'Baby-Books-and-Albums', 117388, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117390, 117390, 'Baby Boxes', 'Baby-Boxes', 117388, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117392, 117392, 'Baby Picture Frames', 'Baby-Picture-Frames', 117388, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117391, 117391, 'Birth Announcements & Cards', 'Birth-Announcements-and-Cards', 117388, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146532, 146532, 'Other Keepsakes', 'Other-Keepsakes', 117388, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20416, 20416, 'Nursery Bedding', 'Nursery-Bedding', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117019, 117019, 'Blankets', 'Blankets', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117020, 117020, 'Baby Boy Blankets', 'Baby-Boy-Blankets', 117019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117021, 117021, 'Baby Girl Blankets', 'Baby-Girl-Blankets', 117019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117022, 117022, 'Gender Neutral Blankets', 'Gender-Neutral-Blankets', 117019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117393, 117393, 'Swaddling Blankets', 'Swaddling-Blankets', 117019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 3081, 3081, 'Other Baby Blankets', 'Other-Baby-Blankets', 117019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20417, 20417, 'Bumpers', 'Bumpers', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 52345, 52345, 'Cribskirts & Dust Ruffles', 'Cribskirts-and-Dust-Ruffles', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134277, 134277, 'Nursery Comforters', 'Nursery-Comforters', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134278, 134278, 'Nursery Duvets', 'Nursery-Duvets', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48086, 48086, 'Nursery Sheet Sets', 'Nursery-Sheet-Sets', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66683, 66683, 'Bassinet Sheet Sets', 'Bassinet-Sheet-Sets', 48086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66687, 66687, 'Cradle Sheet Sets', 'Cradle-Sheet-Sets', 48086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66684, 66684, 'Crib Sheet Sets', 'Crib-Sheet-Sets', 48086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 88434, 88434, 'Blue Jean Teddy', 'Blue-Jean-Teddy', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66685, 66685, 'Carters', 'Carters', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48087, 48087, 'Disney', 'Disney', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117394, 117394, 'Glenna Jean', 'Glenna-Jean', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117395, 117395, 'Handmade', 'Handmade', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117023, 117023, 'Kidsline', 'Kidsline', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117024, 117024, 'Lambs & Ivy', 'Lambs-and-Ivy', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48088, 48088, 'Noahs Ark', 'Noahs-Ark', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48089, 48089, 'Pottery Barn', 'Pottery-Barn', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66686, 66686, 'Precious Moments', 'Precious-Moments', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117396, 117396, 'Suzys Zoo', 'Suzys-Zoo', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117025, 117025, 'Winnie the Pooh', 'Winnie-the-Pooh', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20420, 20420, 'Other Crib Sheet Sets', 'Other-Crib-Sheet-Sets', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66688, 66688, 'Toddler Sheet Sets', 'Toddler-Sheet-Sets', 48086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66680, 66680, 'Nursery Sheets', 'Nursery-Sheets', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66681, 66681, 'Bassinet Sheets', 'Bassinet-Sheets', 66680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146533, 146533, 'Changing Table Pad Sheets', 'Changing-Table-Pad-Sheets', 66680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66682, 66682, 'Crib & Toddler Sheets', 'Crib-and-Toddler-Sheets', 66680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20419, 20419, 'Other Nursery Sheets', 'Other-Nursery-Sheets', 66680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 32868, 32868, 'Pillows', 'Pillows', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20418, 20418, 'Nursery Quilts', 'Nursery-Quilts', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66679, 66679, 'Shams', 'Shams', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20421, 20421, 'Other Nursery Bedding', 'Other-Nursery-Bedding', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66697, 66697, 'Nursery Decor', 'Nursery-Decor', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117398, 117398, 'Boxes & Storage', 'Boxes-and-Storage', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20428, 20428, 'Lamps & Shades', 'Lamps-and-Shades', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121153, 121153, 'Nursery Night Lights', 'Nursery-Night-Lights', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37632, 37632, 'Nursery Mats & Rugs', 'Nursery-Mats-and-Rugs', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20429, 20429, 'Nursery Mobiles', 'Nursery-Mobiles', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 33235, 33235, 'Picture Frames', 'Picture-Frames', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37633, 37633, 'Wall Decor', 'Wall-Decor', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37634, 37634, 'Framed Art & Prints', 'Framed-Art-and-Prints', 37633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117397, 117397, 'Murals & Wallies', 'Murals-and-Wallies', 37633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37635, 37635, 'Wall Hangings', 'Wall-Hangings', 37633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37636, 37636, 'Wallpaper Borders', 'Wallpaper-Borders', 37633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134280, 134280, 'Wall Stickers', 'Wall-Stickers', 37633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20430, 20430, 'Other Nursery Wall Decor', 'Other-Nursery-Wall-Decor', 37633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146534, 146534, 'Wall Letters', 'Wall-Letters', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20431, 20431, 'Window Treatments', 'Window-Treatments', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20432, 20432, 'Other Nursery Decor', 'Other-Nursery-Decor', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20422, 20422, 'Nursery Furniture', 'Nursery-Furniture', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121152, 121152, 'Baby Co-Sleepers', 'Baby-Co-Sleepers', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134279, 134279, 'Baby Dressers', 'Baby-Dressers', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20423, 20423, 'Bassinets & Cradles', 'Bassinets-and-Cradles', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20424, 20424, 'Changing Tables', 'Changing-Tables', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2985, 2985, 'Cribs', 'Cribs', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117035, 117035, 'Crib Mattresess', 'Crib-Mattresess', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 94931, 94931, 'Moses Baskets', 'Moses-Baskets', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20425, 20425, 'Nursery Furniture Sets', 'Nursery-Furniture-Sets', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66690, 66690, 'Rockers, Gliders', 'Rockers-Gliders', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66691, 66691, 'Toddler Beds', 'Toddler-Beds', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20426, 20426, 'Other Nursery Furniture', 'Other-Nursery-Furniture', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 37631, 37631, 'Potty Training', 'Potty-Training', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66698, 66698, 'Strollers', 'Strollers', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117036, 117036, 'Bike Trailers', 'Bike-Trailers', 66698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66699, 66699, 'Jogging Strollers', 'Jogging-Strollers', 66698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66700, 66700, 'Single', 'Single', 66699, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66701, 66701, 'Multiple', 'Multiple', 66699, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117037, 117037, 'Pram Strollers', 'Pram-Strollers', 66698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66702, 66702, 'Standard Strollers', 'Standard-Strollers', 66698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66703, 66703, 'Single', 'Single', 66702, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66704, 66704, 'Multiple', 'Multiple', 66702, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117038, 117038, 'Stroller Accessories', 'Stroller-Accessories', 66698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66705, 66705, 'Travel System Strollers', 'Travel-System-Strollers', 66698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2989, 2989, 'Other Strollers', 'Other-Strollers', 66698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 19068, 19068, 'Toys', 'Toys', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 19069, 19069, 'Activity Gyms', 'Activity-Gyms', 19068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100225, 100225, 'Baby Blocks & Sorters', 'Baby-Blocks-and-Sorters', 19068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 19070, 19070, 'Baby Rattles', 'Baby-Rattles', 19068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100226, 100226, 'Crib Toys & Accessories', 'Crib-Toys-and-Accessories', 19068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134283, 134283, 'Developmental Baby Toys', 'Developmental-Baby-Toys', 19068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134286, 134286, 'Baby Einstein', 'Baby-Einstein', 134283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134288, 134288, 'Fisher Price', 'Fisher-Price', 134283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134285, 134285, 'Lamaze', 'Lamaze', 134283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134287, 134287, 'Leap Frog', 'Leap-Frog', 134283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134766, 134766, 'Playskool', 'Playskool', 134283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134284, 134284, 'Vtech', 'Vtech', 134283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100227, 100227, 'Other Brands', 'Other-Brands', 134283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 146543, 146543, 'Plush Baby Toys', 'Plush-Baby-Toys', 19068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 134289, 134289, 'Teethers', 'Teethers', 19068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2991, 2991, 'Other Baby Toys', 'Other-Baby-Toys', 19068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1261, 1261, 'Other Baby Items', 'Other-Baby-Items', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48757, 48757, 'Baby Wholesale Lots', 'Baby-Wholesale-Lots', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 267, 267, 'Books', 'Books', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45110, 45110, 'Accessories', 'Accessories', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45111, 45111, 'Address Books', 'Address-Books', 45110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45112, 45112, 'Blank Diaries, Journals', 'Blank-Diaries-Journals', 45110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45113, 45113, 'Book Covers', 'Book-Covers', 45110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48831, 48831, 'Book Plates', 'Book-Plates', 45110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45114, 45114, 'Bookmarks', 'Bookmarks', 45110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45115, 45115, 'Other', 'Other', 45110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 29223, 29223, 'Antiquarian & Collectible', 'Antiquarian-and-Collectible', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 29792, 29792, 'Audiobooks', 'Audiobooks', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 118254, 118254, 'Catalogs', 'Catalogs', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 118255, 118255, 'Agriculture', 'Agriculture', 118254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 118256, 118256, 'Art & Exhibitions', 'Art-and-Exhibitions', 118254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 118257, 118257, 'Auction', 'Auction', 118254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 118258, 118258, 'Clothing, Fashion', 'Clothing-Fashion', 118254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 118259, 118259, 'Department Stores', 'Department-Stores', 118254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 616, 616, 'Other', 'Other', 118254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 279, 279, 'Childrens Books', 'Childrens-Books', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11104, 11104, 'Cookbooks', 'Cookbooks', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 377, 377, 'Fiction Books', 'Fiction-Books', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####**
INSERT INTO `categories` VALUES
('', '', '', '', 280, 280, 'Magazine Back Issues', 'Magazine-Back-Issues', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 29253, 29253, 'Magazine Subscriptions', 'Magazine-Subscriptions', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 29254, 29254, 'Automobile & Motorcycle', 'Automobile-and-Motorcycle', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 29255, 29255, 'Celebrity', 'Celebrity', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 82142, 82142, 'Business and Economics', 'Business-and-Economics', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 82143, 82143, 'Children', 'Children', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 82144, 82144, 'Computers & Internet', 'Computers-and-Internet', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 82145, 82145, 'Cooking, Food, Wine', 'Cooking-Food-Wine', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 29259, 29259, 'General Interest', 'General-Interest', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 82146, 82146, 'Health & Fitness', 'Health-and-Fitness', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 82147, 82147, 'Hobbies, Crafts & Games', 'Hobbies-Crafts-and-Games', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 29256, 29256, 'Home & Garden', 'Home-and-Garden', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 29257, 29257, 'Men', 'Men', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 29258, 29258, 'Movies & TV', 'Movies-and-TV', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45124, 45124, 'News & Newspapers', 'News-and-Newspapers', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 82148, 82148, 'Science & Technology', 'Science-and-Technology', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 82149, 82149, 'Sports & Outdoors', 'Sports-and-Outdoors', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 82150, 82150, 'Teen', 'Teen', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 82151, 82151, 'Travel & Regional', 'Travel-and-Regional', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 29260, 29260, 'Women', 'Women', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 16118, 16118, 'Other', 'Other', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 378, 378, 'Nonfiction Books', 'Nonfiction-Books', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 2228, 2228, 'Textbooks, Education', 'Textbooks-Education', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 29399, 29399, 'Wholesale, Bulk Lots', 'Wholesale-Bulk-Lots', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42939, 42939, 'Audiobooks', 'Audiobooks', 29399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46752, 46752, 'Books', 'Books', 29399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46753, 46753, 'Up to 5 Items', 'Up-to-5-Items', 46752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 52541, 52541, '6-10 Items', '6-10-Items', 46752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40173, 40173, '11-50 Items', '11-50-Items', 46752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 52542, 52542, '51-100 Items', '51-100-Items', 46752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40174, 40174, '101-500', '101-500', 46752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46759, 46759, 'More than 500', 'More-than-500', 46752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 52543, 52543, 'Magazines', 'Magazines', 29399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26185, 26185, 'Other', 'Other', 29399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 268, 268, 'Other', 'Other', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 12576, 12576, 'Business & Industrial', 'Business-and-Industrial', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11748, 11748, 'Agriculture & Forestry', 'Agriculture-and-Forestry', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45009, 45009, 'Antique Tractors & Equipment', 'Antique-Tractors-and-Equipment', 11748, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58181, 58181, 'Allis Chalmers', 'Allis-Chalmers', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113722, 113722, 'Manuals & Books', 'Manuals-and-Books', 58181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113723, 113723, 'A', 'A', 113722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113719, 113719, 'B', 'B', 113722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113720, 113720, 'C & CA', 'C-and-CA', 113722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113721, 113721, 'WD & WD-45', 'WD-and-WD-45', 113722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46567, 46567, 'Other', 'Other', 113722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109280, 109280, 'Parts', 'Parts', 58181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109281, 109281, 'Decals & Decal Sets', 'Decals-and-Decal-Sets', 109280, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109282, 109282, 'Starters', 'Starters', 109280, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109283, 109283, 'Tires & Wheels', 'Tires-and-Wheels', 109280, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45011, 45011, 'Other Allis Chalmers Parts', 'Other-Allis-Chalmers-Parts', 109280, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73103, 73103, 'Tractors', 'Tractors', 58181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73104, 73104, 'C & CA', 'C-and-CA', 73103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73105, 73105, 'WD & WD-45', 'WD-and-WD-45', 73103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46565, 46565, 'Other Allis Chalmers Tractors', 'Other-Allis-Chalmers-Tractors', 73103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58182, 58182, 'Other Antique Allis Chalmers', 'Other-Antique-Allis-Chalmers', 58181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50919, 50919, 'Case', 'Case', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57138, 57138, 'Manuals & Books', 'Manuals-and-Books', 50919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58180, 58180, 'Parts', 'Parts', 50919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45012, 45012, 'Tractors', 'Tractors', 50919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58179, 58179, 'Other Antique Case', 'Other-Antique-Case', 50919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63989, 63989, 'Cockshutt', 'Cockshutt', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56174, 56174, 'Farmall', 'Farmall', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63968, 63968, 'Manuals & Books', 'Manuals-and-Books', 56174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63969, 63969, 'Cub & Cub Cadet', 'Cub-and-Cub-Cadet', 63968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73099, 73099, 'H & HV', 'H-and-HV', 63968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63970, 63970, 'M, MD, MDV, MV, Super M', 'M-MD-MDV-MV-Super-M', 63968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36342, 36342, 'Implements', 'Implements', 63968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63971, 63971, 'Other', 'Other', 63968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63954, 63954, 'Parts', 'Parts', 56174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111483, 111483, 'Brakes & Brake Assemblies', 'Brakes-and-Brake-Assemblies', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63955, 63955, 'Carburetors & Air Intake', 'Carburetors-and-Air-Intake', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63956, 63956, 'Decals & Decal Sets', 'Decals-and-Decal-Sets', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111484, 111484, 'Distributors & Ignition System', 'Distributors-and-Ignition-System', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56175, 56175, 'Gauges', 'Gauges', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63957, 63957, 'Generators', 'Generators', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111485, 111485, 'Fuel Systems', 'Fuel-Systems', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63958, 63958, 'Hoods, Fenders, Grills', 'Hoods-Fenders-Grills', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63959, 63959, 'Mufflers & Exhaust Systems', 'Mufflers-and-Exhaust-Systems', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63960, 63960, 'NOS - New Old Stock', 'NOS-New-Old-Stock', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63961, 63961, 'Pistons, Rods, Cylinders', 'Pistons-Rods-Cylinders', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71360, 71360, 'Radiators & Parts', 'Radiators-and-Parts', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63962, 63962, 'Seats', 'Seats', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63963, 63963, 'Starters', 'Starters', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63964, 63964, 'Steering & Front Axles', 'Steering-and-Front-Axles', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63965, 63965, 'Switches', 'Switches', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63966, 63966, 'Tires & Wheels', 'Tires-and-Wheels', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111486, 111486, 'Transmissions & Drivetrains', 'Transmissions-and-Drivetrains', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63967, 63967, 'Other Farmall Parts', 'Other-Farmall-Parts', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61591, 61591, 'Tractors', 'Tractors', 56174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71361, 71361, 'A, AV, Super A', 'A-AV-Super-A', 61591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73097, 73097, 'B & BN', 'B-and-BN', 61591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73098, 73098, 'C & Super C', 'C-and-Super-C', 61591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61592, 61592, 'Cub & Cub Cadet', 'Cub-and-Cub-Cadet', 61591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61593, 61593, 'H & HV', 'H-and-HV', 61591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61594, 61594, 'M, MD, MDV, MV, Super M', 'M-MD-MDV-MV-Super-M', 61591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50920, 50920, 'Other Farmall Tractors', 'Other-Farmall-Tractors', 61591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56176, 56176, 'Other Antique Farmall', 'Other-Antique-Farmall', 56174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56177, 56177, 'Ford', 'Ford', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63972, 63972, 'Manuals & Books', 'Manuals-and-Books', 56177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63973, 63973, 'Parts', 'Parts', 56177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63974, 63974, 'Carburetors & Air Intake', 'Carburetors-and-Air-Intake', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71362, 71362, 'Decals & Decal Sets', 'Decals-and-Decal-Sets', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63975, 63975, 'Gaskets', 'Gaskets', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56178, 56178, 'Gauges', 'Gauges', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63976, 63976, 'Hoods, Fenders, Grills', 'Hoods-Fenders-Grills', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71363, 71363, 'Mufflers & Exhaust Systems', 'Mufflers-and-Exhaust-Systems', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71364, 71364, 'Pistons, Rods, Cylinders', 'Pistons-Rods-Cylinders', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63977, 63977, 'Radiators & Parts', 'Radiators-and-Parts', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71365, 71365, 'Seats', 'Seats', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63978, 63978, 'Steering & Front Axles', 'Steering-and-Front-Axles', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111487, 111487, 'Tires & Wheels', 'Tires-and-Wheels', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111488, 111488, 'Transmissions & Drivetrains', 'Transmissions-and-Drivetrains', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63979, 63979, 'Other Ford Parts', 'Other-Ford-Parts', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71366, 71366, 'Tractors', 'Tractors', 56177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71367, 71367, 'Ford 9N, 2N, 8N', 'Ford-9N-2N-8N', 71366, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53067, 53067, 'Other Ford Tractors', 'Other-Ford-Tractors', 71366, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56179, 56179, 'Other Antique Ford', 'Other-Antique-Ford', 56177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56180, 56180, 'John Deere', 'John-Deere', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46570, 46570, 'Implements', 'Implements', 56180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71371, 71371, 'Manuals & Books', 'Manuals-and-Books', 56180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71372, 71372, 'Implements', 'Implements', 71371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56983, 56983, 'Tractors', 'Tractors', 71371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71373, 71373, 'Other', 'Other', 71371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63980, 63980, 'Parts', 'Parts', 56180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109277, 109277, 'Brakes & Brake Assemblies', 'Brakes-and-Brake-Assemblies', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63981, 63981, 'Carburetors & Air Intake', 'Carburetors-and-Air-Intake', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111489, 111489, 'Distributors & Ignition System', 'Distributors-and-Ignition-System', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63982, 63982, 'Gaskets', 'Gaskets', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56181, 56181, 'Gauges', 'Gauges', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63983, 63983, 'Hoods, Fenders, Grills', 'Hoods-Fenders-Grills', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71368, 71368, 'Mufflers & Exhaust Systems', 'Mufflers-and-Exhaust-Systems', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63984, 63984, 'NOS - New Old Stock', 'NOS-New-Old-Stock', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63985, 63985, 'Pistons, Rods, Cylinders', 'Pistons-Rods-Cylinders', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63986, 63986, 'Radiators & Parts', 'Radiators-and-Parts', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71369, 71369, 'Seats', 'Seats', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109278, 109278, 'Starters', 'Starters', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63987, 63987, 'Steering & Front Axles', 'Steering-and-Front-Axles', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71370, 71370, 'Tires & Wheels', 'Tires-and-Wheels', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111490, 111490, 'Transmissions & Drivetrains', 'Transmissions-and-Drivetrains', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63988, 63988, 'Other Deere Parts', 'Other-Deere-Parts', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73100, 73100, 'Tractors', 'Tractors', 56180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73101, 73101, 'A, AO, AR', 'A-AO-AR', 73100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73102, 73102, 'B, BO, BR', 'B-BO-BR', 73100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109279, 109279, '600, 700 & 800 Series', '600-700-and-800-Series', 73100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50921, 50921, 'Other Antique Deere Tractors', 'Other-Antique-Deere-Tractors', 73100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56182, 56182, 'Other Vintage Deere', 'Other-Vintage-Deere', 56180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58183, 58183, 'Massey Harris, Ferguson', 'Massey-Harris-Ferguson', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56981, 56981, 'Manuals & Books', 'Manuals-and-Books', 58183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109297, 109297, 'Parts', 'Parts', 58183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109298, 109298, 'Hoods, Fenders, Grills', 'Hoods-Fenders-Grills', 109297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109299, 109299, 'Steering & Front Axles', 'Steering-and-Front-Axles', 109297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71374, 71374, 'Other Massey Parts', 'Other-Massey-Parts', 109297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53064, 53064, 'Tractors', 'Tractors', 58183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58184, 58184, 'Other Antique Massey', 'Other-Antique-Massey', 58183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73106, 73106, 'McCormick', 'McCormick', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73107, 73107, 'Manuals & Books', 'Manuals-and-Books', 73106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73108, 73108, 'Tractors', 'Tractors', 73106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45010, 45010, 'Other Vintage McCormick', 'Other-Vintage-McCormick', 73106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58185, 58185, 'Minneapolis Moline', 'Minneapolis-Moline', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56982, 56982, 'Manuals & Books', 'Manuals-and-Books', 58185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53065, 53065, 'Tractors', 'Tractors', 58185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58186, 58186, 'Other Minneapolis Moline', 'Other-Minneapolis-Moline', 58185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58187, 58187, 'Oliver', 'Oliver', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46569, 46569, 'Manuals & Books', 'Manuals-and-Books', 58187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53066, 53066, 'Tractors', 'Tractors', 58187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58188, 58188, 'Other Antique Oliver', 'Other-Antique-Oliver', 58187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11757, 11757, 'Other Antique Equipment', 'Other-Antique-Equipment', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26186, 26186, 'Farm Implements & Attachments', 'Farm-Implements-and-Attachments', 11748, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66879, 66879, 'Balers', 'Balers', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66876, 66876, 'Blades & Box Blades', 'Blades-and-Box-Blades', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66886, 66886, 'Cultivators', 'Cultivators', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66887, 66887, 'Disc Harrows', 'Disc-Harrows', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26187, 26187, 'Grain Equipment', 'Grain-Equipment', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 91954, 91954, 'Harvesting Equipment', 'Harvesting-Equipment', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66881, 66881, 'Hay Rakes', 'Hay-Rakes', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119096, 119096, 'Hitches', 'Hitches', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26189, 26189, 'Irrigation Equipment', 'Irrigation-Equipment', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106365, 106365, 'Manure Spreaders', 'Manure-Spreaders', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26190, 26190, 'Material Handling Equipment', 'Material-Handling-Equipment', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66880, 66880, 'Mowers & Mower Conditioners', 'Mowers-and-Mower-Conditioners', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66877, 66877, 'Mower Decks', 'Mower-Decks', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48712, 48712, 'Parts & Accessories', 'Parts-and-Accessories', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66883, 66883, 'Planters', 'Planters', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66888, 66888, 'Plows', 'Plows', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109296, 109296, 'Post Hole Diggers', 'Post-Hole-Diggers', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66884, 66884, 'Seeders & Spreaders', 'Seeders-and-Spreaders', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66889, 66889, 'Tillers', 'Tillers', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11752, 11752, 'Other Implements & Attachments', 'Other-Implements-and-Attachments', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97116, 97116, 'Farm Supplies', 'Farm-Supplies', 11748, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46526, 46526, 'Livestock Supplies', 'Livestock-Supplies', 97116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113991, 113991, 'Animal Feed', 'Animal-Feed', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53059, 53059, 'Animal Health & Veterinary', 'Animal-Health-and-Veterinary', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66890, 66890, 'Beekeeping', 'Beekeeping', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66891, 66891, 'Smokers', 'Smokers', 66890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66892, 66892, 'Hives & Frames', 'Hives-and-Frames', 66890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66893, 66893, 'Manuals & Guides', 'Manuals-and-Guides', 66890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46527, 46527, 'Other Beekeeping', 'Other-Beekeeping', 66890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46531, 46531, 'Cattle - Beef', 'Cattle-Beef', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66894, 66894, 'Cattle - Dairy', 'Cattle-Dairy', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66895, 66895, 'Buckets, Cans, Pails', 'Buckets-Cans-Pails', 66894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66896, 66896, 'Milking Equipment', 'Milking-Equipment', 66894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46528, 46528, 'Other Dairy Supplies', 'Other-Dairy-Supplies', 66894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66897, 66897, 'Fencing', 'Fencing', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66898, 66898, 'Energizers & Chargers', 'Energizers-and-Chargers', 66897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66899, 66899, 'Wire', 'Wire', 66897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66900, 66900, 'Stretchers & Pullers', 'Stretchers-and-Pullers', 66897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46529, 46529, 'Other Fencing', 'Other-Fencing', 66897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66901, 66901, 'Hog', 'Hog', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61583, 61583, 'Horse', 'Horse', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61584, 61584, 'Bits & Bridles', 'Bits-and-Bridles', 61583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66902, 66902, 'Clippers', 'Clippers', 61583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####**
INSERT INTO `categories` VALUES
('', '', '', '', 61585, 61585, 'Saddles', 'Saddles', 61583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46530, 46530, 'Signs & Decorating Kits', 'Signs-and-Decorating-Kits', 61583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61586, 61586, 'Other', 'Other', 61583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66904, 66904, 'Poultry', 'Poultry', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66906, 66906, 'Feeders & Waterers', 'Feeders-and-Waterers', 66904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 155175, 155175, 'Hatching Eggs', 'Hatching-Eggs', 66904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66905, 66905, 'Incubators', 'Incubators', 66904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46532, 46532, 'Other Poultry Supplies', 'Other-Poultry-Supplies', 66904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56976, 56976, 'Sheep & Goat', 'Sheep-and-Goat', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11751, 11751, 'Other Livestock Supplies', 'Other-Livestock-Supplies', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58175, 58175, 'Stationary Engines', 'Stationary-Engines', 97116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11754, 11754, 'Diesel', 'Diesel', 58175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63944, 63944, 'Gas', 'Gas', 58175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63945, 63945, 'Hit and Miss Engines', 'Hit-and-Miss-Engines', 63944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63946, 63946, 'Manuals & Books', 'Manuals-and-Books', 63944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97118, 97118, 'Parts', 'Parts', 63944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63949, 63949, 'Other Gas Engines', 'Other-Gas-Engines', 63944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63953, 63953, 'Steam', 'Steam', 58175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58177, 58177, 'Other Stationary Engines', 'Other-Stationary-Engines', 58175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11750, 11750, 'Work Apparel', 'Work-Apparel', 97116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97117, 97117, 'Other Farm Supplies', 'Other-Farm-Supplies', 97116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61787, 61787, 'Forestry Equipment & Supplies', 'Forestry-Equipment-and-Supplies', 11748, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61788, 61788, 'Equipment', 'Equipment', 61787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57111, 57111, 'Supplies & Tools', 'Supplies-and-Tools', 61787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61790, 61790, 'Other', 'Other', 61787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 91952, 91952, 'Tractors & Farm Machinery', 'Tractors-and-Farm-Machinery', 11748, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73094, 73094, 'Combines', 'Combines', 91952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 91953, 91953, 'Tractors', 'Tractors', 91952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97119, 97119, 'Trailers', 'Trailers', 91952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58178, 58178, 'Utility Vehicles', 'Utility-Vehicles', 91952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92021, 92021, 'Other', 'Other', 91952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41481, 41481, 'Tractor Parts & Manuals', 'Tractor-Parts-and-Manuals', 11748, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26194, 26194, 'Manuals & Books', 'Manuals-and-Books', 41481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36340, 36340, 'Case, IH', 'Case-IH', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113725, 113725, 'Farmall', 'Farmall', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36341, 36341, 'Ford', 'Ford', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26195, 26195, 'General Tractor Guides', 'General-Tractor-Guides', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26196, 26196, 'General Parts Catalogs', 'General-Parts-Catalogs', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53060, 53060, 'John Deere', 'John-Deere', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53061, 53061, 'Engines', 'Engines', 53060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53062, 53062, 'Implements', 'Implements', 53060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53063, 53063, 'Tractors', 'Tractors', 53060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36343, 36343, 'Other Deere Manuals', 'Other-Deere-Manuals', 53060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46568, 46568, 'Kubota', 'Kubota', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40111, 40111, 'Massey Ferguson', 'Massey-Ferguson', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40112, 40112, 'New Holland', 'New-Holland', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111482, 111482, 'Yanmar', 'Yanmar', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11753, 11753, 'Other Repair Manuals', 'Other-Repair-Manuals', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92020, 92020, 'Parts', 'Parts', 41481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111481, 111481, 'Alternator & Battery', 'Alternator-and-Battery', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46554, 46554, 'Carburetors & Air Intake', 'Carburetors-and-Air-Intake', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50918, 50918, 'Complete Engines', 'Complete-Engines', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46550, 46550, 'Decals & Decal Sets', 'Decals-and-Decal-Sets', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41483, 41483, 'Distributors & Ignition System', 'Distributors-and-Ignition-System', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46555, 46555, 'Filters', 'Filters', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46551, 46551, 'Fuel Systems', 'Fuel-Systems', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46556, 46556, 'Gaskets', 'Gaskets', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46552, 46552, 'Gauges', 'Gauges', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41482, 41482, 'Hoods, Fenders & Grills', 'Hoods-Fenders-and-Grills', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41484, 41484, 'Hydraulics', 'Hydraulics', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46561, 46561, 'Lights & Mounts', 'Lights-and-Mounts', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109295, 109295, 'Manifolds', 'Manifolds', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46557, 46557, 'Mufflers & Exhaust Systems', 'Mufflers-and-Exhaust-Systems', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46558, 46558, 'Pistons, Rings, Rods & Parts', 'Pistons-Rings-Rods-and-Parts', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46559, 46559, 'Radiators & Parts', 'Radiators-and-Parts', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46562, 46562, 'Seats', 'Seats', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46563, 46563, 'Steering & Front Axles', 'Steering-and-Front-Axles', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41485, 41485, 'Tires & Wheels', 'Tires-and-Wheels', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46564, 46564, 'Transmissions & Drivetrains', 'Transmissions-and-Drivetrains', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11756, 11756, 'Other Tractor Parts', 'Other-Tractor-Parts', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1269, 1269, 'Other Agriculture & Forestry', 'Other-Agriculture-and-Forestry', 11748, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45013, 45013, 'Wholesale Lots', 'Wholesale-Lots', 11748, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11765, 11765, 'Construction', 'Construction', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41498, 41498, 'Building Materials & Supplies', 'Building-Materials-and-Supplies', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42300, 42300, 'Contractor Guides', 'Contractor-Guides', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66940, 66940, 'Carpentry', 'Carpentry', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66941, 66941, 'Concrete, Masonry', 'Concrete-Masonry', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111478, 111478, 'Construction Estimating', 'Construction-Estimating', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111479, 111479, 'Guides & Templates', 'Guides-and-Templates', 111478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111480, 111480, 'Software', 'Software', 111478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66942, 66942, 'Other', 'Other', 111478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66943, 66943, 'Electrical Training & Codes', 'Electrical-Training-and-Codes', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73127, 73127, 'Excavation, Grading, Site Prep', 'Excavation-Grading-Site-Prep', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42303, 42303, 'General Contracting', 'General-Contracting', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73126, 73126, 'HVAC', 'HVAC', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66944, 66944, 'Plumbing', 'Plumbing', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66945, 66945, 'Roofing', 'Roofing', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25255, 25255, 'Other Contractor Guides', 'Other-Contractor-Guides', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111471, 111471, 'Ducts & Vents', 'Ducts-and-Vents', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63890, 63890, 'Doors & Fixtures', 'Doors-and-Fixtures', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58142, 58142, 'Doors', 'Doors', 63890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63891, 63891, 'Locks & Locksets', 'Locks-and-Locksets', 63890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63892, 63892, 'Openers & Closers', 'Openers-and-Closers', 63890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63893, 63893, 'Other', 'Other', 63890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41499, 41499, 'Electrical', 'Electrical', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66907, 66907, 'Fasteners & Connectors', 'Fasteners-and-Connectors', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66908, 66908, 'Anchors', 'Anchors', 66907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66909, 66909, 'Bolts', 'Bolts', 66907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66910, 66910, 'Nails', 'Nails', 66907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66911, 66911, 'Nuts', 'Nuts', 66907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66913, 66913, 'Screws', 'Screws', 66907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41500, 41500, 'Other Fasteners & Connectors', 'Other-Fasteners-and-Connectors', 66907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63894, 63894, 'Insulation', 'Insulation', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58143, 58143, 'Lights & Lighting', 'Lights-and-Lighting', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111472, 111472, 'Fluorescent', 'Fluorescent', 58143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66915, 66915, 'Ballasts', 'Ballasts', 111472, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111474, 111474, 'Fixtures', 'Fixtures', 111472, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111473, 111473, 'Other', 'Other', 111472, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58144, 58144, 'Halogen, Metal Halide', 'Halogen-Metal-Halide', 58143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46571, 46571, 'Incandescent', 'Incandescent', 58143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58145, 58145, 'Other Lighting', 'Other-Lighting', 58143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58146, 58146, 'Lumber & Millwork', 'Lumber-and-Millwork', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41502, 41502, 'Dimension', 'Dimension', 58146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58147, 58147, 'Hardwood', 'Hardwood', 58146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104214, 104214, 'Trim, Moulding', 'Trim-Moulding', 58146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58148, 58148, 'Other Lumber', 'Other-Lumber', 58146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46572, 46572, 'Marble, Tile, Stone', 'Marble-Tile-Stone', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63896, 63896, 'Plumbing', 'Plumbing', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63897, 63897, 'Faucets, Taps', 'Faucets-Taps', 63896, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63898, 63898, 'Pipe', 'Pipe', 63896, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63899, 63899, 'Pipe Fittings', 'Pipe-Fittings', 63896, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111475, 111475, 'Brass', 'Brass', 63899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63900, 63900, 'Copper', 'Copper', 63899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111476, 111476, 'Steel', 'Steel', 63899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63901, 63901, 'PVC, Plastic', 'PVC-Plastic', 63899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63902, 63902, 'Tubing', 'Tubing', 63896, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63903, 63903, 'Valves', 'Valves', 63896, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63904, 63904, 'Ball', 'Ball', 63903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63906, 63906, 'Gate', 'Gate', 63903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41504, 41504, 'Stop', 'Stop', 63903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63907, 63907, 'Other', 'Other', 63903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63905, 63905, 'Other Plumbing Supplies', 'Other-Plumbing-Supplies', 63896, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66914, 66914, 'Sealant & Adhesives', 'Sealant-and-Adhesives', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63895, 63895, 'Signs - Construction', 'Signs-Construction', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41501, 41501, 'Windows & Glass', 'Windows-and-Glass', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63908, 63908, 'Work Gear & Apparel', 'Work-Gear-and-Apparel', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63909, 63909, 'Hard Hats', 'Hard-Hats', 63908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63910, 63910, 'Work Gloves', 'Work-Gloves', 63908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42292, 42292, 'Work Jackets', 'Work-Jackets', 63908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63911, 63911, 'Work Pants & Coveralls', 'Work-Pants-and-Coveralls', 63908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63912, 63912, 'Other', 'Other', 63908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26197, 26197, 'Other Materials & Supplies', 'Other-Materials-and-Supplies', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25249, 25249, 'Heavy Equipment & Trailers', 'Heavy-Equipment-and-Trailers', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95493, 95493, 'Backhoe Loaders', 'Backhoe-Loaders', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41492, 41492, 'Compactors & Rollers - Riding', 'Compactors-and-Rollers-Riding', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25253, 25253, 'Cranes', 'Cranes', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97121, 97121, 'Crawler Dozers & Loaders', 'Crawler-Dozers-and-Loaders', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73120, 73120, 'Directional Drills', 'Directional-Drills', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97122, 97122, 'Excavators', 'Excavators', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61568, 61568, 'Graders', 'Graders', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97123, 97123, 'Lifts', 'Lifts', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73121, 73121, 'Pavers - Asphalt & Concrete', 'Pavers-Asphalt-and-Concrete', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117484, 117484, 'Scrapers', 'Scrapers', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95494, 95494, 'Skid Steer Loaders', 'Skid-Steer-Loaders', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95495, 95495, 'Trailers', 'Trailers', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97125, 97125, 'Trenchers - Riding', 'Trenchers-Riding', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58161, 58161, 'Wheel Loaders', 'Wheel-Loaders', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63924, 63924, 'Wood Chippers & Stump Grinders', 'Wood-Chippers-and-Stump-Grinders', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11766, 11766, 'Other Heavy Equipment', 'Other-Heavy-Equipment', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41489, 41489, 'Heavy Equipment Parts, Manuals', 'Heavy-Equipment-Parts-Manuals', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92019, 92019, 'Attachments', 'Attachments', 41489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66927, 66927, 'Augers', 'Augers', 92019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66926, 66926, 'Backhoes', 'Backhoes', 92019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92072, 92072, 'Blades & Plows', 'Blades-and-Plows', 92019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61565, 61565, 'Buckets & Accessories', 'Buckets-and-Accessories', 92019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26199, 26199, 'Bucket Thumbs', 'Bucket-Thumbs', 61565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61566, 61566, 'Excavator - Heavy Duty', 'Excavator-Heavy-Duty', 61565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 74988, 74988, 'Grapple - Root', 'Grapple-Root', 61565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50908, 50908, 'Skid Steer - Multi-Purpose', 'Skid-Steer-Multi-Purpose', 61565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 74987, 74987, 'Teeth', 'Teeth', 61565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41488, 41488, 'Forks', 'Forks', 92019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61567, 61567, 'Other Attachments', 'Other-Attachments', 92019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97654, 97654, 'Parts & Parts Machines', 'Parts-and-Parts-Machines', 41489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61569, 61569, 'Brakes', 'Brakes', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61570, 61570, 'Decals & Decal Sets', 'Decals-and-Decal-Sets', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41505, 41505, 'Engines & Engine Parts', 'Engines-and-Engine-Parts', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117485, 117485, 'Filters', 'Filters', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117486, 117486, 'Fuel Systems', 'Fuel-Systems', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63920, 63920, 'Gauges', 'Gauges', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41506, 41506, 'Hydraulics & Hydrostatics', 'Hydraulics-and-Hydrostatics', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41507, 41507, 'Keys & Key Sets', 'Keys-and-Key-Sets', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63921, 63921, 'Seats', 'Seats', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73123, 73123, 'Transmissions & Parts', 'Transmissions-and-Parts', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61571, 61571, 'Undercarriage', 'Undercarriage', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41508, 41508, 'Wheels, Tires & Tracks', 'Wheels-Tires-and-Tracks', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41490, 41490, 'Other Heavy Equipment Parts', 'Other-Heavy-Equipment-Parts', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48713, 48713, 'Repair & Operations Manuals', 'Repair-and-Operations-Manuals', 41489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106361, 106361, 'Bobcat', 'Bobcat', 48713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42301, 42301, 'Case', 'Case', 48713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121269, 121269, 'Caterpillar', 'Caterpillar', 48713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121270, 121270, 'Crawler Tractors', 'Crawler-Tractors', 121269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121271, 121271, 'Wheel Loaders', 'Wheel-Loaders', 121269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42302, 42302, 'Other', 'Other', 121269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106362, 106362, 'Cummins', 'Cummins', 48713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56975, 56975, 'Deere', 'Deere', 48713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106363, 106363, 'New Holland', 'New-Holland', 48713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106364, 106364, 'Terex', 'Terex', 48713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48714, 48714, 'Other Repair Manuals', 'Other-Repair-Manuals', 48713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97126, 97126, 'Other Parts & Manuals', 'Other-Parts-and-Manuals', 41489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42297, 42297, 'Levels & Surveying Equipment', 'Levels-and-Surveying-Equipment', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63940, 63940, 'Levels & Autolevels', 'Levels-and-Autolevels', 42297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63941, 63941, 'Automatic Levels', 'Automatic-Levels', 63940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63942, 63942, 'Rotary Lasers', 'Rotary-Lasers', 63940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42298, 42298, 'Torpedo Levels & Lasers', 'Torpedo-Levels-and-Lasers', 63940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63943, 63943, 'Other', 'Other', 63940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55808, 55808, 'Total Stations & Accessories', 'Total-Stations-and-Accessories', 42297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55807, 55807, 'Transits & Theodolites', 'Transits-and-Theodolites', 42297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42299, 42299, 'Tripods & Grade Rods', 'Tripods-and-Grade-Rods', 42297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26204, 26204, 'Other Levels & Surveying', 'Other-Levels-and-Surveying', 42297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61573, 61573, 'Tools & Light Equipment', 'Tools-and-Light-Equipment', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41491, 41491, 'Air Compressors', 'Air-Compressors', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46573, 46573, 'Air Tools', 'Air-Tools', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58149, 58149, 'Air Nailers', 'Air-Nailers', 46573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42293, 42293, 'Brad', 'Brad', 58149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58150, 58150, 'Finish', 'Finish', 58149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58151, 58151, 'Framing', 'Framing', 58149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73109, 73109, 'Roofing', 'Roofing', 58149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58152, 58152, 'Other Air Nailers', 'Other-Air-Nailers', 58149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46575, 46575, 'Air Tool Accessories', 'Air-Tool-Accessories', 46573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73110, 73110, 'Impact Wrenches', 'Impact-Wrenches', 46573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46574, 46574, 'Staplers', 'Staplers', 46573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55809, 55809, 'Other Air Tools', 'Other-Air-Tools', 46573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104216, 104216, 'Breakers & Demolition Hammers', 'Breakers-and-Demolition-Hammers', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104215, 104215, 'Compactors - Walk-Behind', 'Compactors-Walk-Behind', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55804, 55804, 'Concrete Stamps, Forms, Mats', 'Concrete-Stamps-Forms-Mats', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25248, 25248, 'Concrete Vibrators', 'Concrete-Vibrators', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42294, 42294, 'Drills & Hammers', 'Drills-and-Hammers', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66929, 66929, 'Bits, Chisels & Breaker Points', 'Bits-Chisels-and-Breaker-Points', 42294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55815, 55815, 'Bits - Concrete', 'Bits-Concrete', 66929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45015, 45015, 'Bits - Wood', 'Bits-Wood', 66929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109294, 109294, 'Core Bits', 'Core-Bits', 66929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66930, 66930, 'SDS', 'SDS', 66929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66931, 66931, 'SDS Max', 'SDS-Max', 66929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66932, 66932, 'SDS Plus', 'SDS-Plus', 66929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55814, 55814, 'Spline', 'Spline', 66929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66933, 66933, 'Other', 'Other', 66929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50892, 50892, 'Core Drills & Rigs', 'Core-Drills-and-Rigs', 42294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66917, 66917, 'Drill Presses', 'Drill-Presses', 42294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46580, 46580, 'Drills, Drivers', 'Drills-Drivers', 42294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66918, 66918, '3/8 Drills, Drivers', '3-8-Drills-Drivers', 46580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46581, 46581, '1/2 Drills, Drivers', '1-2-Drills-Drivers', 46580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42295, 42295, 'Other Drills, Drivers', 'Other-Drills-Drivers', 46580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109293, 109293, 'Hammer Drills', 'Hammer-Drills', 42294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56966, 56966, 'Right Angle Drills', 'Right-Angle-Drills', 42294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63919, 63919, 'Rotary Hammer Drills', 'Rotary-Hammer-Drills', 42294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46583, 46583, 'Screw Guns', 'Screw-Guns', 42294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55811, 55811, 'Grinders - Professional', 'Grinders-Professional', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46576, 46576, 'Hand Tools', 'Hand-Tools', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63913, 63913, 'Chalk Lines', 'Chalk-Lines', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66916, 66916, 'Clamps', 'Clamps', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56964, 56964, 'Concrete Tools', 'Concrete-Tools', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46579, 46579, 'Crescent Wrenches', 'Crescent-Wrenches', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56965, 56965, 'Crimpers', 'Crimpers', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73111, 73111, 'Drywall Tools', 'Drywall-Tools', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73112, 73112, 'Pattern Guns & Hoppers', 'Pattern-Guns-and-Hoppers', 73111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73113, 73113, 'Stilts', 'Stilts', 73111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46577, 46577, 'Taping Tools', 'Taping-Tools', 73111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73114, 73114, 'Other Drywall Tools', 'Other-Drywall-Tools', 73111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63914, 63914, 'Hammers - Professional', 'Hammers-Professional', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46578, 46578, 'Knives & Cutters', 'Knives-and-Cutters', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73115, 73115, 'Knockout & Punch Sets', 'Knockout-and-Punch-Sets', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73116, 73116, 'Punches & Dies', 'Punches-and-Dies', 73115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73117, 73117, 'Sets - Hydraulic', 'Sets-Hydraulic', 73115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55810, 55810, 'Sets - Manual', 'Sets-Manual', 73115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73118, 73118, 'Other Knockouts & Punches', 'Other-Knockouts-and-Punches', 73115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63915, 63915, 'Measuring Tapes & Tools', 'Measuring-Tapes-and-Tools', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63916, 63916, 'Pipe Cutters', 'Pipe-Cutters', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58154, 58154, 'Pipe Wrenches', 'Pipe-Wrenches', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111477, 111477, 'Propane Torches', 'Propane-Torches', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63917, 63917, 'Screwdrivers - Professional', 'Screwdrivers-Professional', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42337, 42337, 'Other Hand Tools', 'Other-Hand-Tools', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63938, 63938, 'Heaters - Jobsite', 'Heaters-Jobsite', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63939, 63939, 'Hoists', 'Hoists', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50903, 50903, 'Mixers - Concrete & Mortar', 'Mixers-Concrete-and-Mortar', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104220, 104220, 'Pipe & Tubing Benders', 'Pipe-and-Tubing-Benders', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62094, 62094, 'Pipe Threaders & Dies', 'Pipe-Threaders-and-Dies', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104217, 104217, 'Dies & Accessories', 'Dies-and-Accessories', 62094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104218, 104218, 'Pipe Threaders', 'Pipe-Threaders', 62094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71341, 71341, 'Powder Actuated Tools', 'Powder-Actuated-Tools', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58155, 58155, 'Nail & Stud Guns', 'Nail-and-Stud-Guns', 71341, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71342, 71342, 'Power Hammers & Drivers', 'Power-Hammers-and-Drivers', 71341, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66912, 66912, 'Pins & Fasteners', 'Pins-and-Fasteners', 71341, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71344, 71344, 'Other', 'Other', 71341, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46584, 46584, 'Routers', 'Routers', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 32714, 32714, 'Sanders', 'Sanders', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56968, 56968, 'Floor Sanders', 'Floor-Sanders', 32714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56967, 56967, 'Handheld Sanders', 'Handheld-Sanders', 32714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 32717, 32717, 'Belt Sanders - Professional', 'Belt-Sanders-Professional', 56967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71345, 71345, 'Orbital', 'Orbital', 56967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56969, 56969, 'Other Sanders', 'Other-Sanders', 56967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46585, 46585, 'Saws', 'Saws', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109320, 109320, 'Blades', 'Blades', 46585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63929, 63929, '4 Concrete', '4-Concrete', 109320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63930, 63930, '7 Concrete', '7-Concrete', 109320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63931, 63931, '10 Concrete', '10-Concrete', 109320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50897, 50897, '12 Concrete', '12-Concrete', 109320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63932, 63932, '14 Concrete', '14-Concrete', 109320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109323, 109323, 'Circular Woodworking', 'Circular-Woodworking', 109320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109324, 109324, 'Reciprocating', 'Reciprocating', 109320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63933, 63933, 'Other Blades', 'Other-Blades', 109320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46586, 46586, 'Circular Saws', 'Circular-Saws', 46585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104219, 104219, 'Concrete Cut-Off Saws', 'Concrete-Cut-Off-Saws', 46585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46588, 46588, 'Masonry & Tile Saws', 'Masonry-and-Tile-Saws', 46585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58158, 58158, 'Miter Saws - Professional', 'Miter-Saws-Professional', 46585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55812, 55812, 'Reciprocating - Professional', 'Reciprocating-Professional', 46585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42296, 42296, 'Other Saws', 'Other-Saws', 46585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55806, 55806, 'Scaffolding', 'Scaffolding', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50896, 50896, 'Tool Batteries & Chargers', 'Tool-Batteries-and-Chargers', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63918, 63918, 'Tool Combo Kits', 'Tool-Combo-Kits', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61577, 61577, 'Trenchers - Walk Behind', 'Trenchers-Walk-Behind', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66934, 66934, 'Winches, Come Alongs, Straps', 'Winches-Come-Alongs-Straps', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66937, 66937, 'Lever Hoists & Come Alongs', 'Lever-Hoists-and-Come-Alongs', 66934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11767, 11767, 'Straps & Slings', 'Straps-and-Slings', 66934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66938, 66938, 'Winches', 'Winches', 66934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66939, 66939, 'Other', 'Other', 66934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61574, 61574, 'Other Tools & Light Equipment', 'Other-Tools-and-Light-Equipment', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55805, 55805, 'Modular, Pre-Fab Buildings', 'Modular-Pre-Fab-Buildings', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 116996, 116996, 'Vintage Construction', 'Vintage-Construction', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 116997, 116997, 'Machine Parts & Tools', 'Machine-Parts-and-Tools', 116996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 116998, 116998, 'Manuals & Brochures', 'Manuals-and-Brochures', 116996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 99995, 99995, 'Other', 'Other', 116996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1268, 1268, 'Other Construction', 'Other-Construction', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56137, 56137, 'Wholesale Lots', 'Wholesale-Lots', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56138, 56138, 'Building Materials & Supplies', 'Building-Materials-and-Supplies', 56137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61578, 61578, 'Contractor Tools', 'Contractor-Tools', 56137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61580, 61580, 'Drills', 'Drills', 61578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45016, 45016, 'Grinders - Professional', 'Grinders-Professional', 61578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61579, 61579, 'Saws', 'Saws', 61578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61581, 61581, 'Other', 'Other', 61578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56139, 56139, 'Other', 'Other', 56137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11874, 11874, 'Food Service & Retail', 'Food-Service-and-Retail', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25362, 25362, 'Bar & Beverage Equipment', 'Bar-and-Beverage-Equipment', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11875, 11875, 'Bar Supplies', 'Bar-Supplies', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67117, 67117, 'Beer Dispensers & Coolers', 'Beer-Dispensers-and-Coolers', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67118, 67118, 'Coolers & Glass Frosters', 'Coolers-and-Glass-Frosters', 67117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57071, 57071, 'Draft Beer Dispensing', 'Draft-Beer-Dispensing', 67117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67139, 67139, 'Couplers, Hoses & Fittings', 'Couplers-Hoses-and-Fittings', 57071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67135, 67135, 'Draft Beer Towers & Faucets', 'Draft-Beer-Towers-and-Faucets', 57071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67136, 67136, 'Drip, Drain Pans', 'Drip-Drain-Pans', 57071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67137, 67137, 'Empty Kegs', 'Empty-Kegs', 57071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67138, 67138, 'Keg Pumps', 'Keg-Pumps', 57071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53189, 53189, 'Systems & Conversion Kits', 'Systems-and-Conversion-Kits', 57071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67140, 67140, 'Tap Handles', 'Tap-Handles', 57071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67141, 67141, 'Other Draft Beer Equipment', 'Other-Draft-Beer-Equipment', 57071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67119, 67119, 'Kegerator, Direct Draw Coolers', 'Kegerator-Direct-Draw-Coolers', 67117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67120, 67120, 'Other Beer Equipment', 'Other-Beer-Equipment', 67117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67121, 67121, 'Blenders, Mixers & Juicers', 'Blenders-Mixers-and-Juicers', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25364, 25364, 'Blenders, Vitamix', 'Blenders-Vitamix', 67121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53213, 53213, 'Juicers', 'Juicers', 67121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67122, 67122, 'Mixers- Multi Head, Multimixer', 'Mixers-Multi-Head-Multimixer', 67121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67123, 67123, 'Mixers- Single Head', 'Mixers-Single-Head', 67121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67124, 67124, 'Other Blenders & Mixers', 'Other-Blenders-and-Mixers', 67121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53185, 53185, 'Coffee, Cocoa, Tea Equipment', 'Coffee-Cocoa-Tea-Equipment', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 64016, 64016, 'Cappuccino & Hot Chocolate', 'Cappuccino-and-Hot-Chocolate', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67129, 67129, 'Coffee Brewers, Warmers', 'Coffee-Brewers-Warmers', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67130, 67130, 'Airpot, Thermal Brewers', 'Airpot-Thermal-Brewers', 67129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67131, 67131, 'Automatic Brewer', 'Automatic-Brewer', 67129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25363, 25363, 'Pourover Brewers', 'Pourover-Brewers', 67129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67132, 67132, 'Shuttle, Satellite Brewers', 'Shuttle-Satellite-Brewers', 67129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67133, 67133, 'Urn Brewers', 'Urn-Brewers', 67129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67134, 67134, 'Other Brewers', 'Other-Brewers', 67129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67126, 67126, 'Coffee Containers', 'Coffee-Containers', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67127, 67127, 'Airpot, Thermal', 'Airpot-Thermal', 67126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53186, 53186, 'Decanters, Glass Pots', 'Decanters-Glass-Pots', 67126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67128, 67128, 'Other Coffee Containers', 'Other-Coffee-Containers', 67126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57070, 57070, 'Coffee Roasters', 'Coffee-Roasters', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53187, 53187, 'Espresso Machines', 'Espresso-Machines', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53304, 53304, 'Espresso Supplies', 'Espresso-Supplies', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53305, 53305, 'Grinders', 'Grinders', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53188, 53188, 'Tea Equipment', 'Tea-Equipment', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53306, 53306, 'Other', 'Other', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67113, 67113, 'Fountains, Soda Dispensing', 'Fountains-Soda-Dispensing', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57072, 57072, 'Accessories & Parts', 'Accessories-and-Parts', 67113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57073, 57073, 'Carbonators', 'Carbonators', 57072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57074, 57074, 'CO2 Tanks, Air Tanks', 'CO2-Tanks-Air-Tanks', 57072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67114, 67114, 'Hose & Fittings', 'Hose-and-Fittings', 57072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57076, 57076, 'Pressure Regulators', 'Pressure-Regulators', 57072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57075, 57075, 'Soda Guns & Bar Dispensers', 'Soda-Guns-and-Bar-Dispensers', 57072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67116, 67116, 'Syrup Racks', 'Syrup-Racks', 57072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53289, 53289, 'Other Accessories & Parts', 'Other-Accessories-and-Parts', 57072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57067, 57067, 'Fountains - Non-Carbonated', 'Fountains-Non-Carbonated', 67113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95071, 95071, 'Soda Fountains - Carbonated', 'Soda-Fountains-Carbonated', 67113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67115, 67115, 'Post-Mix', 'Post-Mix', 95071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53214, 53214, 'Pre-Mix', 'Pre-Mix', 95071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57068, 57068, 'Other Beverage Dispensing', 'Other-Beverage-Dispensing', 67113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25365, 25365, 'Frozen Beverage, Slush Machine', 'Frozen-Beverage-Slush-Machine', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57069, 57069, 'Water Filtration', 'Water-Filtration', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67125, 67125, 'Wine Equipment & Supplies', 'Wine-Equipment-and-Supplies', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11876, 11876, 'Other Bar & Beverage Equipment', 'Other-Bar-and-Beverage-Equipment', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25367, 25367, 'Commercial Kitchen Equipment', 'Commercial-Kitchen-Equipment', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50935, 50935, 'Aprons & Apparel', 'Aprons-and-Apparel', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50936, 50936, 'Aprons', 'Aprons', 50935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50937, 50937, 'Chef Coats', 'Chef-Coats', 50935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121274, 121274, 'Chef Pants', 'Chef-Pants', 50935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50938, 50938, 'Hats', 'Hats', 50935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11885, 11885, 'Other Aprons & Apparel', 'Other-Aprons-and-Apparel', 50935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95072, 95072, 'Baking, Dough Equipment', 'Baking-Dough-Equipment', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95093, 95093, 'Bakery Racks', 'Bakery-Racks', 95072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95085, 95085, 'Donut Machines', 'Donut-Machines', 95072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95086, 95086, 'Dough Proofers & Warmers', 'Dough-Proofers-and-Warmers', 95072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95087, 95087, 'Dough Rollers & Cutters', 'Dough-Rollers-and-Cutters', 95072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95088, 95088, 'Pans', 'Pans', 95072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95089, 95089, 'Loaf, Bread Pans', 'Loaf-Bread-Pans', 95088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95090, 95090, 'Muffin, Biscuit Pans', 'Muffin-Biscuit-Pans', 95088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95091, 95091, 'Sheet Pans', 'Sheet-Pans', 95088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95092, 95092, 'Other Pans', 'Other-Pans', 95088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95073, 95073, 'Other Bakery Equipment', 'Other-Bakery-Equipment', 95072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57106, 57106, 'Cleaning & Warewashing', 'Cleaning-and-Warewashing', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57107, 57107, 'Dishwashers', 'Dishwashers', 57106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57108, 57108, 'Grease Traps', 'Grease-Traps', 57106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67193, 67193, 'Sinks', 'Sinks', 57106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67194, 67194, '1-Compartment Sinks', '1-Compartment-Sinks', 67193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67195, 67195, '2-Compartment Sinks', '2-Compartment-Sinks', 67193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67196, 67196, '3-Compartment Sinks', '3-Compartment-Sinks', 67193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57109, 57109, 'Other Sinks', 'Other-Sinks', 67193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57110, 57110, 'Waste Disposal', 'Waste-Disposal', 57106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53230, 53230, 'Other Cleanup Supplies', 'Other-Cleanup-Supplies', 57106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53220, 53220, 'Cooking & Warming Equipment', 'Cooking-and-Warming-Equipment', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113742, 113742, 'Fryers', 'Fryers', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95094, 95094, 'Grills, Griddles & Broilers', 'Grills-Griddles-and-Broilers', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53216, 53216, 'Char Grills, Broilers', 'Char-Grills-Broilers', 95094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57078, 57078, 'Griddles, Flat Grills', 'Griddles-Flat-Grills', 95094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95095, 95095, 'Other', 'Other', 95094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67155, 67155, 'Outdoor Barbecue, Smokers', 'Outdoor-Barbecue-Smokers', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53217, 53217, 'Ovens & Ranges', 'Ovens-and-Ranges', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95084, 95084, 'Bakery Ovens', 'Bakery-Ovens', 53217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57080, 57080, 'Commercial Microwave Ovens', 'Commercial-Microwave-Ovens', 53217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53218, 53218, 'Convection Ovens', 'Convection-Ovens', 53217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57079, 57079, 'Deck, Conveyor Ovens', 'Deck-Conveyor-Ovens', 53217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25369, 25369, 'Pizza Ovens', 'Pizza-Ovens', 53217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25368, 25368, 'Ranges', 'Ranges', 53217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57081, 57081, 'Rotisserie Ovens', 'Rotisserie-Ovens', 53217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53219, 53219, 'Other Ovens & Ranges', 'Other-Ovens-and-Ranges', 53217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40116, 40116, 'Parts & Accessories', 'Parts-and-Accessories', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57083, 57083, 'Sandwich, Panini Grills', 'Sandwich-Panini-Grills', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57084, 57084, 'Soup, Steam Kettles', 'Soup-Steam-Kettles', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67156, 67156, 'Steamers, Steam Cooking', 'Steamers-Steam-Cooking', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67157, 67157, 'Toasters', 'Toasters', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67158, 67158, 'Conveyor Toasters', 'Conveyor-Toasters', 67157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57085, 57085, 'Pop-up, Up-Down Toasters', 'Pop-up-Up-Down-Toasters', 67157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67159, 67159, 'Other Toasting Equipment', 'Other-Toasting-Equipment', 67157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57086, 57086, 'Waffle Irons & Crepe Machines', 'Waffle-Irons-and-Crepe-Machines', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25370, 25370, 'Other Cooking Equipment', 'Other-Cooking-Equipment', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25357, 25357, 'Cookware & Kitchen Tools', 'Cookware-and-Kitchen-Tools', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11886, 11886, 'Bakeware', 'Bakeware', 25357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11878, 11878, 'Cutlery', 'Cutlery', 25357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57101, 57101, 'Foil, Wrap', 'Foil-Wrap', 25357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57087, 57087, 'Knife Stones & Sharpeners', 'Knife-Stones-and-Sharpeners', 25357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67160, 67160, 'Pans', 'Pans', 25357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67161, 67161, 'Fry Pans', 'Fry-Pans', 67160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95080, 95080, 'Pizza Pans & Screens', 'Pizza-Pans-and-Screens', 67160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67162, 67162, 'Sauce Pans', 'Sauce-Pans', 67160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57103, 57103, 'Steam Table Pans', 'Steam-Table-Pans', 67160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67163, 67163, 'Other Pans', 'Other-Pans', 67160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11877, 11877, 'Pots', 'Pots', 25357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25358, 25358, 'Utensils', 'Utensils', 25357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25359, 25359, 'Other', 'Other', 25357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95078, 95078, 'Food Preparation Equipment', 'Food-Preparation-Equipment', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57099, 57099, 'Can Openers', 'Can-Openers', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67164, 67164, 'Choppers & Cutters', 'Choppers-and-Cutters', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36346, 36346, 'Food Processors', 'Food-Processors', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95074, 95074, 'Meat Grinders & Butcher Supply', 'Meat-Grinders-and-Butcher-Supply', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53215, 53215, 'Knives', 'Knives', 95074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25372, 25372, 'Meat Grinders', 'Meat-Grinders', 95074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57088, 57088, 'Meat Tenderizers', 'Meat-Tenderizers', 95074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95075, 95075, 'Sausage Stuffers', 'Sausage-Stuffers', 95074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95076, 95076, 'Saws', 'Saws', 95074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95077, 95077, 'Other Butcher Supply', 'Other-Butcher-Supply', 95074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57089, 57089, 'Mixers', 'Mixers', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57090, 57090, '20 QT & Smaller', '20-QT-and-Smaller', 57089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57092, 57092, '60 QT', '60-QT', 57089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57091, 57091, '80 QT & Larger', '80-QT-and-Larger', 57089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25373, 25373, 'Other Dough Mixers', 'Other-Dough-Mixers', 57089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109364, 109364, 'Mixer Accessories', 'Mixer-Accessories', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109365, 109365, 'Beaters & Paddles', 'Beaters-and-Paddles', 109364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109366, 109366, 'Bowls', 'Bowls', 109364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109368, 109368, 'Dough Hooks', 'Dough-Hooks', 109364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109367, 109367, 'Whips & Whisks', 'Whips-and-Whisks', 109364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53221, 53221, 'Other', 'Other', 109364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111517, 111517, 'Prep Tables', 'Prep-Tables', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95081, 95081, 'Pizza Preparation', 'Pizza-Preparation', 111517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55840, 55840, 'Work Tables', 'Work-Tables', 111517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111518, 111518, 'Other', 'Other', 111517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25383, 25383, 'Scales', 'Scales', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25374, 25374, 'Slicers', 'Slicers', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####**
INSERT INTO `categories` VALUES
('', '', '', '', 53222, 53222, 'Stick Blenders', 'Stick-Blenders', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95083, 95083, 'Other Food Prep', 'Other-Food-Prep', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57082, 57082, 'Hood Systems, Fire Suppression', 'Hood-Systems-Fire-Suppression', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57100, 57100, 'Storage & Handling Equipment', 'Storage-and-Handling-Equipment', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57102, 57102, 'Food Storage Containers', 'Food-Storage-Containers', 57100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67148, 67148, 'Heating & Holding Cabinets', 'Heating-and-Holding-Cabinets', 57100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95079, 95079, 'Pizza Delivery Bags', 'Pizza-Delivery-Bags', 57100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71419, 71419, 'Shelving & Racks', 'Shelving-and-Racks', 57100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57104, 57104, 'Other Food Storage', 'Other-Food-Storage', 57100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92301, 92301, 'Other Kitchen Equipment', 'Other-Kitchen-Equipment', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67145, 67145, 'Concession Trailers & Carts', 'Concession-Trailers-and-Carts', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67146, 67146, 'Carts, Stands & Kiosks', 'Carts-Stands-and-Kiosks', 67145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46590, 46590, 'Concession Trailers', 'Concession-Trailers', 67145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67147, 67147, 'Other', 'Other', 67145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57093, 57093, 'Furniture, Signs, Decor', 'Furniture-Signs-Decor', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67172, 67172, 'Chairs & Seating', 'Chairs-and-Seating', 57093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67173, 67173, 'Booth Seating', 'Booth-Seating', 67172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67174, 67174, 'High Chairs & Booster Seats', 'High-Chairs-and-Booster-Seats', 67172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67175, 67175, 'Stacking & Folding Chairs', 'Stacking-and-Folding-Chairs', 67172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57095, 57095, 'Standard, Wood Chairs', 'Standard-Wood-Chairs', 67172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67176, 67176, 'Stools, Barstools', 'Stools-Barstools', 67172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57094, 57094, 'Other Restaurant Seating', 'Other-Restaurant-Seating', 67172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57098, 57098, 'Decorations, Decor', 'Decorations-Decor', 57093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109369, 109369, 'Display Cases', 'Display-Cases', 57093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25361, 25361, 'Bakery', 'Bakery', 109369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53228, 53228, 'Freezer & Ice Cream', 'Freezer-and-Ice-Cream', 109369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109370, 109370, 'Heated', 'Heated', 109369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25376, 25376, 'Refrigerated', 'Refrigerated', 109369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11893, 11893, 'Retail', 'Retail', 109369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109371, 109371, 'Other', 'Other', 109369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50932, 50932, 'Signage & Menu Boards', 'Signage-and-Menu-Boards', 57093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57097, 57097, 'Banner Signs', 'Banner-Signs', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117493, 117493, 'Flag Signs', 'Flag-Signs', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46718, 46718, 'Letter Signage', 'Letter-Signage', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50933, 50933, 'Menu Boards & Chalkboards', 'Menu-Boards-and-Chalkboards', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50934, 50934, 'Neon Signs', 'Neon-Signs', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 95082, 95082, 'Pizza Signs', 'Pizza-Signs', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117494, 117494, 'Programmable Message Signs', 'Programmable-Message-Signs', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 99997, 99997, 'Yard Signs', 'Yard-Signs', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25380, 25380, 'Other Signage', 'Other-Signage', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11883, 11883, 'Tables', 'Tables', 57093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57096, 57096, 'Other', 'Other', 57093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71465, 71465, 'Point of Sale, POS Equipment', 'Point-of-Sale-POS-Equipment', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46706, 46706, 'Bar Code Scanners', 'Bar-Code-Scanners', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71478, 71478, 'Card Encoders, Readers  ', 'Card-Encoders-Readers-', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46708, 46708, 'Cash Drawers & Inserts', 'Cash-Drawers-and-Inserts', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109398, 109398, 'Cash Registers', 'Cash-Registers', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109399, 109399, 'Casio', 'Casio', 109398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11891, 11891, 'IBM', 'IBM', 109398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109400, 109400, 'Royal', 'Royal', 109398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109401, 109401, 'Samsung', 'Samsung', 109398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109402, 109402, 'Sharp', 'Sharp', 109398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109403, 109403, 'TEC', 'TEC', 109398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109404, 109404, 'Other Cash Registers', 'Other-Cash-Registers', 109398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71476, 71476, 'Check Readers', 'Check-Readers', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104246, 104246, 'Complete PC-Based Systems', 'Complete-PC-Based-Systems', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46594, 46594, 'Restaurant POS, Paging Systems', 'Restaurant-POS-Paging-Systems', 104246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71470, 71470, 'Retail Systems', 'Retail-Systems', 104246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71477, 71477, 'Other Complete POS Systems', 'Other-Complete-POS-Systems', 104246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46714, 46714, 'Credit Card Imprinters', 'Credit-Card-Imprinters', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55846, 55846, 'Credit Card Terminals, Readers', 'Credit-Card-Terminals-Readers', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55847, 55847, 'Hypercom', 'Hypercom', 55846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55848, 55848, 'Linkpoint', 'Linkpoint', 55846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55849, 55849, 'Nurit', 'Nurit', 55846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117495, 117495, 'Verifone', 'Verifone', 55846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117496, 117496, 'Omni 3200, 3200SE', 'Omni-3200-3200SE', 117495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117497, 117497, 'Omni 3750', 'Omni-3750', 117495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117498, 117498, 'Tranz 330', 'Tranz-330', 117495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117499, 117499, 'Tranz 380', 'Tranz-380', 117495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117500, 117500, 'Tranz 420', 'Tranz-420', 117495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117501, 117501, 'Tranz 460', 'Tranz-460', 117495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55850, 55850, 'Other', 'Other', 117495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11892, 11892, 'Other Terminals & Readers', 'Other-Terminals-and-Readers', 55846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71466, 71466, 'Money Handling & Counting', 'Money-Handling-and-Counting', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71467, 71467, 'Bill, Cash Counting', 'Bill-Cash-Counting', 71466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46707, 46707, 'Coin & Change Sorting', 'Coin-and-Change-Sorting', 71466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71468, 71468, 'Counterfeit Detection', 'Counterfeit-Detection', 71466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71469, 71469, 'Other Currency Counters', 'Other-Currency-Counters', 71466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46710, 46710, 'Pin Pads & Keyboards', 'Pin-Pads-and-Keyboards', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46709, 46709, 'Pole Displays', 'Pole-Displays', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121275, 121275, 'Printers & Supplies', 'Printers-and-Supplies', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46712, 46712, 'Printers', 'Printers', 121275, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71471, 71471, 'Ribbons & Paper', 'Ribbons-and-Paper', 121275, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71473, 71473, 'Ink Ribbons', 'Ink-Ribbons', 71471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46713, 46713, 'Receipt Paper & Thermal Paper', 'Receipt-Paper-and-Thermal-Paper', 71471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71472, 71472, 'Other Ribbons & Paper', 'Other-Ribbons-and-Paper', 71471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121276, 121276, 'Other Printers & Supplies', 'Other-Printers-and-Supplies', 121275, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71475, 71475, 'POS Scales', 'POS-Scales', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46711, 46711, 'POS Software', 'POS-Software', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71474, 71474, 'Other Point of Sale, POS', 'Other-Point-of-Sale-POS', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25375, 25375, 'Refrigeration & Ice Machines', 'Refrigeration-and-Ice-Machines', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53223, 53223, 'Coolers, Refrigerators', 'Coolers-Refrigerators', 25375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40118, 40118, 'Parts & Accessories', 'Parts-and-Accessories', 53223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53224, 53224, 'Sandwich Prep', 'Sandwich-Prep', 53223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11881, 11881, 'Walk-In, Reach-In', 'Walk-In-Reach-In', 53223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53225, 53225, 'Other Coolers, Refrigerators', 'Other-Coolers-Refrigerators', 53223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53227, 53227, 'Freezers', 'Freezers', 25375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25377, 25377, 'Walk-In, Reach-In', 'Walk-In-Reach-In', 53227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53229, 53229, 'Other Freezers', 'Other-Freezers', 53227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67165, 67165, 'Ice Cream Machines', 'Ice-Cream-Machines', 25375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67166, 67166, 'Parts & Accessories', 'Parts-and-Accessories', 67165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53290, 53290, 'Soft-Serve Machines', 'Soft-Serve-Machines', 67165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67167, 67167, 'Other Ice-Cream Machines', 'Other-Ice-Cream-Machines', 67165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67168, 67168, 'Ice Machines', 'Ice-Machines', 25375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67169, 67169, 'Ice Bins', 'Ice-Bins', 67168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25378, 25378, 'Ice Machines, Dispensers', 'Ice-Machines-Dispensers', 67168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67170, 67170, 'Parts & Accessories', 'Parts-and-Accessories', 67168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67171, 67171, 'Other', 'Other', 67168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53226, 53226, 'Other', 'Other', 25375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46700, 46700, 'Retail Supplies', 'Retail-Supplies', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109415, 109415, 'Labeling & Tagging', 'Labeling-and-Tagging', 46700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109416, 109416, 'Accessories', 'Accessories', 109415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109417, 109417, 'Barbs & Hooks', 'Barbs-and-Hooks', 109416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109419, 109419, 'Labels', 'Labels', 109416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109420, 109420, 'Tags', 'Tags', 109416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109418, 109418, 'Other', 'Other', 109416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109421, 109421, 'Price, Label Guns', 'Price-Label-Guns', 109415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109422, 109422, 'Tag Guns', 'Tag-Guns', 109415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 27172, 27172, 'Other', 'Other', 109415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50941, 50941, 'Mannequins & Dress Forms', 'Mannequins-and-Dress-Forms', 46700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50942, 50942, 'Dress Forms', 'Dress-Forms', 50941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50943, 50943, 'Adult Female', 'Adult-Female', 50942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109405, 109405, 'Adult Male', 'Adult-Male', 50942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109406, 109406, 'Child', 'Child', 50942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50945, 50945, 'Other Dress Forms', 'Other-Dress-Forms', 50942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50946, 50946, 'Full-Body Mannequins', 'Full-Body-Mannequins', 50941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46702, 46702, 'Adult Female', 'Adult-Female', 50946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50947, 50947, 'Adult Male', 'Adult-Male', 50946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50948, 50948, 'Child', 'Child', 50946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50949, 50949, 'Other', 'Other', 50946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109407, 109407, 'Partial-Body, Mannequin Parts', 'Partial-Body-Mannequin-Parts', 50941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109408, 109408, 'Arms & Hands', 'Arms-and-Hands', 109407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109409, 109409, 'Heads', 'Heads', 109407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109410, 109410, 'Legs & Feet', 'Legs-and-Feet', 109407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50950, 50950, 'Other', 'Other', 109407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109411, 109411, 'Torsos', 'Torsos', 50941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109412, 109412, 'Adult Female', 'Adult-Female', 109411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109413, 109413, 'Adult Male', 'Adult-Male', 109411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109414, 109414, 'Child', 'Child', 109411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50944, 50944, 'Other', 'Other', 109411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50951, 50951, 'Other', 'Other', 50941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109430, 109430, 'Retail Racks', 'Retail-Racks', 46700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121277, 121277, 'Card & Literature', 'Card-and-Literature', 109430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109431, 109431, 'Garments, Clothing', 'Garments-Clothing', 109430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109432, 109432, 'Hats', 'Hats', 109430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109433, 109433, 'Pegboards & Hooks', 'Pegboards-and-Hooks', 109430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121278, 121278, 'Sign Holders', 'Sign-Holders', 109430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109434, 109434, 'Spinners & Carousels', 'Spinners-and-Carousels', 109430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11894, 11894, 'Other', 'Other', 109430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71479, 71479, 'Security & Surveillance', 'Security-and-Surveillance', 46700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46974, 46974, 'Camera, Video Systems', 'Camera-Video-Systems', 71479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71480, 71480, 'EAS, Tag-based Systems', 'EAS-Tag-based-Systems', 71479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71481, 71481, 'Locking Devices & Alarms', 'Locking-Devices-and-Alarms', 71479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71482, 71482, 'Other Security & Surveillance', 'Other-Security-and-Surveillance', 71479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46704, 46704, 'Shelving', 'Shelving', 46700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71483, 71483, 'Shopping Carts & Baskets', 'Shopping-Carts-and-Baskets', 46700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46701, 46701, 'Other Retail Supplies', 'Other-Retail-Supplies', 46700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25381, 25381, 'Tabletop & Serving', 'Tabletop-and-Serving', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55835, 55835, 'Serving, Buffet & Catering', 'Serving-Buffet-and-Catering', 25381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55836, 55836, 'Buffet Tables & Salad Bars', 'Buffet-Tables-and-Salad-Bars', 55835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55837, 55837, 'Chafers & Accessories', 'Chafers-and-Accessories', 55835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55838, 55838, 'Insulated Food Containers', 'Insulated-Food-Containers', 55835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25356, 25356, 'Other', 'Other', 55835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25385, 25385, 'Tabletop', 'Tabletop', 25381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11887, 11887, 'Dinnerware', 'Dinnerware', 25385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25382, 25382, 'Disposables', 'Disposables', 25385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11879, 11879, 'Flatware', 'Flatware', 25385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11884, 11884, 'Glassware', 'Glassware', 25385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25386, 25386, 'Linens', 'Linens', 25385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25387, 25387, 'Tabletop Accessories', 'Tabletop-Accessories', 25385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25388, 25388, 'Other Items', 'Other-Items', 25385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25384, 25384, 'Other Tabletop & Serving', 'Other-Tabletop-and-Serving', 25381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25389, 25389, 'Vending & Tabletop Concessions', 'Vending-and-Tabletop-Concessions', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67177, 67177, 'Beverage & Snack Vending', 'Beverage-and-Snack-Vending', 25389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67180, 67180, 'Cold Beverage, Soda Machines', 'Cold-Beverage-Soda-Machines', 67177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67181, 67181, 'Coke', 'Coke', 67180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67182, 67182, 'Pepsi', 'Pepsi', 67180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25390, 25390, 'Other Soda, Pop Machines', 'Other-Soda-Pop-Machines', 67180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67178, 67178, 'Hot Beverage Machines', 'Hot-Beverage-Machines', 67177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50940, 50940, 'Parts & Accessories', 'Parts-and-Accessories', 67177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67179, 67179, 'Snack, Beverage Combo', 'Snack-Beverage-Combo', 67177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11888, 11888, 'Snack, Food Machines', 'Snack-Food-Machines', 67177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67184, 67184, 'Candy & Bulk Vending', 'Candy-and-Bulk-Vending', 25389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50939, 50939, 'Candy & Bulk Vending Machines', 'Candy-and-Bulk-Vending-Machines', 67184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109428, 109428, 'Parts', 'Parts', 67184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67188, 67188, 'Supplies', 'Supplies', 67184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67189, 67189, 'Candy', 'Candy', 67188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67190, 67190, 'Gumballs', 'Gumballs', 67188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67191, 67191, 'Stickers & Tattoos', 'Stickers-and-Tattoos', 67188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67192, 67192, 'Other', 'Other', 67188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67185, 67185, 'Tattoo & Sticker Machines', 'Tattoo-and-Sticker-Machines', 67184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67186, 67186, 'Other Candy & Bulk Vending', 'Other-Candy-and-Bulk-Vending', 67184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109429, 109429, 'Change & ATM Machines', 'Change-and-ATM-Machines', 25389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55845, 55845, 'ATM Machines', 'ATM-Machines', 109429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67183, 67183, 'Change Machines', 'Change-Machines', 109429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46589, 46589, 'Concession Machines, Tabletop', 'Concession-Machines-Tabletop', 25389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67142, 67142, 'Concession Condiment Systems', 'Concession-Condiment-Systems', 46589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67143, 67143, 'Cotton Candy Machines', 'Cotton-Candy-Machines', 46589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109423, 109423, 'Hot Dog Machines', 'Hot-Dog-Machines', 46589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109424, 109424, 'Accessories & Parts', 'Accessories-and-Parts', 109423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109425, 109425, 'Bun Warmers', 'Bun-Warmers', 109423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109426, 109426, 'Roller Grills', 'Roller-Grills', 109423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109427, 109427, 'Steamers', 'Steamers', 109423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46591, 46591, 'Other', 'Other', 109423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55839, 55839, 'Nacho Machines', 'Nacho-Machines', 46589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46592, 46592, 'Popcorn Machines', 'Popcorn-Machines', 46589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57077, 57077, 'Pretzel Machines', 'Pretzel-Machines', 46589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67144, 67144, 'Snow Cone, Shaved Ice Machines', 'Snow-Cone-Shaved-Ice-Machines', 46589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25366, 25366, 'Other Tabletop Concessions', 'Other-Tabletop-Concessions', 46589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67187, 67187, 'Medicine & Condom Vending', 'Medicine-and-Condom-Vending', 25389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25391, 25391, 'Other Vending & Concessions', 'Other-Vending-and-Concessions', 25389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1271, 1271, 'Other Food Service & Retail', 'Other-Food-Service-and-Retail', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55841, 55841, 'Wholesale Lots & Bulk Foods', 'Wholesale-Lots-and-Bulk-Foods', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55842, 55842, 'Bulk Food', 'Bulk-Food', 55841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55843, 55843, 'Restaurant Supplies', 'Restaurant-Supplies', 55841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 52533, 52533, 'Retail Supplies', 'Retail-Supplies', 55841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55844, 55844, 'Tabletop, Dinnerware', 'Tabletop-Dinnerware', 55841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31487, 31487, 'Other', 'Other', 55841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11815, 11815, 'Healthcare, Lab & Life Science', 'Healthcare-Lab-and-Life-Science', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63991, 63991, 'Dental', 'Dental', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63992, 63992, 'Air & Vacuum Systems', 'Air-and-Vacuum-Systems', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63993, 63993, 'Amalgamators', 'Amalgamators', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 99996, 99996, 'Burs & Bur Blocks', 'Burs-and-Bur-Blocks', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63994, 63994, 'Curing-Light', 'Curing-Light', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63995, 63995, 'Dental Chairs & Stools', 'Dental-Chairs-and-Stools', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71376, 71376, 'Dental Delivery Units- Control', 'Dental-Delivery-Units-Control', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119097, 119097, 'Dental Imaging & X-Ray', 'Dental-Imaging-and-X-Ray', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119098, 119098, 'Cameras - Intraoral', 'Cameras-Intraoral', 119097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119099, 119099, 'Dental X-Ray Film & Supplies', 'Dental-X-Ray-Film-and-Supplies', 119097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63996, 63996, 'Other Dental X-Ray', 'Other-Dental-X-Ray', 119097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106366, 106366, 'Dental Lab', 'Dental-Lab', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106367, 106367, 'Articulators', 'Articulators', 106366, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71377, 71377, 'Dental Lab Equipment', 'Dental-Lab-Equipment', 106366, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106368, 106368, 'Impression Materials', 'Impression-Materials', 106366, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106369, 106369, 'Porcelain', 'Porcelain', 106366, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106370, 106370, 'Other Dental Lab', 'Other-Dental-Lab', 106366, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106371, 106371, 'Dental Supplies', 'Dental-Supplies', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71378, 71378, 'Handpieces', 'Handpieces', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113726, 113726, 'Instruments', 'Instruments', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31471, 31471, 'Dental', 'Dental', 113726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113727, 113727, 'Endodontic', 'Endodontic', 113726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113728, 113728, 'Files', 'Files', 113726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113729, 113729, 'Mirrors', 'Mirrors', 113726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113730, 113730, 'Orthodontic', 'Orthodontic', 113726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113731, 113731, 'Other Instruments', 'Other-Instruments', 113726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71379, 71379, 'Scalers', 'Scalers', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31458, 31458, 'Other Dental Equipment', 'Other-Dental-Equipment', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92035, 92035, 'Imaging & Aesthetics Equipment', 'Imaging-and-Aesthetics-Equipment', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63990, 63990, 'Aesthetics, Cosmetic Equipment', 'Aesthetics-Cosmetic-Equipment', 92035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63997, 63997, 'Imaging Equipment', 'Imaging-Equipment', 92035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 63999, 63999, 'Ultrasound Equipment', 'Ultrasound-Equipment', 63997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11820, 11820, 'X-Ray, CT & MRI Equipment', 'X-Ray-CT-and-MRI-Equipment', 63997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 64000, 64000, 'Other Imaging Equipment', 'Other-Imaging-Equipment', 63997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92036, 92036, 'Other Imaging & Aesthetics', 'Other-Imaging-and-Aesthetics', 92035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97655, 97655, 'Imaging & Aesthetics Supplies', 'Imaging-and-Aesthetics-Supplies', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97656, 97656, 'Imaging Parts, Supplies', 'Imaging-Parts-Supplies', 97655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97132, 97132, 'Ultrasound Transducers & Parts', 'Ultrasound-Transducers-and-Parts', 97656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97133, 97133, 'X-Ray, CT, MRI Parts, Supplies', 'X-Ray-CT-MRI-Parts-Supplies', 97656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97134, 97134, 'Other Imaging Parts & Supplies', 'Other-Imaging-Parts-and-Supplies', 97656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97135, 97135, 'Other Supplies', 'Other-Supplies', 97655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26231, 26231, 'Lab Equipment', 'Lab-Equipment', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48719, 48719, 'Analytical Instruments', 'Analytical-Instruments', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78214, 78214, 'Auto Samplers', 'Auto-Samplers', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113741, 113741, 'Cell Counters', 'Cell-Counters', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58190, 58190, 'Chemistry Analyzers', 'Chemistry-Analyzers', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48720, 48720, 'Chromatographs', 'Chromatographs', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78215, 78215, 'Detectors', 'Detectors', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113737, 113737, 'Electrophoresis', 'Electrophoresis', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78216, 78216, 'Fraction Collectors', 'Fraction-Collectors', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113738, 113738, 'Gas Analyzers', 'Gas-Analyzers', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78217, 78217, 'Parts & Accessories', 'Parts-and-Accessories', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58191, 58191, 'PH-Meters', 'PH-Meters', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111537, 111537, 'Refractometers', 'Refractometers', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67038, 67038, 'Spectrometers', 'Spectrometers', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48721, 48721, 'Spectrophotometers', 'Spectrophotometers', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113739, 113739, 'Thermal Analysis', 'Thermal-Analysis', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113740, 113740, 'Viscometers & Rheometers', 'Viscometers-and-Rheometers', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26230, 26230, 'Other Analytical Instruments', 'Other-Analytical-Instruments', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48722, 48722, 'Autoclaves & Sterilizers', 'Autoclaves-and-Sterilizers', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109449, 109449, 'Centrifuges & Parts', 'Centrifuges-and-Parts', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26232, 26232, 'Centrifuges', 'Centrifuges', 109449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109450, 109450, 'Rotors & Parts', 'Rotors-and-Parts', 109449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109451, 109451, 'Other Centrifuges', 'Other-Centrifuges', 109449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48723, 48723, 'Cleaning Equipment', 'Cleaning-Equipment', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119114, 119114, 'Evaporators', 'Evaporators', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40115, 40115, 'Furnishings & Facilities', 'Furnishings-and-Facilities', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48728, 48728, 'Heating & Cooling', 'Heating-and-Cooling', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48729, 48729, 'Burners & Hotplates', 'Burners-and-Hotplates', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119115, 119115, 'Cryogenics', 'Cryogenics', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48730, 48730, 'Environmental Chambers', 'Environmental-Chambers', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48731, 48731, 'Freezers & Fridges', 'Freezers-and-Fridges', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119116, 119116, 'Heating Mantles', 'Heating-Mantles', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119117, 119117, 'Hoods', 'Hoods', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48732, 48732, 'Laboratory Furnaces', 'Laboratory-Furnaces', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119118, 119118, 'Laboratory Ovens', 'Laboratory-Ovens', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119119, 119119, 'Temperature Monitoring', 'Temperature-Monitoring', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48733, 48733, 'Water Baths & Chillers', 'Water-Baths-and-Chillers', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26234, 26234, 'Other Heating & Cooling', 'Other-Heating-and-Cooling', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26233, 26233, 'Incubators', 'Incubators', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109452, 109452, 'Lab Lasers & Photonics', 'Lab-Lasers-and-Photonics', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48724, 48724, 'Lab Scales & Balances', 'Lab-Scales-and-Balances', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11814, 11814, 'Digital Scales & Balances', 'Digital-Scales-and-Balances', 48724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48726, 48726, 'Mechanical & Beam Balances', 'Mechanical-and-Beam-Balances', 48724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48727, 48727, 'Weights & Calibration Sets', 'Weights-and-Calibration-Sets', 48724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48725, 48725, 'Other Laboratory Scales', 'Other-Laboratory-Scales', 48724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48736, 48736, 'Microscope Parts & Accessories', 'Microscope-Parts-and-Accessories', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48737, 48737, 'Eyepieces', 'Eyepieces', 48736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119124, 119124, 'Illuminators & Lights', 'Illuminators-and-Lights', 48736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119125, 119125, 'Dual Pipe Lights', 'Dual-Pipe-Lights', 119124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119126, 119126, 'Fluorescent Lights', 'Fluorescent-Lights', 119124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119127, 119127, 'Ring Lights', 'Ring-Lights', 119124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48738, 48738, 'Other Illuminators', 'Other-Illuminators', 119124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48739, 48739, 'Objectives', 'Objectives', 48736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11813, 11813, 'Other Microscope Parts', 'Other-Microscope-Parts', 48736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26410, 26410, 'Microscopes', 'Microscopes', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58192, 58192, 'Microscope Cameras, Video', 'Microscope-Cameras-Video', 26410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71406, 71406, 'Microscopes - Compound', 'Microscopes-Compound', 26410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71407, 71407, 'Binocular', 'Binocular', 71406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71408, 71408, 'Dual-View', 'Dual-View', 71406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71409, 71409, 'Monocular', 'Monocular', 71406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71410, 71410, 'Trinocular', 'Trinocular', 71406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26411, 26411, 'Other Compound Microscopes', 'Other-Compound-Microscopes', 71406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53155, 53155, 'Microscopes - Digital', 'Microscopes-Digital', 26410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71411, 71411, 'Microscopes - Electron', 'Microscopes-Electron', 26410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71412, 71412, 'Microscopes - Inverted', 'Microscopes-Inverted', 26410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48740, 48740, 'Microscopes - Stereo', 'Microscopes-Stereo', 26410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48741, 48741, 'Other Microscopy', 'Other-Microscopy', 26410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26235, 26235, 'Mixers', 'Mixers', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111538, 111538, 'Motion Control', 'Motion-Control', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111539, 111539, 'Actuators', 'Actuators', 111538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111540, 111540, 'Controllers & Amplifiers', 'Controllers-and-Amplifiers', 111538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111541, 111541, 'Linear Stages', 'Linear-Stages', 111538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111542, 111542, 'Other Motion Control', 'Other-Motion-Control', 111538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111543, 111543, 'Power Supply', 'Power-Supply', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78218, 78218, 'Pumps', 'Pumps', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78219, 78219, 'Gradient Pumps', 'Gradient-Pumps', 78218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78220, 78220, 'Peristaltic Pumps', 'Peristaltic-Pumps', 78218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26236, 26236, 'Vacuum Pumps', 'Vacuum-Pumps', 78218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78221, 78221, 'Veristaltic Pumps', 'Veristaltic-Pumps', 78218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78222, 78222, 'Other Pumps', 'Other-Pumps', 78218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48734, 48734, 'Recorders & Plotters', 'Recorders-and-Plotters', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119120, 119120, 'Shakers', 'Shakers', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119121, 119121, 'Stirrers', 'Stirrers', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26237, 26237, 'Other Lab Equipment', 'Other-Lab-Equipment', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26413, 26413, 'Lab Supplies', 'Lab-Supplies', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26414, 26414, 'Disposables', 'Disposables', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26415, 26415, 'Filtration Supplies', 'Filtration-Supplies', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26416, 26416, 'Frames, Supports & Clamps', 'Frames-Supports-and-Clamps', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26402, 26402, 'Glassware', 'Glassware', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26403, 26403, 'Beakers', 'Beakers', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26404, 26404, 'Bottles', 'Bottles', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26405, 26405, 'Condensers', 'Condensers', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119122, 119122, 'Cylinders', 'Cylinders', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26406, 26406, 'Distillation', 'Distillation', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26407, 26407, 'Flasks', 'Flasks', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26408, 26408, 'Funnels', 'Funnels', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26412, 26412, 'Porcelainware', 'Porcelainware', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26409, 26409, 'Test Tubes', 'Test-Tubes', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119123, 119123, 'Vials', 'Vials', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11812, 11812, 'Other Laboratory Glassware', 'Other-Laboratory-Glassware', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104233, 104233, 'Lab Chemicals', 'Lab-Chemicals', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100014, 100014, 'Lab Kits & Sets', 'Lab-Kits-and-Sets', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48742, 48742, 'Lab Safety', 'Lab-Safety', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26417, 26417, 'Pipettes', 'Pipettes', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100015, 100015, 'Plasticware', 'Plasticware', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71413, 71413, 'Slides & Covers', 'Slides-and-Covers', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71414, 71414, 'Blank Slides', 'Blank-Slides', 71413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71415, 71415, 'Prepared Slides', 'Prepared-Slides', 71413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71416, 71416, 'Slide Cover Glass', 'Slide-Cover-Glass', 71413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####**
INSERT INTO `categories` VALUES
('', '', '', '', 26418, 26418, 'Other Slides & Covers', 'Other-Slides-and-Covers', 71413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26419, 26419, 'Tubing, Valves & Fittings', 'Tubing-Valves-and-Fittings', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26420, 26420, 'Other Laboratory Supplies', 'Other-Laboratory-Supplies', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11817, 11817, 'Medical Equipment', 'Medical-Equipment', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31459, 31459, 'Disinfection & Sterilization', 'Disinfection-and-Sterilization', 11817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 99998, 99998, 'Endoscopy & Laparoscopy', 'Endoscopy-and-Laparoscopy', 11817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31460, 31460, 'Endoscopes', 'Endoscopes', 99998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113733, 113733, 'Insufflators', 'Insufflators', 99998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 99999, 99999, 'Light Sources', 'Light-Sources', 99998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100000, 100000, 'Parts & Accessories', 'Parts-and-Accessories', 99998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113732, 113732, 'Shavers & Power Systems', 'Shavers-and-Power-Systems', 99998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100001, 100001, 'Video Endoscopes', 'Video-Endoscopes', 99998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100002, 100002, 'Other Endoscopy & Laparoscopy', 'Other-Endoscopy-and-Laparoscopy', 99998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106432, 106432, 'Furniture', 'Furniture', 11817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11821, 11821, 'Beds, Stretchers & Tables', 'Beds-Stretchers-and-Tables', 106432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106433, 106433, 'Carts & Stands', 'Carts-and-Stands', 106432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106434, 106434, 'Chairs & Stools', 'Chairs-and-Stools', 106432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106435, 106435, 'Other Furniture', 'Other-Furniture', 106432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31462, 31462, 'General Medicine', 'General-Medicine', 11817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31463, 31463, 'Home Care', 'Home-Care', 11817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31464, 31464, 'IV & Fluid Administration', 'IV-and-Fluid-Administration', 11817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100003, 100003, 'Monitoring Systems', 'Monitoring-Systems', 11817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100004, 100004, 'Blood Pressure Monitors', 'Blood-Pressure-Monitors', 100003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100005, 100005, 'ECG, EKG Systems', 'ECG-EKG-Systems', 100003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31465, 31465, 'Oximeters', 'Oximeters', 100003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100006, 100006, 'Patient Monitors', 'Patient-Monitors', 100003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117028, 117028, 'Prenatal Heart Monitors', 'Prenatal-Heart-Monitors', 100003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100007, 100007, 'Other Monitoring Systems', 'Other-Monitoring-Systems', 100003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11816, 11816, 'Other Medical Equipment', 'Other-Medical-Equipment', 11817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11823, 11823, 'Medical Instruments', 'Medical-Instruments', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104221, 104221, 'Exam & Diagnostic', 'Exam-and-Diagnostic', 11823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104226, 104226, 'Headlights & Lights', 'Headlights-and-Lights', 104221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104227, 104227, 'Laryngoscopes', 'Laryngoscopes', 104221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31472, 31472, 'Otoscopes', 'Otoscopes', 104221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104222, 104222, 'Reflex Hammers', 'Reflex-Hammers', 104221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104223, 104223, 'Specula', 'Specula', 104221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104224, 104224, 'Thermometers', 'Thermometers', 104221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104225, 104225, 'Other Exam, Diagnostic', 'Other-Exam-Diagnostic', 104221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109442, 109442, 'Stethoscopes', 'Stethoscopes', 11823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109443, 109443, 'Electronic Stethoscopes', 'Electronic-Stethoscopes', 109442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11824, 11824, 'Mechanical Stethoscopes', 'Mechanical-Stethoscopes', 109442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109444, 109444, 'Other Stethoscopes', 'Other-Stethoscopes', 109442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104228, 104228, 'Surgical', 'Surgical', 11823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 19327, 19327, 'Forceps', 'Forceps', 104228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104229, 104229, 'Scalpels', 'Scalpels', 104228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104230, 104230, 'Scissors & Needleholders', 'Scissors-and-Needleholders', 104228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104231, 104231, 'Other Surgical Instruments', 'Other-Surgical-Instruments', 104228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11822, 11822, 'Other Medical Instruments', 'Other-Medical-Instruments', 11823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92073, 92073, 'Medical - Specialty', 'Medical-Specialty', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31457, 31457, 'Alternative Medicine', 'Alternative-Medicine', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31470, 31470, 'Animal - Veterinary', 'Animal-Veterinary', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100009, 100009, 'Chiropractic', 'Chiropractic', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100010, 100010, 'Emergency, EMT', 'Emergency-EMT', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100011, 100011, 'AED - Defibrillators', 'AED-Defibrillators', 100010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31461, 31461, 'EMT Bags & Kits', 'EMT-Bags-and-Kits', 100010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100012, 100012, 'Training & Manikins', 'Training-and-Manikins', 100010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100013, 100013, 'Other Emergency, EMT', 'Other-Emergency-EMT', 100010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71380, 71380, 'Ophthalmology, Optometry', 'Ophthalmology-Optometry', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71381, 71381, 'Anatomical Models & Charts', 'Anatomical-Models-and-Charts', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71382, 71382, 'Autorefractors & Phoropters', 'Autorefractors-and-Phoropters', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71383, 71383, 'Chairs, Stands & Tables', 'Chairs-Stands-and-Tables', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71384, 71384, 'Lensmeters & Keratometers', 'Lensmeters-and-Keratometers', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71385, 71385, 'Ophthalmoscopes', 'Ophthalmoscopes', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100008, 100008, 'Optometry Equipment & Supplies', 'Optometry-Equipment-and-Supplies', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71386, 71386, 'Perimeters & Retinal Cameras', 'Perimeters-and-Retinal-Cameras', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71387, 71387, 'Projectors & Charts', 'Projectors-and-Charts', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71388, 71388, 'Slit Lamps', 'Slit-Lamps', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31466, 31466, 'Other Ophthalmology Equipment', 'Other-Ophthalmology-Equipment', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31467, 31467, 'Orthopedic', 'Orthopedic', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31468, 31468, 'Physical Therapy & Rehab', 'Physical-Therapy-and-Rehab', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11819, 11819, 'Respiratory', 'Respiratory', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31469, 31469, 'Surgery & OR', 'Surgery-and-OR', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31473, 31473, 'Medical Supplies & Disposables', 'Medical-Supplies-and-Disposables', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31474, 31474, 'Gloves', 'Gloves', 31473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31475, 31475, 'Linens & Apparel', 'Linens-and-Apparel', 31473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31476, 31476, 'Syringes', 'Syringes', 31473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31477, 31477, 'Sutures', 'Sutures', 31473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31480, 31480, 'Teaching & Education Supplies', 'Teaching-and-Education-Supplies', 31473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31478, 31478, 'Wound Care', 'Wound-Care', 31473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31479, 31479, 'Other Supplies & Disposables', 'Other-Supplies-and-Disposables', 31473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 3179, 3179, 'Other Healthcare, Life Science', 'Other-Healthcare-Life-Science', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113734, 113734, 'Wholesale Lots', 'Wholesale-Lots', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113735, 113735, 'Dental', 'Dental', 113734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 52531, 52531, 'Medical & Lab', 'Medical-and-Lab', 113734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113736, 113736, 'Other Wholesale Lots', 'Other-Wholesale-Lots', 113734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92074, 92074, 'Industrial Electrical & Test', 'Industrial-Electrical-and-Test', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92075, 92075, 'Circuit Breakers, Transformers', 'Circuit-Breakers-Transformers', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104232, 104232, 'Circuit Breakers', 'Circuit-Breakers', 92075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71389, 71389, 'Transformers', 'Transformers', 92075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42881, 42881, 'Single Phase', 'Single-Phase', 71389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71390, 71390, 'Three Phase', 'Three-Phase', 71389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71391, 71391, 'Other Transformers', 'Other-Transformers', 71389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100016, 100016, 'Connectors, Switches & Wire', 'Connectors-Switches-and-Wire', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117489, 117489, 'Conduit & Fittings', 'Conduit-and-Fittings', 100016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42887, 42887, 'Conduit', 'Conduit', 117489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117490, 117490, 'Fittings', 'Fittings', 117489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48715, 48715, 'Connectors, Plugs & Sockets', 'Connectors-Plugs-and-Sockets', 100016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109435, 109435, 'Connectors', 'Connectors', 48715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48716, 48716, 'Audio Connectors', 'Audio-Connectors', 109435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73133, 73133, 'BNC Connectors', 'BNC-Connectors', 109435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109436, 109436, 'Female', 'Female', 109435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109437, 109437, 'Locking', 'Locking', 109435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117487, 117487, 'Pin', 'Pin', 109435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109438, 109438, 'Other Connectors', 'Other-Connectors', 109435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73141, 73141, 'Crimps', 'Crimps', 48715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73134, 73134, 'Jacks', 'Jacks', 48715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109439, 109439, 'Plugs', 'Plugs', 48715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109440, 109440, 'Leviton', 'Leviton', 109439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109441, 109441, 'Hubbell', 'Hubbell', 109439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73135, 73135, 'Other Plugs', 'Other-Plugs', 109439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53112, 53112, 'Receptacles, Outlets', 'Receptacles-Outlets', 48715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117488, 117488, 'Sockets', 'Sockets', 48715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48717, 48717, 'Terminal Blocks', 'Terminal-Blocks', 48715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 7285, 7285, 'Other Connectors & Sockets', 'Other-Connectors-and-Sockets', 48715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58165, 58165, 'Switches', 'Switches', 100016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66981, 66981, 'Disconnect Switches', 'Disconnect-Switches', 58165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117491, 117491, '30 Amps & Under', '30-Amps-and-Under', 66981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42879, 42879, '31 - 100 Amps', '31-100-Amps', 66981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66982, 66982, '101 Amps & Over', '101-Amps-and-Over', 66981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66983, 66983, 'Other Disconnect Switches', 'Other-Disconnect-Switches', 66981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111606, 111606, 'Limit', 'Limit', 58165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111607, 111607, 'Pressure', 'Pressure', 58165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58166, 58166, 'Pushbutton', 'Pushbutton', 58165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58167, 58167, 'Rocker', 'Rocker', 58165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58168, 58168, 'Rotary', 'Rotary', 58165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26211, 26211, 'Toggle', 'Toggle', 58165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58169, 58169, 'Other Switches', 'Other-Switches', 58165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73136, 73136, 'Wire & Cable', 'Wire-and-Cable', 100016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73130, 73130, 'Cable', 'Cable', 73136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73137, 73137, 'Coaxial', 'Coaxial', 73130, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73132, 73132, 'Heat Shrink Tubing', 'Heat-Shrink-Tubing', 73130, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73131, 73131, 'Ties', 'Ties', 73130, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4667, 4667, 'Other Cable', 'Other-Cable', 73130, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100179, 100179, 'Communications/Telephone', 'Communications-Telephone', 73136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73138, 73138, 'Conductor', 'Conductor', 73136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73139, 73139, 'Hookup & Lead', 'Hookup-and-Lead', 73136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100180, 100180, 'Magnet', 'Magnet', 73136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73140, 73140, 'Wire Nuts', 'Wire-Nuts', 73136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26213, 26213, 'Other Wire', 'Other-Wire', 73136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100181, 100181, 'Other', 'Other', 100016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100182, 100182, 'Electrical Equipment & Tools', 'Electrical-Equipment-and-Tools', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100183, 100183, 'Books and Manuals', 'Books-and-Manuals', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111610, 111610, 'Boxes, Enclosures', 'Boxes-Enclosures', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111611, 111611, 'Bell', 'Bell', 111610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111612, 111612, 'Hoffman', 'Hoffman', 111610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42886, 42886, 'Other Enclosures', 'Other-Enclosures', 111610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66991, 66991, 'Electrical Meters', 'Electrical-Meters', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55824, 55824, 'Electrical Panels & Boards', 'Electrical-Panels-and-Boards', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66984, 66984, 'Electrical Tools', 'Electrical-Tools', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66985, 66985, 'Benders', 'Benders', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111613, 111613, 'Cable Cutters', 'Cable-Cutters', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66986, 66986, 'Cable Pullers', 'Cable-Pullers', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66987, 66987, 'Crimpers', 'Crimpers', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66988, 66988, 'Dies', 'Dies', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42889, 42889, 'Electrical Tool Kits', 'Electrical-Tool-Kits', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111614, 111614, 'Electrical Pliers', 'Electrical-Pliers', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66989, 66989, 'Strippers', 'Strippers', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66990, 66990, 'Other Electrical Tools', 'Other-Electrical-Tools', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66992, 66992, 'Fuses & Accessories', 'Fuses-and-Accessories', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66993, 66993, 'Fuse Blocks & Holders', 'Fuse-Blocks-and-Holders', 66992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109445, 109445, 'Fuses', 'Fuses', 66992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42880, 42880, 'Buss / Bussman', 'Buss-Bussman', 109445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109448, 109448, 'GE', 'GE', 109445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109446, 109446, 'Littelfuse', 'Littelfuse', 109445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109447, 109447, 'Other Fuses', 'Other-Fuses', 109445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66994, 66994, 'Other Fuses & Accessories', 'Other-Fuses-and-Accessories', 66992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41952, 41952, 'Phase Converters', 'Phase-Converters', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66995, 66995, 'Universal Power Supplies/UPS', 'Universal-Power-Supplies-UPS', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 100184, 100184, 'Other Electrical Equipment', 'Other-Electrical-Equipment', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4659, 4659, 'Electronic Components', 'Electronic-Components', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36322, 36322, 'Assemblies & EM Devices', 'Assemblies-and-EM-Devices', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36323, 36323, 'Batteries & Power Supplies', 'Batteries-and-Power-Supplies', 36322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73128, 73128, 'Converters', 'Converters', 36322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36324, 36324, 'Fans', 'Fans', 36322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66946, 66946, 'Heatsinks', 'Heatsinks', 36322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73129, 73129, 'Indicators', 'Indicators', 36322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36326, 36326, 'Input Devices', 'Input-Devices', 36322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36327, 36327, 'PCBs', 'PCBs', 36322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4661, 4661, 'Other Assemblies & EM Devices', 'Other-Assemblies-and-EM-Devices', 36322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41519, 41519, 'Books and Manuals', 'Books-and-Manuals', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36334, 36334, 'Capacitors', 'Capacitors', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36335, 36335, 'Ceramic', 'Ceramic', 36334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111601, 111601, 'Electrolytic', 'Electrolytic', 36334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111602, 111602, 'Axial', 'Axial', 111601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111603, 111603, 'Radial, Snap-In', 'Radial-Snap-In', 111601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 116999, 116999, 'Surface Mount', 'Surface-Mount', 111601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36336, 36336, 'Other', 'Other', 111601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40113, 40113, 'Film', 'Film', 36334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73143, 73143, 'Mica', 'Mica', 36334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40114, 40114, 'Tantalum', 'Tantalum', 36334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4662, 4662, 'Other Capacitors', 'Other-Capacitors', 36334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73154, 73154, 'Electronic Component Tools', 'Electronic-Component-Tools', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50911, 50911, 'ICs & Processors', 'ICs-and-Processors', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50912, 50912, 'Analog Devices', 'Analog-Devices', 50911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50913, 50913, 'Logic Devices & ASICS', 'Logic-Devices-and-ASICS', 50911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50914, 50914, 'Memory', 'Memory', 50911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50915, 50915, 'Microcontrollers', 'Microcontrollers', 50911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50916, 50916, 'Microprocessors', 'Microprocessors', 50911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50917, 50917, 'Optoelectronics', 'Optoelectronics', 50911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4663, 4663, 'Other ICs & Processors', 'Other-ICs-and-Processors', 50911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66947, 66947, 'LEDs', 'LEDs', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111608, 111608, 'Amber LEDs', 'Amber-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66948, 66948, 'Blue LEDs', 'Blue-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66949, 66949, 'Green LEDs', 'Green-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111609, 111609, 'Infrared LEDs', 'Infrared-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66950, 66950, 'Orange LEDs', 'Orange-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26207, 26207, 'Red LEDs', 'Red-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66951, 66951, 'Ultra Violet, UV LEDs', 'Ultra-Violet-UV-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66952, 66952, 'White LEDs', 'White-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66953, 66953, 'Yellow LEDs', 'Yellow-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66954, 66954, 'Other LEDs', 'Other-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36333, 36333, 'Passive Components', 'Passive-Components', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 7286, 7286, 'Crystals & Oscillators', 'Crystals-and-Oscillators', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26205, 26205, 'Fuses & Circuit Protection', 'Fuses-and-Circuit-Protection', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 7288, 7288, 'Inductors, Coils, Filters', 'Inductors-Coils-Filters', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58163, 58163, 'Knobs', 'Knobs', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36337, 36337, 'Magnetics', 'Magnetics', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73144, 73144, 'Metal Oxide Varistors, MOVs', 'Metal-Oxide-Varistors-MOVs', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73145, 73145, 'Meters', 'Meters', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58164, 58164, 'Pots, Trimmers & Thermistors', 'Pots-Trimmers-and-Thermistors', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73146, 73146, 'Resistors & Resistive Products', 'Resistors-and-Resistive-Products', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73147, 73147, '? Watt', '?-Watt', 73146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73148, 73148, '¾ Watt', '¾-Watt', 73146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73149, 73149, '1 Watt', '1-Watt', 73146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73150, 73150, '2 Watt', '2-Watt', 73146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73151, 73151, 'Mixed Lots', 'Mixed-Lots', 73146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4664, 4664, 'Other Resistors', 'Other-Resistors', 73146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73152, 73152, 'Toroids', 'Toroids', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4665, 4665, 'Transformers', 'Transformers', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73153, 73153, 'Variacs', 'Variacs', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36338, 36338, 'Other Passive Components', 'Other-Passive-Components', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36330, 36330, 'Semiconductors & Actives', 'Semiconductors-and-Actives', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36331, 36331, 'Analog Semiconductors', 'Analog-Semiconductors', 36330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58162, 58162, 'Buzzers & Speakers', 'Buzzers-and-Speakers', 36330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 7287, 7287, 'Diodes', 'Diodes', 36330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26206, 26206, 'LCDs & Displays', 'LCDs-and-Displays', 36330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73142, 73142, 'Rectifiers', 'Rectifiers', 36330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109454, 109454, 'Transistors', 'Transistors', 36330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109455, 109455, 'MOSFET', 'MOSFET', 109454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109456, 109456, 'NPN', 'NPN', 109454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109457, 109457, 'PNP', 'PNP', 109454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4666, 4666, 'Other Transistors', 'Other-Transistors', 109454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36332, 36332, 'Other Semiconductors, Actives', 'Other-Semiconductors-Actives', 36330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58170, 58170, 'Tubes & Acoustics', 'Tubes-and-Acoustics', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58171, 58171, 'Eimac', 'Eimac', 58170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58172, 58172, 'GE/Phillips', 'GE-Phillips', 58170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 14947, 14947, 'RCA', 'RCA', 58170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58173, 58173, 'Sylvania', 'Sylvania', 58170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58174, 58174, 'Other Tubes', 'Other-Tubes', 58170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117000, 117000, 'Voltage Regulators', 'Voltage-Regulators', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4660, 4660, 'Other Electronic Components', 'Other-Electronic-Components', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42892, 42892, 'Industrial Automation, Control', 'Industrial-Automation-Control', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97184, 97184, 'Control Systems and PLCs', 'Control-Systems-and-PLCs', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78186, 78186, 'Drives & Motion Control', 'Drives-and-Motion-Control', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78187, 78187, 'Air Actuators & Cylinders', 'Air-Actuators-and-Cylinders', 78186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78188, 78188, 'Drives & Amplifiers', 'Drives-and-Amplifiers', 78186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78189, 78189, 'Amplifiers', 'Amplifiers', 78188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42894, 42894, 'AC Drives', 'AC-Drives', 78188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78190, 78190, 'DC Drives', 'DC-Drives', 78188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78191, 78191, 'Servo Drives', 'Servo-Drives', 78188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78192, 78192, 'Variable Frequency, Inverter', 'Variable-Frequency-Inverter', 78188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78193, 78193, 'Other Drives', 'Other-Drives', 78188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55826, 55826, 'Linear Actuators', 'Linear-Actuators', 78186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71392, 71392, 'Motor Controls', 'Motor-Controls', 78186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71393, 71393, 'Speed Controls', 'Speed-Controls', 71392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42895, 42895, 'Starters', 'Starters', 71392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71394, 71394, 'Stepper Controls & Drives', 'Stepper-Controls-and-Drives', 71392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71395, 71395, 'Other Motor Controls', 'Other-Motor-Controls', 71392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78194, 78194, 'Motors for Automation', 'Motors-for-Automation', 78186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78195, 78195, 'Servo Motors', 'Servo-Motors', 78194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78196, 78196, 'Stepper Motors', 'Stepper-Motors', 78194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78197, 78197, 'Other Automation Motors', 'Other-Automation-Motors', 78194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67004, 67004, 'Fieldbus, DeviceNet, Ethernet', 'Fieldbus-DeviceNet-Ethernet', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78181, 78181, 'Instrumentation', 'Instrumentation', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55825, 55825, 'Gauges', 'Gauges', 78181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111615, 111615, 'Meters', 'Meters', 78181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78182, 78182, 'Transmitters', 'Transmitters', 78181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78183, 78183, 'Other Instrumentation', 'Other-Instrumentation', 78181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55827, 55827, 'Operator Interface Panels', 'Operator-Interface-Panels', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78198, 78198, 'Power Supply, Circuit Breakers', 'Power-Supply-Circuit-Breakers', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78199, 78199, 'Circuit Breaker for Automation', 'Circuit-Breaker-for-Automation', 78198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117492, 117492, 'Fuses for Automation', 'Fuses-for-Automation', 78198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78200, 78200, 'Generators for Automation', 'Generators-for-Automation', 78198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11772, 11772, 'Power Supplies for Automation', 'Power-Supplies-for-Automation', 78198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78201, 78201, 'Transformers for Automation', 'Transformers-for-Automation', 78198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78202, 78202, 'Relays, Timers, Counters', 'Relays-Timers-Counters', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78203, 78203, 'Counters', 'Counters', 78202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78204, 78204, 'Relays', 'Relays', 78202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78205, 78205, 'General Purpose Relays', 'General-Purpose-Relays', 78204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111616, 111616, 'Overload', 'Overload', 78204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78207, 78207, 'Solid State Relays', 'Solid-State-Relays', 78204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78208, 78208, 'Time Delay Relays', 'Time-Delay-Relays', 78204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42897, 42897, 'Other Relays', 'Other-Relays', 78204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78206, 78206, 'Timers', 'Timers', 78202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 87078, 87078, 'Robotics', 'Robotics', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 87079, 87079, 'Complete Robotics Systems', 'Complete-Robotics-Systems', 87078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 87080, 87080, 'Robotics Controls', 'Robotics-Controls', 87078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50924, 50924, 'Other Robotics', 'Other-Robotics', 87078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67001, 67001, 'Sensors', 'Sensors', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67005, 67005, 'Encoders', 'Encoders', 67001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67002, 67002, 'Photoelectric Sensors', 'Photoelectric-Sensors', 67001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 87081, 87081, 'Pressure Sensors', 'Pressure-Sensors', 67001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50925, 50925, 'Proximity Sensors', 'Proximity-Sensors', 67001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67003, 67003, 'Other Sensors', 'Other-Sensors', 67001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55832, 55832, 'Switches for Automation', 'Switches-for-Automation', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55833, 55833, 'Limit Switches', 'Limit-Switches', 55832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67006, 67006, 'Pressure Switches', 'Pressure-Switches', 55832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42898, 42898, 'Pushbutton Switches', 'Pushbutton-Switches', 55832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 55834, 55834, 'Other Switches', 'Other-Switches', 55832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 87082, 87082, 'Temperature Controllers', 'Temperature-Controllers', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 87083, 87083, 'Honeywell', 'Honeywell', 87082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 87084, 87084, 'Omega', 'Omega', 87082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 87085, 87085, 'Omron', 'Omron', 87082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 87086, 87086, 'Watlow', 'Watlow', 87082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50926, 50926, 'Other Temperature Controllers', 'Other-Temperature-Controllers', 87082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 87087, 87087, 'Valves and Flow Controls', 'Valves-and-Flow-Controls', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67000, 67000, 'Wiring for Automation', 'Wiring-for-Automation', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42899, 42899, 'Other Industrial Automation', 'Other-Industrial-Automation', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26225, 26225, 'Motors & Transmissions', 'Motors-and-Transmissions', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42919, 42919, 'Motors', 'Motors', 26225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71400, 71400, 'Less than 0.5 HP', 'Less-than-0-5-HP', 42919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42920, 42920, '0.5 HP - 0.9 HP', '0-5-HP-0-9-HP', 42919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26226, 26226, '1 HP - 5 HP', '1-HP-5-HP', 42919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67008, 67008, '5.1 HP - 10 HP', '5-1-HP-10-HP', 42919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42922, 42922, 'Over 10 HP', 'Over-10-HP', 42919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26227, 26227, 'Power Transmissions', 'Power-Transmissions', 26225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42923, 42923, 'Parts & Accessories', 'Parts-and-Accessories', 26225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11769, 11769, 'Bearings', 'Bearings', 42923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67009, 67009, 'Gears', 'Gears', 42923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42924, 42924, 'Other Parts & Accessories', 'Other-Parts-and-Accessories', 42923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4676, 4676, 'Test Equipment', 'Test-Equipment', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36316, 36316, 'Attenuators', 'Attenuators', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50952, 50952, 'Broadcast Measurement', 'Broadcast-Measurement', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25422, 25422, 'Tube Testers', 'Tube-Testers', 50952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50953, 50953, 'Other Broadcast Measurement', 'Other-Broadcast-Measurement', 50952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25399, 25399, 'Calibrators, Standards', 'Calibrators-Standards', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58272, 58272, 'Card Based (VXI/PXI/PCI)', 'Card-Based-VXI-PXI-PCI', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97136, 97136, 'Cellular Test Equipment', 'Cellular-Test-Equipment', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25401, 25401, 'Counters & Timers', 'Counters-and-Timers', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36314, 36314, 'Data Acquisition, Recorders', 'Data-Acquisition-Recorders', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25402, 25402, 'Data Acquisition Systems', 'Data-Acquisition-Systems', 36314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25416, 25416, 'Recorders & Plotters', 'Recorders-and-Plotters', 36314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97137, 97137, 'Datacom & Telecom Measurement', 'Datacom-and-Telecom-Measurement', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97138, 97138, 'Butt Sets', 'Butt-Sets', 97137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97139, 97139, 'Cable Testers', 'Cable-Testers', 97137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97140, 97140, 'Call & Tone Analyzers', 'Call-and-Tone-Analyzers', 97137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97657, 97657, 'LAN/WAN Analyzers', 'LAN-WAN-Analyzers', 97137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97144, 97144, 'Complete Systems & Mainframes', 'Complete-Systems-and-Mainframes', 97657, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97145, 97145, 'Modules', 'Modules', 97657, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97146, 97146, 'Older Platforms', 'Older-Platforms', 97657, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97142, 97142, 'TDR/OTDR Testers', 'TDR-OTDR-Testers', 97137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97143, 97143, 'Other', 'Other', 97137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50960, 50960, 'Electrical Power Measurement', 'Electrical-Power-Measurement', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50961, 50961, 'Clamp Meters', 'Clamp-Meters', 50960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50962, 50962, 'Electrical Power Analyzers', 'Electrical-Power-Analyzers', 50960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50963, 50963, 'Electrical Power Meters', 'Electrical-Power-Meters', 50960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50964, 50964, 'Other', 'Other', 50960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25413, 25413, 'Frequency Power Meters', 'Frequency-Power-Meters', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50965, 50965, 'Gas Testers', 'Gas-Testers', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25421, 25421, 'Impedance &  LCR (QZ) Meters', 'Impedance-and-LCR-QZ-Meters', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97231, 97231, 'Logic Analyzers', 'Logic-Analyzers', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97186, 97186, 'Complete Systems & Mainframes', 'Complete-Systems-and-Mainframes', 97231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97187, 97187, 'Modules', 'Modules', 97231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97188, 97188, 'Older Platforms', 'Older-Platforms', 97231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40119, 40119, 'Manuals & Books', 'Manuals-and-Books', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40120, 40120, 'Fluke', 'Fluke', 40119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40121, 40121, 'HP, Agilent', 'HP-Agilent', 40119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 40123, 40123, 'Tektronix', 'Tektronix', 40119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25409, 25409, 'Other Test Equipment Manuals', 'Other-Test-Equipment-Manuals', 40119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25410, 25410, 'Meters', 'Meters', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73157, 73157, 'Amp & Voltmeters', 'Amp-and-Voltmeters', 25410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73158, 73158, 'Digital', 'Digital', 73157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73159, 73159, 'Vintage & Tube', 'Vintage-and-Tube', 73157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25411, 25411, 'Other Voltmeters', 'Other-Voltmeters', 73157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73160, 73160, 'Capacitance Meters', 'Capacitance-Meters', 25410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73161, 73161, 'Flow Meters', 'Flow-Meters', 25410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73162, 73162, 'Light & Lux Meters', 'Light-and-Lux-Meters', 25410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58274, 58274, 'Multimeters', 'Multimeters', 25410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58275, 58275, 'Bench', 'Bench', 58274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73163, 73163, 'Clamp', 'Clamp', 58274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58276, 58276, 'Handheld Analog', 'Handheld-Analog', 58274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25412, 25412, 'Handheld Digital', 'Handheld-Digital', 58274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58277, 58277, 'Other Multimeters', 'Other-Multimeters', 58274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58278, 58278, 'Panel Meters', 'Panel-Meters', 25410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73164, 73164, 'Power Meters', 'Power-Meters', 25410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4678, 4678, 'Other Meters', 'Other-Meters', 25410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97658, 97658, 'Network Analyzers', 'Network-Analyzers', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97190, 97190, 'Complete Systems & Mainframes', 'Complete-Systems-and-Mainframes', 97658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97191, 97191, 'Modules', 'Modules', 97658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97192, 97192, 'Older Platforms', 'Older-Platforms', 97658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73165, 73165, 'Optical Test Equipment', 'Optical-Test-Equipment', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104247, 104247, 'Oscilloscopes', 'Oscilloscopes', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36315, 36315, 'Parts, Accessories, Plug-Ins', 'Parts-Accessories-Plug-Ins', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73166, 73166, 'Adapters', 'Adapters', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25392, 25392, 'Amplifiers', 'Amplifiers', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58283, 58283, 'Cables', 'Cables', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73167, 73167, 'Cases', 'Cases', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73168, 73168, 'Connectors', 'Connectors', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25400, 25400, 'Controllers', 'Controllers', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25403, 25403, 'Filters', 'Filters', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50966, 50966, 'Plug-Ins', 'Plug-Ins', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73169, 73169, 'Power Splitters', 'Power-Splitters', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73170, 73170, 'SMA', 'SMA', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25417, 25417, 'Sensors', 'Sensors', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58284, 58284, 'Software', 'Software', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48745, 48745, 'Soldering Tools', 'Soldering-Tools', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25425, 25425, 'Waveguides', 'Waveguides', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25414, 25414, 'Other Parts', 'Other-Parts', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50967, 50967, 'Power Supplies', 'Power-Supplies', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50968, 50968, 'AC Power Supplies', 'AC-Power-Supplies', 50967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####**
INSERT INTO `categories` VALUES
('', '', '', '', 58285, 58285, 'DC Power Supplies', 'DC-Power-Supplies', 50967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58286, 58286, 'Single Output', 'Single-Output', 58285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 32720, 32720, 'Dual Output', 'Dual-Output', 58285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58287, 58287, 'Triple Output', 'Triple-Output', 58285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58288, 58288, 'Other DC Power Supplies', 'Other-DC-Power-Supplies', 58285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50969, 50969, 'Probes', 'Probes', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50970, 50970, 'Logic Analyzer Probes', 'Logic-Analyzer-Probes', 50969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25415, 25415, 'Oscilloscope Probes', 'Oscilloscope-Probes', 50969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50971, 50971, 'Other Probes', 'Other-Probes', 50969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58289, 58289, 'Radiation Testers', 'Radiation-Testers', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73171, 73171, 'Reflectometers', 'Reflectometers', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73172, 73172, 'Satellite and Radar Test', 'Satellite-and-Radar-Test', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97659, 97659, 'Signal Sources, Generators', 'Signal-Sources-Generators', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97196, 97196, 'Function', 'Function', 97659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97197, 97197, 'Pulse', 'Pulse', 97659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97198, 97198, 'Signal', 'Signal', 97659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97199, 97199, 'Sweep', 'Sweep', 97659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97200, 97200, 'Other Signal Generators', 'Other-Signal-Generators', 97659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25423, 25423, 'Sound & Audio Measurement', 'Sound-and-Audio-Measurement', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97201, 97201, 'Spectrum Analyzers', 'Spectrum-Analyzers', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97202, 97202, 'Complete Systems & Mainframes', 'Complete-Systems-and-Mainframes', 97201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97203, 97203, 'Modules', 'Modules', 97201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97204, 97204, 'Older Platforms', 'Older-Platforms', 97201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73173, 73173, 'Television Test Equipment', 'Television-Test-Equipment', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50974, 50974, 'Thermometers', 'Thermometers', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73174, 73174, 'Time Test Equipment', 'Time-Test-Equipment', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1504, 1504, 'Other Test Equipment', 'Other-Test-Equipment', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92078, 92078, 'Other', 'Other', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 52534, 52534, 'Wholesale Lots', 'Wholesale-Lots', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1266, 1266, 'Industrial Supply, MRO', 'Industrial-Supply-MRO', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109471, 109471, 'Adhesives & Sealant', 'Adhesives-and-Sealant', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109472, 109472, 'Caulks & Sealant', 'Caulks-and-Sealant', 109471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109473, 109473, 'Glues & Cements', 'Glues-and-Cements', 109471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109474, 109474, 'Guns & Dispensers', 'Guns-and-Dispensers', 109471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109475, 109475, 'Tapes', 'Tapes', 109471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109476, 109476, 'Other Adhesives', 'Other-Adhesives', 109471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42874, 42874, 'Air Compressors & Generators', 'Air-Compressors-and-Generators', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106436, 106436, 'Air Compressors', 'Air-Compressors', 42874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56990, 56990, 'Compressor Parts & Accessories', 'Compressor-Parts-and-Accessories', 42874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56991, 56991, 'Filters & Lubricators', 'Filters-and-Lubricators', 56990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56992, 56992, 'Gauges', 'Gauges', 56990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56993, 56993, 'Pressure Switches & Valves', 'Pressure-Switches-and-Valves', 56990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56994, 56994, 'Regulators', 'Regulators', 56990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42875, 42875, 'Other Parts & Accessories', 'Other-Parts-and-Accessories', 56990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106437, 106437, 'Generators', 'Generators', 42874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42907, 42907, 'Generator Parts & Accessories', 'Generator-Parts-and-Accessories', 42874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56995, 56995, 'Transfer Switches', 'Transfer-Switches', 42874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109458, 109458, 'Cleaning & Painting', 'Cleaning-and-Painting', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46534, 46534, 'Cleaning Equipment & Supplies', 'Cleaning-Equipment-and-Supplies', 109458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66955, 66955, 'Buffers & Burnishers', 'Buffers-and-Burnishers', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66956, 66956, 'Buffer Pads & Drivers', 'Buffer-Pads-and-Drivers', 66955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46535, 46535, 'Electric Cord Buffers', 'Electric-Cord-Buffers', 66955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66957, 66957, 'Propane Buffers', 'Propane-Buffers', 66955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66958, 66958, 'Other Buffers & Burnishers', 'Other-Buffers-and-Burnishers', 66955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66959, 66959, 'Carpet Cleaning & Care', 'Carpet-Cleaning-and-Care', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109459, 109459, 'Blowers, Air Movers, Dryers', 'Blowers-Air-Movers-Dryers', 66959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42926, 42926, 'Carpet Cleaners', 'Carpet-Cleaners', 66959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53286, 53286, 'Commercial Upright Vacuums', 'Commercial-Upright-Vacuums', 66959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109460, 109460, 'Extractors', 'Extractors', 66959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66960, 66960, 'Hose, Filters and Accessories', 'Hose-Filters-and-Accessories', 66959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66961, 66961, 'Industrial Wet & Dry Vacuums', 'Industrial-Wet-and-Dry-Vacuums', 66959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66962, 66962, 'Other Carpet Cleaning & Care', 'Other-Carpet-Cleaning-and-Care', 66959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66963, 66963, 'Chemicals, Solvents & Soaps', 'Chemicals-Solvents-and-Soaps', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66967, 66967, 'Solvents & Cleaners', 'Solvents-and-Cleaners', 66963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46537, 46537, 'Other Cleaning Supplies', 'Other-Cleaning-Supplies', 66963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66964, 66964, 'Commercial Mops & Buckets', 'Commercial-Mops-and-Buckets', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119100, 119100, 'Pressure Washers & Accessories', 'Pressure-Washers-and-Accessories', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46536, 46536, 'Pressure Washers', 'Pressure-Washers', 119100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119101, 119101, 'Pressure Washer Accessories', 'Pressure-Washer-Accessories', 119100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66965, 66965, 'Receptacles & Containers', 'Receptacles-and-Containers', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109461, 109461, 'Restroom Equipment & Supplies', 'Restroom-Equipment-and-Supplies', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109462, 109462, 'Air Freshners', 'Air-Freshners', 109461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66966, 66966, 'Soap Dispensers', 'Soap-Dispensers', 109461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109789, 109789, 'Toilet Paper Dispensers', 'Toilet-Paper-Dispensers', 109461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109463, 109463, 'Other Restroom  Equipment', 'Other-Restroom-Equipment', 109461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66968, 66968, 'Sweepers & Scrubbers', 'Sweepers-and-Scrubbers', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66969, 66969, 'Rider Sweepers', 'Rider-Sweepers', 66968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53285, 53285, 'Walk Behind Sweepers', 'Walk-Behind-Sweepers', 66968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66970, 66970, 'Other Sweepers', 'Other-Sweepers', 66968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 43015, 43015, 'Other Cleaning Equipment', 'Other-Cleaning-Equipment', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46544, 46544, 'Painting Equipment & Supplies', 'Painting-Equipment-and-Supplies', 109458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109464, 109464, 'Brushes & Rollers', 'Brushes-and-Rollers', 46544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109503, 109503, 'Mixers & Stripers', 'Mixers-and-Stripers', 46544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42927, 42927, 'Paints, Powders & Coatings', 'Paints-Powders-and-Coatings', 46544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71401, 71401, 'Sprayers', 'Sprayers', 46544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26228, 26228, 'Air Sprayers', 'Air-Sprayers', 71401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71402, 71402, 'Airless Sprayers', 'Airless-Sprayers', 71401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71403, 71403, 'Other Sprayers', 'Other-Sprayers', 71401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46545, 46545, 'Other Painting', 'Other-Painting', 46544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25299, 25299, 'Commercial Radios', 'Commercial-Radios', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53106, 53106, 'Accessories', 'Accessories', 25299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53107, 53107, 'Antennas', 'Antennas', 53106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119102, 119102, 'Batteries', 'Batteries', 53106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119103, 119103, 'Kenwood', 'Kenwood', 119102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56985, 56985, 'Motorola', 'Motorola', 119102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119104, 119104, 'Other Batteries', 'Other-Batteries', 119102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109465, 109465, 'Cases', 'Cases', 53106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119105, 119105, 'Chargers', 'Chargers', 53106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119106, 119106, 'GE / Ericsson', 'GE-Ericsson', 119105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56986, 56986, 'Motorola', 'Motorola', 119105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119107, 119107, 'Other Chargers', 'Other-Chargers', 119105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109466, 109466, 'Clips & Holsters', 'Clips-and-Holsters', 53106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109467, 109467, 'Headsets', 'Headsets', 53106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119108, 119108, 'Speakers & Microphones', 'Speakers-and-Microphones', 53106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119109, 119109, 'Kenwood', 'Kenwood', 119108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53108, 53108, 'Motorola', 'Motorola', 119108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119110, 119110, 'Other Speakers', 'Other-Speakers', 119108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25300, 25300, 'Other Radio Accessories', 'Other-Radio-Accessories', 53106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66971, 66971, 'Commercial Pagers', 'Commercial-Pagers', 25299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66972, 66972, 'Intercom Systems', 'Intercom-Systems', 25299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42872, 42872, 'Two-Way Radios', 'Two-Way-Radios', 25299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53109, 53109, 'G.E./Ericsson Radios', 'G-E-Ericsson-Radios', 42872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56987, 56987, 'ICOM Radios', 'ICOM-Radios', 42872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56988, 56988, 'Kenwood Radios', 'Kenwood-Radios', 42872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56989, 56989, 'Midland Radios', 'Midland-Radios', 42872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66973, 66973, 'Motorola', 'Motorola', 42872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109468, 109468, 'Motorola Astro Series', 'Motorola-Astro-Series', 66973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109469, 109469, 'Motorola CDM Series', 'Motorola-CDM-Series', 66973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66974, 66974, 'Motorola HT Series', 'Motorola-HT-Series', 66973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66975, 66975, 'Motorola Maxtrac Series', 'Motorola-Maxtrac-Series', 66973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 4669, 4669, 'Motorola MT, MTS & MTX Series', 'Motorola-MT-MTS-and-MTX-Series', 66973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66976, 66976, 'Motorola Radius Series', 'Motorola-Radius-Series', 66973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109470, 109470, 'Motorola XTS & XTN Series', 'Motorola-XTS-and-XTN-Series', 66973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66977, 66977, 'Other Motorola Series Radios', 'Other-Motorola-Series-Radios', 66973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46539, 46539, 'Other Radios', 'Other-Radios', 42872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 43010, 43010, 'Other Radios & Communication', 'Other-Radios-and-Communication', 25299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42901, 42901, 'Fasteners & Hardware', 'Fasteners-and-Hardware', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42902, 42902, 'Bolts', 'Bolts', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57007, 57007, 'Cable Ties', 'Cable-Ties', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109489, 109489, 'Clamps & Anchors', 'Clamps-and-Anchors', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119111, 119111, 'Magnets', 'Magnets', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119112, 119112, 'Block', 'Block', 119111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53142, 53142, 'Cylinder', 'Cylinder', 119111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 119113, 119113, 'Other Magnets', 'Other-Magnets', 119111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109493, 109493, 'Nails & Staples', 'Nails-and-Staples', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42903, 42903, 'Nuts', 'Nuts', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109490, 109490, 'Plates & Brackets', 'Plates-and-Brackets', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109491, 109491, 'Rivets', 'Rivets', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26217, 26217, 'Screws', 'Screws', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109492, 109492, 'Shock Cords, Bungees', 'Shock-Cords-Bungees', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42904, 42904, 'Washers', 'Washers', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42905, 42905, 'Other Fasteners & Hardware', 'Other-Fasteners-and-Hardware', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97185, 97185, 'Forklifts & Other Lifts', 'Forklifts-and-Other-Lifts', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109504, 109504, 'Forklift Parts, Accessories', 'Forklift-Parts-Accessories', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109505, 109505, 'Batteries & Chargers', 'Batteries-and-Chargers', 109504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109506, 109506, 'Manuals', 'Manuals', 109504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109507, 109507, 'Motors & Pumps', 'Motors-and-Pumps', 109504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109508, 109508, 'Seats & Tires', 'Seats-and-Tires', 109504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56998, 56998, 'Other Parts & Accessories', 'Other-Parts-and-Accessories', 109504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53292, 53292, 'Government & Public Safety', 'Government-and-Public-Safety', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78223, 78223, 'Fire & Rescue', 'Fire-and-Rescue', 53292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109509, 109509, 'Decals & Patches', 'Decals-and-Patches', 78223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78224, 78224, 'Firefighter Flashlights', 'Firefighter-Flashlights', 78223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109510, 109510, 'Firefighter Jackets', 'Firefighter-Jackets', 78223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78225, 78225, 'Firefighter Packs & Bags', 'Firefighter-Packs-and-Bags', 78223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53293, 53293, 'Other Fire & Rescue', 'Other-Fire-and-Rescue', 78223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109511, 109511, 'Police', 'Police', 53292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109512, 109512, 'Duty Belts', 'Duty-Belts', 109511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109513, 109513, 'Gloves', 'Gloves', 109511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109514, 109514, 'Handcuffs', 'Handcuffs', 109511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109515, 109515, 'Holsters', 'Holsters', 109511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53294, 53294, 'Other Police', 'Other-Police', 109511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109516, 109516, 'Traffic Control & Road Safety', 'Traffic-Control-and-Road-Safety', 53292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109517, 109517, 'Lightbars', 'Lightbars', 109516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67225, 67225, 'Other Traffic Control', 'Other-Traffic-Control', 109516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36347, 36347, 'Other', 'Other', 53292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42909, 42909, 'HVAC', 'HVAC', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109477, 109477, 'HVAC Units', 'HVAC-Units', 42909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42910, 42910, 'AC & Refrigeration Units', 'AC-and-Refrigeration-Units', 109477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26218, 26218, 'Heating Units', 'Heating-Units', 109477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53295, 53295, 'HVAC Parts', 'HVAC-Parts', 42909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109478, 109478, 'Controls', 'Controls', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109479, 109479, 'Aerovox', 'Aerovox', 109478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109480, 109480, 'GE', 'GE', 109478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109481, 109481, 'Honeywell', 'Honeywell', 109478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109482, 109482, 'Johnson Controls', 'Johnson-Controls', 109478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109483, 109483, 'Siemens', 'Siemens', 109478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53296, 53296, 'Other HVAC Controls', 'Other-HVAC-Controls', 109478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53297, 53297, 'Fans & Blowers', 'Fans-and-Blowers', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109484, 109484, 'Heat Exchangers', 'Heat-Exchangers', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53299, 53299, 'Motors', 'Motors', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53300, 53300, 'Pumps', 'Pumps', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 64007, 64007, 'Refrigeration', 'Refrigeration', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53301, 53301, 'Sensors', 'Sensors', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53302, 53302, 'Thermostats', 'Thermostats', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109485, 109485, 'Valves', 'Valves', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109486, 109486, 'Asco', 'Asco', 109485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109487, 109487, 'Honeywell', 'Honeywell', 109485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53303, 53303, 'Other Valves', 'Other-Valves', 109485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42911, 42911, 'Other HVAC Parts', 'Other-HVAC-Parts', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66996, 66996, 'HVAC Tools', 'HVAC-Tools', 42909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66997, 66997, 'Electronic Charging Meters', 'Electronic-Charging-Meters', 66996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66998, 66998, 'Gauges', 'Gauges', 66996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53298, 53298, 'Leak Detectors', 'Leak-Detectors', 66996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109488, 109488, 'Recovery Units', 'Recovery-Units', 66996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 66999, 66999, 'Other HVAC Tools', 'Other-HVAC-Tools', 66996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42912, 42912, 'Other HVAC', 'Other-HVAC', 42909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57008, 57008, 'Hydraulics & Pneumatics', 'Hydraulics-and-Pneumatics', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57009, 57009, 'Hose & Reels', 'Hose-and-Reels', 57008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57010, 57010, 'Hydraulic Fittings', 'Hydraulic-Fittings', 57008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109494, 109494, 'Hydraulic Valves', 'Hydraulic-Valves', 57008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109495, 109495, 'Check Valves', 'Check-Valves', 109494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109496, 109496, 'Solenoid Valves', 'Solenoid-Valves', 109494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57011, 57011, 'Other Hydraulic Valves', 'Other-Hydraulic-Valves', 109494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50928, 50928, 'General Pneumatics', 'General-Pneumatics', 57008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109497, 109497, 'Pneumatic Cylinders', 'Pneumatic-Cylinders', 57008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109498, 109498, 'Bimba', 'Bimba', 109497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109499, 109499, 'SMC', 'SMC', 109497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67010, 67010, 'Other Pneumatic Cylinders', 'Other-Pneumatic-Cylinders', 109497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109500, 109500, 'Pneumatic Valves', 'Pneumatic-Valves', 57008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109501, 109501, 'MAC', 'MAC', 109500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109502, 109502, 'SMC', 'SMC', 109500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67011, 67011, 'Other Pneumatic Valves', 'Other-Pneumatic-Valves', 109500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 48718, 48718, 'Other Hydraulics & Pneumatics', 'Other-Hydraulics-and-Pneumatics', 57008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42882, 42882, 'Lighting & Lasers', 'Lighting-and-Lasers', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42883, 42883, 'Bulbs', 'Bulbs', 42882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26219, 26219, 'Fixtures', 'Fixtures', 42882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53141, 53141, 'Industrial Lasers', 'Industrial-Lasers', 42882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42884, 42884, 'Other Lighting', 'Other-Lighting', 42882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26220, 26220, 'Manuals, Books', 'Manuals-Books', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26221, 26221, 'Material Handling', 'Material-Handling', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109538, 109538, 'Carts & Trucks', 'Carts-and-Trucks', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26222, 26222, 'Carts', 'Carts', 109538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97229, 97229, 'Dollies & Hand Trucks', 'Dollies-and-Hand-Trucks', 109538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109539, 109539, 'Manual Lift Trucks', 'Manual-Lift-Trucks', 109538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109540, 109540, 'Pallet Jacks', 'Pallet-Jacks', 109538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109541, 109541, 'Other Carts & Trucks', 'Other-Carts-and-Trucks', 109538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109542, 109542, 'Casters & Wheels', 'Casters-and-Wheels', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109543, 109543, '2', '2', 109542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109544, 109544, '3', '3', 109542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109545, 109545, '4', '4', 109542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121272, 121272, '5', '5', 109542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109546, 109546, '6', '6', 109542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121273, 121273, '8', '8', 109542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109547, 109547, 'Over 8', 'Over-8-', 109542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56997, 56997, 'Other Casters & Wheels', 'Other-Casters-and-Wheels', 109542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42913, 42913, 'Conveyors', 'Conveyors', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109551, 109551, 'Hoists, Winches, Rigging', 'Hoists-Winches-Rigging', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42916, 42916, 'Hoists', 'Hoists', 109551, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109552, 109552, 'Rigging', 'Rigging', 109551, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109553, 109553, 'Winches', 'Winches', 109551, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109548, 109548, 'Ladders, Scaffold, Platforms', 'Ladders-Scaffold-Platforms', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42914, 42914, 'Ladders', 'Ladders', 109548, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109549, 109549, 'Scaffold & Platforms', 'Scaffold-and-Platforms', 109548, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42917, 42917, 'Packaging', 'Packaging', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109550, 109550, 'Bags', 'Bags', 42917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11808, 11808, 'Sealers/Sealing Machines', 'Sealers-Sealing-Machines', 42917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67007, 67007, 'Strapping Machines', 'Strapping-Machines', 42917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42918, 42918, 'Wrap, Paper, Tape', 'Wrap-Paper-Tape', 42917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 43014, 43014, 'Other Packaging', 'Other-Packaging', 42917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57004, 57004, 'Shelving & Storage', 'Shelving-and-Storage', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57005, 57005, 'Bins & Cabinets', 'Bins-and-Cabinets', 57004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57006, 57006, 'Pallets & Pallet Racking', 'Pallets-and-Pallet-Racking', 57004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 56996, 56996, 'Storage Containers', 'Storage-Containers', 57004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26223, 26223, 'Other Shelving & Storage', 'Other-Shelving-and-Storage', 57004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92079, 92079, 'Shipping Containers', 'Shipping-Containers', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26224, 26224, 'Other', 'Other', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31481, 31481, 'Professional Tools', 'Professional-Tools', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109558, 109558, 'Air Tools', 'Air-Tools', 31481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109559, 109559, 'Aircraft & Aviation', 'Aircraft-and-Aviation', 109558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109560, 109560, 'Drills', 'Drills', 109558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109561, 109561, 'Grinders', 'Grinders', 109558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109562, 109562, 'Riveters', 'Riveters', 109558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109563, 109563, 'Wrenches', 'Wrenches', 109558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31482, 31482, 'Other Air Tools', 'Other-Air-Tools', 109558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109564, 109564, 'Hand Tools', 'Hand-Tools', 31481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109565, 109565, 'Sockets & Socket Sets', 'Sockets-and-Socket-Sets', 109564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109566, 109566, 'Wire Strippers & Crimpers', 'Wire-Strippers-and-Crimpers', 109564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31483, 31483, 'Other Hand Tools', 'Other-Hand-Tools', 109564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109554, 109554, 'Industrial Soldering', 'Industrial-Soldering', 31481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109555, 109555, 'Solder', 'Solder', 109554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109556, 109556, 'Soldering Irons & Stations', 'Soldering-Irons-and-Stations', 109554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109557, 109557, 'Soldering Tips', 'Soldering-Tips', 109554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57012, 57012, 'Other Soldering Equipment', 'Other-Soldering-Equipment', 109554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109567, 109567, 'Power Tools', 'Power-Tools', 31481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109568, 109568, 'Grinders', 'Grinders', 109567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109569, 109569, 'Heat Guns', 'Heat-Guns', 109567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31484, 31484, 'Other Power Tools', 'Other-Power-Tools', 109567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41953, 41953, 'Tooling Storage & Cabinets', 'Tooling-Storage-and-Cabinets', 31481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26229, 26229, 'Other Tools', 'Other-Tools', 31481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109619, 109619, 'Pumps & Plumbing', 'Pumps-and-Plumbing', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46546, 46546, 'Plumbing', 'Plumbing', 109619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42933, 42933, 'Fittings', 'Fittings', 46546, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42934, 42934, 'Pipes', 'Pipes', 46546, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53287, 53287, 'Tools', 'Tools', 46546, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42932, 42932, 'Valves', 'Valves', 46546, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 43016, 43016, 'Other Plumbing', 'Other-Plumbing', 46546, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42928, 42928, 'Pumps', 'Pumps', 109619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11773, 11773, 'Hydraulic', 'Hydraulic', 42928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57013, 57013, 'Pump Accessories & Parts', 'Pump-Accessories-and-Parts', 42928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57014, 57014, 'Pump Motors', 'Pump-Motors', 42928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42931, 42931, 'Submersible, Sump', 'Submersible-Sump', 42928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109620, 109620, 'Vacuum', 'Vacuum', 42928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109621, 109621, 'Edwards', 'Edwards', 109620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109622, 109622, 'Gast', 'Gast', 109620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109623, 109623, 'Leybold', 'Leybold', 109620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46548, 46548, 'Other Vacuum Pumps', 'Other-Vacuum-Pumps', 109620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57015, 57015, 'Water, Trash Pumps', 'Water-Trash-Pumps', 42928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46547, 46547, 'Other Pumps', 'Other-Pumps', 42928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11897, 11897, 'Safety & Security', 'Safety-and-Security', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53144, 53144, 'Alarm Systems & Accessories', 'Alarm-Systems-and-Accessories', 11897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53146, 53146, 'Cameras', 'Cameras', 53144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53147, 53147, 'Control Panels & Keypads', 'Control-Panels-and-Keypads', 53144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57016, 57016, 'Motion Detectors', 'Motion-Detectors', 53144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53148, 53148, 'Sirens & Alarms', 'Sirens-and-Alarms', 53144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67012, 67012, 'Systems', 'Systems', 53144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11898, 11898, 'Ademco Alarm Systems', 'Ademco-Alarm-Systems', 67012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67013, 67013, 'DSC Alarm Systems', 'DSC-Alarm-Systems', 67012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67014, 67014, 'Ge/ITI', 'Ge-ITI', 67012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67015, 67015, 'Other Alarm Systems', 'Other-Alarm-Systems', 67012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53145, 53145, 'Other Alarms', 'Other-Alarms', 53144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109612, 109612, 'Emergency & Safety Lights', 'Emergency-and-Safety-Lights', 11897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109613, 109613, 'Exit Signs', 'Exit-Signs', 109612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109614, 109614, 'Strobe & Beacon Lights', 'Strobe-and-Beacon-Lights', 109612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53149, 53149, 'Other Safety Lights', 'Other-Safety-Lights', 109612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57017, 57017, 'Industrial Fire Protection', 'Industrial-Fire-Protection', 11897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109615, 109615, 'Fire Alarms', 'Fire-Alarms', 57017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109616, 109616, 'Edwards', 'Edwards', 109615, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109617, 109617, 'Notifier', 'Notifier', 109615, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109618, 109618, 'Simplex', 'Simplex', 109615, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57018, 57018, 'Other Fire Alarms', 'Other-Fire-Alarms', 109615, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57019, 57019, 'Fire Extinguishers', 'Fire-Extinguishers', 57017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57020, 57020, 'Fire Hoses', 'Fire-Hoses', 57017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57021, 57021, 'Smoke Detectors', 'Smoke-Detectors', 57017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57022, 57022, 'Sprinkler Heads', 'Sprinkler-Heads', 57017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11899, 11899, 'Other Fire Protection', 'Other-Fire-Protection', 57017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67028, 67028, 'Locks, Safes & Locksmith Gear', 'Locks-Safes-and-Locksmith-Gear', 11897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67029, 67029, 'Lock Boxes', 'Lock-Boxes', 67028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109678, 109678, 'Locks', 'Locks', 67028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109679, 109679, 'Padlocks', 'Padlocks', 109678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109680, 109680, 'Safe Locks', 'Safe-Locks', 109678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53150, 53150, 'Other Locks', 'Other-Locks', 109678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67030, 67030, 'Locksmith Equipment', 'Locksmith-Equipment', 67028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11906, 11906, 'Safes', 'Safes', 67028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67031, 67031, 'Other Locksmith', 'Other-Locksmith', 67028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11901, 11901, 'Protective Gear', 'Protective-Gear', 11897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109674, 109674, 'Boots', 'Boots', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53151, 53151, 'Coveralls & Suits', 'Coveralls-and-Suits', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67016, 67016, 'Glasses, Goggles', 'Glasses-Goggles', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11902, 11902, 'Safety Glasses', 'Safety-Glasses', 67016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67017, 67017, 'Safety Goggles', 'Safety-Goggles', 67016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67018, 67018, 'Safety Sunglasses', 'Safety-Sunglasses', 67016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67019, 67019, 'Other Glasses & Goggles', 'Other-Glasses-and-Goggles', 67016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67020, 67020, 'Gloves', 'Gloves', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67021, 67021, 'Cotton', 'Cotton', 67020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109675, 109675, 'Kevlar', 'Kevlar', 67020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11903, 11903, 'Latex', 'Latex', 67020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67022, 67022, 'Leather', 'Leather', 67020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109676, 109676, 'Rubber', 'Rubber', 67020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67023, 67023, 'Other Gloves', 'Other-Gloves', 67020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53152, 53152, 'Hearing Protection', 'Hearing-Protection', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11904, 11904, 'Helmets, Hoods', 'Helmets-Hoods', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67024, 67024, 'Masks & Respirators', 'Masks-and-Respirators', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67025, 67025, 'Disposable Filter Masks', 'Disposable-Filter-Masks', 67024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67026, 67026, 'Mask Replacement Cartridges', 'Mask-Replacement-Cartridges', 67024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11905, 11905, 'Respirator Masks', 'Respirator-Masks', 67024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67027, 67027, 'Other Masks & Respirators', 'Other-Masks-and-Respirators', 67024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53153, 53153, 'Safety Harnesses', 'Safety-Harnesses', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109677, 109677, 'Safety Vests', 'Safety-Vests', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11900, 11900, 'Other Protective Gear', 'Other-Protective-Gear', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53154, 53154, 'Radiation Detectors, Geigers', 'Radiation-Detectors-Geigers', 11897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53288, 53288, 'Safety Signage', 'Safety-Signage', 11897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11896, 11896, 'Other Safety & Security', 'Other-Safety-and-Security', 11897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1267, 1267, 'Other Industrial Supplies', 'Other-Industrial-Supplies', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67032, 67032, 'Industrial, MRO Wholesale Lots', 'Industrial-MRO-Wholesale-Lots', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67033, 67033, 'Bearings', 'Bearings', 67032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67034, 67034, 'Gloves', 'Gloves', 67032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67035, 67035, 'Tools', 'Tools', 67032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31485, 31485, 'Other MRO Wholesale Lots', 'Other-MRO-Wholesale-Lots', 67032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11804, 11804, 'Manufacturing & Metalworking', 'Manufacturing-and-Metalworking', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92080, 92080, 'Manufacturing Equipment', 'Manufacturing-Equipment', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26257, 26257, 'Chemical & Petrochemical', 'Chemical-and-Petrochemical', 92080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45040, 45040, 'Heating & Cooling Equipment', 'Heating-and-Cooling-Equipment', 92080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58572, 58572, 'Material Handling & Processing', 'Material-Handling-and-Processing', 92080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58573, 58573, 'Conveyors', 'Conveyors', 58572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####**
INSERT INTO `categories` VALUES
('', '', '', '', 58574, 58574, 'Fillers', 'Fillers', 58572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45042, 45042, 'Other Material Handling', 'Other-Material-Handling', 58572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92081, 92081, 'Other Manufacturing Equipment', 'Other-Manufacturing-Equipment', 92080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92082, 92082, 'Metalworking Equipment', 'Metalworking-Equipment', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25274, 25274, 'Automatics & Screw Machines', 'Automatics-and-Screw-Machines', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 12579, 12579, 'Drilling & Tapping Machines', 'Drilling-and-Tapping-Machines', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25277, 25277, 'EDM Machines', 'EDM-Machines', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41955, 41955, 'Fabrication Equipment', 'Fabrication-Equipment', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42147, 42147, 'Bending Machines', 'Bending-Machines', 41955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41957, 41957, 'Press Brakes', 'Press-Brakes', 41955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31372, 31372, 'Punch Presses', 'Punch-Presses', 41955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41958, 41958, 'Shears', 'Shears', 41955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25278, 25278, 'Other Fab Equipment', 'Other-Fab-Equipment', 41955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25279, 25279, 'Finishing Machines', 'Finishing-Machines', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45020, 45020, 'Grinding Machines', 'Grinding-Machines', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57030, 57030, 'Cylindrical', 'Cylindrical', 45020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45021, 45021, 'Surface', 'Surface', 45020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45022, 45022, 'Tool & Cutter', 'Tool-and-Cutter', 45020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 12580, 12580, 'Other Grinding Machines', 'Other-Grinding-Machines', 45020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97230, 97230, 'Lathes', 'Lathes', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 12584, 12584, 'Mills', 'Mills', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92083, 92083, 'Other Metalworking Equipment', 'Other-Metalworking-Equipment', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92084, 92084, 'Metalworking Tooling, Supplies', 'Metalworking-Tooling-Supplies', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25257, 25257, 'Cutting Tools, Consumables', 'Cutting-Tools-Consumables', 92084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58193, 58193, 'Abrasives', 'Abrasives', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58194, 58194, 'Belts', 'Belts', 58193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58195, 58195, 'Brushes', 'Brushes', 58193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58196, 58196, 'Cut-Off Wheels', 'Cut-Off-Wheels', 58193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58197, 58197, 'Discs', 'Discs', 58193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25264, 25264, 'Grinding Wheels', 'Grinding-Wheels', 58193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58198, 58198, 'Other Abrasives', 'Other-Abrasives', 58193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58199, 58199, 'Carbide Inserts', 'Carbide-Inserts', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58200, 58200, 'ANC', 'ANC', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58201, 58201, 'Carboloy', 'Carboloy', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58202, 58202, 'Generic', 'Generic', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58203, 58203, 'Ingersoll', 'Ingersoll', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58204, 58204, 'Iscar', 'Iscar', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25258, 25258, 'Kennametal', 'Kennametal', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58206, 58206, 'Mitsubishi', 'Mitsubishi', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58207, 58207, 'Mixed Lots', 'Mixed-Lots', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58208, 58208, 'Sandvik', 'Sandvik', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58209, 58209, 'Sumitomo', 'Sumitomo', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58210, 58210, 'Valenite', 'Valenite', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58211, 58211, 'Other Carbide Inserts', 'Other-Carbide-Inserts', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58212, 58212, 'Ceramic Inserts', 'Ceramic-Inserts', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58213, 58213, 'Drills', 'Drills', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58214, 58214, 'Coolant', 'Coolant', 58213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58215, 58215, 'Extra Length', 'Extra-Length', 58213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25259, 25259, 'Jobber Length', 'Jobber-Length', 58213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58216, 58216, 'Mixed Lots', 'Mixed-Lots', 58213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58217, 58217, 'Screw Machine', 'Screw-Machine', 58213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58218, 58218, 'Solid Carbide', 'Solid-Carbide', 58213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58219, 58219, 'Taper Shank Drills', 'Taper-Shank-Drills', 58213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58220, 58220, 'End Mills', 'End-Mills', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58221, 58221, 'Cobalt Roughing', 'Cobalt-Roughing', 58220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58222, 58222, 'High Speed Steel', 'High-Speed-Steel', 58220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58223, 58223, 'Mixed Lots', 'Mixed-Lots', 58220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58224, 58224, 'Solid Carbide', 'Solid-Carbide', 58220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25260, 25260, 'Other End Mills', 'Other-End-Mills', 58220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25296, 25296, 'Punches & Dies', 'Punches-and-Dies', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25261, 25261, 'Reamers', 'Reamers', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58255, 58255, 'Saws & Blades', 'Saws-and-Blades', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 12586, 12586, 'Horizontal Band', 'Horizontal-Band', 58255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25265, 25265, 'Saw Blades', 'Saw-Blades', 58255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58256, 58256, 'Vertical Band', 'Vertical-Band', 58255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58257, 58257, 'Other Saws', 'Other-Saws', 58255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58225, 58225, 'Taps', 'Taps', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58226, 58226, 'Hand', 'Hand', 58225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58227, 58227, 'Mixed Tap Sets', 'Mixed-Tap-Sets', 58225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58228, 58228, 'Pipe', 'Pipe', 58225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25262, 25262, 'Spiral Pointed', 'Spiral-Pointed', 58225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58229, 58229, 'Other Taps', 'Other-Taps', 58225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41933, 41933, 'Tool Bits', 'Tool-Bits', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 12578, 12578, 'Other Cutting Tools', 'Other-Cutting-Tools', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104234, 104234, 'Equipment Specific Tooling', 'Equipment-Specific-Tooling', 92084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104235, 104235, 'Automatics & Screw', 'Automatics-and-Screw', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104236, 104236, 'Drilling & Tapping', 'Drilling-and-Tapping', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104237, 104237, 'EDM', 'EDM', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104238, 104238, 'Fabrication', 'Fabrication', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104239, 104239, 'Finishing', 'Finishing', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104240, 104240, 'Grinding', 'Grinding', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104241, 104241, 'Lathe', 'Lathe', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104242, 104242, 'Milling', 'Milling', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104243, 104243, 'Saw', 'Saw', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104244, 104244, 'Other', 'Other', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 12582, 12582, 'Inspection & Measurement', 'Inspection-and-Measurement', 92084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25267, 25267, 'Calipers', 'Calipers', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25268, 25268, 'Dial', 'Dial', 25267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25269, 25269, 'Digital', 'Digital', 25267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25270, 25270, 'Vernier', 'Vernier', 25267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25271, 25271, 'CMM Machines & Comparators', 'CMM-Machines-and-Comparators', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41934, 41934, 'Gage Blocks', 'Gage-Blocks', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58236, 58236, 'Indicators', 'Indicators', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25272, 25272, 'Dial', 'Dial', 58236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58237, 58237, 'Digital', 'Digital', 58236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58238, 58238, 'Test', 'Test', 58236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58239, 58239, 'Other Indicators', 'Other-Indicators', 58236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58230, 58230, 'Inspection Gages', 'Inspection-Gages', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20043, 20043, 'Height', 'Height', 58230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58231, 58231, 'Hole', 'Hole', 58230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58232, 58232, 'Radius', 'Radius', 58230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58233, 58233, 'Surface', 'Surface', 58230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58234, 58234, 'Thickness', 'Thickness', 58230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58235, 58235, 'Other Gages', 'Other-Gages', 58230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58240, 58240, 'Magnetic Holders', 'Magnetic-Holders', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41935, 41935, 'Micrometers', 'Micrometers', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41936, 41936, 'Depth', 'Depth', 41935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41937, 41937, 'Inside', 'Inside', 41935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92085, 92085, 'Outside', 'Outside', 41935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41938, 41938, 'Other Micrometers', 'Other-Micrometers', 41935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58245, 58245, 'Rules', 'Rules', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58246, 58246, 'Squares', 'Squares', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58247, 58247, 'Surface Plates', 'Surface-Plates', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58248, 58248, 'Protractors', 'Protractors', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 12581, 12581, 'Other Inspection Equipment', 'Other-Inspection-Equipment', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41949, 41949, 'Manuals, Books & Plans', 'Manuals-Books-and-Plans', 92084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41950, 41950, 'Metal Cutting', 'Metal-Cutting', 41949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42148, 42148, 'Metal Fabrication', 'Metal-Fabrication', 41949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45046, 45046, 'Plans', 'Plans', 41949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41951, 41951, 'Welding', 'Welding', 41949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25281, 25281, 'Other Manuals & Books', 'Other-Manuals-and-Books', 41949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25283, 25283, 'Replacement Parts', 'Replacement-Parts', 92084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111617, 111617, 'Bearings', 'Bearings', 25283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25284, 25284, 'Ball', 'Ball', 111617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111619, 111619, 'Roller', 'Roller', 111617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111618, 111618, 'Other', 'Other', 111617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41941, 41941, 'Circuit Boards', 'Circuit-Boards', 25283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41939, 41939, 'Digital Readouts, DRO', 'Digital-Readouts-DRO', 25283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57023, 57023, 'Gears', 'Gears', 25283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41942, 41942, 'Motors', 'Motors', 25283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25290, 25290, 'Other Replacement Parts', 'Other-Replacement-Parts', 25283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 104245, 104245, 'Toolholding & Workholding', 'Toolholding-and-Workholding', 92084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45017, 45017, 'Toolholding', 'Toolholding', 104245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58250, 58250, 'Arbors & Adapters', 'Arbors-and-Adapters', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58251, 58251, 'Boring Tool Holders', 'Boring-Tool-Holders', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57024, 57024, 'BT Holders', 'BT-Holders', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57025, 57025, 'Bushings', 'Bushings', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45018, 45018, 'CAT Holders', 'CAT-Holders', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41947, 41947, 'Drill Chucks', 'Drill-Chucks', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57026, 57026, 'Extensions', 'Extensions', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41940, 41940, 'Indexable Inserts', 'Indexable-Inserts', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57027, 57027, 'Mandrels', 'Mandrels', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45019, 45019, 'Quick Change', 'Quick-Change', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57028, 57028, 'Spindles', 'Spindles', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25295, 25295, 'Other Toolholding', 'Other-Toolholding', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36344, 36344, 'Workholding', 'Workholding', 104245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57029, 57029, 'Blocks', 'Blocks', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41944, 41944, 'Centers', 'Centers', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25292, 25292, 'Chucks', 'Chucks', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41945, 41945, 'Clamps', 'Clamps', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41946, 41946, 'Collet Chucks', 'Collet-Chucks', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25294, 25294, 'Collets', 'Collets', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109681, 109681, 'Fixtures & Plates', 'Fixtures-and-Plates', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41943, 41943, 'Rotary Tables', 'Rotary-Tables', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25297, 25297, 'Vises', 'Vises', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36345, 36345, 'Other Workholding', 'Other-Workholding', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 633, 633, 'Other Metalworking Supplies', 'Other-Metalworking-Supplies', 92084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31486, 31486, 'Wholesale Lots', 'Wholesale-Lots', 92084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45038, 45038, 'Process Equipment', 'Process-Equipment', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67068, 67068, 'Gas & Fluid Control, Transfer', 'Gas-and-Fluid-Control-Transfer', 45038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67069, 67069, 'Fittings', 'Fittings', 67068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67070, 67070, 'Flow Meters', 'Flow-Meters', 67068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67071, 67071, 'Pressure Control, Switches', 'Pressure-Control-Switches', 67068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45039, 45039, 'Valves', 'Valves', 67068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67072, 67072, 'Other Fluid Control Equipment', 'Other-Fluid-Control-Equipment', 67068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58575, 58575, 'Packaging & Labeling Equipment', 'Packaging-and-Labeling-Equipment', 45038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 78226, 78226, 'Labelers', 'Labelers', 58575, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58576, 58576, 'Sealers', 'Sealers', 58575, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58577, 58577, 'Wrappers', 'Wrappers', 58575, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45041, 45041, 'Other Packaging Equipment', 'Other-Packaging-Equipment', 58575, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36350, 36350, 'Plastics Equipment & Supplies', 'Plastics-Equipment-and-Supplies', 45038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67065, 67065, 'Auxiliary Process Equipment', 'Auxiliary-Process-Equipment', 36350, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67066, 67066, 'Dryers', 'Dryers', 67065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67067, 67067, 'Plastic Granulators', 'Plastic-Granulators', 67065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71420, 71420, 'Plastic Welders & Sealers', 'Plastic-Welders-and-Sealers', 67065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36351, 36351, 'Other Auxiliary Process', 'Other-Auxiliary-Process', 67065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45037, 45037, 'Injection & Blow Molding', 'Injection-and-Blow-Molding', 36350, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61791, 61791, 'Molds & Dies', 'Molds-and-Dies', 36350, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61792, 61792, 'Plastics & Rubber', 'Plastics-and-Rubber', 36350, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61794, 61794, 'Acetyl, Delrin', 'Acetyl-Delrin', 61792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61795, 61795, 'Acrylics, Plexiglass', 'Acrylics-Plexiglass', 61792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61796, 61796, 'Polyethylene, HDPE', 'Polyethylene-HDPE', 61792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61793, 61793, 'Rubber, Neoprene', 'Rubber-Neoprene', 61792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61797, 61797, 'Teflon', 'Teflon', 61792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61798, 61798, 'UHMW', 'UHMW', 61792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 36352, 36352, 'Other Plastics', 'Other-Plastics', 61792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26258, 26258, 'Other Plastics Equipment', 'Other-Plastics-Equipment', 36350, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 98119, 98119, 'Process Mixers', 'Process-Mixers', 45038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11809, 11809, 'Other Process Equipment', 'Other-Process-Equipment', 45038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31488, 31488, 'Metals & Alloys', 'Metals-and-Alloys', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45023, 45023, 'Aluminum', 'Aluminum', 31488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61596, 61596, 'Aluminum Bar - Flat', 'Aluminum-Bar-Flat', 45023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45024, 45024, 'Aluminum Bar - Square', 'Aluminum-Bar-Square', 45023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45025, 45025, 'Aluminum Plate', 'Aluminum-Plate', 45023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61599, 61599, 'Aluminum Round Rod', 'Aluminum-Round-Rod', 45023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61597, 61597, 'Aluminum Sheet', 'Aluminum-Sheet', 45023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61598, 61598, 'Aluminum Tube', 'Aluminum-Tube', 45023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31489, 31489, 'Other Aluminum', 'Other-Aluminum', 45023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61600, 61600, 'Brass', 'Brass', 31488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41961, 41961, 'Brass Bar', 'Brass-Bar', 61600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61601, 61601, 'Brass Rod', 'Brass-Rod', 61600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61602, 61602, 'Brass Sheet', 'Brass-Sheet', 61600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61603, 61603, 'Other Brass', 'Other-Brass', 61600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61604, 61604, 'Bronze', 'Bronze', 31488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58258, 58258, 'Copper', 'Copper', 31488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61605, 61605, 'Magnesium', 'Magnesium', 31488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45026, 45026, 'Steel', 'Steel', 31488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92087, 92087, 'Cold Roll', 'Cold-Roll', 45026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92088, 92088, 'Hot Roll', 'Hot-Roll', 45026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117509, 117509, 'Stainless', 'Stainless', 45026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117510, 117510, 'Bar & Rod', 'Bar-and-Rod', 117509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117511, 117511, 'Sheet & Plate', 'Sheet-and-Plate', 117509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117512, 117512, 'Tube', 'Tube', 117509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92089, 92089, 'Other Stainless', 'Other-Stainless', 117509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61617, 61617, 'Tool Steel', 'Tool-Steel', 45026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31490, 31490, 'Other Steel', 'Other-Steel', 45026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61618, 61618, 'Titanium', 'Titanium', 31488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41963, 41963, 'Bar', 'Bar', 61618, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61619, 61619, 'Plate', 'Plate', 61618, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61620, 61620, 'Sheet', 'Sheet', 61618, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71417, 71417, 'Tube', 'Tube', 61618, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61621, 61621, 'Other Titanium', 'Other-Titanium', 61618, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 29402, 29402, 'Other Metals', 'Other-Metals', 31488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58290, 58290, 'Semiconductor & PCB Equipment', 'Semiconductor-and-PCB-Equipment', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58296, 58296, 'Burn-in Equipment', 'Burn-in-Equipment', 58290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58291, 58291, 'Cleanroom Equipment & Supplies', 'Cleanroom-Equipment-and-Supplies', 58290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58292, 58292, 'Inspection Equipment', 'Inspection-Equipment', 58290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58293, 58293, 'PCB Assembly Equipment', 'PCB-Assembly-Equipment', 58290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45043, 45043, 'Semiconductor Manufacturing', 'Semiconductor-Manufacturing', 58290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45045, 45045, 'Test & Assembly, Back-End', 'Test-and-Assembly-Back-End', 45043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45044, 45044, 'Wafer Processing, Front-End', 'Wafer-Processing-Front-End', 45043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26260, 26260, 'Other', 'Other', 45043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58294, 58294, 'Tool & Machine Components', 'Tool-and-Machine-Components', 58290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58295, 58295, 'Other Semiconductor Equipment', 'Other-Semiconductor-Equipment', 58290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45033, 45033, 'Textile & Apparel Equipment', 'Textile-and-Apparel-Equipment', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67221, 67221, 'Cutting & Finishing Machines', 'Cutting-and-Finishing-Machines', 45033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53232, 53232, 'Die Cutting', 'Die-Cutting', 67221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67222, 67222, 'Shears & Cutters', 'Shears-and-Cutters', 67221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67223, 67223, 'Other Cutting & Finishing', 'Other-Cutting-and-Finishing', 67221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67224, 67224, 'Embroidery Machines', 'Embroidery-Machines', 45033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45034, 45034, 'Machine Parts & Attachments', 'Machine-Parts-and-Attachments', 45033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53233, 53233, 'Supplies', 'Supplies', 45033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67217, 67217, 'Bobbins', 'Bobbins', 53233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45035, 45035, 'Fabric & Yarn', 'Fabric-and-Yarn', 53233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67219, 67219, 'Needles', 'Needles', 53233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53234, 53234, 'Thread, Trim & Findings', 'Thread-Trim-and-Findings', 53233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53235, 53235, 'Other Textile Supplies', 'Other-Textile-Supplies', 53233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26256, 26256, 'Sewing Machines', 'Sewing-Machines', 45033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45036, 45036, 'Other', 'Other', 45033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 34095, 34095, 'Welding Equipment & Supplies', 'Welding-Equipment-and-Supplies', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67044, 67044, 'Helmets & Safety Gear', 'Helmets-and-Safety-Gear', 34095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58260, 58260, 'Welding Aprons', 'Welding-Aprons', 67044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67045, 67045, 'Welding Gloves', 'Welding-Gloves', 67044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67046, 67046, 'Welding Goggles', 'Welding-Goggles', 67044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92090, 92090, 'Welding Helmets', 'Welding-Helmets', 67044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67051, 67051, 'Welding Jackets', 'Welding-Jackets', 67044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67052, 67052, 'Other Safety Gear', 'Other-Safety-Gear', 67044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113743, 113743, 'Welders', 'Welders', 34095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113744, 113744, 'Welding Supplies & Accessories', 'Welding-Supplies-and-Accessories', 34095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67039, 67039, 'Accessories', 'Accessories', 113744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67040, 67040, 'Clamps', 'Clamps', 67039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67041, 67041, 'Electrode Holders', 'Electrode-Holders', 67039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67042, 67042, 'Welding Cable', 'Welding-Cable', 67039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 34096, 34096, 'Other Accessories', 'Other-Accessories', 67039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 45029, 45029, 'Mig Supplies', 'Mig-Supplies', 113744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67053, 67053, 'Mig Carts', 'Mig-Carts', 45029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67054, 67054, 'Mig Guns', 'Mig-Guns', 45029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 34097, 34097, 'Welding Rods, Wire', 'Welding-Rods-Wire', 45029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67055, 67055, 'Other Mig Welding', 'Other-Mig-Welding', 45029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67056, 67056, 'Oxy Acetylene Supplies', 'Oxy-Acetylene-Supplies', 113744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67057, 67057, 'Kits', 'Kits', 67056, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67058, 67058, 'Regulators & Tanks', 'Regulators-and-Tanks', 67056, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67059, 67059, 'Other Oxy Acetylene', 'Other-Oxy-Acetylene', 67056, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67061, 67061, 'Tig Supplies', 'Tig-Supplies', 113744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67062, 67062, 'Tig Torches', 'Tig-Torches', 67061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67063, 67063, 'Tungsten Electrodes', 'Tungsten-Electrodes', 67061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67064, 67064, 'Other Tig Welding', 'Other-Tig-Welding', 67061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11774, 11774, 'Other Supplies & Accessories', 'Other-Supplies-and-Accessories', 113744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42935, 42935, 'Woodworking', 'Woodworking', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57125, 57125, 'Carving Tools & Chisels', 'Carving-Tools-and-Chisels', 42935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 53237, 53237, 'Clamps & Vises', 'Clamps-and-Vises', 42935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57120, 57120, 'Equipment & Machinery', 'Equipment-and-Machinery', 42935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67228, 67228, 'Boring Machines', 'Boring-Machines', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67226, 67226, 'Drill Presses', 'Drill-Presses', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67227, 67227, 'Jointers', 'Jointers', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57121, 57121, 'Lathes', 'Lathes', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67229, 67229, 'Planers - Professional', 'Planers-Professional', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57122, 57122, 'Routers - Professional', 'Routers-Professional', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57123, 57123, 'Sanders - Professional', 'Sanders-Professional', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57124, 57124, 'Saws - Professional', 'Saws-Professional', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11810, 11810, 'Other Equipment & Machinery', 'Other-Equipment-and-Machinery', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67230, 67230, 'Lumber & Veneer', 'Lumber-and-Veneer', 42935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67231, 67231, 'Cherry', 'Cherry', 67230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67232, 67232, 'Maple', 'Maple', 67230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67233, 67233, 'Oak', 'Oak', 67230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67234, 67234, 'Veneer', 'Veneer', 67230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67235, 67235, 'Walnut', 'Walnut', 67230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57126, 57126, 'Mixed Lots', 'Mixed-Lots', 67230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67236, 67236, 'Other Wood & Lumber', 'Other-Wood-and-Lumber', 67230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67237, 67237, 'Manuals & Books', 'Manuals-and-Books', 42935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67238, 67238, 'Woodworking Supplies', 'Woodworking-Supplies', 42935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42937, 42937, 'Blades', 'Blades', 67238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67239, 67239, 'Chisels & Carving Tools', 'Chisels-and-Carving-Tools', 67238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67240, 67240, 'Drill Bits', 'Drill-Bits', 67238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67241, 67241, 'Glue & Epoxy Adhesives', 'Glue-and-Epoxy-Adhesives', 67238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67242, 67242, 'Jigs', 'Jigs', 67238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67243, 67243, 'Router Bits', 'Router-Bits', 67238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67244, 67244, 'Knives', 'Knives', 67238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67245, 67245, 'Other Tooling & Accessories', 'Other-Tooling-and-Accessories', 67238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 42938, 42938, 'Other Woodworking Equipment', 'Other-Woodworking-Equipment', 42935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92150, 92150, 'Other', 'Other', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25298, 25298, 'Office, Printing & Shipping', 'Office-Printing-and-Shipping', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97232, 97232, 'Commercial Printing Essentials', 'Commercial-Printing-Essentials', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97234, 97234, 'Books, Manuals', 'Books-Manuals', 97232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26251, 26251, 'Letter Presses & Die Cutters', 'Letter-Presses-and-Die-Cutters', 97232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46696, 46696, 'Parts, Feeders & Attachments', 'Parts-Feeders-and-Attachments', 97232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 97233, 97233, 'Other Printing Essentials', 'Other-Printing-Essentials', 97232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26247, 26247, 'Commercial Printing Presses', 'Commercial-Printing-Presses', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26249, 26249, 'Sheet-fed Offset Presses', 'Sheet-fed-Offset-Presses', 26247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 73155, 73155, 'Web-fed Offset Presses', 'Web-fed-Offset-Presses', 26247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46697, 46697, 'Other Commercial Presses', 'Other-Commercial-Presses', 26247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25301, 25301, 'Copier Toner & Supplies', 'Copier-Toner-and-Supplies', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67073, 67073, 'Cleaning Kits', 'Cleaning-Kits', 25301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67075, 67075, 'Parts & Accessories', 'Parts-and-Accessories', 25301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67076, 67076, 'Refill Kits', 'Refill-Kits', 25301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41809, 41809, 'Toner', 'Toner', 25301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61651, 61651, 'Brother', 'Brother', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41810, 41810, 'Canon', 'Canon', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71421, 71421, 'Epson', 'Epson', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121279, 121279, 'Gestetner', 'Gestetner', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121280, 121280, 'Hewlett Packard', 'Hewlett-Packard', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121281, 121281, 'Kodak', 'Kodak', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61652, 61652, 'Konica', 'Konica', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61653, 61653, 'Lanier', 'Lanier', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61654, 61654, 'Lexmark', 'Lexmark', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41811, 41811, 'Minolta', 'Minolta', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 71422, 71422, 'Mita', 'Mita', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61655, 61655, 'Panasonic', 'Panasonic', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41812, 41812, 'Ricoh', 'Ricoh', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61656, 61656, 'Savin', 'Savin', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61657, 61657, 'Sharp', 'Sharp', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61658, 61658, 'Toshiba', 'Toshiba', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41813, 41813, 'Xerox', 'Xerox', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 29405, 29405, 'Other Copier Toner', 'Other-Copier-Toner', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67074, 67074, 'Other Copier Toner & Supplies', 'Other-Copier-Toner-and-Supplies', 25301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109684, 109684, 'Copiers', 'Copiers', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11162, 11162, 'DVD-R, CD-R & Blank Media', 'DVD-R-CD-R-and-Blank-Media', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41800, 41800, 'Blank Tapes', 'Blank-Tapes', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67084, 67084, '8mm Tapes', '8mm-Tapes', 41800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67085, 67085, 'DAT Tapes', 'DAT-Tapes', 41800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67086, 67086, 'DDS Tapes', 'DDS-Tapes', 41800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41801, 41801, 'DLT Tapes', 'DLT-Tapes', 41800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67087, 67087, 'LTO Tapes', 'LTO-Tapes', 41800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41802, 41802, 'Travan Tapes', 'Travan-Tapes', 41800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67088, 67088, 'VHS Tapes', 'VHS-Tapes', 41800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11165, 11165, 'Other Blank Tapes', 'Other-Blank-Tapes', 41800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41789, 41789, 'CD-R Disks', 'CD-R-Disks', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61625, 61625, '1 - 49 in Pack', '1-49-in-Pack', 41789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41790, 41790, '50 - 99 in Pack', '50-99-in-Pack', 41789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41791, 41791, '100 - 199 in Pack', '100-199-in-Pack', 41789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46317, 46317, '200 and over in Pack', '200-and-over-in-Pack', 41789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 21890, 21890, 'Other CD-R Disks', 'Other-CD-R-Disks', 41789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61626, 61626, 'CD-RW Disks', 'CD-RW-Disks', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61627, 61627, '1 - 99 in Pack', '1-99-in-Pack', 61626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61628, 61628, '100 and over in Pack', '100-and-over-in-Pack', 61626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 21891, 21891, 'Other CD-RW Disks', 'Other-CD-RW-Disks', 61626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 44927, 44927, 'Cleaning Kits', 'Cleaning-Kits', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41792, 41792, 'DVD-R Disks', 'DVD-R-Disks', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41793, 41793, '1 - 10 in Pack', '1-10-in-Pack', 41792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 44928, 44928, '11 - 20 in Pack', '11-20-in-Pack', 41792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41794, 41794, '21 - 25 in Pack', '21-25-in-Pack', 41792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41795, 41795, '26 - 50 in Pack', '26-50-in-Pack', 41792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41796, 41796, '51 and over in Pack', '51-and-over-in-Pack', 41792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11163, 11163, 'Other DVD-R Disks', 'Other-DVD-R-Disks', 41792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61629, 61629, 'DVD+R Disks', 'DVDR-Disks', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 44929, 44929, '1 - 49 in Pack', '1-49-in-Pack', 61629, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61630, 61630, '50 - 99 in Pack', '50-99-in-Pack', 61629, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61631, 61631, '100 - 199 in Pack', '100-199-in-Pack', 61629, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61632, 61632, '200 and over in Pack', '200-and-over-in-Pack', 61629, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61633, 61633, 'Other DVD+R', 'Other-DVDR', 61629, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67080, 67080, 'DVD+RW Disks', 'DVDRW-Disks', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 44930, 44930, '1 - 25 in Pack', '1-25-in-Pack', 67080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67081, 67081, '26 - 50 in Pack', '26-50-in-Pack', 67080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67082, 67082, '100 and over in Pack', '100-and-over-in-Pack', 67080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67083, 67083, 'Other DVD+RW Disks', 'Other-DVDRW-Disks', 67080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117522, 117522, 'Floppy Disks', 'Floppy-Disks', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117523, 117523, '3.5" Disks', '3-5-Disks', 117522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117524, 117524, '5.25" Disks', '5-25-Disks', 117522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11164, 11164, 'Other Floppy Disks', 'Other-Floppy-Disks', 117522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61634, 61634, 'DVD, CD Packaging', 'DVD-CD-Packaging', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61635, 61635, 'Jewel Cases', 'Jewel-Cases', 61634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61636, 61636, '1 Disk Cases', '1-Disk-Cases', 61635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61637, 61637, '2 Disk Cases', '2-Disk-Cases', 61635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61638, 61638, '3+ Disk Cases', '3-Disk-Cases', 61635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61639, 61639, 'Slim Jewel Cases', 'Slim-Jewel-Cases', 61635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61640, 61640, 'Other Jewel Cases', 'Other-Jewel-Cases', 61635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61641, 61641, 'DVD Boxes', 'DVD-Boxes', 61634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61642, 61642, '1 Disk DVD Boxes', '1-Disk-DVD-Boxes', 61641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61643, 61643, '2 Disk DVD Boxes', '2-Disk-DVD-Boxes', 61641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61644, 61644, '3+ Disk DVD Boxes', '3-Disk-DVD-Boxes', 61641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41799, 41799, 'Paper Sleeves', 'Paper-Sleeves', 61634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109717, 109717, 'Poly Cases', 'Poly-Cases', 61634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109716, 109716, 'Wallets', 'Wallets', 61634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41798, 41798, 'Other DVD & CD Packaging', 'Other-DVD-and-CD-Packaging', 61634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67089, 67089, 'SuperDisks', 'SuperDisks', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11166, 11166, 'Zip & Jaz Disks', 'Zip-and-Jaz-Disks', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11161, 11161, 'Other Blank Media', 'Other-Blank-Media', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25307, 25307, 'Fax Machines & Supplies', 'Fax-Machines-and-Supplies', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 31384, 31384, 'Fax Machines', 'Fax-Machines', 25307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25308, 25308, 'Brother', 'Brother', 31384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61664, 61664, 'Canon', 'Canon', 31384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61665, 61665, 'Hewlett Packard', 'Hewlett-Packard', 31384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25309, 25309, 'Panasonic', 'Panasonic', 31384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67077, 67077, 'Ricoh', 'Ricoh', 31384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25310, 25310, 'Sharp', 'Sharp', 31384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61666, 61666, 'Xerox', 'Xerox', 31384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 3298, 3298, 'Other Fax Machines', 'Other-Fax-Machines', 31384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61667, 61667, 'Fax Toner & Supplies', 'Fax-Toner-and-Supplies', 25307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117519, 117519, 'Fax Manuals & Supplies', 'Fax-Manuals-and-Supplies', 61667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117520, 117520, 'Fax Toner', 'Fax-Toner', 61667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61668, 61668, 'Brother', 'Brother', 117520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61669, 61669, 'Canon', 'Canon', 117520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67078, 67078, 'Hewlett Packard', 'Hewlett-Packard', 117520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61670, 61670, 'Panasonic', 'Panasonic', 117520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67079, 67079, 'Ricoh', 'Ricoh', 117520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61671, 61671, 'Sharp', 'Sharp', 117520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61672, 61672, 'Xerox', 'Xerox', 117520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 29796, 29796, 'Other Fax Toner', 'Other-Fax-Toner', 117520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117521, 117521, 'Other Fax Supplies', 'Other-Fax-Supplies', 61667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61673, 61673, 'Microfilm & Microfiche', 'Microfilm-and-Microfiche', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11828, 11828, 'Office Furniture', 'Office-Furniture', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11829, 11829, 'Bookshelves', 'Bookshelves', 11828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11831, 11831, 'Computer Furniture', 'Computer-Furniture', 11828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61678, 61678, 'Cubicles & Systems Furniture', 'Cubicles-and-Systems-Furniture', 11828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61679, 61679, 'Steelcase', 'Steelcase', 61678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25331, 25331, 'Herman Miller', 'Herman-Miller', 61678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61680, 61680, 'HON', 'HON', 61678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61681, 61681, 'Other Cubicle Systems', 'Other-Cubicle-Systems', 61678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11832, 11832, 'Desks & Tables', 'Desks-and-Tables', 11828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 3299, 3299, 'Filing Cabinets', 'Filing-Cabinets', 11828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61674, 61674, 'Office Chairs & Stools', 'Office-Chairs-and-Stools', 11828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113745, 113745, 'Chairs', 'Chairs', 61674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61675, 61675, 'Fabric', 'Fabric', 113745, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25328, 25328, 'Leather', 'Leather', 113745, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113746, 113746, 'Massaging', 'Massaging', 113745, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113747, 113747, 'Mesh', 'Mesh', 113745, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####**
INSERT INTO `categories` VALUES
('', '', '', '', 61676, 61676, 'Wood', 'Wood', 113745, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61677, 61677, 'Other Office Chairs', 'Other-Office-Chairs', 113745, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113748, 113748, 'Stools', 'Stools', 61674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113749, 113749, 'Other Office Chairs & Stools', 'Other-Office-Chairs-and-Stools', 61674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 3300, 3300, 'Other Office Furniture', 'Other-Office-Furniture', 11828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25319, 25319, 'Presentation, A/V & Projectors', 'Presentation-A-V-and-Projectors', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61770, 61770, 'Dry Erase Boards', 'Dry-Erase-Boards', 25319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25320, 25320, 'Microphones & Speakers', 'Microphones-and-Speakers', 25319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67090, 67090, 'Overhead Projectors', 'Overhead-Projectors', 25319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25322, 25322, '3M', '3M', 67090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67091, 67091, 'Apollo', 'Apollo', 67090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67092, 67092, 'Dukane', 'Dukane', 67090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67093, 67093, 'Elmo', 'Elmo', 67090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67094, 67094, 'Other Projectors', 'Other-Projectors', 67090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58270, 58270, 'Projector Bulbs', 'Projector-Bulbs', 25319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25323, 25323, 'Screens', 'Screens', 25319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 3307, 3307, 'Other Presentation', 'Other-Presentation', 25319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26238, 26238, 'Printing & Graphic Arts', 'Printing-and-Graphic-Arts', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26240, 26240, 'Bindery & Finishing Equipment', 'Bindery-and-Finishing-Equipment', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26243, 26243, 'Binders & Stitchers', 'Binders-and-Stitchers', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57045, 57045, 'Collators & Bookletmakers', 'Collators-and-Bookletmakers', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46692, 46692, 'Folders', 'Folders', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46693, 46693, 'Laminators', 'Laminators', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57050, 57050, 'Numbering Machines', 'Numbering-Machines', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57046, 57046, 'Paper Cutters & Trimmers', 'Paper-Cutters-and-Trimmers', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57047, 57047, 'Electric & Hydraulic', 'Electric-and-Hydraulic', 57046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57048, 57048, 'Guillotine', 'Guillotine', 57046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26241, 26241, 'Rotary', 'Rotary', 57046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57049, 57049, 'Other Paper Cutters', 'Other-Paper-Cutters', 57046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57051, 57051, 'Paper Drills & Punches', 'Paper-Drills-and-Punches', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26242, 26242, 'Paper Joggers', 'Paper-Joggers', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26244, 26244, 'Other Finishing & Binding', 'Other-Finishing-and-Binding', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46698, 46698, 'Direct Mail Equipment', 'Direct-Mail-Equipment', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46694, 46694, 'Ink, Plates & Film', 'Ink-Plates-and-Film', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57053, 57053, 'Blankets', 'Blankets', 46694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57054, 57054, 'Film', 'Film', 46694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50929, 50929, 'Inks & Coatings', 'Inks-and-Coatings', 46694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50930, 50930, 'Offset Inks', 'Offset-Inks', 50929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57055, 57055, 'Riso Inks', 'Riso-Inks', 50929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 92151, 92151, 'Other Inks & Coatings', 'Other-Inks-and-Coatings', 50929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46721, 46721, 'Plates', 'Plates', 46694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46695, 46695, 'Other Ink, Plates & Film', 'Other-Ink-Plates-and-Film', 46694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46722, 46722, 'Plotters, Wide Format Printing', 'Plotters-Wide-Format-Printing', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26245, 26245, 'Cutters- Wide Format', 'Cutters-Wide-Format', 46722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46724, 46724, 'Printers- Wide Format', 'Printers-Wide-Format', 46722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46723, 46723, 'Other Plotters', 'Other-Plotters', 46722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46725, 46725, 'PrePress Equipment', 'PrePress-Equipment', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26246, 26246, 'Imagesetters', 'Imagesetters', 46725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46726, 46726, 'Platemakers', 'Platemakers', 46725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57059, 57059, 'Proofing', 'Proofing', 46725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57056, 57056, 'RIPs', 'RIPs', 46725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57057, 57057, 'Scanners', 'Scanners', 46725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57058, 57058, 'Other PrePress Equipment', 'Other-PrePress-Equipment', 46725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46727, 46727, 'Printing & Graphic Essentials', 'Printing-and-Graphic-Essentials', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46728, 46728, 'Books & Manuals', 'Books-and-Manuals', 46727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46729, 46729, 'Color Control & Evaluation', 'Color-Control-and-Evaluation', 46727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46730, 46730, 'Color Guides & Pantone', 'Color-Guides-and-Pantone', 46729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46731, 46731, 'Densitometers & Other Meters', 'Densitometers-and-Other-Meters', 46729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46732, 46732, 'Other Color Control', 'Other-Color-Control', 46729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117513, 117513, 'Duplicator Supplies', 'Duplicator-Supplies', 46727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46733, 46733, 'General Accessories', 'General-Accessories', 46727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26254, 26254, 'Software, Clipart', 'Software-Clipart', 46727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109688, 109688, 'Type, Cuts & Printing Blocks', 'Type-Cuts-and-Printing-Blocks', 46727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109689, 109689, 'Antique Printing Blocks', 'Antique-Printing-Blocks', 109688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109690, 109690, 'Bookbinding Cuts', 'Bookbinding-Cuts', 109688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109691, 109691, 'Copper & Metal Blocks', 'Copper-and-Metal-Blocks', 109688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109692, 109692, 'Metal on Wood Printer Blocks', 'Metal-on-Wood-Printer-Blocks', 109688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109693, 109693, 'Wood Blocks', 'Wood-Blocks', 109688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46735, 46735, 'Other Types & Printing Blocks', 'Other-Types-and-Printing-Blocks', 109688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46734, 46734, 'Other Graphic Essentials', 'Other-Graphic-Essentials', 46727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46743, 46743, 'Screen & Specialty Printing', 'Screen-and-Specialty-Printing', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46744, 46744, 'Engraving', 'Engraving', 46743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57064, 57064, 'Heat Transfer', 'Heat-Transfer', 46743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26253, 26253, 'Iron on Paper', 'Iron-on-Paper', 57064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57065, 57065, 'Presses', 'Presses', 57064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26248, 26248, 'Transfers', 'Transfers', 57064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57066, 57066, 'Other Heat Transfer', 'Other-Heat-Transfer', 57064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46746, 46746, 'Pad Printing', 'Pad-Printing', 46743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46736, 46736, 'Screen Printing', 'Screen-Printing', 46743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 26252, 26252, 'Equipment', 'Equipment', 46736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46737, 46737, 'Parts, Accessories & Supplies', 'Parts-Accessories-and-Supplies', 46736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46738, 46738, 'Other Screen Printing', 'Other-Screen-Printing', 46736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57060, 57060, 'Stamping & Embossing', 'Stamping-and-Embossing', 46743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46745, 46745, 'Dies & Fonts', 'Dies-and-Fonts', 57060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57061, 57061, 'Machines', 'Machines', 57060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57062, 57062, 'Parts & Accessories', 'Parts-and-Accessories', 57060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 57063, 57063, 'Other Stamping & Embossing', 'Other-Stamping-and-Embossing', 57060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46747, 46747, 'Other Specialty Printing', 'Other-Specialty-Printing', 46743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46739, 46739, 'Sign Making Supplies', 'Sign-Making-Supplies', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117514, 117514, 'Magnetic Sheets & Supplies', 'Magnetic-Sheets-and-Supplies', 46739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46740, 46740, 'Sign Lettering', 'Sign-Lettering', 46739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46741, 46741, 'Vinyl & Sign Film', 'Vinyl-and-Sign-Film', 46739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46742, 46742, 'Other Sign Making Supplies', 'Other-Sign-Making-Supplies', 46739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 3180, 3180, 'Other Printing & Graphics', 'Other-Printing-and-Graphics', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 19273, 19273, 'Shipping & Packing Supplies', 'Shipping-and-Packing-Supplies', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109694, 109694, 'Bags', 'Bags', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109695, 109695, 'Anti-Static Bags', 'Anti-Static-Bags', 109694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109696, 109696, 'Flat Poly Bags', 'Flat-Poly-Bags', 109694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109697, 109697, 'Merchandise Bags', 'Merchandise-Bags', 109694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 46699, 46699, 'Reclosable, Zipper Bags', 'Reclosable-Zipper-Bags', 109694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109698, 109698, 'Other Bags', 'Other-Bags', 109694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109699, 109699, 'Cushioning Wrap', 'Cushioning-Wrap', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109700, 109700, 'Bubble Cushioning Wrap', 'Bubble-Cushioning-Wrap', 109699, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 19274, 19274, 'Small - 3/16', 'Small-3-16-', 109700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109701, 109701, 'Medium - 5/16"', 'Medium-5-16-', 109700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109702, 109702, 'Large - 1/2"', 'Large-1-2-', 109700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109703, 109703, 'Other Bubble Wrap', 'Other-Bubble-Wrap', 109700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109704, 109704, 'Foam Wrap', 'Foam-Wrap', 109699, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109705, 109705, 'Other Cushioning Wrap', 'Other-Cushioning-Wrap', 109699, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 106438, 106438, 'Envelopes', 'Envelopes', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58263, 58263, 'Letter Folders', 'Letter-Folders', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 111650, 111650, 'Mailers', 'Mailers', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109731, 109731, 'Packing Peanuts', 'Packing-Peanuts', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109732, 109732, 'Green - Recycled', 'Green-Recycled', 109731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109733, 109733, 'Pink - Anti Static', 'Pink-Anti-Static', 109731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 19275, 19275, 'White', 'White', 109731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109734, 109734, 'Other Packing Peanuts', 'Other-Packing-Peanuts', 109731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109735, 109735, 'Packing Tape & Dispensers', 'Packing-Tape-and-Dispensers', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 19276, 19276, 'Carton Sealing', 'Carton-Sealing', 109735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109736, 109736, 'Paper & Reinforced', 'Paper-and-Reinforced', 109735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109737, 109737, 'Strapping', 'Strapping', 109735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109738, 109738, 'Packing Tape Dispensers', 'Packing-Tape-Dispensers', 109735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109739, 109739, 'Other Packing Tape', 'Other-Packing-Tape', 109735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58265, 58265, 'Postage Meters, Supplies', 'Postage-Meters-Supplies', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109762, 109762, 'Postage Meters', 'Postage-Meters', 58265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58264, 58264, 'Postage Meter Supplies', 'Postage-Meter-Supplies', 58265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109740, 109740, 'Shipping Boxes', 'Shipping-Boxes', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109741, 109741, 'Brown Corrugated Boxes', 'Brown-Corrugated-Boxes', 109740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 19278, 19278, '4 - 14 Long', '4-14-Long', 109741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109744, 109744, '15" - 20" Long', '15-20-Long', 109741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109745, 109745, '21" - 48" Long', '21-48-Long', 109741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109746, 109746, 'Flat', 'Flat', 109741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109747, 109747, 'Tall', 'Tall', 109741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109748, 109748, 'Other Corrugated Boxes', 'Other-Corrugated-Boxes', 109741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109742, 109742, 'White Corrugated Boxes', 'White-Corrugated-Boxes', 109740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109743, 109743, 'Other Shipping Boxes', 'Other-Shipping-Boxes', 109740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109749, 109749, 'Shipping, Postal Scales', 'Shipping-Postal-Scales', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109750, 109750, 'Digital Scales', 'Digital-Scales', 109749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109751, 109751, 'Under 6 Pound Capacity', 'Under-6-Pound-Capacity', 109750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109752, 109752, '6 - 25 Pound Capacity', '6-25-Pound-Capacity', 109750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50954, 50954, '26 - 50 Pound Capacity', '26-50-Pound-Capacity', 109750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109753, 109753, '51 - 100 Pound Capacity', '51-100-Pound-Capacity', 109750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109754, 109754, 'Over 100 Pound Capacity', 'Over-100-Pound-Capacity', 109750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109755, 109755, 'Mechanical Scales', 'Mechanical-Scales', 109749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109756, 109756, 'Other Shipping Scales', 'Other-Shipping-Scales', 109749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 50955, 50955, 'Shrink Wrap', 'Shrink-Wrap', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 1290, 1290, 'Other Shipping Supplies', 'Other-Shipping-Supplies', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67095, 67095, 'Shredders', 'Shredders', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67096, 67096, 'Confetti Paper Shredders', 'Confetti-Paper-Shredders', 67095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 3304, 3304, 'Cross Cut Paper Shredders', 'Cross-Cut-Paper-Shredders', 67095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 109763, 109763, 'Strip Cut Shredders', 'Strip-Cut-Shredders', 67095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 67097, 67097, 'Other Paper Shredders', 'Other-Paper-Shredders', 67095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58271, 58271, 'Supplies & Small Equipment', 'Supplies-and-Small-Equipment', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 16460, 16460, 'Breakroom, Cleaning Supplies', 'Breakroom-Cleaning-Supplies', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41912, 41912, 'Calendars', 'Calendars', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61751, 61751, 'Desk Calendars', 'Desk-Calendars', 41912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 41913, 41913, 'Wall Calendars', 'Wall-Calendars', 41912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61752, 61752, 'Other Calendars', 'Other-Calendars', 41912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25337, 25337, 'Desk Accessories', 'Desk-Accessories', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25338, 25338, 'Business Card Holders', 'Business-Card-Holders', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61753, 61753, 'Copy & Document Holders', 'Copy-and-Document-Holders', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121282, 121282, 'Desk & Drawer Organizers', 'Desk-and-Drawer-Organizers', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121283, 121283, 'Desk Organizers', 'Desk-Organizers', 121282, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121284, 121284, 'Drawer Organizers', 'Drawer-Organizers', 121282, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25339, 25339, 'Other Desk and Drawer', 'Other-Desk-and-Drawer', 121282, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25340, 25340, 'Desk Sets', 'Desk-Sets', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121285, 121285, 'Pencil Sharpeners', 'Pencil-Sharpeners', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121286, 121286, 'Electric', 'Electric', 121285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 121287, 121287, 'Manual', 'Manual', 121285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25341, 25341, 'Other Pencil Sharpeners', 'Other-Pencil-Sharpeners', 121285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61754, 61754, 'Rolodexes, Business Card Files', 'Rolodexes-Business-Card-Files', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25342, 25342, 'Stamps & Daters', 'Stamps-and-Daters', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113750, 113750, 'Staplers', 'Staplers', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113751, 113751, 'Staplers - Electric', 'Staplers-Electric', 113750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25343, 25343, 'Staplers - Mechanical', 'Staplers-Mechanical', 113750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113752, 113752, 'Other Staplers', 'Other-Staplers', 113750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 113753, 113753, 'Staples', 'Staples', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117014, 117014, 'Sticky Notes', 'Sticky-Notes', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117534, 117534, 'Tape Dispensers', 'Tape-Dispensers', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 3297, 3297, 'Other Desk Accessories', 'Other-Desk-Accessories', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62034, 62034, 'Dictation & Stenography', 'Dictation-and-Stenography', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62045, 62045, 'Dictation Accessories', 'Dictation-Accessories', 62034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62043, 62043, 'Dictation Machines', 'Dictation-Machines', 62034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25324, 25324, 'Dictaphone', 'Dictaphone', 62043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62037, 62037, 'Lanier', 'Lanier', 62043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62038, 62038, 'Olympus', 'Olympus', 62043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62039, 62039, 'Panasonic', 'Panasonic', 62043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62040, 62040, 'Sanyo', 'Sanyo', 62043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62041, 62041, 'Sony', 'Sony', 62043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62042, 62042, 'Other Dictation Machines', 'Other-Dictation-Machines', 62043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62044, 62044, 'Stenographs', 'Stenographs', 62034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62036, 62036, 'Other Dictation', 'Other-Dictation', 62034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25344, 25344, 'Filing, Storage & Binding', 'Filing-Storage-and-Binding', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25345, 25345, 'Binders & Supplies', 'Binders-and-Supplies', 25344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61755, 61755, 'Binding Covers & Spines', 'Binding-Covers-and-Spines', 25344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61756, 61756, 'Binding Machines', 'Binding-Machines', 25344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25346, 25346, 'Files & Supplies', 'Files-and-Supplies', 25344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11834, 11834, 'Other Filing & Binding', 'Other-Filing-and-Binding', 25344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25347, 25347, 'Label Makers & Supplies', 'Label-Makers-and-Supplies', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61757, 61757, 'Label Makers', 'Label-Makers', 25347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61758, 61758, 'Brother', 'Brother', 61757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61759, 61759, 'Casio', 'Casio', 61757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61760, 61760, 'Dymo', 'Dymo', 61757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25348, 25348, 'Other Label Makers', 'Other-Label-Makers', 61757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58261, 58261, 'Label Maker Supplies', 'Label-Maker-Supplies', 25347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 58262, 58262, 'Other Label Makers & Supplies', 'Other-Label-Makers-and-Supplies', 25347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117007, 117007, 'Labels', 'Labels', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117008, 117008, 'Address & Shipping Labels', 'Address-and-Shipping-Labels', 117007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 44931, 44931, 'CD, DVD & Disk Labels', 'CD-DVD-and-Disk-Labels', 117007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117009, 117009, 'Inkjet Labels', 'Inkjet-Labels', 117007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117010, 117010, 'Laser Labels', 'Laser-Labels', 117007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117012, 117012, 'Return Address Labels', 'Return-Address-Labels', 117007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 117013, 117013, 'Thermal Labels', 'Thermal-Labels', 117007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 20163, 20163, 'Other Labels', 'Other-Labels', 117007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61771, 61771, 'Laminating', 'Laminating', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 25317, 25317, 'Machines', 'Machines', 61771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61772, 61772, 'Supplies', 'Supplies', 61771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 61773, 61773, 'Other Laminating', 'Other-Laminating', 61771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 3301, 3301, 'Laser Pointers', 'Laser-Pointers', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62046, 62046, 'Mousepads', 'Mousepads', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62047, 62047, 'Gel & Neoprene', 'Gel-and-Neoprene', 62046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 11192, 11192, 'Animal', 'Animal', 62047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62049, 62049, 'Auto & Motorcycle', 'Auto-and-Motorcycle', 62047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62050, 62050, 'Sports', 'Sports', 62047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''),
('', '', '', '', 62051, 62051, 'Other Gel', 'Other-Gel', 62047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', 