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, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62052, 62052, 'Leather', 'Leather', 62046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62048, 62048, 'Other Mousepads', 'Other-Mousepads', 62046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20160, 20160, 'Paper Products', 'Paper-Products', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20161, 20161, 'Cards & Card Stock', 'Cards-and-Card-Stock', 20160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61766, 61766, 'Copier, Printer & Fax Paper', 'Copier-Printer-and-Fax-Paper', 20160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61767, 61767, 'Epson', 'Epson', 61766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25349, 25349, 'Hewlett Packard', 'Hewlett-Packard', 61766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61768, 61768, 'Kodak', 'Kodak', 61766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61769, 61769, 'Other Paper', 'Other-Paper', 61766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25350, 25350, 'Forms & Record Keeping', 'Forms-and-Record-Keeping', 20160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20164, 20164, 'Note Pads', 'Note-Pads', 20160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92153, 92153, 'Plotter Paper', 'Plotter-Paper', 20160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92154, 92154, 'Stationery', 'Stationery', 20160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3305, 3305, 'Other Paper Products', 'Other-Paper-Products', 20160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25351, 25351, 'Pen & Writing Instruments', 'Pen-and-Writing-Instruments', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61779, 61779, 'Ballpoint Pens', 'Ballpoint-Pens', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61778, 61778, 'Calligraphy & Fountain Pens', 'Calligraphy-and-Fountain-Pens', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61780, 61780, 'Fine Pens, Writing Instruments', 'Fine-Pens-Writing-Instruments', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61781, 61781, 'Cross', 'Cross', 61780, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61782, 61782, 'Mont Blanc', 'Mont-Blanc', 61780, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61783, 61783, 'Parker', 'Parker', 61780, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61784, 61784, 'Other Fine Writing Instruments', 'Other-Fine-Writing-Instruments', 61780, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119128, 119128, 'Highlighters', 'Highlighters', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25353, 25353, 'Markers', 'Markers', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25354, 25354, 'Pencils', 'Pencils', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67107, 67107, 'Refills', 'Refills', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25352, 25352, 'Rollerball Pens', 'Rollerball-Pens', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25355, 25355, 'Sets', 'Sets', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11835, 11835, 'Other Writing', 'Other-Writing', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61774, 61774, 'Planners, Organizers & Refills', 'Planners-Organizers-and-Refills', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117004, 117004, 'Planners & Organizers', 'Planners-and-Organizers', 61774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61775, 61775, 'At - A - Glance', 'At-A-Glance', 117004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61776, 61776, 'Day Runner', 'Day-Runner', 117004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117005, 117005, 'Filofax', 'Filofax', 117004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41914, 41914, 'Franklin Covey', 'Franklin-Covey', 117004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61777, 61777, 'Mead', 'Mead', 117004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3295, 3295, 'Other Planners', 'Other-Planners', 117004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117006, 117006, 'Refills', 'Refills', 61774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117525, 117525, 'Time Clocks & Supplies', 'Time-Clocks-and-Supplies', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117526, 117526, 'Time Clock Supplies', 'Time-Clock-Supplies', 117525, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117527, 117527, 'Time Clocks', 'Time-Clocks', 117525, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117528, 117528, 'Acroprint', 'Acroprint', 117527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117529, 117529, 'Amano', 'Amano', 117527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117530, 117530, 'Kronos', 'Kronos', 117527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117531, 117531, 'Lathem', 'Lathem', 117527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117532, 117532, 'Simplex', 'Simplex', 117527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117533, 117533, 'Other Time Clocks', 'Other-Time-Clocks', 117527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25325, 25325, 'Other Time Clocks & Supplies', 'Other-Time-Clocks-and-Supplies', 117525, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41814, 41814, 'Typewriters & Word Processors', 'Typewriters-and-Word-Processors', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41815, 41815, 'Brother', 'Brother', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41816, 41816, 'IBM', 'IBM', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67098, 67098, 'Olivetti', 'Olivetti', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67099, 67099, 'Olympia', 'Olympia', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67100, 67100, 'Panasonic', 'Panasonic', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67101, 67101, 'Quickpad', 'Quickpad', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67102, 67102, 'Remington', 'Remington', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67103, 67103, 'Royal', 'Royal', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67104, 67104, 'Sharp', 'Sharp', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41817, 41817, 'Smith Corona', 'Smith-Corona', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67105, 67105, 'Typewriter Ribbon & Supplies', 'Typewriter-Ribbon-and-Supplies', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67106, 67106, 'Underwood', 'Underwood', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25326, 25326, 'Other Typewriters', 'Other-Typewriters', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3241, 3241, 'Trade Show Displays', 'Trade-Show-Displays', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71484, 71484, 'Banner Systems, Signage', 'Banner-Systems-Signage', 3241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3242, 3242, 'Pop-Up & Booth Displays', 'Pop-Up-and-Booth-Displays', 3241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71485, 71485, 'Tabletop & Portable Displays', 'Tabletop-and-Portable-Displays', 3241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71486, 71486, 'Trade Show Display Accessories', 'Trade-Show-Display-Accessories', 3241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71487, 71487, 'Literature Stands & Racks', 'Literature-Stands-and-Racks', 71486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71488, 71488, 'Trade Show Counters & Tables', 'Trade-Show-Counters-and-Tables', 71486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71489, 71489, 'Tradeshow Booth Lighting', 'Tradeshow-Booth-Lighting', 71486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71490, 71490, 'Travel & Carrying Cases', 'Travel-and-Carrying-Cases', 71486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55851, 55851, 'Other Display Accessories', 'Other-Display-Accessories', 71486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1304, 1304, 'Other Trade Show Displays', 'Other-Trade-Show-Displays', 3241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 302, 302, 'Other Office Products', 'Other-Office-Products', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67108, 67108, 'Office - Wholesale Lots', 'Office-Wholesale-Lots', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14885, 14885, 'Pencils & Pens', 'Pencils-and-Pens', 67108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67109, 67109, 'Staplers & Staples', 'Staplers-and-Staples', 67108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67110, 67110, 'Tape', 'Tape', 67108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67111, 67111, 'Other Office Wholesale Lots', 'Other-Office-Wholesale-Lots', 67108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26255, 26255, 'Other Industries', 'Other-Industries', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73175, 73175, 'Dry Cleaning, Laundromat', 'Dry-Cleaning-Laundromat', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55852, 55852, 'Coin-op Washers, Dryers', 'Coin-op-Washers-Dryers', 73175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73177, 73177, 'Dry Cleaning Equipment', 'Dry-Cleaning-Equipment', 73175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73178, 73178, 'Other Commercial Cleaning', 'Other-Commercial-Cleaning', 73175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139960, 139960, 'Inventions', 'Inventions', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92152, 92152, 'Mining', 'Mining', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57112, 57112, 'Oil & Gas', 'Oil-and-Gas', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71495, 71495, 'Dispensers & Accessories', 'Dispensers-and-Accessories', 57112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36349, 36349, 'Drilling Equipment', 'Drilling-Equipment', 57112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57113, 57113, 'Supplies', 'Supplies', 57112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57114, 57114, 'Other Oil & Gas', 'Other-Oil-and-Gas', 57112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57115, 57115, 'Power & Utilities', 'Power-and-Utilities', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36353, 36353, 'Belts, Straps, Harnesses', 'Belts-Straps-Harnesses', 57115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57116, 57116, 'Cable Tools & Supplies', 'Cable-Tools-and-Supplies', 57115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71496, 71496, 'Climbing Spikes, Gaffs', 'Climbing-Spikes-Gaffs', 57115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57117, 57117, 'Gas, Water Meters', 'Gas-Water-Meters', 57115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57118, 57118, 'Other', 'Other', 57115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26259, 26259, 'Railroad', 'Railroad', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11759, 11759, 'Websites & Businesses for Sale', 'Websites-and-Businesses-for-Sale', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67214, 67214, 'Advertising Inventory', 'Advertising-Inventory', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50972, 50972, 'Banner Ads, Email, Online', 'Banner-Ads-Email-Online', 67214, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67215, 67215, 'Radio, Television', 'Radio-Television', 67214, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117001, 117001, 'Text Links', 'Text-Links', 67214, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67216, 67216, 'Other Advertising Inventory', 'Other-Advertising-Inventory', 67214, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46685, 46685, 'Home-Based Businesses', 'Home-Based-Businesses', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46686, 46686, 'Internet Businesses, Websites', 'Internet-Businesses-Websites', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117002, 117002, 'Dating', 'Dating', 46686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117515, 117515, 'Ecommerce', 'Ecommerce', 46686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117516, 117516, 'Jewelry', 'Jewelry', 117515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117517, 117517, 'Pet Supplies', 'Pet-Supplies', 117515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117518, 117518, 'Travel', 'Travel', 117515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46687, 46687, 'Other', 'Other', 117515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11763, 11763, 'Entertainment', 'Entertainment', 46686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117003, 117003, 'Hosting', 'Hosting', 46686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46688, 46688, 'Portals, Search', 'Portals-Search', 46686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46689, 46689, 'Other Internet Businesses', 'Other-Internet-Businesses', 46686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11760, 11760, 'Manufacturing', 'Manufacturing', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46690, 46690, 'Marketing', 'Marketing', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50973, 50973, 'Patents, Trademarks', 'Patents-Trademarks', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11761, 11761, 'Retail, General Stores', 'Retail-General-Stores', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11762, 11762, 'Service Businesses', 'Service-Businesses', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46691, 46691, 'Vending, Coin-Op', 'Vending-Coin-Op', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11764, 11764, 'Wholesale Trade & Distribution', 'Wholesale-Trade-and-Distribution', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2992, 2992, 'Other', 'Other', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3258, 3258, 'Wholesale Lots', 'Wholesale-Lots', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26261, 26261, 'Other', 'Other', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 625, 625, 'Cameras & Photo', 'Cameras-and-Photo', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107894, 107894, 'Bags, Cases & Straps', 'Bags-Cases-and-Straps', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83858, 83858, 'For Camcorders', 'For-Camcorders', 107894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83859, 83859, 'Compact Camcorder Case, Bag', 'Compact-Camcorder-Case-Bag', 83858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83861, 83861, 'Pro, Aluminum, Hard Cases', 'Pro-Aluminum-Hard-Cases', 83858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83860, 83860, 'Shoulder Bags', 'Shoulder-Bags', 83858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43432, 43432, 'Other Bags, Cases & Straps', 'Other-Bags-Cases-and-Straps', 83858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50502, 50502, 'For Cameras', 'For-Cameras', 107894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64335, 64335, 'Fitted Camera Cases', 'Fitted-Camera-Cases', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64337, 64337, 'To Fit Canon', 'To-Fit-Canon', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88651, 88651, 'To Fit Casio', 'To-Fit-Casio', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64338, 64338, 'To Fit Fuji', 'To-Fit-Fuji', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88652, 88652, 'To Fit Kodak', 'To-Fit-Kodak', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64339, 64339, 'To Fit Minolta', 'To-Fit-Minolta', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64340, 64340, 'To Fit Nikon', 'To-Fit-Nikon', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64341, 64341, 'To Fit Olympus', 'To-Fit-Olympus', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64342, 64342, 'To Fit Sony', 'To-Fit-Sony', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43442, 43442, 'Other', 'Other', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64336, 64336, 'Generic/Universal Camera Cases', 'Generic-Universal-Camera-Cases', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30049, 30049, 'Lens, Flash Cases', 'Lens-Flash-Cases', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 50503, 50503, 'Memory Card Cases', 'Memory-Card-Cases', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50504, 50504, 'Pouches, Shoulder Bags', 'Pouches-Shoulder-Bags', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50505, 50505, 'Pro, Aluminum, Hard Cases', 'Pro-Aluminum-Hard-Cases', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64343, 64343, 'Straps', 'Straps', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30051, 30051, 'Suitcase-Style Cases', 'Suitcase-Style-Cases', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50507, 50507, 'Other Bags, Cases & Straps', 'Other-Bags-Cases-and-Straps', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28179, 28179, 'Binoculars & Telescopes', 'Binoculars-and-Telescopes', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50536, 50536, 'Binoculars & Monoculars', 'Binoculars-and-Monoculars', 28179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83880, 83880, 'Binoculars', 'Binoculars', 50536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83881, 83881, 'Compact, Pocket-Sized', 'Compact-Pocket-Sized', 83880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83882, 83882, '2x to 5x magnification', '2x-to-5x-magnification', 83881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83883, 83883, '6x to 9x magnification', '6x-to-9x-magnification', 83881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28180, 28180, '10x & more', '10x-and-more', 83881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50537, 50537, 'Digital Camera Binoculars', 'Digital-Camera-Binoculars', 83880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74921, 74921, 'Night Vision', 'Night-Vision', 83880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83884, 83884, 'Standard', 'Standard', 83880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83885, 83885, '2x to 5x magnification', '2x-to-5x-magnification', 83884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83886, 83886, '6x to 9x magnification', '6x-to-9x-magnification', 83884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50538, 50538, '10x & more', '10x-and-more', 83884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50539, 50539, 'Zoom', 'Zoom', 83880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83887, 83887, 'Monoculars', 'Monoculars', 50536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50540, 50540, 'Other Binoculars & Monoculars', 'Other-Binoculars-and-Monoculars', 50536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74922, 74922, 'Eyepieces & Telescope Accs.', 'Eyepieces-and-Telescope-Accs-', 28179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29954, 29954, 'Eyepieces', 'Eyepieces', 74922, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74923, 74923, 'Filters', 'Filters', 74922, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74924, 74924, 'Lenses', 'Lenses', 74922, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74925, 74925, 'Mirrors, Prisms & Holders', 'Mirrors-Prisms-and-Holders', 74922, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74926, 74926, 'Other Telescope Accessories', 'Other-Telescope-Accessories', 74922, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74927, 74927, 'Telescopes', 'Telescopes', 28179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28181, 28181, 'Reflector', 'Reflector', 74927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74928, 74928, 'Refractor', 'Refractor', 74927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74929, 74929, 'Schmidt-Cassegrain', 'Schmidt-Cassegrain', 74927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74930, 74930, 'Other Telescopes', 'Other-Telescopes', 74927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11723, 11723, 'Camcorder Accessories', 'Camcorder-Accessories', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23779, 23779, 'Accessories', 'Accessories', 11723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64320, 64320, 'Accessory Kits', 'Accessory-Kits', 23779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64321, 64321, 'Canon', 'Canon', 64320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64322, 64322, 'Sony', 'Sony', 64320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64323, 64323, 'Other Brands', 'Other-Brands', 64320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74903, 74903, 'Filters', 'Filters', 23779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64328, 64328, 'Kits & Sets', 'Kits-and-Sets', 74903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74904, 74904, 'Polarizing', 'Polarizing', 74903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74905, 74905, 'Special Effects', 'Special-Effects', 74903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74906, 74906, 'UV, Haze & Protection', 'UV-Haze-and-Protection', 74903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74907, 74907, 'Other Filters', 'Other-Filters', 74903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43440, 43440, 'Lights', 'Lights', 23779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83857, 83857, 'Microphones', 'Microphones', 23779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64330, 64330, 'Tripods', 'Tripods', 23779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23780, 23780, 'Other Camcorder Items', 'Other-Camcorder-Items', 23779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48508, 48508, 'Batteries & Chargers', 'Batteries-and-Chargers', 11723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43433, 43433, 'Batteries', 'Batteries', 48508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43434, 43434, 'Canon', 'Canon', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43435, 43435, 'JVC', 'JVC', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43436, 43436, 'Panasonic', 'Panasonic', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67343, 67343, 'RCA', 'RCA', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64331, 64331, 'Samsung', 'Samsung', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43437, 43437, 'Sharp', 'Sharp', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43438, 43438, 'Sony', 'Sony', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67344, 67344, 'Universal, Multi-Brand', 'Universal-Multi-Brand', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15072, 15072, 'Other Brands', 'Other-Brands', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50480, 50480, 'Chargers', 'Chargers', 48508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50481, 50481, 'Canon', 'Canon', 50480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50482, 50482, 'JVC', 'JVC', 50480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50483, 50483, 'Panasonic', 'Panasonic', 50480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50484, 50484, 'Sharp', 'Sharp', 50480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22788, 22788, 'Sony', 'Sony', 50480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50485, 50485, 'Universal, Multi-Brand', 'Universal-Multi-Brand', 50480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50486, 50486, 'Other Brands', 'Other-Brands', 50480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67339, 67339, 'Blank Tapes & Memory', 'Blank-Tapes-and-Memory', 11723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67340, 67340, '8mm, Hi8', '8mm-Hi8', 67339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103403, 103403, 'DVD-R/RW', 'DVD-R-RW', 67339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103404, 103404, 'Mini DV', 'Mini-DV', 67339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103405, 103405, 'JVC', 'JVC', 103404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103406, 103406, 'Panasonic', 'Panasonic', 103404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103407, 103407, 'Sony', 'Sony', 103404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15073, 15073, 'Other', 'Other', 103404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67341, 67341, 'VHS', 'VHS', 67339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67342, 67342, 'Other Cassettes & Tapes', 'Other-Cassettes-and-Tapes', 67339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43439, 43439, 'Cables, Cords & Connectors', 'Cables-Cords-and-Connectors', 11723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64324, 64324, 'Lenses & Accessories', 'Lenses-and-Accessories', 11723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74902, 74902, 'Lenses', 'Lenses', 64324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64325, 64325, 'Canon', 'Canon', 74902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64326, 64326, 'JVC', 'JVC', 74902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73444, 73444, 'Panasonic', 'Panasonic', 74902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64327, 64327, 'Sony', 'Sony', 74902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29964, 29964, 'Other Brands', 'Other-Brands', 74902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64329, 64329, 'Lens Accessories', 'Lens-Accessories', 64324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23781, 23781, 'Camcorders', 'Camcorders', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48510, 48510, '8mm, Hi8, VHS', '8mm-Hi8-VHS', 23781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15074, 15074, '8mm', '8mm', 48510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15075, 15075, 'Hi8', 'Hi8', 48510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22787, 22787, 'VHS & VHS-C', 'VHS-and-VHS-C', 48510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3315, 3315, 'S-VHS & S-VHS-C', 'S-VHS-and-S-VHS-C', 48510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48512, 48512, 'Digital 8', 'Digital-8', 23781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64332, 64332, 'DVD', 'DVD', 23781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 148487, 148487, 'HDD', 'HDD', 23781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 122611, 122611, 'HDV', 'HDV', 23781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50487, 50487, 'MicroMV', 'MicroMV', 23781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48513, 48513, 'MiniDV', 'MiniDV', 23781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20330, 20330, 'Canon', 'Canon', 48513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20331, 20331, 'JVC', 'JVC', 48513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20332, 20332, 'Panasonic', 'Panasonic', 48513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64333, 64333, 'Samsung', 'Samsung', 48513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64334, 64334, 'Sharp', 'Sharp', 48513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20333, 20333, 'Sony', 'Sony', 48513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11724, 11724, 'Other Camcorder Brands', 'Other-Camcorder-Brands', 48513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48514, 48514, 'Other Digital Formats', 'Other-Digital-Formats', 23781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3327, 3327, 'Digital Camera Accessories', 'Digital-Camera-Accessories', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18866, 18866, 'Accessories', 'Accessories', 3327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50488, 50488, 'Accessory Kits', 'Accessory-Kits', 18866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50489, 50489, 'Canon', 'Canon', 50488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50490, 50490, 'Fuji', 'Fuji', 50488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50491, 50491, 'Minolta', 'Minolta', 50488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50492, 50492, 'Nikon', 'Nikon', 50488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50493, 50493, 'Olympus', 'Olympus', 50488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29994, 29994, 'Sony', 'Sony', 50488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50494, 50494, 'Other Brands', 'Other-Brands', 50488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50495, 50495, 'AC, DC Power Adapters', 'AC-DC-Power-Adapters', 18866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50496, 50496, 'Canon', 'Canon', 50495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50497, 50497, 'Fuji', 'Fuji', 50495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50498, 50498, 'HP, Minolta, Casio', 'HP-Minolta-Casio', 50495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50499, 50499, 'Nikon', 'Nikon', 50495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50500, 50500, 'Olympus', 'Olympus', 50495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29996, 29996, 'Sony', 'Sony', 50495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50501, 50501, 'Other Brands', 'Other-Brands', 50495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64344, 64344, 'Camera & Printer Docks', 'Camera-and-Printer-Docks', 18866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50508, 50508, 'LCD Hood, Screen', 'LCD-Hood-Screen', 18866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64345, 64345, 'Remote Controls', 'Remote-Controls', 18866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50506, 50506, 'Underwater Housings', 'Underwater-Housings', 18866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15215, 15215, 'Other Accessories', 'Other-Accessories', 18866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48522, 48522, 'Batteries & Chargers', 'Batteries-and-Chargers', 3327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43444, 43444, 'Batteries', 'Batteries', 48522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43445, 43445, 'AA', 'AA', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64346, 64346, 'AAA', 'AAA', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48516, 48516, 'Canon', 'Canon', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64347, 64347, 'Casio', 'Casio', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48517, 48517, 'Fuji', 'Fuji', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48518, 48518, 'Kodak', 'Kodak', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50509, 50509, 'Minolta', 'Minolta', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48519, 48519, 'Nikon', 'Nikon', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48520, 48520, 'Olympus', 'Olympus', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64348, 64348, 'Pentax', 'Pentax', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48521, 48521, 'Sony', 'Sony', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43447, 43447, 'Other Brands', 'Other-Brands', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50510, 50510, 'Chargers', 'Chargers', 48522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50511, 50511, 'AA', 'AA', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64349, 64349, 'AAA', 'AAA', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50512, 50512, 'Canon', 'Canon', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50513, 50513, 'Fuji', 'Fuji', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50514, 50514, 'Kodak', 'Kodak', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50515, 50515, 'Minolta', 'Minolta', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50516, 50516, 'Nikon', 'Nikon', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50517, 50517, 'Olympus', 'Olympus', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29995, 29995, 'Sony', 'Sony', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50518, 50518, 'Other Brands', 'Other-Brands', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88653, 88653, 'Cables, Cords & Connectors', 'Cables-Cords-and-Connectors', 3327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88654, 88654, 'Audio/Video Cables', 'Audio-Video-Cables', 88653, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88655, 88655, 'Serial Cables', 'Serial-Cables', 88653, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88656, 88656, 'USB Cables', 'USB-Cables', 88653, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88657, 88657, 'Camera Cable for Canon', 'Camera-Cable-for-Canon', 88656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88658, 88658, 'Camera Cable for Fuji', 'Camera-Cable-for-Fuji', 88656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88659, 88659, 'Camera Cable for HP', 'Camera-Cable-for-HP', 88656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88660, 88660, 'Camera Cable for Kodak', 'Camera-Cable-for-Kodak', 88656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88661, 88661, 'Camera Cable for Minolta', 'Camera-Cable-for-Minolta', 88656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88662, 88662, 'Camera Cable for Nikon', 'Camera-Cable-for-Nikon', 88656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88663, 88663, 'Camera Cable for Olympus', 'Camera-Cable-for-Olympus', 88656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88664, 88664, 'For Other Brands', 'For-Other-Brands', 88656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43443, 43443, 'Other', 'Other', 88653, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150043, 150043, 'Digital Photo Frames', 'Digital-Photo-Frames', 3327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18867, 18867, 'Memory Cards', 'Memory-Cards', 3327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43462, 43462, 'CompactFlash', 'CompactFlash', 18867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43463, 43463, '32MB & Less', '32MB-and-Less', 43462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43464, 43464, '64MB', '64MB', 43462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43465, 43465, '128MB', '128MB', 43462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43466, 43466, '256MB', '256MB', 43462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43467, 43467, '512MB', '512MB', 43462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48526, 48526, '1GB', '1GB', 43462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 122612, 122612, '2GB & More', '2GB-and-More', 43462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50519, 50519, 'CompactFlash II, Microdrives', 'CompactFlash-II-Microdrives', 18867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50520, 50520, 'MultiMedia', 'MultiMedia', 18867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43476, 43476, '128MB & Less', '128MB-and-Less', 50520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50521, 50521, '256MB & More', '256MB-and-More', 50520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50522, 50522, 'Secure Digital', 'Secure-Digital', 18867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50523, 50523, '64MB & Less', '64MB-and-Less', 50522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50524, 50524, '128MB', '128MB', 50522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50525, 50525, '256MB', '256MB', 50522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103408, 103408, '512MB', '512MB', 50522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103409, 103409, '1GB', '1GB', 50522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 122613, 122613, '2GB & More', '2GB-and-More', 50522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43468, 43468, 'SmartMedia', 'SmartMedia', 18867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43469, 43469, '16MB', '16MB', 43468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43470, 43470, '32MB', '32MB', 43468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43471, 43471, '64MB', '64MB', 43468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43472, 43472, '128MB', '128MB', 43468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43473, 43473, 'Sony Memory Stick', 'Sony-Memory-Stick', 18867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43474, 43474, '64MB & Less', '64MB-and-Less', 43473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43475, 43475, '128MB', '128MB', 43473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48527, 48527, '256MB', '256MB', 43473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103410, 103410, '512MB', '512MB', 43473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 122614, 122614, '1GB', '1GB', 43473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 122615, 122615, '2GB & More', '2GB-and-More', 43473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83862, 83862, 'xD Picture Card', 'xD-Picture-Card', 18867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83863, 83863, '128MB & Less', '128MB-and-Less', 83862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43477, 43477, '256MB & More', '256MB-and-More', 83862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18871, 18871, 'Other Memory', 'Other-Memory', 18867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43448, 43448, 'Memory Card Adapters & Readers', 'Memory-Card-Adapters-and-Readers', 3327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43449, 43449, 'For CompactFlash', 'For-CompactFlash', 43448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50526, 50526, 'For Multimedia, Secure Digital', 'For-Multimedia-Secure-Digital', 43448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83864, 83864, 'For Multiple Formats', 'For-Multiple-Formats', 43448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83865, 83865, '4 in 1', '4-in-1', 83864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83866, 83866, '5 in 1', '5-in-1', 83864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83867, 83867, '6 in 1', '6-in-1', 83864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83868, 83868, '7 in 1', '7-in-1', 83864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83869, 83869, '9 in 1', '9-in-1', 83864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83870, 83870, '12 in 1', '12-in-1', 83864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43450, 43450, 'Other Multiple Format Readers', 'Other-Multiple-Format-Readers', 83864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43451, 43451, 'For SmartMedia', 'For-SmartMedia', 43448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43452, 43452, 'For Sony Memory Stick', 'For-Sony-Memory-Stick', 43448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48546, 48546, 'For xD Picture Card', 'For-xD-Picture-Card', 43448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48545, 48545, 'PCMCIA Adapters', 'PCMCIA-Adapters', 43448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18872, 18872, 'Other Memory Card Readers', 'Other-Memory-Card-Readers', 43448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29997, 29997, 'Digital Cameras', 'Digital-Cameras', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29998, 29998, 'Point & Shoot', 'Point-and-Shoot', 29997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29999, 29999, 'Less than 2.0 Megapixels', 'Less-than-2-0-Megapixels', 29998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48529, 48529, 'Canon', 'Canon', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48530, 48530, 'Fujifilm', 'Fujifilm', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48531, 48531, 'Hewlett-Packard', 'Hewlett-Packard', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3336, 3336, 'Kodak', 'Kodak', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3338, 3338, 'Olympus', 'Olympus', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48532, 48532, 'Polaroid', 'Polaroid', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3339, 3339, 'Sony', 'Sony', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30151, 30151, 'Vivitar', 'Vivitar', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1085, 1085, 'Other', 'Other', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30000, 30000, '2.0 to 2.9 Megapixels', '2-0-to-2-9-Megapixels', 29998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3335, 3335, 'Canon', 'Canon', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3337, 3337, 'Fujifilm', 'Fujifilm', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15227, 15227, 'Hewlett-Packard', 'Hewlett-Packard', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30001, 30001, 'Kodak', 'Kodak', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30002, 30002, 'Minolta', 'Minolta', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11070, 11070, 'Nikon', 'Nikon', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30003, 30003, 'Olympus', 'Olympus', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50527, 50527, 'Panasonic', 'Panasonic', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30004, 30004, 'Sony', 'Sony', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50528, 50528, 'Toshiba', 'Toshiba', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30005, 30005, 'Other', 'Other', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30006, 30006, '3.0 to 3.9 Megapixels', '3-0-to-3-9-Megapixels', 29998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46315, 46315, 'Canon', 'Canon', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48533, 48533, 'Casio', 'Casio', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48534, 48534, 'Fujifilm', 'Fujifilm', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50529, 50529, 'Hewlett-Packard', 'Hewlett-Packard', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30007, 30007, 'Kodak', 'Kodak', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30008, 30008, 'Minolta', 'Minolta', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30009, 30009, 'Nikon', 'Nikon', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30010, 30010, 'Olympus', 'Olympus', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48535, 48535, 'Pentax', 'Pentax', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30011, 30011, 'Sony', 'Sony', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48536, 48536, 'Toshiba', 'Toshiba', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30012, 30012, 'Other', 'Other', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30013, 30013, '4.0 to 4.9 Megapixels', '4-0-to-4-9-Megapixels', 29998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30014, 30014, 'Canon', 'Canon', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64351, 64351, 'Casio', 'Casio', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50530, 50530, 'Fujifilm', 'Fujifilm', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107889, 107889, 'HP', 'HP', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30015, 30015, 'Kodak', 'Kodak', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48537, 48537, 'Minolta', 'Minolta', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46316, 46316, 'Nikon', 'Nikon', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30016, 30016, 'Olympus', 'Olympus', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50531, 50531, 'Pentax', 'Pentax', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30017, 30017, 'Sony', 'Sony', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30018, 30018, 'Other', 'Other', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48538, 48538, '5.0 to 5.9 Megapixels', '5-0-to-5-9-Megapixels', 29998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48539, 48539, 'Canon', 'Canon', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50532, 50532, 'Fujifilm', 'Fujifilm', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107890, 107890, 'HP', 'HP', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114272, 114272, 'Kodak', 'Kodak', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48540, 48540, 'Minolta', 'Minolta', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48541, 48541, 'Nikon', 'Nikon', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48542, 48542, 'Olympus', 'Olympus', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114273, 114273, 'Panasonic', 'Panasonic', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50533, 50533, 'Pentax', 'Pentax', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107891, 107891, 'Sony', 'Sony', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107892, 107892, 'Cyber-Shot', 'Cyber-Shot', 107891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107893, 107893, 'Mavica', 'Mavica', 107891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48543, 48543, 'Other', 'Other', 107891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30019, 30019, 'Other', 'Other', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107895, 107895, '6.0 to 6.9 Megapixels', '6-0-to-6-9-Megapixels', 29998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107896, 107896, 'Canon', 'Canon', 107895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107897, 107897, 'Olympus', 'Olympus', 107895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107898, 107898, 'Other', 'Other', 107895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107899, 107899, '7.0 to 7.9 Megapixels', '7-0-to-7-9-Megapixels', 29998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107900, 107900, 'Canon', 'Canon', 107899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107901, 107901, 'Nikon', 'Nikon', 107899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107902, 107902, 'Olympus', 'Olympus', 107899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107903, 107903, 'Sony', 'Sony', 107899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107904, 107904, 'Other', 'Other', 107899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146253, 146253, '8.0 Megapixels & More', '8-0-Megapixels-and-More', 29998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146254, 146254, 'Canon', 'Canon', 146253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146255, 146255, 'Casio', 'Casio', 146253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146256, 146256, 'Nikon', 'Nikon', 146253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146257, 146257, 'Sony', 'Sony', 146253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146258, 146258, 'Other', 'Other', 146253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43453, 43453, 'Digital SLR', 'Digital-SLR', 29997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107905, 107905, 'Canon', 'Canon', 43453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107906, 107906, 'EOS 10D', 'EOS-10D', 107905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107907, 107907, 'EOS 20D', 'EOS-20D', 107905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107908, 107908, 'EOS Digital Rebel', 'EOS-Digital-Rebel', 107905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107909, 107909, 'EOS Digital Rebel XT', 'EOS-Digital-Rebel-XT', 107905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147173, 147173, 'EOS Digital Rebel XTi', 'EOS-Digital-Rebel-XTi', 107905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43454, 43454, 'Other', 'Other', 107905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43455, 43455, 'Fujifilm', 'Fujifilm', 43453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107910, 107910, 'Minolta', 'Minolta', 43453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107911, 107911, 'Nikon', 'Nikon', 43453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150130, 150130, 'D40', 'D40', 107911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 122616, 122616, 'D50', 'D50', 107911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107912, 107912, 'D70s', 'D70s', 107911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147174, 147174, 'D80', 'D80', 107911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107913, 107913, 'D100', 'D100', 107911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150131, 150131, 'D200', 'D200', 107911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43456, 43456, 'Other', 'Other', 107911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43457, 43457, 'Olympus', 'Olympus', 43453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72403, 72403, 'Sony', 'Sony', 43453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30020, 30020, 'Other Digital SLR', 'Other-Digital-SLR', 43453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43458, 43458, 'Specialty Digital Cameras', 'Specialty-Digital-Cameras', 29997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43459, 43459, '2, 3, 4 and 5 in 1 Cameras', '2-3-4-and-5-in-1-Cameras', 43458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48544, 48544, 'Mini Cameras', 'Mini-Cameras', 43458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43461, 43461, 'Pen, PC Cameras', 'Pen-PC-Cameras', 43458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103411, 103411, 'Spy Cameras', 'Spy-Cameras', 43458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103412, 103412, 'Webcams', 'Webcams', 43458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50534, 50534, 'Other', 'Other', 43458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64352, 64352, 'Parts & Repair', 'Parts-and-Repair', 29997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31388, 31388, 'Other Digital Cameras', 'Other-Digital-Cameras', 29997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4201, 4201, 'Film', 'Film', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151720, 151720, '16MM', '16MM', 4201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74916, 74916, '35MM', '35MM', 4201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74917, 74917, 'Black & White', 'Black-and-White', 74916, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74918, 74918, 'Color', 'Color', 74916, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74919, 74919, '100 Speed', '100-Speed', 74918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74920, 74920, '200 Speed', '200-Speed', 74918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4202, 4202, '400 Speed', '400-Speed', 74918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4203, 4203, 'APS', 'APS', 4201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4204, 4204, 'Medium, Large Format', 'Medium-Large-Format', 4201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3348, 3348, 'Polaroid & Instant Print', 'Polaroid-and-Instant-Print', 4201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4200, 4200, 'Processing & Other', 'Processing-and-Other', 4201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43478, 43478, 'Film Camera Accessories', 'Film-Camera-Accessories', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30055, 30055, 'Cables, Cords & Connectors', 'Cables-Cords-and-Connectors', 43478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15203, 15203, 'Camera Body Accessories', 'Camera-Body-Accessories', 43478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29965, 29965, 'For 35mm Rangefinder', 'For-35mm-Rangefinder', 15203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29966, 29966, 'For 35mm SLR', 'For-35mm-SLR', 15203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29967, 29967, 'Battery Packs, Power & Grips', 'Battery-Packs-Power-and-Grips', 29966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29968, 29968, 'Finders & Eye Cups', 'Finders-and-Eye-Cups', 29966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29969, 29969, 'Focusing Screens', 'Focusing-Screens', 29966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29970, 29970, 'Motor Drives & Winders', 'Motor-Drives-and-Winders', 29966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29971, 29971, 'Other 35mm SLR Items', 'Other-35mm-SLR-Items', 29966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29972, 29972, 'For Medium Format', 'For-Medium-Format', 15203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29973, 29973, 'Film Backs & Holders', 'Film-Backs-and-Holders', 29972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29974, 29974, 'Grips, Motor Drives & Winders', 'Grips-Motor-Drives-and-Winders', 29972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29975, 29975, 'Finders & Eye Cups', 'Finders-and-Eye-Cups', 29972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29976, 29976, 'Focusing Screens & Prisms', 'Focusing-Screens-and-Prisms', 29972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29977, 29977, 'Other Medium Format Items', 'Other-Medium-Format-Items', 29972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29978, 29978, 'For Large Format', 'For-Large-Format', 15203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29979, 29979, 'Film Backs & Holders', 'Film-Backs-and-Holders', 29978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29980, 29980, 'Lensboards, Rails, Standards', 'Lensboards-Rails-Standards', 29978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29981, 29981, 'Other Large Format Items', 'Other-Large-Format-Items', 29978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30057, 30057, 'Remotes & Wireless', 'Remotes-and-Wireless', 43478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43479, 43479, 'Other Film & Movie Accessories', 'Other-Film-and-Movie-Accessories', 43478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15230, 15230, 'Film Cameras', 'Film-Cameras', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3322, 3322, '35mm Point & Shoot', '35mm-Point-and-Shoot', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3328, 3328, 'Canon', 'Canon', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4789, 4789, 'Contax/Yashica', 'Contax-Yashica', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15231, 15231, 'Fujifilm', 'Fujifilm', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15232, 15232, 'Kodak', 'Kodak', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3330, 3330, 'Leica', 'Leica', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3331, 3331, 'Minolta', 'Minolta', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3332, 3332, 'Nikon', 'Nikon', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3333, 3333, 'Olympus', 'Olympus', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3334, 3334, 'Pentax', 'Pentax', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83871, 83871, 'Ricoh', 'Ricoh', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83872, 83872, 'Samsung', 'Samsung', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15233, 15233, 'Vivitar', 'Vivitar', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 626, 626, 'Other 35mm Point & Shoot', 'Other-35mm-Point-and-Shoot', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30026, 30026, '35mm Rangefinder', '35mm-Rangefinder', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30027, 30027, 'Canon', 'Canon', 30026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30028, 30028, 'Contax/Yashica', 'Contax-Yashica', 30026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107914, 107914, 'Kiev', 'Kiev', 30026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30030, 30030, 'Leica', 'Leica', 30026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107915, 107915, 'Voigtlander', 'Voigtlander', 30026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15234, 15234, 'Other 35mm Rangefinder', 'Other-35mm-Rangefinder', 30026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15303, 15303, '35mm SLR', '35mm-SLR', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30032, 30032, 'Canon', 'Canon', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107916, 107916, 'EOS-3', 'EOS-3', 30032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107917, 107917, 'EOS ELAN', 'EOS-ELAN', 30032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107918, 107918, 'EOS Rebel', 'EOS-Rebel', 30032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107919, 107919, 'Other', 'Other', 30032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48550, 48550, 'Contax/Yashica', 'Contax-Yashica', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15236, 15236, 'Konica', 'Konica', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73445, 73445, 'Leica', 'Leica', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43482, 43482, 'Minolta', 'Minolta', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43493, 43493, 'SLR Maxxum', 'SLR-Maxxum', 43482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43486, 43486, 'SLR X-Series', 'SLR-X-Series', 43482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15237, 15237, 'Other', 'Other', 43482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30034, 30034, 'Nikon', 'Nikon', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107920, 107920, 'F5', 'F5', 30034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107921, 107921, 'F100', 'F100', 30034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107922, 107922, 'N65', 'N65', 30034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107923, 107923, 'N75', 'N75', 30034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107924, 107924, 'N80', 'N80', 30034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107925, 107925, 'Other', 'Other', 30034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15239, 15239, 'Olympus', 'Olympus', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15240, 15240, 'Pentax', 'Pentax', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73446, 73446, 'Ricoh', 'Ricoh', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73447, 73447, 'Zeiss', 'Zeiss', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73448, 73448, 'Zenit', 'Zenit', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15241, 15241, 'Other 35mm SLR Cameras', 'Other-35mm-SLR-Cameras', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15242, 15242, 'APS', 'APS', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15243, 15243, 'Canon', 'Canon', 15242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15244, 15244, 'Kodak', 'Kodak', 15242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15245, 15245, 'Other APS Cameras', 'Other-APS-Cameras', 15242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30036, 30036, 'Cameras for Kids', 'Cameras-for-Kids', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73449, 73449, 'Disposable', 'Disposable', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3347, 3347, 'Instant Print, Polaroid', 'Instant-Print-Polaroid', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15246, 15246, 'Large Format', 'Large-Format', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107926, 107926, '5x7 & Smaller', '5x7-and-Smaller', 15246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107927, 107927, 'Linhof', 'Linhof', 107926, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107928, 107928, 'Sinar', 'Sinar', 107926, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107929, 107929, 'Toyo', 'Toyo', 107926, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15247, 15247, 'Other', 'Other', 107926, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15248, 15248, '8x10 and Larger', '8x10-and-Larger', 15246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3349, 3349, 'Medium Format', 'Medium-Format', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3350, 3350, 'Bronica', 'Bronica', 3349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30037, 30037, 'Contax/Yashica', 'Contax-Yashica', 3349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3351, 3351, 'Hasselblad', 'Hasselblad', 3349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3352, 3352, 'Mamiya', 'Mamiya', 3349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3353, 3353, 'Pentax', 'Pentax', 3349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3354, 3354, 'Rollei', 'Rollei', 3349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 710, 710, 'Other Medium Format', 'Other-Medium-Format', 3349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4689, 4689, 'Movie', 'Movie', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4690, 4690, 'Accessories', 'Accessories', 4689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4691, 4691, 'Cameras', 'Cameras', 4689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4790, 4790, 'Editing', 'Editing', 4689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 628, 628, 'Other Movie Camera Items', 'Other-Movie-Camera-Items', 4689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30038, 30038, 'Parts & Repair', 'Parts-and-Repair', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 709, 709, 'Submini, Disc, 110', 'Submini-Disc-110', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4703, 4703, 'Underwater', 'Underwater', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 297, 297, 'Other Film Cameras', 'Other-Film-Cameras', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15224, 15224, 'Film Processing & Darkroom', 'Film-Processing-and-Darkroom', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29983, 29983, 'Chemistry', 'Chemistry', 15224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29984, 29984, 'Enlargement Equip. & Supplies', 'Enlargement-Equip-and-Supplies', 15224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29985, 29985, 'Enlargers', 'Enlargers', 29984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29986, 29986, 'Enlargement Lenses', 'Enlargement-Lenses', 29984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29987, 29987, 'Other Enlargement Equipment', 'Other-Enlargement-Equipment', 29984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29988, 29988, 'Finishing Equipment', 'Finishing-Equipment', 15224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29989, 29989, 'Hardware, Lighting & Setup', 'Hardware-Lighting-and-Setup', 15224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29990, 29990, 'Bulbs & Lights', 'Bulbs-and-Lights', 29989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29991, 29991, 'Clocks & Timers', 'Clocks-and-Timers', 29989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 15225, 15225, 'Other Hardware', 'Other-Hardware', 29989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29992, 29992, 'Loupes & Magnifiers', 'Loupes-and-Magnifiers', 15224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15226, 15226, 'Photographic Paper', 'Photographic-Paper', 15224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29993, 29993, 'Processing Equipment', 'Processing-Equipment', 15224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 629, 629, 'Other Darkroom Equipment', 'Other-Darkroom-Equipment', 15224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64353, 64353, 'Flashes & Accessories', 'Flashes-and-Accessories', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107930, 107930, 'Digital Camera Flash Units', 'Digital-Camera-Flash-Units', 64353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107931, 107931, 'Canon', 'Canon', 107930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107932, 107932, 'Minolta', 'Minolta', 107930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107933, 107933, 'Nikon', 'Nikon', 107930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152384, 152384, 'Sony', 'Sony', 107930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107934, 107934, 'Vivitar', 'Vivitar', 107930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48515, 48515, 'Other', 'Other', 107930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103413, 103413, 'Film Camera Flash Units', 'Film-Camera-Flash-Units', 64353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103414, 103414, 'Canon', 'Canon', 103413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103415, 103415, 'Minolta', 'Minolta', 103413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103416, 103416, 'Nikon', 'Nikon', 103413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103417, 103417, 'Vivitar', 'Vivitar', 103413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48549, 48549, 'Other', 'Other', 103413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64354, 64354, 'Flash Accessories', 'Flash-Accessories', 64353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78997, 78997, 'Lenses & Filters', 'Lenses-and-Filters', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30065, 30065, 'Digital Camera Lenses', 'Digital-Camera-Lenses', 78997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116184, 116184, 'Digital SLR Lenses', 'Digital-SLR-Lenses', 30065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106841, 106841, 'To fit Canon', 'To-fit-Canon', 116184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106842, 106842, 'Close Up / Macro', 'Close-Up-Macro', 106841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106843, 106843, 'Fisheye', 'Fisheye', 106841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106844, 106844, 'Telephoto', 'Telephoto', 106841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106845, 106845, 'Wide Angle', 'Wide-Angle', 106841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152380, 152380, 'Zoom', 'Zoom', 106841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30066, 30066, 'Other', 'Other', 106841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106846, 106846, 'To fit Fuji', 'To-fit-Fuji', 116184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106847, 106847, 'Close Up / Macro', 'Close-Up-Macro', 106846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106848, 106848, 'Fisheye', 'Fisheye', 106846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106849, 106849, 'Telephoto', 'Telephoto', 106846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106850, 106850, 'Wide Angle', 'Wide-Angle', 106846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152381, 152381, 'Zoom', 'Zoom', 106846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48528, 48528, 'Other', 'Other', 106846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106851, 106851, 'To fit Kodak', 'To-fit-Kodak', 116184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106852, 106852, 'Close Up / Macro', 'Close-Up-Macro', 106851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106853, 106853, 'Telephoto', 'Telephoto', 106851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106854, 106854, 'Wide Angle', 'Wide-Angle', 106851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152382, 152382, 'Zoom', 'Zoom', 106851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67345, 67345, 'Other', 'Other', 106851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106859, 106859, 'To fit Nikon', 'To-fit-Nikon', 116184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106860, 106860, 'Close Up / Macro', 'Close-Up-Macro', 106859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106861, 106861, 'Fisheye', 'Fisheye', 106859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106862, 106862, 'Telephoto', 'Telephoto', 106859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106863, 106863, 'Wide Angle', 'Wide-Angle', 106859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152383, 152383, 'Zoom', 'Zoom', 106859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30067, 30067, 'Other', 'Other', 106859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106873, 106873, 'Other Digital SLR Lenses', 'Other-Digital-SLR-Lenses', 116184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106874, 106874, 'Close Up / Macro', 'Close-Up-Macro', 106873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106875, 106875, 'Fisheye', 'Fisheye', 106873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106876, 106876, 'Telephoto', 'Telephoto', 106873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106877, 106877, 'Wide Angle', 'Wide-Angle', 106873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152379, 152379, 'Zoom', 'Zoom', 106873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30070, 30070, 'Other', 'Other', 106873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116185, 116185, 'Digital Point & Shoot Lenses', 'Digital-Point-and-Shoot-Lenses', 30065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116186, 116186, 'To fit Canon', 'To-fit-Canon', 116185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116187, 116187, 'To fit Kodak', 'To-fit-Kodak', 116185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116188, 116188, 'To fit Minolta', 'To-fit-Minolta', 116185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116189, 116189, 'To fit Olympus', 'To-fit-Olympus', 116185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116190, 116190, 'To fit Sony', 'To-fit-Sony', 116185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116191, 116191, 'Other', 'Other', 116185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3323, 3323, 'Film Camera Lenses', 'Film-Camera-Lenses', 78997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30061, 30061, 'For 35mm Rangefinder', 'For-35mm-Rangefinder', 3323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30062, 30062, 'To fit Contax/Yashica', 'To-fit-Contax-Yashica', 30061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30063, 30063, 'To fit Leica', 'To-fit-Leica', 30061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30039, 30039, 'Other Rangefinder Lenses', 'Other-Rangefinder-Lenses', 30061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30064, 30064, 'For 35mm SLR', 'For-35mm-SLR', 3323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48551, 48551, 'To fit Canon', 'To-fit-Canon', 30064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4687, 4687, 'Auto Focus', 'Auto-Focus', 48551, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48552, 48552, 'Manual Focus', 'Manual-Focus', 48551, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3340, 3340, 'To fit Contax/Yashica', 'To-fit-Contax-Yashica', 30064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3341, 3341, 'To fit Leica', 'To-fit-Leica', 30064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48553, 48553, 'To fit Minolta', 'To-fit-Minolta', 30064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3342, 3342, 'Auto Focus', 'Auto-Focus', 48553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48554, 48554, 'Manual Focus', 'Manual-Focus', 48553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48555, 48555, 'To fit Nikon', 'To-fit-Nikon', 30064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3343, 3343, 'Auto Focus', 'Auto-Focus', 48555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48556, 48556, 'Manual Focus', 'Manual-Focus', 48555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3344, 3344, 'To fit Olympus', 'To-fit-Olympus', 30064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48557, 48557, 'To fit Pentax', 'To-fit-Pentax', 30064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48558, 48558, 'Auto Focus', 'Auto-Focus', 48557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4688, 4688, 'Manual Focus', 'Manual-Focus', 48557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 707, 707, 'Other 35mm SLR Lenses', 'Other-35mm-SLR-Lenses', 30064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30071, 30071, 'For Medium Format', 'For-Medium-Format', 3323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30073, 30073, 'To fit Hasselblad', 'To-fit-Hasselblad', 30071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30074, 30074, 'To fit Mamiya', 'To-fit-Mamiya', 30071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30075, 30075, 'Other Medium Format Lenses', 'Other-Medium-Format-Lenses', 30071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30076, 30076, 'For Large Format', 'For-Large-Format', 3323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30077, 30077, 'Other Lenses', 'Other-Lenses', 3323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67355, 67355, 'Filter Accessories', 'Filter-Accessories', 78997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30040, 30040, 'Adapters', 'Adapters', 67355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67356, 67356, 'Filter Cases & Wallets', 'Filter-Cases-and-Wallets', 67355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67357, 67357, 'Step Down Rings', 'Step-Down-Rings', 67355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67358, 67358, 'Step Up Rings', 'Step-Up-Rings', 67355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15216, 15216, 'Filters', 'Filters', 78997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30041, 30041, 'Color Conversion', 'Color-Conversion', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30042, 30042, 'Enhancing', 'Enhancing', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30043, 30043, 'For Black & White Photography', 'For-Black-and-White-Photography', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74908, 74908, 'Kits & Sets', 'Kits-and-Sets', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74909, 74909, 'To fit Canon', 'To-fit-Canon', 74908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74910, 74910, 'To fit Fuji', 'To-fit-Fuji', 74908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74911, 74911, 'To fit Kodak', 'To-fit-Kodak', 74908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74912, 74912, 'To Fit Minolta', 'To-Fit-Minolta', 74908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74913, 74913, 'To fit Nikon', 'To-fit-Nikon', 74908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74914, 74914, 'To fit Olympus', 'To-fit-Olympus', 74908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48525, 48525, 'To fit Sony', 'To-fit-Sony', 74908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74915, 74915, 'Other', 'Other', 74908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30044, 30044, 'Light Balancing', 'Light-Balancing', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67346, 67346, 'Neutral Density', 'Neutral-Density', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15217, 15217, 'Polarizing', 'Polarizing', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50535, 50535, 'Skylight', 'Skylight', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67347, 67347, 'Special Effects', 'Special-Effects', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67348, 67348, 'Soft Effects', 'Soft-Effects', 67347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67349, 67349, 'Special Color Effects', 'Special-Color-Effects', 67347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67350, 67350, 'Star & Spectral Effects', 'Star-and-Spectral-Effects', 67347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30045, 30045, 'Other Special Effects', 'Other-Special-Effects', 67347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67351, 67351, 'UV, Haze & Protection', 'UV-Haze-and-Protection', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67352, 67352, 'Canon', 'Canon', 67351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67353, 67353, 'Hoya', 'Hoya', 67351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67354, 67354, 'Tiffen', 'Tiffen', 67351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15219, 15219, 'Other Brands', 'Other-Brands', 67351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15220, 15220, 'Other Filters', 'Other-Filters', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78998, 78998, 'Lens Accessories', 'Lens-Accessories', 78997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30059, 30059, 'Adapters & Mounts', 'Adapters-and-Mounts', 78998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79001, 79001, 'Lens Cap', 'Lens-Cap', 78998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79002, 79002, 'Front Cap', 'Front-Cap', 79001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30060, 30060, 'Rear Cap', 'Rear-Cap', 79001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78999, 78999, 'Lens Hood', 'Lens-Hood', 78998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79000, 79000, 'Other Lens Accessories', 'Other-Lens-Accessories', 78998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30078, 30078, 'Lighting & Studio Equipment', 'Lighting-and-Studio-Equipment', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79003, 79003, 'Background Material & Equip', 'Background-Material-and-Equip', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79004, 79004, 'Canvas', 'Canvas', 79003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79005, 79005, 'Chroma Key', 'Chroma-Key', 79003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30079, 30079, 'Muslin Backgrounds', 'Muslin-Backgrounds', 79003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79006, 79006, 'Other', 'Other', 79003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88665, 88665, 'Booms, Stands & Supports', 'Booms-Stands-and-Supports', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88666, 88666, 'Booms', 'Booms', 88665, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30080, 30080, 'Lightstands', 'Lightstands', 88665, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88667, 88667, 'Lightstands & Boom Accessories', 'Lightstands-and-Boom-Accessories', 88665, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3860, 3860, 'Continuous Lighting', 'Continuous-Lighting', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79007, 79007, 'Light Controls & Modifiers', 'Light-Controls-and-Modifiers', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30082, 30082, 'Reflectors', 'Reflectors', 79007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79008, 79008, 'Softboxes', 'Softboxes', 79007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79009, 79009, 'Umbrellas', 'Umbrellas', 79007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79010, 79010, 'Other', 'Other', 79007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88668, 88668, 'Light Meters', 'Light-Meters', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 708, 708, 'Flash', 'Flash', 88668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88669, 88669, 'Spot', 'Spot', 88668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88670, 88670, 'Other Light Meters', 'Other-Light-Meters', 88668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30083, 30083, 'Portable Flash/Strobe', 'Portable-Flash-Strobe', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103418, 103418, 'Flash Units', 'Flash-Units', 30083, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103419, 103419, 'Canon', 'Canon', 103418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103420, 103420, 'Metz', 'Metz', 103418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103421, 103421, 'Minolta', 'Minolta', 103418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103422, 103422, 'Nikon', 'Nikon', 103418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15221, 15221, 'Other', 'Other', 103418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30084, 30084, 'Flash Accessories', 'Flash-Accessories', 30083, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30085, 30085, 'Props & Stage Equipment', 'Props-and-Stage-Equipment', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30086, 30086, 'Slaves', 'Slaves', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30087, 30087, 'Studio Flash/Strobe', 'Studio-Flash-Strobe', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30088, 30088, 'Other Lighting & Studio Items', 'Other-Lighting-and-Studio-Items', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4684, 4684, 'Manuals, Guides & Books', 'Manuals-Guides-and-Books', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4685, 4685, 'How-To, Guides & Techniques', 'How-To-Guides-and-Techniques', 4684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29956, 29956, 'Camera Manuals', 'Camera-Manuals', 4684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67359, 67359, 'Agfa', 'Agfa', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67360, 67360, 'Argus', 'Argus', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67361, 67361, 'Canon', 'Canon', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67362, 67362, 'EOS Elan', 'EOS-Elan', 67361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67363, 67363, 'EOS Rebel', 'EOS-Rebel', 67361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29957, 29957, 'Other', 'Other', 67361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67364, 67364, 'Graflex', 'Graflex', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29958, 29958, 'Hasselblad', 'Hasselblad', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67365, 67365, 'Kodak', 'Kodak', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29959, 29959, 'Leica', 'Leica', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29960, 29960, 'Minolta', 'Minolta', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67366, 67366, 'Minox', 'Minox', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29961, 29961, 'Nikon', 'Nikon', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29962, 29962, 'Olympus', 'Olympus', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29963, 29963, 'Pentax', 'Pentax', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4686, 4686, 'Other Manuals', 'Other-Manuals', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67367, 67367, 'CheatSheets for Cameras', 'CheatSheets-for-Cameras', 4684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67368, 67368, 'Lens Manuals', 'Lens-Manuals', 4684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 712, 712, 'Other Manuals, Guides & Books', 'Other-Manuals-Guides-and-Books', 4684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29951, 29951, 'Photo Albums & Archive Items', 'Photo-Albums-and-Archive-Items', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29952, 29952, 'Archival & Mounting Materials', 'Archival-and-Mounting-Materials', 29951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73459, 73459, 'Photo Albums', 'Photo-Albums', 29951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73460, 73460, 'Baby Albums', 'Baby-Albums', 73459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73461, 73461, 'Leather & Silver Albums', 'Leather-and-Silver-Albums', 73459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73462, 73462, 'Vintage Albums', 'Vintage-Albums', 73459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73463, 73463, 'Wedding Albums', 'Wedding-Albums', 73459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23795, 23795, 'Other', 'Other', 73459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29953, 29953, 'Other Albums & Archive Items', 'Other-Albums-and-Archive-Items', 29951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30021, 30021, 'Printers, Scanners & Supplies', 'Printers-Scanners-and-Supplies', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67369, 67369, 'Photo Printers', 'Photo-Printers', 30021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67370, 67370, 'Canon', 'Canon', 67369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67371, 67371, 'Epson', 'Epson', 67369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67372, 67372, 'Hewlett-Packard', 'Hewlett-Packard', 67369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88671, 88671, 'Kodak', 'Kodak', 67369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73450, 73450, 'Olympus', 'Olympus', 67369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73451, 73451, 'Sony', 'Sony', 67369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15222, 15222, 'Other Brands', 'Other-Brands', 67369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48547, 48547, 'Printing Software & Supplies', 'Printing-Software-and-Supplies', 30021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73452, 73452, 'Photo Inkjet Paper', 'Photo-Inkjet-Paper', 48547, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73453, 73453, 'Glossy', 'Glossy', 73452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18873, 18873, '4x6', '4x6', 73453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73456, 73456, '5x7', '5x7', 73453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73457, 73457, '8.5x11', '8-5x11', 73453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73458, 73458, 'Other Sizes', 'Other-Sizes', 73453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73454, 73454, 'Matte', 'Matte', 73452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73455, 73455, 'Other Surfaces', 'Other-Surfaces', 73452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30022, 30022, 'Software', 'Software', 48547, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30024, 30024, 'Other Printing Items', 'Other-Printing-Items', 48547, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15223, 15223, 'Scanners', 'Scanners', 30021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21162, 21162, 'Professional Video Equipment', 'Professional-Video-Equipment', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21163, 21163, 'Blank Tapes & Media', 'Blank-Tapes-and-Media', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21164, 21164, 'Cables & Wires', 'Cables-and-Wires', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107935, 107935, 'Cameras', 'Cameras', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107936, 107936, 'Canon', 'Canon', 107935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107937, 107937, 'Panasonic', 'Panasonic', 107935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107938, 107938, 'Sony', 'Sony', 107935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21165, 21165, 'Other', 'Other', 107935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21166, 21166, 'Editing, Post-Production', 'Editing-Post-Production', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21167, 21167, 'Manuals', 'Manuals', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21517, 21517, 'Monitors', 'Monitors', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21168, 21168, 'Recorders & Players', 'Recorders-and-Players', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21169, 21169, 'Video Switchers, Routers', 'Video-Switchers-Routers', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3319, 3319, 'Other', 'Other', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15250, 15250, 'Projection Equipment', 'Projection-Equipment', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83873, 83873, 'Accessories', 'Accessories', 15250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15251, 15251, 'Bulbs, Lamps', 'Bulbs-Lamps', 83873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83874, 83874, 'Projection Lens', 'Projection-Lens', 83873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83875, 83875, 'Projector Case', 'Projector-Case', 83873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83876, 83876, 'Slide Tray', 'Slide-Tray', 83873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83877, 83877, 'Slide Viewer', 'Slide-Viewer', 83873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83878, 83878, 'Other Accessories', 'Other-Accessories', 83873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83879, 83879, 'Projectors', 'Projectors', 15250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15252, 15252, 'Movie Projectors', 'Movie-Projectors', 83879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15253, 15253, '8mm', '8mm', 15252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15254, 15254, '16mm', '16mm', 15252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152385, 152385, 'Dual 8', 'Dual-8', 15252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15255, 15255, 'Super 8', 'Super-8', 15252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4791, 4791, 'Other Movie Projectors', 'Other-Movie-Projectors', 15252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15256, 15256, 'Slide Projectors', 'Slide-Projectors', 83879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30089, 30089, 'Screens', 'Screens', 15250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15257, 15257, 'Other Projection Equipment', 'Other-Projection-Equipment', 15250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21198, 21198, 'Stock Photography & Footage', 'Stock-Photography-and-Footage', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30090, 30090, 'Tripods, Monopods', 'Tripods-Monopods', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30091, 30091, 'Accessories', 'Accessories', 30090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30092, 30092, 'Monopods', 'Monopods', 30090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30093, 30093, 'Tripods', 'Tripods', 30090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30094, 30094, 'Complete Tripods', 'Complete-Tripods', 30093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30095, 30095, 'Heads & Legs', 'Heads-and-Legs', 30093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30096, 30096, 'Tabletop & Mini Tripods', 'Tabletop-and-Mini-Tripods', 30093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30097, 30097, 'Other Tripod Items', 'Other-Tripod-Items', 30093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3325, 3325, 'Other Tripod, Monopod Items', 'Other-Tripod-Monopod-Items', 30090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3326, 3326, 'Vintage', 'Vintage', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4702, 4702, 'Accessories', 'Accessories', 3326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30098, 30098, 'Cameras', 'Cameras', 3326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67373, 67373, 'By Collection', 'By-Collection', 30098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67374, 67374, 'Ihagee', 'Ihagee', 67373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67375, 67375, 'Kodak Brownie', 'Kodak-Brownie', 67373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67376, 67376, 'Zeiss-Ikon', 'Zeiss-Ikon', 67373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67377, 67377, 'Polaroid', 'Polaroid', 67373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67378, 67378, 'Other Brands', 'Other-Brands', 67373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67379, 67379, 'By Type', 'By-Type', 30098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67380, 67380, '35mm', '35mm', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11716, 11716, 'Box', 'Box', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11717, 11717, 'Folding', 'Folding', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11718, 11718, 'Instant', 'Instant', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11719, 11719, 'Movie', 'Movie', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30099, 30099, 'Rangefinder', 'Rangefinder', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11720, 11720, 'SLR', 'SLR', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4692, 4692, 'Stereo', 'Stereo', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11721, 11721, 'TLR', 'TLR', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4701, 4701, 'Other Vintage Cameras', 'Other-Vintage-Cameras', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11722, 11722, 'Projectors', 'Projectors', 3326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 711, 711, 'Other Vintage Items', 'Other-Vintage-Items', 3326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45086, 45086, 'Wholesale Lots', 'Wholesale-Lots', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50995, 50995, 'Cameras', 'Cameras', 45086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50996, 50996, 'Digital Cameras', 'Digital-Cameras', 50995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50997, 50997, 'Film Cameras', 'Film-Cameras', 50995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31611, 31611, 'Other', 'Other', 50995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45087, 45087, 'General Accessories', 'General-Accessories', 45086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45088, 45088, 'Vintage', 'Vintage', 45086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45089, 45089, 'Other', 'Other', 45086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15032, 15032, 'Cell Phones & PDAs', 'Cell-Phones-and-PDAs', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20336, 20336, 'Accessories, Parts', 'Accessories-Parts', 15032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35149, 35149, 'Accessory Bundles, Packages', 'Accessory-Bundles-Packages', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152371, 152371, 'Apple iPhone', 'Apple-iPhone', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35150, 35150, 'Audiovox', 'Audiovox', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35152, 35152, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29848, 29848, 'HP/Compaq', 'HP-Compaq', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35153, 35153, 'LG, Touchpoint', 'LG-Touchpoint', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41287, 41287, 'Motorola', 'Motorola', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43227, 43227, 'C331, C350, C650, C Series', 'C331-C350-C650-C-Series', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41288, 41288, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108322, 108322, 'RAZR V3', 'RAZR-V3', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146418, 146418, 'SLVR', 'SLVR', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41289, 41289, 'Startac', 'Startac', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41291, 41291, 'T720, T722, T730, T Series', 'T720-T722-T730-T-Series', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41290, 41290, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41292, 41292, 'Mixed Lots', 'Mixed-Lots', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35154, 35154, 'Other Series', 'Other-Series', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41293, 41293, 'Nokia', 'Nokia', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41294, 41294, '3360, 3390, 3000 Series', '3360-3390-3000-Series', 41293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41295, 41295, '3200, 5100, 6100, 6300 Series', '3200-5100-6100-6300-Series', 41293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41296, 41296, '8260, 8290, 8000 Series', '8260-8290-8000-Series', 41293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35155, 35155, 'Other Series', 'Other-Series', 41293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108323, 108323, 'Palm One, Handspring', 'Palm-One-Handspring', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44917, 44917, 'Panasonic', 'Panasonic', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108324, 108324, 'RIM Blackberry', 'RIM-Blackberry', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43228, 43228, 'Samsung', 'Samsung', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43229, 43229, 'a460, a500, a Series', 'a460-a500-a-Series', 43228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108325, 108325, 'e105, e315, e713, e Series', 'e105-e315-e713-e-Series', 43228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108326, 108326, 'i500, i600, i700, i Series', 'i500-i600-i700-i-Series', 43228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43230, 43230, 'n200, n400, n Series', 'n200-n400-n-Series', 43228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43231, 43231, 'r210, r225, r Series', 'r210-r225-r-Series', 43228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43232, 43232, 's100, s105, s Series', 's100-s105-s-Series', 43228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43233, 43233, 'Mixed Lots', 'Mixed-Lots', 43228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35156, 35156, 'Other Series', 'Other-Series', 43228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35157, 35157, 'Sanyo', 'Sanyo', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48489, 48489, 'Siemens', 'Siemens', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43224, 43224, 'Sony, Ericsson', 'Sony-Ericsson', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64368, 64368, 'Clie, PDA', 'Clie-PDA', 43224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108318, 108318, 'P800, P900, P910, P Series', 'P800-P900-P910-P-Series', 43224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108319, 108319, 'S700, S710, S Series', 'S700-S710-S-Series', 43224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108320, 108320, 'T300, T610, T608, T Series', 'T300-T610-T608-T-Series', 43224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108321, 108321, 'Z600, Z500, Z Series', 'Z600-Z500-Z-Series', 43224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35151, 35151, 'Other Series', 'Other-Series', 43224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35158, 35158, 'Other Brands', 'Other-Brands', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20343, 20343, 'Antennas', 'Antennas', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108327, 108327, 'Audiovox', 'Audiovox', 20343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48490, 48490, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 20343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43239, 43239, 'LG, Touchpoint', 'LG-Touchpoint', 20343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35160, 35160, 'Motorola', 'Motorola', 20343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35161, 35161, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 35160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35162, 35162, 'Startac', 'Startac', 35160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41297, 41297, 'T720, T722, T730, T Series', 'T720-T722-T730-T-Series', 35160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35163, 35163, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 35160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41298, 41298, 'Mixed Lots', 'Mixed-Lots', 35160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20356, 20356, 'Other Series', 'Other-Series', 35160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20370, 20370, 'Nokia', 'Nokia', 20343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108328, 108328, 'Samsung', 'Samsung', 20343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108329, 108329, 'a460, a500, a Series', 'a460-a500-a-Series', 108328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108767, 108767, 'e105, e315, e713, e Series', 'e105-e315-e713-e-Series', 108328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108330, 108330, 'i Series, i500, i600, i700', 'i-Series-i500-i600-i700', 108328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108331, 108331, 'n200, n400, n Series', 'n200-n400-n-Series', 108328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108332, 108332, 'r210, r225, r Series', 'r210-r225-r-Series', 108328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108333, 108333, 's100, s105, s Series', 's100-s105-s-Series', 108328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108334, 108334, 'x426, x427, x450, x Series', 'x426-x427-x450-x-Series', 108328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35164, 35164, 'Other Series', 'Other-Series', 108328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108335, 108335, 'Sanyo', 'Sanyo', 20343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20380, 20380, 'Other Brands', 'Other-Brands', 20343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20357, 20357, 'Batteries', 'Batteries', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20337, 20337, 'Audiovox', 'Audiovox', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146419, 146419, 'Dell', 'Dell', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20358, 20358, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64360, 64360, 'HP/Compaq', 'HP-Compaq', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35165, 35165, 'LG, Touchpoint', 'LG-Touchpoint', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35166, 35166, 'Motorola', 'Motorola', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43240, 43240, 'C331, C350, C650, C Series', 'C331-C350-C650-C-Series', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35167, 35167, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108570, 108570, 'RAZR V3', 'RAZR-V3', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146420, 146420, 'SLVR', 'SLVR', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35168, 35168, 'Startac', 'Startac', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 41299, 41299, 'T720, T722, T730, T Series', 'T720-T722-T730-T-Series', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35169, 35169, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41300, 41300, 'Mixed Lots', 'Mixed-Lots', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20350, 20350, 'Other Series', 'Other-Series', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35170, 35170, 'Nokia', 'Nokia', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41301, 41301, '1200 Series', '1200-Series', 35170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35171, 35171, '3300 Series', '3300-Series', 35170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35172, 35172, '3200, 5100, 6100, 6300 Series', '3200-5100-6100-6300-Series', 35170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35173, 35173, '8260, 8290, 8000 Series', '8260-8290-8000-Series', 35170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41302, 41302, 'Mixed Lots', 'Mixed-Lots', 35170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20365, 20365, 'Other Series', 'Other-Series', 35170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108572, 108572, 'Palm One, Handspring', 'Palm-One-Handspring', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44918, 44918, 'Panasonic', 'Panasonic', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108571, 108571, 'RIM Blackberry', 'RIM-Blackberry', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41303, 41303, 'Samsung', 'Samsung', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41304, 41304, 'a460, a500, a Series', 'a460-a500-a-Series', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108573, 108573, 'e105, e315, e713, e Series', 'e105-e315-e713-e-Series', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108574, 108574, 'i500, i600, i700, i Series', 'i500-i600-i700-i-Series', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41305, 41305, 'n200, n400, n Series', 'n200-n400-n-Series', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43241, 43241, '3500', '3500', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43242, 43242, '8500', '8500', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108575, 108575, 'r210, r225, r Series', 'r210-r225-r-Series', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108576, 108576, 's100, s105, s Series', 's100-s105-s-Series', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108577, 108577, 'x426, x427, x450, x Series', 'x426-x427-x450-x-Series', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41306, 41306, 'Mixed Lots', 'Mixed-Lots', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20374, 20374, 'Other Series', 'Other-Series', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35174, 35174, 'Sanyo', 'Sanyo', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44919, 44919, 'Siemens', 'Siemens', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41307, 41307, 'Sony, Ericsson', 'Sony-Ericsson', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75435, 75435, 'Clie, PDA', 'Clie-PDA', 41307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108578, 108578, 'P800, P900, P910, P Series', 'P800-P900-P910-P-Series', 41307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108579, 108579, 'S700, S710, S Series', 'S700-S710-S-Series', 41307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108580, 108580, 'T300, T610, T608, T Series', 'T300-T610-T608-T-Series', 41307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41312, 41312, 'Mixed Lots', 'Mixed-Lots', 41307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20344, 20344, 'Other Series', 'Other-Series', 41307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75443, 75443, 'Toshiba', 'Toshiba', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15034, 15034, 'Other Brands', 'Other-Brands', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35175, 35175, 'Belt Clips, Holsters', 'Belt-Clips-Holsters', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44920, 44920, 'Audiovox', 'Audiovox', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35177, 35177, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35178, 35178, 'LG, Touchpoint', 'LG-Touchpoint', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108581, 108581, 'Motorola', 'Motorola', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108582, 108582, 'C331, C350, C650, C Series', 'C331-C350-C650-C-Series', 108581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108583, 108583, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 108581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108584, 108584, 'RAZR V3', 'RAZR-V3', 108581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146421, 146421, 'SLVR', 'SLVR', 108581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108585, 108585, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 108581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35179, 35179, 'Other Series', 'Other-Series', 108581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35180, 35180, 'Nokia', 'Nokia', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108586, 108586, 'Palm One, Handspring', 'Palm-One-Handspring', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50323, 50323, 'Panasonic', 'Panasonic', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108587, 108587, 'RIM Blackberry', 'RIM-Blackberry', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108588, 108588, 'Samsung', 'Samsung', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108589, 108589, 'a460, a500, a Series', 'a460-a500-a-Series', 108588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108590, 108590, 'e105, e315, e713, e Series', 'e105-e315-e713-e-Series', 108588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108591, 108591, 'i500, i600, i700, i Series', 'i500-i600-i700-i-Series', 108588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108592, 108592, 'x426, x427, x450, x Series', 'x426-x427-x450-x-Series', 108588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35181, 35181, 'Other Series', 'Other-Series', 108588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35182, 35182, 'Sanyo', 'Sanyo', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108593, 108593, 'Siemens', 'Siemens', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108594, 108594, 'Sony, Ericsson', 'Sony-Ericsson', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108595, 108595, 'T300, T610, T608, T Series', 'T300-T610-T608-T-Series', 108594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108596, 108596, 'Z600, Z500, Z Series', 'Z600-Z500-Z-Series', 108594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35176, 35176, 'Other Series', 'Other-Series', 108594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15035, 15035, 'Other Brands', 'Other-Brands', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50324, 50324, 'Camera Attachments', 'Camera-Attachments', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50325, 50325, 'Samsung', 'Samsung', 50324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50326, 50326, 'Sony, Ericsson', 'Sony-Ericsson', 50324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41313, 41313, 'Other Brands', 'Other-Brands', 50324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35183, 35183, 'Car Kits & Car Chargers', 'Car-Kits-and-Car-Chargers', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152373, 152373, 'Apple iPhone', 'Apple-iPhone', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48492, 48492, 'Audiovox', 'Audiovox', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146422, 146422, 'Danger Hiptop, Sidekick', 'Danger-Hiptop-Sidekick', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146423, 146423, 'Dell', 'Dell', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29846, 29846, 'HP/Compaq', 'HP-Compaq', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35184, 35184, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35185, 35185, 'LG, Touchpoint', 'LG-Touchpoint', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35186, 35186, 'Motorola', 'Motorola', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108598, 108598, 'C331, C350, C650, C Series', 'C331-C350-C650-C-Series', 35186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35187, 35187, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 35186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108599, 108599, 'RAZR V3, SLVR', 'RAZR-V3-SLVR', 35186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35188, 35188, 'Startac', 'Startac', 35186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108600, 108600, 'T720, T722, T730, T Series', 'T720-T722-T730-T-Series', 35186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35189, 35189, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 35186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35190, 35190, 'Other Series', 'Other-Series', 35186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35191, 35191, 'Nokia', 'Nokia', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108601, 108601, 'Palm One, Handspring', 'Palm-One-Handspring', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108602, 108602, 'RIM Blackberry', 'RIM-Blackberry', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35192, 35192, 'Samsung', 'Samsung', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48493, 48493, 'Sanyo', 'Sanyo', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108603, 108603, 'Siemens', 'Siemens', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146424, 146424, 'Sony, Ericsson', 'Sony-Ericsson', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48668, 48668, 'Clie, PDA', 'Clie-PDA', 146424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146425, 146425, 'S700, S710, S Series', 'S700-S710-S-Series', 146424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146426, 146426, 'P800, P900, P910, P Series', 'P800-P900-P910-P-Series', 146424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146427, 146427, 'T300, T610, T608, T Series', 'T300-T610-T608-T-Series', 146424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146428, 146428, 'Z600, Z500, Z Series', 'Z600-Z500-Z-Series', 146424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48494, 48494, 'Other Series', 'Other-Series', 146424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56162, 56162, 'Toshiba', 'Toshiba', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35193, 35193, 'Other Brands', 'Other-Brands', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20349, 20349, 'Cases, Pouches', 'Cases-Pouches', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152374, 152374, 'Apple iPhone', 'Apple-iPhone', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20338, 20338, 'Audiovox', 'Audiovox', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75424, 75424, 'Casio', 'Casio', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146430, 146430, 'Danger Hiptop, Sidekick', 'Danger-Hiptop-Sidekick', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56153, 56153, 'Dell', 'Dell', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146519, 146519, 'HP/Compaq', 'HP-Compaq', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20359, 20359, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35194, 35194, 'LG, Touchpoint', 'LG-Touchpoint', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35195, 35195, 'Motorola', 'Motorola', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43243, 43243, 'C331, C350, C650, C Series', 'C331-C350-C650-C-Series', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35196, 35196, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108604, 108604, 'RAZR V3', 'RAZR-V3', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146429, 146429, 'SLVR', 'SLVR', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35197, 35197, 'Startac', 'Startac', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41314, 41314, 'T720, T722, T730, T Series', 'T720-T722-T730-T-Series', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35198, 35198, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41315, 41315, 'Mixed Lots', 'Mixed-Lots', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20351, 20351, 'Other Series', 'Other-Series', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35199, 35199, 'Nokia', 'Nokia', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41376, 41376, '1200 Series', '1200-Series', 35199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35200, 35200, '3200, 5100, 6100, 7100 Series', '3200-5100-6100-7100-Series', 35199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35201, 35201, '3360, 3390, 3395 Series', '3360-3390-3395-Series', 35199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41377, 41377, '6300 Series', '6300-Series', 35199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35202, 35202, '8260, 8290 Series', '8260-8290-Series', 35199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20367, 20367, 'Other Series', 'Other-Series', 35199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108605, 108605, 'Palm One, Handspring', 'Palm-One-Handspring', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43244, 43244, 'Panasonic', 'Panasonic', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108606, 108606, 'RIM Blackberry', 'RIM-Blackberry', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43245, 43245, 'Samsung', 'Samsung', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43246, 43246, 'a460, a500, a Series', 'a460-a500-a-Series', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108607, 108607, 'e105, e315, e713, e Series', 'e105-e315-e713-e-Series', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108608, 108608, 'i500, i600, i700, i Series', 'i500-i600-i700-i-Series', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43247, 43247, 'n200, n400, n Series', 'n200-n400-n-Series', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43248, 43248, 'r210, r225, r Series', 'r210-r225-r-Series', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43249, 43249, 's100, s105, s Series', 's100-s105-s-Series', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108609, 108609, 'x426, x427, x450, x Series', 'x426-x427-x450-x-Series', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43250, 43250, '8500', '8500', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20375, 20375, 'Other Series', 'Other-Series', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35203, 35203, 'Sanyo', 'Sanyo', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48496, 48496, 'Siemens', 'Siemens', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108610, 108610, 'Sony, Ericsson', 'Sony-Ericsson', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146518, 146518, 'Clie, PDA', 'Clie-PDA', 108610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108611, 108611, 'S700, S710, S Series', 'S700-S710-S-Series', 108610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108612, 108612, 'P800, P900, P910, P Series', 'P800-P900-P910-P-Series', 108610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108613, 108613, 'T300, T610, T608, T Series', 'T300-T610-T608-T-Series', 108610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108614, 108614, 'Z600, Z500, Z Series', 'Z600-Z500-Z-Series', 108610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20345, 20345, 'Other Series', 'Other-Series', 108610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56160, 56160, 'Toshiba', 'Toshiba', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15036, 15036, 'Other Brands', 'Other-Brands', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146432, 146432, 'Cradles, Cradle Chargers', 'Cradles-Cradle-Chargers', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152376, 152376, 'Apple iPhone', 'Apple-iPhone', 146432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75432, 75432, 'HP/Compaq', 'HP-Compaq', 146432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146433, 146433, 'Motorola', 'Motorola', 146432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146434, 146434, 'Palm One, Handspring', 'Palm-One-Handspring', 146432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75440, 75440, 'Sony, Ericsson', 'Sony-Ericsson', 146432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56163, 56163, 'Toshiba', 'Toshiba', 146432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146435, 146435, 'Other Brands', 'Other-Brands', 146432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35207, 35207, 'Data Cables', 'Data-Cables', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108645, 108645, 'Audiovox', 'Audiovox', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56151, 56151, 'Casio', 'Casio', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56155, 56155, 'Dell', 'Dell', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29842, 29842, 'HP/Compaq', 'HP-Compaq', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48497, 48497, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50327, 50327, 'LG, Touchpoint', 'LG-Touchpoint', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35209, 35209, 'Motorola', 'Motorola', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20366, 20366, 'Nokia', 'Nokia', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108646, 108646, 'Palm One, Handspring', 'Palm-One-Handspring', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48498, 48498, 'Panasonic', 'Panasonic', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108647, 108647, 'RIM Blackberry', 'RIM-Blackberry', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35210, 35210, 'Samsung', 'Samsung', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50328, 50328, 'Sanyo', 'Sanyo', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50329, 50329, 'Siemens', 'Siemens', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35208, 35208, 'Sony, Ericsson', 'Sony-Ericsson', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56165, 56165, 'Toshiba', 'Toshiba', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35211, 35211, 'Other Brands', 'Other-Brands', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20373, 20373, 'Faceplates, Housings', 'Faceplates-Housings', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20340, 20340, 'Audiovox', 'Audiovox', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146472, 146472, 'Danger Hiptop, Sidekick', 'Danger-Hiptop-Sidekick', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43256, 43256, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43257, 43257, '1155, 2255 Series', '1155-2255-Series', 43256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43258, 43258, '2235 Series', '2235-Series', 43256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43259, 43259, '2119, 2135 Series', '2119-2135-Series', 43256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20361, 20361, 'Other Series', 'Other-Series', 43256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35213, 35213, 'Motorola', 'Motorola', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43260, 43260, 'C331, C350, C650, C Series', 'C331-C350-C650-C-Series', 35213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35214, 35214, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 35213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108648, 108648, 'RAZR V3', 'RAZR-V3', 35213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146473, 146473, 'SLVR', 'SLVR', 35213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35215, 35215, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 35213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41340, 41340, 'T720, T722, T730, T Series', 'T720-T722-T730-T-Series', 35213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41341, 41341, 'Mixed Lots', 'Mixed-Lots', 35213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20353, 20353, 'Other Series', 'Other-Series', 35213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35216, 35216, 'Nokia', 'Nokia', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41378, 41378, '1260 Series', '1260-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35217, 35217, '3285, 3200 Series', '3285-3200-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35218, 35218, '3360, 3390, 3300 Series', '3360-3390-3300-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35219, 35219, '5100 Series', '5100-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41379, 41379, '6100 Series', '6100-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35220, 35220, '6300 Series', '6300-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41380, 41380, '7200 Series', '7200-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35221, 35221, '8260, 8270, 8290, 8200 Series', '8260-8270-8290-8200-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35222, 35222, '8390, 8300 Series', '8390-8300-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41381, 41381, 'Mixed Lots', 'Mixed-Lots', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20369, 20369, 'Other Series', 'Other-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108649, 108649, 'Palm One, Handspring', 'Palm-One-Handspring', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108650, 108650, 'Panasonic', 'Panasonic', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108652, 108652, 'Samsung', 'Samsung', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108653, 108653, 'a460, a500, a Series', 'a460-a500-a-Series', 108652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108654, 108654, 'e105, e315, e713, e Series', 'e105-e315-e713-e-Series', 108652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108655, 108655, 's100, s105, s Series', 's100-s105-s-Series', 108652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108656, 108656, 'x426, x427, x450, x Series', 'x426-x427-x450-x-Series', 108652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35223, 35223, 'Other Series', 'Other-Series', 108652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108651, 108651, 'Sanyo', 'Sanyo', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41342, 41342, 'Siemens', 'Siemens', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108657, 108657, 'Sony, Ericsson', 'Sony-Ericsson', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108658, 108658, 'T300, T610, T608, T Series', 'T300-T610-T608-T-Series', 108657, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108659, 108659, 'Z600, Z500, Z Series', 'Z600-Z500-Z-Series', 108657, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35212, 35212, 'Other Series', 'Other-Series', 108657, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15039, 15039, 'Other Brands', 'Other-Brands', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35224, 35224, 'Headsets-Corded', 'Headsets-Corded', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152377, 152377, 'Apple iPhone', 'Apple-iPhone', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20341, 20341, 'Audiovox', 'Audiovox', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20362, 20362, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43262, 43262, 'LG, Touchpoint', 'LG-Touchpoint', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43263, 43263, 'Motorola', 'Motorola', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43264, 43264, 'C331, C350, C650, C Series', 'C331-C350-C650-C-Series', 43263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43265, 43265, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 43263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108660, 108660, 'RAZR V3', 'RAZR-V3', 43263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43266, 43266, 'Startac', 'Startac', 43263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43267, 43267, 'T720, T722, T730, T Series', 'T720-T722-T730-T-Series', 43263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43268, 43268, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 43263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43269, 43269, 'Mixed Lots', 'Mixed-Lots', 43263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20354, 20354, 'Other Series', 'Other-Series', 43263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43270, 43270, 'Nokia', 'Nokia', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43271, 43271, '3360, 3390, 3000 Series', '3360-3390-3000-Series', 43270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43272, 43272, '3200, 5100, 6100, 6300, 7100', '3200-5100-6100-6300-7100', 43270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43273, 43273, '8260, 8290, 8000 Series', '8260-8290-8000-Series', 43270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20371, 20371, 'Other Series', 'Other-Series', 43270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108661, 108661, 'Palm One, Handspring', 'Palm-One-Handspring', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108662, 108662, 'RIM Blackberry', 'RIM-Blackberry', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20377, 20377, 'Samsung', 'Samsung', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43274, 43274, 'Sanyo', 'Sanyo', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48499, 48499, 'Siemens', 'Siemens', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20347, 20347, 'Sony, Ericsson', 'Sony-Ericsson', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15040, 15040, 'Other Brands', 'Other-Brands', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146477, 146477, 'Keyboards', 'Keyboards', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146478, 146478, 'Dell', 'Dell', 146477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38336, 38336, 'HP/Compaq', 'HP-Compaq', 146477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29851, 29851, 'Palm One, Handspring', 'Palm-One-Handspring', 146477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48669, 48669, 'Sony, Ericsson', 'Sony-Ericsson', 146477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48676, 48676, 'Other Brands', 'Other-Brands', 146477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43297, 43297, 'Keypads', 'Keypads', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43298, 43298, 'Motorola', 'Motorola', 43297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43299, 43299, 'Nokia', 'Nokia', 43297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43300, 43300, '3360', '3360', 43299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43301, 43301, '3390', '3390', 43299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43302, 43302, 'Other Series', 'Other-Series', 43299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43303, 43303, 'Samsung', 'Samsung', 43297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43304, 43304, 'Other Brands', 'Other-Brands', 43297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50330, 50330, 'LCD Screens', 'LCD-Screens', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50331, 50331, 'Motorola', 'Motorola', 50330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50332, 50332, 'Nokia', 'Nokia', 50330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41343, 41343, 'Other Brands', 'Other-Brands', 50330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43307, 43307, 'Manuals, User Guides', 'Manuals-User-Guides', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118260, 118260, 'Memory Cards', 'Memory-Cards', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15019, 15019, 'Modems', 'Modems', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146474, 146474, 'Mounts, Holders', 'Mounts-Holders', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75425, 75425, 'Dell', 'Dell', 146474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64361, 64361, 'HP/Compaq', 'HP-Compaq', 146474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146475, 146475, 'LG, Touchpoint', 'LG-Touchpoint', 146474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43275, 43275, 'Motorola', 'Motorola', 146474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146476, 146476, 'Samsung', 'Samsung', 146474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75444, 75444, 'Toshiba', 'Toshiba', 146474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75447, 75447, 'Other Brands', 'Other-Brands', 146474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146479, 146479, 'Ringtones & Wallpaper', 'Ringtones-and-Wallpaper', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146480, 146480, 'Motorola', 'Motorola', 146479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146481, 146481, 'Nextel, Boost Mobile', 'Nextel-Boost-Mobile', 146479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146482, 146482, 'Other', 'Other', 146479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146483, 146483, 'Screen Protectors', 'Screen-Protectors', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152378, 152378, 'Apple iPhone', 'Apple-iPhone', 146483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146484, 146484, 'Dell', 'Dell', 146483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56156, 56156, 'HP/Compaq', 'HP-Compaq', 146483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56157, 56157, 'PalmOne, Handspring', 'PalmOne-Handspring', 146483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64369, 64369, 'Sony, Ericsson', 'Sony-Ericsson', 146483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56167, 56167, 'Other Brands', 'Other-Brands', 146483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115041, 115041, 'Software', 'Software', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115042, 115042, 'Audiovox', 'Audiovox', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64363, 64363, 'HP/Compaq', 'HP-Compaq', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115043, 115043, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115044, 115044, 'LG, Touchpoint', 'LG-Touchpoint', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115045, 115045, 'Motorola', 'Motorola', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115046, 115046, 'Nokia', 'Nokia', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115047, 115047, 'Palm One, Handspring', 'Palm-One-Handspring', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115048, 115048, 'Panasonic', 'Panasonic', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115049, 115049, 'RIM Blackberry', 'RIM-Blackberry', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115050, 115050, 'Samsung', 'Samsung', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115051, 115051, 'Sanyo', 'Sanyo', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115052, 115052, 'Siemens', 'Siemens', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115053, 115053, 'Sony, Ericsson', 'Sony-Ericsson', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115054, 115054, 'Other Brands', 'Other-Brands', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43309, 43309, 'Speakerphones', 'Speakerphones', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43310, 43310, 'Straps & Charms', 'Straps-and-Charms', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146485, 146485, 'Styluses', 'Styluses', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75426, 75426, 'Dell', 'Dell', 146485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38337, 38337, 'HP/Compaq', 'HP-Compaq', 146485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29852, 29852, 'Palm One, Handspring', 'Palm-One-Handspring', 146485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146486, 146486, 'Samsung', 'Samsung', 146485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48670, 48670, 'Sony, Ericsson', 'Sony-Ericsson', 146485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75445, 75445, 'Toshiba', 'Toshiba', 146485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48677, 48677, 'Other Brands', 'Other-Brands', 146485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43311, 43311, 'Tools, Screwdrivers', 'Tools-Screwdrivers', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20364, 20364, 'Travel Chargers, Wall Chargers', 'Travel-Chargers-Wall-Chargers', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152375, 152375, 'Apple iPhone', 'Apple-iPhone', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20339, 20339, 'Audiovox', 'Audiovox', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56150, 56150, 'Casio', 'Casio', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146431, 146431, 'Danger Hiptop, Sidekick', 'Danger-Hiptop-Sidekick', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56154, 56154, 'Dell', 'Dell', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75433, 75433, 'HP/Compaq', 'HP-Compaq', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41316, 41316, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41317, 41317, '2000, 2100 Series', '2000-2100-Series', 41316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41318, 41318, '3000 Series', '3000-Series', 41316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41319, 41319, 'Mixed Lots', 'Mixed-Lots', 41316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20360, 20360, 'Other Series', 'Other-Series', 41316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35204, 35204, 'LG, Touchpoint', 'LG-Touchpoint', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41320, 41320, 'Motorola', 'Motorola', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43251, 43251, 'C331, C350, C650, C Series', 'C331-C350-C650-C-Series', 41320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41321, 41321, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 41320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108616, 108616, 'RAZR V3, SLVR', 'RAZR-V3-SLVR', 41320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41322, 41322, 'Startac', 'Startac', 41320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41323, 41323, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 41320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41324, 41324, 'T720, T722, T730, T Series', 'T720-T722-T730-T-Series', 41320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41325, 41325, 'Mixed Lots', 'Mixed-Lots', 41320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20352, 20352, 'Other Series', 'Other-Series', 41320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41326, 41326, 'Nokia', 'Nokia', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41327, 41327, '1200 Series', '1200-Series', 41326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41328, 41328, '6300 Series', '6300-Series', 41326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41329, 41329, '3360 Series', '3360-Series', 41326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41330, 41330, '3390 Series', '3390-Series', 41326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41331, 41331, '8260, 8290, 8000 Series', '8260-8290-8000-Series', 41326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41332, 41332, 'Mixed Lots', 'Mixed-Lots', 41326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20368, 20368, 'Other Series', 'Other-Series', 41326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108617, 108617, 'Palm One, Handspring', 'Palm-One-Handspring', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35205, 35205, 'Panasonic', 'Panasonic', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108618, 108618, 'RIM Blackberry', 'RIM-Blackberry', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41333, 41333, 'Samsung', 'Samsung', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41334, 41334, 'a460, a500, a Series', 'a460-a500-a-Series', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108619, 108619, 'e105, e315, e713, e Series', 'e105-e315-e713-e-Series', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108620, 108620, 'i500, i600, i700, i Series', 'i500-i600-i700-i-Series', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41335, 41335, 'n200, n400, n Series', 'n200-n400-n-Series', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43252, 43252, 'r210, r225, r Series', 'r210-r225-r-Series', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43253, 43253, 's100, s105, s Series', 's100-s105-s-Series', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108621, 108621, 'x426, x427, x450, x Series', 'x426-x427-x450-x-Series', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43254, 43254, '3500, 8500', '3500-8500', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43255, 43255, 'Mixed Lots', 'Mixed-Lots', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20376, 20376, 'Other Series', 'Other-Series', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35206, 35206, 'Sanyo', 'Sanyo', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41336, 41336, 'Siemens', 'Siemens', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41337, 41337, 'Sony, Ericsson', 'Sony-Ericsson', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75441, 75441, 'Clie, PDA', 'Clie-PDA', 41337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41338, 41338, 'T28, T29, T39, T60, T68, T68i', 'T28-T29-T39-T60-T68-T68i', 41337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41339, 41339, 'T300', 'T300', 41337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20346, 20346, 'Other Series', 'Other-Series', 41337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56164, 56164, 'Toshiba', 'Toshiba', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15037, 15037, 'Other Brands', 'Other-Brands', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43312, 43312, 'Unlocking Kits, Services', 'Unlocking-Kits-Services', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3311, 3311, 'Other Accessories', 'Other-Accessories', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133225, 133225, 'Bluetooth Wireless Accessories', 'Bluetooth-Wireless-Accessories', 15032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133226, 133226, 'Headsets - Wireless', 'Headsets-Wireless', 133225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152372, 152372, 'Apple iPhone', 'Apple-iPhone', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133227, 133227, 'Earglove', 'Earglove', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133228, 133228, 'Jabra', 'Jabra', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133229, 133229, 'Motorola', 'Motorola', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133230, 133230, 'Nokia', 'Nokia', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133231, 133231, 'Plantronics', 'Plantronics', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133232, 133232, 'Samsung', 'Samsung', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133233, 133233, 'Sony Ericsson', 'Sony-Ericsson', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133234, 133234, 'Other Brands', 'Other-Brands', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133237, 133237, 'Headset Car Chargers', 'Headset-Car-Chargers', 133225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133239, 133239, 'Headset Cases & Pouches', 'Headset-Cases-and-Pouches', 133225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133236, 133236, 'Headset Wall Chargers', 'Headset-Wall-Chargers', 133225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133235, 133235, 'Cables', 'Cables', 133225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133238, 133238, 'Dongles & USB Adapters', 'Dongles-and-USB-Adapters', 133225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133240, 133240, 'Phone Adapters', 'Phone-Adapters', 133225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133241, 133241, 'Other Accessories', 'Other-Accessories', 133225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146487, 146487, 'Cell Phones', 'Cell-Phones', 15032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41355, 41355, 'Phones w/Service Contracts', 'Phones-w-Service-Contracts', 146487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64355, 64355, 'Phones w/o Service Contracts', 'Phones-w-o-Service-Contracts', 146487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41356, 41356, 'Prepaid Phones', 'Prepaid-Phones', 146487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32233, 32233, 'Smartphones', 'Smartphones', 15032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38331, 38331, 'PDAs & Pocket PCs', 'PDAs-and-Pocket-PCs', 15032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146492, 146492, 'Phone & SIM Cards', 'Phone-and-SIM-Cards', 15032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43308, 43308, 'Calling Cards', 'Calling-Cards', 146492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108663, 108663, 'SIM Cards', 'SIM-Cards', 146492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108664, 108664, 'AT&T Wireless', 'ATandT-Wireless', 108663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108665, 108665, 'Cingular', 'Cingular', 108663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108666, 108666, 'Nextel', 'Nextel', 108663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108667, 108667, 'T-Mobile', 'T-Mobile', 108663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48501, 48501, 'Other', 'Other', 108663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146493, 146493, 'SIM Multi-Cards, Rdrs/Wrtrs', 'SIM-Multi-Cards-Rdrs-Wrtrs', 146492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45065, 45065, 'Wholesale & Large Lots', 'Wholesale-and-Large-Lots', 15032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45066, 45066, 'Accessories, Parts', 'Accessories-Parts', 45065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45067, 45067, 'Antennas', 'Antennas', 45066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64356, 64356, 'Batteries', 'Batteries', 45066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146494, 146494, 'Belt Clips, Holsters', 'Belt-Clips-Holsters', 45066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45068, 45068, 'Cases', 'Cases', 45066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64357, 64357, 'Chargers', 'Chargers', 45066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146495, 146495, 'Faceplates', 'Faceplates', 45066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146496, 146496, 'Screen Protectors', 'Screen-Protectors', 45066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45069, 45069, 'Other', 'Other', 45066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45070, 45070, 'Cell Phones', 'Cell-Phones', 45065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 45071, 45071, 'Motorola', 'Motorola', 45070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45072, 45072, 'Nokia', 'Nokia', 45070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31582, 31582, 'Other', 'Other', 45070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61495, 61495, 'PDAs & Pocket PCs', 'PDAs-and-Pocket-PCs', 45065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45073, 45073, 'Other Wholesale Lots', 'Other-Wholesale-Lots', 45065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11450, 11450, 'Clothing, Shoes & Accessories', 'Clothing-Shoes-and-Accessories', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19254, 19254, 'Costumes & Reenactment Attire', 'Costumes-and-Reenactment-Attire', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 125474, 125474, 'Civil War Attire', 'Civil-War-Attire', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 125473, 125473, 'Medieval & Renaissance Attire', 'Medieval-and-Renaissance-Attire', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 125475, 125475, 'Victorian Attire', 'Victorian-Attire', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155344, 155344, 'Accessories', 'Accessories', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155345, 155345, 'Capes & Cloaks', 'Capes-and-Cloaks', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155346, 155346, 'Crowns & Tiaras', 'Crowns-and-Tiaras', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155347, 155347, 'Footwear', 'Footwear', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155348, 155348, 'Gloves', 'Gloves', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155349, 155349, 'Hats & Headgear', 'Hats-and-Headgear', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116724, 116724, 'Masks', 'Masks', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155350, 155350, 'Wigs & Facial Hair', 'Wigs-and-Facial-Hair', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155351, 155351, 'Wings', 'Wings', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82161, 82161, 'Other Accessories', 'Other-Accessories', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80912, 80912, 'Costumes - Infants & Toddlers', 'Costumes-Infants-and-Toddlers', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80913, 80913, 'Costumes - Boys', 'Costumes-Boys', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80914, 80914, 'Costumes - Girls', 'Costumes-Girls', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52762, 52762, 'Costumes - Men', 'Costumes-Men', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53362, 53362, 'Costumes - Women', 'Costumes-Women', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86207, 86207, 'Costumes - Unisex', 'Costumes-Unisex', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82162, 82162, 'Costumes - Pets', 'Costumes-Pets', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19255, 19255, 'Other', 'Other', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155240, 155240, 'Cultural & Ethnic Clothing', 'Cultural-and-Ethnic-Clothing', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155241, 155241, 'Africa', 'Africa', 155240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155242, 155242, 'Asia, Pacific Islands', 'Asia-Pacific-Islands', 155240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155243, 155243, 'Cheong-sam', 'Cheong-sam', 155242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155244, 155244, 'Kimono', 'Kimono', 155242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155245, 155245, 'Other', 'Other', 155242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155246, 155246, 'India, Pakistan', 'India-Pakistan', 155240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155247, 155247, 'Choli', 'Choli', 155246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155248, 155248, 'Kurta', 'Kurta', 155246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155249, 155249, 'Salwar Kameez', 'Salwar-Kameez', 155246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155250, 155250, 'Sari, Saree', 'Sari-Saree', 155246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155251, 155251, 'Other', 'Other', 155246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155252, 155252, 'Latin America', 'Latin-America', 155240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155253, 155253, 'Middle East', 'Middle-East', 155240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155254, 155254, 'Other Cultures & Ethnicities', 'Other-Cultures-and-Ethnicities', 155240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 112425, 112425, 'Dancewear & Dance Shoes', 'Dancewear-and-Dance-Shoes', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152344, 152344, 'Boys Dancewear', 'Boys-Dancewear', 112425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152345, 152345, 'Girls Dancewear', 'Girls-Dancewear', 112425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152346, 152346, 'Dance Shoes', 'Dance-Shoes', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152347, 152347, 'Ballet', 'Ballet', 152346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152348, 152348, 'Irish', 'Irish', 152346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152349, 152349, 'Jazz, Hip Hop', 'Jazz-Hip-Hop', 152346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152350, 152350, 'Tap', 'Tap', 152346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152351, 152351, 'Other', 'Other', 152346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152352, 152352, 'Dresses, Tutus', 'Dresses-Tutus', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152353, 152353, 'Leggings, Tights', 'Leggings-Tights', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152354, 152354, 'Leotards, Unitards', 'Leotards-Unitards', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152355, 152355, 'Outfits', 'Outfits', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152356, 152356, 'Tops, Shirts', 'Tops-Shirts', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152357, 152357, 'Totes, Duffle Bags', 'Totes-Duffle-Bags', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152358, 152358, 'Dance Accessories', 'Dance-Accessories', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152359, 152359, 'Lots', 'Lots', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 112426, 112426, 'Other', 'Other', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 112427, 112427, 'Mens Dancewear', 'Mens-Dancewear', 112425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150661, 150661, 'Womens Dancewear', 'Womens-Dancewear', 112425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108911, 108911, 'Dance Shoes', 'Dance-Shoes', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150663, 150663, 'Ballet', 'Ballet', 108911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152340, 152340, 'Ballroom', 'Ballroom', 108911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152341, 152341, 'Character', 'Character', 108911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150664, 150664, 'Jazz, Hip Hop', 'Jazz-Hip-Hop', 108911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152342, 152342, 'Tap', 'Tap', 108911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 153004, 153004, 'Other', 'Other', 108911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152360, 152360, 'Ballet', 'Ballet', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152361, 152361, 'Ballroom', 'Ballroom', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152362, 152362, 'Belly Dancing', 'Belly-Dancing', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152363, 152363, 'Square Dancing', 'Square-Dancing', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152364, 152364, 'Leggings, Tights', 'Leggings-Tights', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152365, 152365, 'Leotards, Unitards', 'Leotards-Unitards', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152366, 152366, 'Outfits', 'Outfits', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150666, 150666, 'Skirts', 'Skirts', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152367, 152367, 'Tops, Shirts', 'Tops-Shirts', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152368, 152368, 'Totes, Duffle Bags', 'Totes-Duffle-Bags', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152369, 152369, 'Dance Accessories', 'Dance-Accessories', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 112428, 112428, 'Other', 'Other', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3082, 3082, 'Infants & Toddlers', 'Infants-and-Toddlers', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139762, 139762, 'Christening Gowns & Suits', 'Christening-Gowns-and-Suits', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79712, 79712, 'Custom, Handmade', 'Custom-Handmade', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79713, 79713, 'Accessories', 'Accessories', 79712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147282, 147282, 'Boys Clothing', 'Boys-Clothing', 79712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79714, 79714, 'Girls Clothing', 'Girls-Clothing', 79712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79715, 79715, 'Other', 'Other', 79712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15557, 15557, 'Accessories', 'Accessories', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57748, 57748, 'Bags', 'Bags', 15557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18786, 18786, 'Hair Accessories', 'Hair-Accessories', 15557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18787, 18787, 'Caps, Hats', 'Caps-Hats', 15557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147283, 147283, 'Gloves, Mittens', 'Gloves-Mittens', 15557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57749, 57749, 'Socks', 'Socks', 15557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147284, 147284, 'Tights', 'Tights', 15557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15560, 15560, 'Other Items', 'Other-Items', 15557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57750, 57750, 'Boys Clothing', 'Boys-Clothing', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147304, 147304, 'Preemies', 'Preemies', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57751, 57751, '0-3 Months', '0-3-Months', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57752, 57752, 'Bottoms', 'Bottoms', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57754, 57754, 'One-Pieces', 'One-Pieces', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57755, 57755, 'Outerwear', 'Outerwear', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57756, 57756, 'Outfits & Sets', 'Outfits-and-Sets', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57757, 57757, 'Overalls', 'Overalls', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57758, 57758, 'Sleepwear', 'Sleepwear', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103061, 103061, 'Sweaters', 'Sweaters', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103062, 103062, 'Swimwear', 'Swimwear', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57759, 57759, 'Tops', 'Tops', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57753, 57753, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57760, 57760, 'Other Items', 'Other-Items', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57761, 57761, '3-6 Months', '3-6-Months', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57762, 57762, 'Bottoms', 'Bottoms', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57763, 57763, 'One-Pieces', 'One-Pieces', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57764, 57764, 'Outerwear', 'Outerwear', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57765, 57765, 'Outfits & Sets', 'Outfits-and-Sets', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57766, 57766, 'Overalls', 'Overalls', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57767, 57767, 'Sleepwear', 'Sleepwear', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57768, 57768, 'Sweaters', 'Sweaters', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103063, 103063, 'Swimwear', 'Swimwear', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57769, 57769, 'Tops', 'Tops', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57770, 57770, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57771, 57771, 'Other Items', 'Other-Items', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57772, 57772, '6-12 Months', '6-12-Months', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57773, 57773, 'Bottoms', 'Bottoms', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57774, 57774, 'One-Pieces', 'One-Pieces', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57775, 57775, 'Outerwear', 'Outerwear', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57776, 57776, 'Outfits & Sets', 'Outfits-and-Sets', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57777, 57777, 'Overalls', 'Overalls', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57778, 57778, 'Sleepwear', 'Sleepwear', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57779, 57779, 'Sweaters', 'Sweaters', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103064, 103064, 'Swimwear', 'Swimwear', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57780, 57780, 'Tops', 'Tops', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57781, 57781, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57782, 57782, 'Other Items', 'Other-Items', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57783, 57783, '12-18 Months', '12-18-Months', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57793, 57793, 'Bottoms', 'Bottoms', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57784, 57784, 'One-Pieces', 'One-Pieces', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57785, 57785, 'Outerwear', 'Outerwear', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57786, 57786, 'Outfits & Sets', 'Outfits-and-Sets', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57787, 57787, 'Overalls', 'Overalls', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57788, 57788, 'Sleepwear', 'Sleepwear', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57789, 57789, 'Sweaters', 'Sweaters', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103065, 103065, 'Swimwear', 'Swimwear', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57790, 57790, 'Tops', 'Tops', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57791, 57791, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57792, 57792, 'Other Items', 'Other-Items', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147305, 147305, '18-24 Months', '18-24-Months', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147306, 147306, 'Bottoms', 'Bottoms', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147307, 147307, 'One-Pieces', 'One-Pieces', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147308, 147308, 'Outerwear', 'Outerwear', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147309, 147309, 'Outfits & Sets', 'Outfits-and-Sets', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147310, 147310, 'Overalls', 'Overalls', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147311, 147311, 'Sleepwear', 'Sleepwear', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147312, 147312, 'Sweaters', 'Sweaters', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147313, 147313, 'Swimwear', 'Swimwear', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147314, 147314, 'Tops', 'Tops', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147315, 147315, 'Mixed Items, Lots', 'Mixed-Items-Lots', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147316, 147316, 'Other Items', 'Other-Items', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3074, 3074, 'Size 2T', 'Size-2T', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57794, 57794, 'Jeans & Pants', 'Jeans-and-Pants', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57795, 57795, 'Athletic', 'Athletic', 57794, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57796, 57796, 'Corduroys', 'Corduroys', 57794, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57797, 57797, 'Jeans', 'Jeans', 57794, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57798, 57798, 'Khakis, Chinos', 'Khakis-Chinos', 57794, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3077, 3077, 'Other', 'Other', 57794, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57799, 57799, 'Outerwear', 'Outerwear', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57800, 57800, 'Denim', 'Denim', 57799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57801, 57801, 'Down, Poly-fill', 'Down-Poly-fill', 57799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57802, 57802, 'Fleece', 'Fleece', 57799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57803, 57803, 'Leather', 'Leather', 57799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57804, 57804, 'Snow Suit, Pants', 'Snow-Suit-Pants', 57799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57805, 57805, 'Wind, Rain', 'Wind-Rain', 57799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57806, 57806, 'Wool, Wool Blend', 'Wool-Wool-Blend', 57799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3076, 3076, 'Other', 'Other', 57799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15600, 15600, 'Outfits & Sets', 'Outfits-and-Sets', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57807, 57807, 'Overalls', 'Overalls', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15601, 15601, 'Shorts', 'Shorts', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15602, 15602, 'Sleepwear', 'Sleepwear', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132983, 132983, 'Suits', 'Suits', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15603, 15603, 'Sweaters', 'Sweaters', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15604, 15604, 'Swimwear', 'Swimwear', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3078, 3078, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15605, 15605, 'Underwear', 'Underwear', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15606, 15606, 'Mixed Items, Lots', 'Mixed-Items-Lots', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3073, 3073, 'Other Items', 'Other-Items', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147317, 147317, 'Size 3T', 'Size-3T', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147318, 147318, 'Jeans & Pants', 'Jeans-and-Pants', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147319, 147319, 'Athletic', 'Athletic', 147318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147320, 147320, 'Corduroys', 'Corduroys', 147318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147321, 147321, 'Jeans', 'Jeans', 147318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147322, 147322, 'Khakis, Chinos', 'Khakis-Chinos', 147318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147323, 147323, 'Other', 'Other', 147318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147324, 147324, 'Outerwear', 'Outerwear', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147325, 147325, 'Denim', 'Denim', 147324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147326, 147326, 'Down, Poly-fill', 'Down-Poly-fill', 147324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147327, 147327, 'Fleece', 'Fleece', 147324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147328, 147328, 'Leather', 'Leather', 147324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147329, 147329, 'Snow Suit, Pants', 'Snow-Suit-Pants', 147324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147330, 147330, 'Wind, Rain', 'Wind-Rain', 147324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147331, 147331, 'Wool, Wool Blend', 'Wool-Wool-Blend', 147324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147332, 147332, 'Other', 'Other', 147324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147333, 147333, 'Outfits & Sets', 'Outfits-and-Sets', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147334, 147334, 'Overalls', 'Overalls', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147335, 147335, 'Shorts', 'Shorts', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147336, 147336, 'Sleepwear', 'Sleepwear', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147337, 147337, 'Suits', 'Suits', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147338, 147338, 'Sweaters', 'Sweaters', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147339, 147339, 'Swimwear', 'Swimwear', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147340, 147340, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147341, 147341, 'Underwear', 'Underwear', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147342, 147342, 'Mixed Items, Lots', 'Mixed-Items-Lots', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147343, 147343, 'Other Items', 'Other-Items', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147344, 147344, 'Size 4T', 'Size-4T', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147345, 147345, 'Jeans & Pants', 'Jeans-and-Pants', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147346, 147346, 'Athletic', 'Athletic', 147345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147347, 147347, 'Corduroys', 'Corduroys', 147345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147348, 147348, 'Jeans', 'Jeans', 147345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147349, 147349, 'Khakis, Chinos', 'Khakis-Chinos', 147345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147350, 147350, 'Other', 'Other', 147345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147351, 147351, 'Outerwear', 'Outerwear', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147352, 147352, 'Denim', 'Denim', 147351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147353, 147353, 'Down, Poly-fill', 'Down-Poly-fill', 147351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147354, 147354, 'Fleece', 'Fleece', 147351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147355, 147355, 'Leather', 'Leather', 147351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147356, 147356, 'Snow Suit, Pants', 'Snow-Suit-Pants', 147351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147357, 147357, 'Wind, Rain', 'Wind-Rain', 147351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147358, 147358, 'Wool, Wool Blend', 'Wool-Wool-Blend', 147351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147359, 147359, 'Other', 'Other', 147351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147360, 147360, 'Outfits & Sets', 'Outfits-and-Sets', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147361, 147361, 'Overalls', 'Overalls', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147362, 147362, 'Shorts', 'Shorts', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147363, 147363, 'Sleepwear', 'Sleepwear', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147364, 147364, 'Suits', 'Suits', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147365, 147365, 'Sweaters', 'Sweaters', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147366, 147366, 'Swimwear', 'Swimwear', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147367, 147367, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147368, 147368, 'Underwear', 'Underwear', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147369, 147369, 'Mixed Items, Lots', 'Mixed-Items-Lots', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147370, 147370, 'Other Items', 'Other-Items', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147371, 147371, 'Size 5T', 'Size-5T', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147372, 147372, 'Jeans & Pants', 'Jeans-and-Pants', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147373, 147373, 'Athletic', 'Athletic', 147372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147374, 147374, 'Corduroys', 'Corduroys', 147372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147375, 147375, 'Jeans', 'Jeans', 147372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147376, 147376, 'Khakis, Chinos', 'Khakis-Chinos', 147372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147377, 147377, 'Other', 'Other', 147372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147378, 147378, 'Outerwear', 'Outerwear', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147379, 147379, 'Denim', 'Denim', 147378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147380, 147380, 'Down, Poly-fill', 'Down-Poly-fill', 147378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147381, 147381, 'Fleece', 'Fleece', 147378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147382, 147382, 'Leather', 'Leather', 147378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147383, 147383, 'Snow Suit, Pants', 'Snow-Suit-Pants', 147378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147384, 147384, 'Wind, Rain', 'Wind-Rain', 147378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147385, 147385, 'Wool, Wool Blend', 'Wool-Wool-Blend', 147378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147386, 147386, 'Other', 'Other', 147378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147387, 147387, 'Outfits & Sets', 'Outfits-and-Sets', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147388, 147388, 'Overalls', 'Overalls', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147389, 147389, 'Shorts', 'Shorts', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147390, 147390, 'Sleepwear', 'Sleepwear', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147391, 147391, 'Suits', 'Suits', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147392, 147392, 'Sweaters', 'Sweaters', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147393, 147393, 'Swimwear', 'Swimwear', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147394, 147394, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147395, 147395, 'Underwear', 'Underwear', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147396, 147396, 'Mixed Items, Lots', 'Mixed-Items-Lots', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147397, 147397, 'Other Items', 'Other-Items', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28010, 28010, 'Boys Shoes', 'Boys-Shoes', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28011, 28011, 'Athletic Shoes', 'Athletic-Shoes', 28010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57879, 57879, 'Boots', 'Boots', 28010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28012, 28012, 'Crib Shoes', 'Crib-Shoes', 28010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28013, 28013, 'Dress Shoes', 'Dress-Shoes', 28010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28014, 28014, 'Sandals', 'Sandals', 28010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57880, 57880, 'Slippers', 'Slippers', 28010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15598, 15598, 'Other', 'Other', 28010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57808, 57808, 'Girls Clothing', 'Girls-Clothing', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147178, 147178, 'Preemies', 'Preemies', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57809, 57809, '0-3 Months', '0-3-Months', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57810, 57810, 'Bottoms', 'Bottoms', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57811, 57811, 'Dresses', 'Dresses', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57812, 57812, 'One-Pieces', 'One-Pieces', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57813, 57813, 'Outerwear', 'Outerwear', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57814, 57814, 'Outfits & Sets', 'Outfits-and-Sets', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57815, 57815, 'Overalls', 'Overalls', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57816, 57816, 'Sleepwear', 'Sleepwear', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103056, 103056, 'Sweaters', 'Sweaters', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103057, 103057, 'Swimwear', 'Swimwear', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57817, 57817, 'Tops', 'Tops', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57818, 57818, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57819, 57819, 'Other Items', 'Other-Items', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57820, 57820, '3-6 Months', '3-6-Months', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57821, 57821, 'Bottoms', 'Bottoms', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57822, 57822, 'Dresses', 'Dresses', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57823, 57823, 'One-Pieces', 'One-Pieces', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57824, 57824, 'Outerwear', 'Outerwear', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57825, 57825, 'Outfits & Sets', 'Outfits-and-Sets', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57826, 57826, 'Overalls', 'Overalls', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57827, 57827, 'Sleepwear', 'Sleepwear', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57828, 57828, 'Sweaters', 'Sweaters', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103058, 103058, 'Swimwear', 'Swimwear', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57829, 57829, 'Tops', 'Tops', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57830, 57830, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57831, 57831, 'Other Items', 'Other-Items', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57832, 57832, '6-12 Months', '6-12-Months', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57833, 57833, 'Bottoms', 'Bottoms', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57834, 57834, 'Dresses', 'Dresses', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57835, 57835, 'One-Pieces', 'One-Pieces', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57836, 57836, 'Outerwear', 'Outerwear', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57837, 57837, 'Outfits & Sets', 'Outfits-and-Sets', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57838, 57838, 'Overalls', 'Overalls', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57839, 57839, 'Sleepwear', 'Sleepwear', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57840, 57840, 'Sweaters', 'Sweaters', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152386, 152386, 'Swimwear', 'Swimwear', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103059, 103059, 'One Piece', 'One-Piece', 152386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152387, 152387, 'Two Piece', 'Two-Piece', 152386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152388, 152388, 'Coverups', 'Coverups', 152386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152389, 152389, 'Complete Sets', 'Complete-Sets', 152386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57841, 57841, 'Tops', 'Tops', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57842, 57842, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57843, 57843, 'Other Items', 'Other-Items', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57844, 57844, '12-18 Months', '12-18-Months', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57845, 57845, 'Bottoms', 'Bottoms', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57846, 57846, 'Dresses', 'Dresses', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57847, 57847, 'One-Pieces', 'One-Pieces', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57848, 57848, 'Outerwear', 'Outerwear', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57849, 57849, 'Outfits & Sets', 'Outfits-and-Sets', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57850, 57850, 'Overalls', 'Overalls', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57851, 57851, 'Sleepwear', 'Sleepwear', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57852, 57852, 'Sweaters', 'Sweaters', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152390, 152390, 'Swimwear', 'Swimwear', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103060, 103060, 'One Piece', 'One-Piece', 152390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152391, 152391, 'Two Piece', 'Two-Piece', 152390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152392, 152392, 'Coverups', 'Coverups', 152390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152393, 152393, 'Complete Sets', 'Complete-Sets', 152390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57853, 57853, 'Tops', 'Tops', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57854, 57854, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57855, 57855, 'Other Items', 'Other-Items', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147179, 147179, '18-24 Months', '18-24-Months', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147180, 147180, 'Bottoms', 'Bottoms', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147181, 147181, 'Dresses', 'Dresses', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147182, 147182, 'One-Pieces', 'One-Pieces', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147183, 147183, 'Outerwear', 'Outerwear', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147184, 147184, 'Outfits & Sets', 'Outfits-and-Sets', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147185, 147185, 'Overalls', 'Overalls', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147186, 147186, 'Sleepwear', 'Sleepwear', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147187, 147187, 'Sweaters', 'Sweaters', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152394, 152394, 'Swimwear', 'Swimwear', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147188, 147188, 'One Piece', 'One-Piece', 152394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152395, 152395, 'Two Piece', 'Two-Piece', 152394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152396, 152396, 'Coverups', 'Coverups', 152394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152397, 152397, 'Complete Sets', 'Complete-Sets', 152394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147189, 147189, 'Tops', 'Tops', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147190, 147190, 'Mixed Items, Lots', 'Mixed-Items-Lots', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147191, 147191, 'Other Items', 'Other-Items', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3066, 3066, 'Size 2T', 'Size-2T', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3068, 3068, 'Dresses', 'Dresses', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57856, 57856, 'Jeans & Pants', 'Jeans-and-Pants', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57857, 57857, 'Athletic', 'Athletic', 57856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103066, 103066, 'Capri, Cropped', 'Capri-Cropped', 57856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57858, 57858, 'Corduroys', 'Corduroys', 57856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57859, 57859, 'Jeans', 'Jeans', 57856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57861, 57861, 'Khakis, Chinos', 'Khakis-Chinos', 57856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57860, 57860, 'Leggings', 'Leggings', 57856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3070, 3070, 'Other', 'Other', 57856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57862, 57862, 'Outerwear', 'Outerwear', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57863, 57863, 'Denim', 'Denim', 57862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57864, 57864, 'Down, Poly-fill', 'Down-Poly-fill', 57862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57865, 57865, 'Fleece', 'Fleece', 57862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57866, 57866, 'Fur, Faux Fur', 'Fur-Faux-Fur', 57862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 57867, 57867, 'Snow Suit, Pants', 'Snow-Suit-Pants', 57862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57868, 57868, 'Wind, Rain', 'Wind-Rain', 57862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57869, 57869, 'Wool, Wool Blend', 'Wool-Wool-Blend', 57862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3069, 3069, 'Other', 'Other', 57862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15635, 15635, 'Outfits & Sets', 'Outfits-and-Sets', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57878, 57878, 'Overalls', 'Overalls', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15636, 15636, 'Shorts', 'Shorts', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11463, 11463, 'Skirts', 'Skirts', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15637, 15637, 'Sleepwear', 'Sleepwear', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11464, 11464, 'Sweaters', 'Sweaters', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152402, 152402, 'Swimwear', 'Swimwear', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15638, 15638, 'One Piece', 'One-Piece', 152402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152403, 152403, 'Two Piece', 'Two-Piece', 152402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152404, 152404, 'Coverups', 'Coverups', 152402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152405, 152405, 'Complete Sets', 'Complete-Sets', 152402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3071, 3071, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15639, 15639, 'Underwear', 'Underwear', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15640, 15640, 'Mixed Items, Lots', 'Mixed-Items-Lots', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1069, 1069, 'Other Items', 'Other-Items', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147192, 147192, 'Size 3T', 'Size-3T', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147193, 147193, 'Dresses', 'Dresses', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147194, 147194, 'Jeans & Pants', 'Jeans-and-Pants', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147195, 147195, 'Athletic', 'Athletic', 147194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147196, 147196, 'Capri, Cropped', 'Capri-Cropped', 147194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147197, 147197, 'Corduroys', 'Corduroys', 147194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147198, 147198, 'Jeans', 'Jeans', 147194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147199, 147199, 'Khakis, Chinos', 'Khakis-Chinos', 147194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147200, 147200, 'Leggings', 'Leggings', 147194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147201, 147201, 'Other', 'Other', 147194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147202, 147202, 'Outerwear', 'Outerwear', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147203, 147203, 'Denim', 'Denim', 147202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147204, 147204, 'Down, Poly-fill', 'Down-Poly-fill', 147202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147205, 147205, 'Fleece', 'Fleece', 147202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147206, 147206, 'Fur, Faux Fur', 'Fur-Faux-Fur', 147202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147207, 147207, 'Snow Suit, Pants', 'Snow-Suit-Pants', 147202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147208, 147208, 'Wind, Rain', 'Wind-Rain', 147202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147209, 147209, 'Wool, Wool Blend', 'Wool-Wool-Blend', 147202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147210, 147210, 'Other', 'Other', 147202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147211, 147211, 'Outfits & Sets', 'Outfits-and-Sets', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147212, 147212, 'Overalls', 'Overalls', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147213, 147213, 'Shorts', 'Shorts', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147214, 147214, 'Skirts', 'Skirts', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147215, 147215, 'Sleepwear', 'Sleepwear', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147216, 147216, 'Sweaters', 'Sweaters', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152398, 152398, 'Swimwear', 'Swimwear', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147217, 147217, 'One Piece', 'One-Piece', 152398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152399, 152399, 'Two Piece', 'Two-Piece', 152398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152400, 152400, 'Coverups', 'Coverups', 152398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152401, 152401, 'Complete Sets', 'Complete-Sets', 152398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147218, 147218, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147219, 147219, 'Underwear', 'Underwear', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147220, 147220, 'Mixed Items, Lots', 'Mixed-Items-Lots', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147221, 147221, 'Other Items', 'Other-Items', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147222, 147222, 'Size 4T', 'Size-4T', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147223, 147223, 'Dresses', 'Dresses', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147254, 147254, 'Jeans & Pants', 'Jeans-and-Pants', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147255, 147255, 'Athletic', 'Athletic', 147254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147256, 147256, 'Capri, Cropped', 'Capri-Cropped', 147254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147257, 147257, 'Corduroys', 'Corduroys', 147254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147258, 147258, 'Jeans', 'Jeans', 147254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147259, 147259, 'Khakis, Chinos', 'Khakis-Chinos', 147254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147260, 147260, 'Leggings', 'Leggings', 147254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147261, 147261, 'Other', 'Other', 147254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147262, 147262, 'Outerwear', 'Outerwear', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147263, 147263, 'Denim', 'Denim', 147262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147264, 147264, 'Down, Poly-fill', 'Down-Poly-fill', 147262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147265, 147265, 'Fleece', 'Fleece', 147262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147266, 147266, 'Fur, Faux Fur', 'Fur-Faux-Fur', 147262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147267, 147267, 'Snow Suit, Pants', 'Snow-Suit-Pants', 147262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147268, 147268, 'Wind, Rain', 'Wind-Rain', 147262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147269, 147269, 'Wool, Wool Blend', 'Wool-Wool-Blend', 147262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147270, 147270, 'Other', 'Other', 147262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147271, 147271, 'Outfits & Sets', 'Outfits-and-Sets', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147272, 147272, 'Overalls', 'Overalls', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147273, 147273, 'Shorts', 'Shorts', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147274, 147274, 'Skirts', 'Skirts', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147275, 147275, 'Sleepwear', 'Sleepwear', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147276, 147276, 'Sweaters', 'Sweaters', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147277, 147277, 'Swimwear', 'Swimwear', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147278, 147278, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147279, 147279, 'Underwear', 'Underwear', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147280, 147280, 'Mixed Items, Lots', 'Mixed-Items-Lots', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147281, 147281, 'Other Items', 'Other-Items', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147224, 147224, 'Size 5T', 'Size-5T', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147225, 147225, 'Dresses', 'Dresses', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147226, 147226, 'Jeans & Pants', 'Jeans-and-Pants', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147227, 147227, 'Athletic', 'Athletic', 147226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147228, 147228, 'Capri, Cropped', 'Capri-Cropped', 147226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147229, 147229, 'Corduroys', 'Corduroys', 147226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147230, 147230, 'Jeans', 'Jeans', 147226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147231, 147231, 'Khakis, Chinos', 'Khakis-Chinos', 147226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147232, 147232, 'Leggings', 'Leggings', 147226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147233, 147233, 'Other', 'Other', 147226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147234, 147234, 'Outerwear', 'Outerwear', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147235, 147235, 'Denim', 'Denim', 147234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147236, 147236, 'Down, Poly-fill', 'Down-Poly-fill', 147234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147237, 147237, 'Fleece', 'Fleece', 147234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147238, 147238, 'Fur, Faux Fur', 'Fur-Faux-Fur', 147234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147239, 147239, 'Snow Suit, Pants', 'Snow-Suit-Pants', 147234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147240, 147240, 'Wind, Rain', 'Wind-Rain', 147234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147241, 147241, 'Wool, Wool Blend', 'Wool-Wool-Blend', 147234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147242, 147242, 'Other', 'Other', 147234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147243, 147243, 'Outfits & Sets', 'Outfits-and-Sets', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147244, 147244, 'Overalls', 'Overalls', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147245, 147245, 'Shorts', 'Shorts', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147246, 147246, 'Skirts', 'Skirts', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147247, 147247, 'Sleepwear', 'Sleepwear', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147248, 147248, 'Sweaters', 'Sweaters', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147249, 147249, 'Swimwear', 'Swimwear', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147250, 147250, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147251, 147251, 'Underwear', 'Underwear', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147252, 147252, 'Mixed Items, Lots', 'Mixed-Items-Lots', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147253, 147253, 'Other Items', 'Other-Items', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147285, 147285, 'Girls Shoes', 'Girls-Shoes', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147286, 147286, 'Athletic Shoes', 'Athletic-Shoes', 147285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147287, 147287, 'Boots', 'Boots', 147285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147288, 147288, 'Crib Shoes', 'Crib-Shoes', 147285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147289, 147289, 'Dress Shoes', 'Dress-Shoes', 147285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147290, 147290, 'Sandals', 'Sandals', 147285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147291, 147291, 'Slippers', 'Slippers', 147285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147292, 147292, 'Other', 'Other', 147285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57870, 57870, 'Unisex Clothing', 'Unisex-Clothing', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57871, 57871, '0-3 Months', '0-3-Months', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57872, 57872, '3-6 Months', '3-6-Months', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57873, 57873, '6-12 Months', '6-12-Months', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57874, 57874, '12-18 Months', '12-18-Months', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147296, 147296, '18-24 Months', '18-24-Months', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57875, 57875, 'Size 2T', 'Size-2T', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147293, 147293, 'Size 3T', 'Size-3T', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147294, 147294, 'Size 4T', 'Size-4T', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147295, 147295, 'Size 5T', 'Size-5T', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57876, 57876, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57877, 57877, 'Other Items', 'Other-Items', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147297, 147297, 'Unisex Shoes', 'Unisex-Shoes', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147298, 147298, 'Athletic Shoes', 'Athletic-Shoes', 147297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147299, 147299, 'Boots', 'Boots', 147297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147300, 147300, 'Crib Shoes', 'Crib-Shoes', 147297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147301, 147301, 'Sandals', 'Sandals', 147297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147302, 147302, 'Slippers', 'Slippers', 147297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147303, 147303, 'Other', 'Other', 147297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1070, 1070, 'Other Items', 'Other-Items', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11452, 11452, 'Boys', 'Boys', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152325, 152325, 'Custom, Handmade', 'Custom-Handmade', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57881, 57881, 'Accessories', 'Accessories', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57882, 57882, 'Backpacks, Bags', 'Backpacks-Bags', 57881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57883, 57883, 'Belts, Buckles', 'Belts-Buckles', 57881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57884, 57884, 'Caps & Hats', 'Caps-and-Hats', 57881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57885, 57885, 'Gloves, Mittens', 'Gloves-Mittens', 57881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57886, 57886, 'Ties', 'Ties', 57881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57887, 57887, 'Wallets', 'Wallets', 57881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3075, 3075, 'Other', 'Other', 57881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11454, 11454, 'Clothing (Size 4)', 'Clothing-Size-4', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57888, 57888, 'Jeans & Pants', 'Jeans-and-Pants', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57889, 57889, 'Athletic', 'Athletic', 57888, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57890, 57890, 'Corduroys', 'Corduroys', 57888, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57891, 57891, 'Jeans', 'Jeans', 57888, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57892, 57892, 'Khakis, Chinos', 'Khakis-Chinos', 57888, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11457, 11457, 'Other', 'Other', 57888, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57893, 57893, 'Outerwear', 'Outerwear', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57894, 57894, 'Denim', 'Denim', 57893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57895, 57895, 'Down, Poly', 'Down-Poly', 57893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57896, 57896, 'Fleece', 'Fleece', 57893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57897, 57897, 'Leather', 'Leather', 57893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57898, 57898, 'Snow Pants, Bibs', 'Snow-Pants-Bibs', 57893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57899, 57899, 'Wind, Rain', 'Wind-Rain', 57893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57900, 57900, 'Wool, Wool Blend', 'Wool-Wool-Blend', 57893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11456, 11456, 'Other', 'Other', 57893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15607, 15607, 'Outfits & Sets', 'Outfits-and-Sets', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57901, 57901, 'Overalls', 'Overalls', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 131420, 131420, 'Shirts & T-Shirts', 'Shirts-and-T-Shirts', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152322, 152322, 'Long Sleeve', 'Long-Sleeve', 131420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11459, 11459, 'Short Sleeve', 'Short-Sleeve', 131420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152323, 152323, 'Sleeveless, Tank', 'Sleeveless-Tank', 131420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15608, 15608, 'Shorts', 'Shorts', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15609, 15609, 'Sleepwear', 'Sleepwear', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132982, 132982, 'Suits', 'Suits', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15610, 15610, 'Sweaters', 'Sweaters', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152324, 152324, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15611, 15611, 'Swimwear', 'Swimwear', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15612, 15612, 'Underwear', 'Underwear', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15613, 15613, 'Mixed Items', 'Mixed-Items', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11453, 11453, 'Other Items', 'Other-Items', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55466, 55466, 'Clothing (Size 5)', 'Clothing-Size-5', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55467, 55467, 'Jeans & Pants', 'Jeans-and-Pants', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152326, 152326, 'Athletic', 'Athletic', 55467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152327, 152327, 'Corduroys', 'Corduroys', 55467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152328, 152328, 'Jeans', 'Jeans', 55467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152329, 152329, 'Khakis, Chinos', 'Khakis-Chinos', 55467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152330, 152330, 'Other', 'Other', 55467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152331, 152331, 'Outerwear', 'Outerwear', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152332, 152332, 'Denim', 'Denim', 152331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152333, 152333, 'Down, Poly', 'Down-Poly', 152331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152334, 152334, 'Fleece', 'Fleece', 152331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152335, 152335, 'Leather', 'Leather', 152331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152336, 152336, 'Snow Pants, Bibs', 'Snow-Pants-Bibs', 152331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152337, 152337, 'Wind, Rain', 'Wind-Rain', 152331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152338, 152338, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152339, 152339, 'Other', 'Other', 152331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55470, 55470, 'Outfits & Sets', 'Outfits-and-Sets', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152409, 152409, 'Overalls', 'Overalls', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55473, 55473, 'Shirts & T-Shirts', 'Shirts-and-T-Shirts', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152413, 152413, 'Long Sleeve', 'Long-Sleeve', 55473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152414, 152414, 'Short Sleeve', 'Short-Sleeve', 55473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152415, 152415, 'Sleeveless, Tank', 'Sleeveless-Tank', 55473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55471, 55471, 'Shorts', 'Shorts', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55472, 55472, 'Sleepwear', 'Sleepwear', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152410, 152410, 'Suits', 'Suits', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152411, 152411, 'Sweaters', 'Sweaters', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152412, 152412, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146585, 146585, 'Swimwear', 'Swimwear', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113402, 113402, 'Underwear', 'Underwear', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55474, 55474, 'Mixed Items', 'Mixed-Items', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32553, 32553, 'Other Items', 'Other-Items', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102786, 102786, 'Clothing (Size 6)', 'Clothing-Size-6', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102788, 102788, 'Jeans & Pants', 'Jeans-and-Pants', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152416, 152416, 'Athletic', 'Athletic', 102788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152417, 152417, 'Corduroys', 'Corduroys', 102788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152418, 152418, 'Jeans', 'Jeans', 102788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152419, 152419, 'Khakis, Chinos', 'Khakis-Chinos', 102788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152420, 152420, 'Other', 'Other', 102788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152421, 152421, 'Outerwear', 'Outerwear', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152422, 152422, 'Denim', 'Denim', 152421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152423, 152423, 'Down, Poly', 'Down-Poly', 152421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152424, 152424, 'Fleece', 'Fleece', 152421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152425, 152425, 'Leather', 'Leather', 152421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152426, 152426, 'Snow Pants, Bibs', 'Snow-Pants-Bibs', 152421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152427, 152427, 'Wind, Rain', 'Wind-Rain', 152421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152428, 152428, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152429, 152429, 'Other', 'Other', 152421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102790, 102790, 'Outfits & Sets', 'Outfits-and-Sets', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152430, 152430, 'Overalls', 'Overalls', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102793, 102793, 'Shirts & T-Shirts', 'Shirts-and-T-Shirts', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152434, 152434, 'Long Sleeve', 'Long-Sleeve', 102793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152435, 152435, 'Short Sleeve', 'Short-Sleeve', 102793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152436, 152436, 'Sleeveless, Tank', 'Sleeveless-Tank', 102793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102791, 102791, 'Shorts', 'Shorts', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102792, 102792, 'Sleepwear', 'Sleepwear', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152431, 152431, 'Suits', 'Suits', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152432, 152432, 'Sweaters', 'Sweaters', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152433, 152433, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146586, 146586, 'Swimwear', 'Swimwear', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113403, 113403, 'Underwear', 'Underwear', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102794, 102794, 'Mixed Items', 'Mixed-Items', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102795, 102795, 'Other Items', 'Other-Items', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152437, 152437, 'Clothing (Size 7)', 'Clothing-Size-7', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152438, 152438, 'Jeans & Pants', 'Jeans-and-Pants', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152439, 152439, 'Athletic', 'Athletic', 152438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152440, 152440, 'Corduroys', 'Corduroys', 152438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152441, 152441, 'Jeans', 'Jeans', 152438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152442, 152442, 'Khakis, Chinos', 'Khakis-Chinos', 152438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152443, 152443, 'Other', 'Other', 152438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152444, 152444, 'Outerwear', 'Outerwear', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152445, 152445, 'Denim', 'Denim', 152444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152446, 152446, 'Down, Poly', 'Down-Poly', 152444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152447, 152447, 'Fleece', 'Fleece', 152444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152448, 152448, 'Leather', 'Leather', 152444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152449, 152449, 'Snow Pants, Bibs', 'Snow-Pants-Bibs', 152444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152450, 152450, 'Wind, Rain', 'Wind-Rain', 152444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152451, 152451, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152452, 152452, 'Other', 'Other', 152444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152453, 152453, 'Outfits & Sets', 'Outfits-and-Sets', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152454, 152454, 'Overalls', 'Overalls', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152455, 152455, 'Shirts & T-Shirts', 'Shirts-and-T-Shirts', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152456, 152456, 'Long Sleeve', 'Long-Sleeve', 152455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152457, 152457, 'Short Sleeve', 'Short-Sleeve', 152455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152458, 152458, 'Sleeveless, Tank', 'Sleeveless-Tank', 152455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152459, 152459, 'Shorts', 'Shorts', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152460, 152460, 'Sleepwear', 'Sleepwear', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152461, 152461, 'Suits', 'Suits', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152462, 152462, 'Sweaters', 'Sweaters', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152463, 152463, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152464, 152464, 'Swimwear', 'Swimwear', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152465, 152465, 'Underwear', 'Underwear', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152466, 152466, 'Mixed Items', 'Mixed-Items', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152467, 152467, 'Other Items', 'Other-Items', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3038, 3038, 'Clothing (Sizes 8 & 9)', 'Clothing-Sizes-8-and-9', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57902, 57902, 'Jeans & Pants', 'Jeans-and-Pants', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57903, 57903, 'Athletic', 'Athletic', 57902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57904, 57904, 'Corduroys', 'Corduroys', 57902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57905, 57905, 'Jeans', 'Jeans', 57902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57906, 57906, 'Khakis, Chinos', 'Khakis-Chinos', 57902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3041, 3041, 'Other', 'Other', 57902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57907, 57907, 'Outerwear', 'Outerwear', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57908, 57908, 'Denim', 'Denim', 57907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57909, 57909, 'Down, Poly', 'Down-Poly', 57907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57910, 57910, 'Fleece', 'Fleece', 57907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57911, 57911, 'Leather', 'Leather', 57907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57912, 57912, 'Snow Pants, Bibs', 'Snow-Pants-Bibs', 57907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57913, 57913, 'Wind, Rain', 'Wind-Rain', 57907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57914, 57914, 'Wool, Wool Blend', 'Wool-Wool-Blend', 57907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3040, 3040, 'Other', 'Other', 57907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15614, 15614, 'Outfits & Sets', 'Outfits-and-Sets', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152406, 152406, 'Shirts & T-Shirts', 'Shirts-and-T-Shirts', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152407, 152407, 'Long Sleeve', 'Long-Sleeve', 152406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3042, 3042, 'Short Sleeve', 'Short-Sleeve', 152406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152408, 152408, 'Sleeveless, Tank', 'Sleeveless-Tank', 152406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15615, 15615, 'Shorts', 'Shorts', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15616, 15616, 'Sleepwear', 'Sleepwear', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57915, 57915, 'Suits', 'Suits', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15617, 15617, 'Sweaters', 'Sweaters', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57916, 57916, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15618, 15618, 'Swimwear', 'Swimwear', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15619, 15619, 'Underwear', 'Underwear', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15620, 15620, 'Mixed Items', 'Mixed-Items', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1067, 1067, 'Other Items', 'Other-Items', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152470, 152470, 'Clothing (Sizes 10 & 11)', 'Clothing-Sizes-10-and-11', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152471, 152471, 'Jeans & Pants', 'Jeans-and-Pants', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152472, 152472, 'Athletic', 'Athletic', 152471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152473, 152473, 'Corduroys', 'Corduroys', 152471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152474, 152474, 'Jeans', 'Jeans', 152471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152475, 152475, 'Khakis, Chinos', 'Khakis-Chinos', 152471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152476, 152476, 'Other', 'Other', 152471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152477, 152477, 'Outerwear', 'Outerwear', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152478, 152478, 'Denim', 'Denim', 152477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152479, 152479, 'Down, Poly', 'Down-Poly', 152477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152480, 152480, 'Fleece', 'Fleece', 152477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152481, 152481, 'Leather', 'Leather', 152477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152482, 152482, 'Snow Pants, Bibs', 'Snow-Pants-Bibs', 152477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152483, 152483, 'Wind, Rain', 'Wind-Rain', 152477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152484, 152484, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152485, 152485, 'Other', 'Other', 152477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152486, 152486, 'Outfits & Sets', 'Outfits-and-Sets', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152487, 152487, 'Shirts & T-Shirts', 'Shirts-and-T-Shirts', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152488, 152488, 'Long Sleeve', 'Long-Sleeve', 152487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152489, 152489, 'Short Sleeve', 'Short-Sleeve', 152487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152490, 152490, 'Sleeveless, Tank', 'Sleeveless-Tank', 152487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152491, 152491, 'Shorts', 'Shorts', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152492, 152492, 'Sleepwear', 'Sleepwear', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152493, 152493, 'Suits', 'Suits', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152494, 152494, 'Sweaters', 'Sweaters', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152495, 152495, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152496, 152496, 'Swimwear', 'Swimwear', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152497, 152497, 'Underwear', 'Underwear', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152498, 152498, 'Mixed Items', 'Mixed-Items', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152499, 152499, 'Other Items', 'Other-Items', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152500, 152500, 'Clothing (Sizes 12 & up)', 'Clothing-Sizes-12-and-up', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152501, 152501, 'Jeans & Pants', 'Jeans-and-Pants', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152502, 152502, 'Athletic', 'Athletic', 152501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152503, 152503, 'Corduroys', 'Corduroys', 152501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152504, 152504, 'Jeans', 'Jeans', 152501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152505, 152505, 'Khakis, Chinos', 'Khakis-Chinos', 152501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152506, 152506, 'Other', 'Other', 152501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152507, 152507, 'Outerwear', 'Outerwear', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152508, 152508, 'Denim', 'Denim', 152507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152509, 152509, 'Down, Poly', 'Down-Poly', 152507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152510, 152510, 'Fleece', 'Fleece', 152507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152511, 152511, 'Leather', 'Leather', 152507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152512, 152512, 'Snow Pants, Bibs', 'Snow-Pants-Bibs', 152507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152513, 152513, 'Wind, Rain', 'Wind-Rain', 152507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152514, 152514, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152515, 152515, 'Other', 'Other', 152507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152516, 152516, 'Outfits & Sets', 'Outfits-and-Sets', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152517, 152517, 'Shirts & T-Shirts', 'Shirts-and-T-Shirts', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152518, 152518, 'Long Sleeve', 'Long-Sleeve', 152517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152519, 152519, 'Short Sleeve', 'Short-Sleeve', 152517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152520, 152520, 'Sleeveless, Tank', 'Sleeveless-Tank', 152517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152521, 152521, 'Shorts', 'Shorts', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152522, 152522, 'Sleepwear', 'Sleepwear', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152523, 152523, 'Suits', 'Suits', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152524, 152524, 'Sweaters', 'Sweaters', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152525, 152525, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152526, 152526, 'Swimwear', 'Swimwear', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152527, 152527, 'Underwear', 'Underwear', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152528, 152528, 'Mixed Items', 'Mixed-Items', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152529, 152529, 'Other Items', 'Other-Items', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152530, 152530, 'Plus Size, Husky', 'Plus-Size-Husky', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152531, 152531, 'Jeans & Pants', 'Jeans-and-Pants', 152530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152532, 152532, 'Outerwear', 'Outerwear', 152530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152533, 152533, 'Shirts & T-Shirts', 'Shirts-and-T-Shirts', 152530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152534, 152534, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152535, 152535, 'Shorts', 'Shorts', 152530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152536, 152536, 'Other', 'Other', 152530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57929, 57929, 'Shoes', 'Shoes', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57930, 57930, 'Athletic', 'Athletic', 57929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57931, 57931, 'Boots', 'Boots', 57929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57932, 57932, 'Casual, Dress', 'Casual-Dress', 57931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57933, 57933, 'Cowboy, Western', 'Cowboy-Western', 57931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57934, 57934, 'Hiking', 'Hiking', 57931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57935, 57935, 'Snow, Rain', 'Snow-Rain', 57931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57936, 57936, 'Other', 'Other', 57931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57937, 57937, 'Loafers', 'Loafers', 57929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57938, 57938, 'Oxfords', 'Oxfords', 57929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57939, 57939, 'Sandals', 'Sandals', 57929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57940, 57940, 'Slippers', 'Slippers', 57929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57941, 57941, 'Mixed Lots', 'Mixed-Lots', 57929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3079, 3079, 'Other', 'Other', 57929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11451, 11451, 'Other Boys Items', 'Other-Boys-Items', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11462, 11462, 'Girls', 'Girls', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79716, 79716, 'Custom, Handmade', 'Custom-Handmade', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79717, 79717, 'Accessories', 'Accessories', 79716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79718, 79718, 'Clothing', 'Clothing', 79716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79719, 79719, 'Other', 'Other', 79716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15628, 15628, 'Accessories', 'Accessories', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57917, 57917, 'Backpacks', 'Backpacks', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57918, 57918, 'Belts', 'Belts', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15630, 15630, 'Caps & Hats', 'Caps-and-Hats', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150956, 150956, 'Shoe Charms, Jibbitz', 'Shoe-Charms-Jibbitz', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57919, 57919, 'Gloves, Mittens', 'Gloves-Mittens', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57920, 57920, 'Hair Accessories', 'Hair-Accessories', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57921, 57921, 'Barrettes', 'Barrettes', 57920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57922, 57922, 'Bows', 'Bows', 57920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57923, 57923, 'Clips, Claws', 'Clips-Claws', 57920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57924, 57924, 'Headbands', 'Headbands', 57920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57925, 57925, 'Scrunchies', 'Scrunchies', 57920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57926, 57926, 'Mixed Lots', 'Mixed-Lots', 57920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15631, 15631, 'Other', 'Other', 57920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15629, 15629, 'Purses, Handbags', 'Purses-Handbags', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57927, 57927, 'Scarf, Wraps', 'Scarf-Wraps', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 15632, 15632, 'Socks', 'Socks', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57928, 57928, 'Tights', 'Tights', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15633, 15633, 'Mixed Items', 'Mixed-Items', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11467, 11467, 'Other Accessories', 'Other-Accessories', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11466, 11466, 'Clothing (Size 4)', 'Clothing-Size-4', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11468, 11468, 'Dresses', 'Dresses', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57942, 57942, 'Jeans & Pants', 'Jeans-and-Pants', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57943, 57943, 'Athletic', 'Athletic', 57942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103067, 103067, 'Capri, Cropped', 'Capri-Cropped', 57942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57944, 57944, 'Corduroys', 'Corduroys', 57942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57945, 57945, 'Jeans', 'Jeans', 57942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57946, 57946, 'Khakis, Chinos', 'Khakis-Chinos', 57942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57947, 57947, 'Leggings', 'Leggings', 57942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11470, 11470, 'Other', 'Other', 57942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57948, 57948, 'Outerwear', 'Outerwear', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57949, 57949, 'Denim', 'Denim', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57950, 57950, 'Down, Poly-fill', 'Down-Poly-fill', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57951, 57951, 'Fleece', 'Fleece', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57952, 57952, 'Fur, Faux Fur', 'Fur-Faux-Fur', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57953, 57953, 'Leather', 'Leather', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57954, 57954, 'Snow Suits, Pants', 'Snow-Suits-Pants', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57955, 57955, 'Wind, Rain', 'Wind-Rain', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57956, 57956, 'Wool, Wool Blend', 'Wool-Wool-Blend', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11469, 11469, 'Other', 'Other', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15641, 15641, 'Outfits & Sets', 'Outfits-and-Sets', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57957, 57957, 'Overalls', 'Overalls', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15642, 15642, 'Shorts', 'Shorts', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11473, 11473, 'Skirts', 'Skirts', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152543, 152543, 'Skorts', 'Skorts', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15643, 15643, 'Sleepwear', 'Sleepwear', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11474, 11474, 'Sweaters', 'Sweaters', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152544, 152544, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152545, 152545, 'Swimwear', 'Swimwear', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15644, 15644, 'One Piece', 'One-Piece', 152545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152546, 152546, 'Two Piece', 'Two-Piece', 152545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152547, 152547, 'Coverups & Sets', 'Coverups-and-Sets', 152545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152548, 152548, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152549, 152549, 'Long Sleeve', 'Long-Sleeve', 152548, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11475, 11475, 'Short Sleeve', 'Short-Sleeve', 152548, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152550, 152550, 'Sleeveless, Tank, Halter', 'Sleeveless-Tank-Halter', 152548, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15645, 15645, 'Underwear', 'Underwear', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15646, 15646, 'Mixed Items', 'Mixed-Items', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11465, 11465, 'Other Items', 'Other-Items', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152557, 152557, 'Clothing (Size 5)', 'Clothing-Size-5', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152558, 152558, 'Dresses', 'Dresses', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152559, 152559, 'Jeans & Pants', 'Jeans-and-Pants', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152560, 152560, 'Athletic', 'Athletic', 152559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152561, 152561, 'Capri, Cropped', 'Capri-Cropped', 152559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152562, 152562, 'Corduroys', 'Corduroys', 152559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152563, 152563, 'Jeans', 'Jeans', 152559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152564, 152564, 'Khakis, Chinos', 'Khakis-Chinos', 152559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152565, 152565, 'Leggings', 'Leggings', 152559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152566, 152566, 'Other', 'Other', 152559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152567, 152567, 'Outerwear', 'Outerwear', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152568, 152568, 'Denim', 'Denim', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152569, 152569, 'Down, Poly-fill', 'Down-Poly-fill', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152570, 152570, 'Fleece', 'Fleece', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152571, 152571, 'Fur, Faux Fur', 'Fur-Faux-Fur', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152572, 152572, 'Leather', 'Leather', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152573, 152573, 'Snow Suits, Pants', 'Snow-Suits-Pants', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152574, 152574, 'Wind, Rain', 'Wind-Rain', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152575, 152575, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152576, 152576, 'Other', 'Other', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152577, 152577, 'Outfits & Sets', 'Outfits-and-Sets', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152578, 152578, 'Overalls', 'Overalls', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152579, 152579, 'Shorts', 'Shorts', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152580, 152580, 'Skirts', 'Skirts', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152581, 152581, 'Skorts', 'Skorts', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152582, 152582, 'Sleepwear', 'Sleepwear', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152583, 152583, 'Sweaters', 'Sweaters', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152584, 152584, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152585, 152585, 'Swimwear', 'Swimwear', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152586, 152586, 'One Piece', 'One-Piece', 152585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152587, 152587, 'Two Piece', 'Two-Piece', 152585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152588, 152588, 'Coverups & Sets', 'Coverups-and-Sets', 152585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152589, 152589, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152592, 152592, 'Long Sleeve', 'Long-Sleeve', 152589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152590, 152590, 'Short Sleeve', 'Short-Sleeve', 152589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152591, 152591, 'Sleeveless, Tank, Halter', 'Sleeveless-Tank-Halter', 152589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152593, 152593, 'Underwear', 'Underwear', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152594, 152594, 'Mixed Items', 'Mixed-Items', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152595, 152595, 'Other Items', 'Other-Items', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152596, 152596, 'Clothing (Sizes 6 & 6x)', 'Clothing-Sizes-6-and-6x', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152597, 152597, 'Dresses', 'Dresses', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152598, 152598, 'Jeans & Pants', 'Jeans-and-Pants', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152599, 152599, 'Athletic', 'Athletic', 152598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152600, 152600, 'Capri, Cropped', 'Capri-Cropped', 152598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152601, 152601, 'Corduroys', 'Corduroys', 152598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152602, 152602, 'Jeans', 'Jeans', 152598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152603, 152603, 'Khakis, Chinos', 'Khakis-Chinos', 152598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152604, 152604, 'Leggings', 'Leggings', 152598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152605, 152605, 'Other', 'Other', 152598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152606, 152606, 'Outerwear', 'Outerwear', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152607, 152607, 'Denim', 'Denim', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152608, 152608, 'Down, Poly-fill', 'Down-Poly-fill', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152609, 152609, 'Fleece', 'Fleece', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152610, 152610, 'Fur, Faux Fur', 'Fur-Faux-Fur', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152611, 152611, 'Leather', 'Leather', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152612, 152612, 'Snow Suits, Pants', 'Snow-Suits-Pants', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152613, 152613, 'Wind, Rain', 'Wind-Rain', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152614, 152614, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152615, 152615, 'Other', 'Other', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152616, 152616, 'Outfits & Sets', 'Outfits-and-Sets', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152617, 152617, 'Overalls', 'Overalls', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152618, 152618, 'Shorts', 'Shorts', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152619, 152619, 'Skirts', 'Skirts', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152620, 152620, 'Skorts', 'Skorts', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152621, 152621, 'Sleepwear', 'Sleepwear', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152622, 152622, 'Sweaters', 'Sweaters', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152623, 152623, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152624, 152624, 'Swimwear', 'Swimwear', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152625, 152625, 'One Piece', 'One-Piece', 152624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152626, 152626, 'Two Piece', 'Two-Piece', 152624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152627, 152627, 'Coverups & Sets', 'Coverups-and-Sets', 152624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152628, 152628, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152629, 152629, 'Long Sleeve', 'Long-Sleeve', 152628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152630, 152630, 'Short Sleeve', 'Short-Sleeve', 152628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152631, 152631, 'Sleeveless, Tank, Halter', 'Sleeveless-Tank-Halter', 152628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152632, 152632, 'Underwear', 'Underwear', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152633, 152633, 'Mixed Items', 'Mixed-Items', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152634, 152634, 'Other Items', 'Other-Items', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3051, 3051, 'Clothing (Size 7)', 'Clothing-Size-7', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3053, 3053, 'Dresses', 'Dresses', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57958, 57958, 'Jeans & Pants', 'Jeans-and-Pants', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57959, 57959, 'Athletic Pants', 'Athletic-Pants', 57958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103068, 103068, 'Capri, Cropped', 'Capri-Cropped', 57958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57960, 57960, 'Corduroys', 'Corduroys', 57958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57961, 57961, 'Jeans', 'Jeans', 57958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57962, 57962, 'Leggings', 'Leggings', 57958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57963, 57963, 'Slacks', 'Slacks', 57958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3055, 3055, 'Other', 'Other', 57958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57964, 57964, 'Outerwear', 'Outerwear', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57965, 57965, 'Denim', 'Denim', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57966, 57966, 'Down, Poly-fill', 'Down-Poly-fill', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57967, 57967, 'Fleece', 'Fleece', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57968, 57968, 'Fur, Faux Fur', 'Fur-Faux-Fur', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57969, 57969, 'Leather', 'Leather', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57970, 57970, 'Snow Suits, Pants', 'Snow-Suits-Pants', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57971, 57971, 'Wind, Rain', 'Wind-Rain', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57972, 57972, 'Wool, Wool Blend', 'Wool-Wool-Blend', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3054, 3054, 'Other', 'Other', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15647, 15647, 'Outfits & Sets', 'Outfits-and-Sets', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57973, 57973, 'Overalls', 'Overalls', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15648, 15648, 'Shorts', 'Shorts', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11476, 11476, 'Skirts', 'Skirts', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152553, 152553, 'Skorts', 'Skorts', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15649, 15649, 'Sleepwear', 'Sleepwear', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11477, 11477, 'Sweaters', 'Sweaters', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152554, 152554, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49080, 49080, 'Swimwear', 'Swimwear', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15650, 15650, 'One Piece', 'One-Piece', 49080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152551, 152551, 'Two Piece', 'Two-Piece', 49080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152552, 152552, 'Coverups & Sets', 'Coverups-and-Sets', 49080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51585, 51585, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152555, 152555, 'Long Sleeve', 'Long-Sleeve', 51585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3056, 3056, 'Short Sleeve', 'Short-Sleeve', 51585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152556, 152556, 'Sleeveless, Tank, Halter', 'Sleeveless-Tank-Halter', 51585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15651, 15651, 'Underwear', 'Underwear', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15652, 15652, 'Mixed Items', 'Mixed-Items', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1068, 1068, 'Other Items', 'Other-Items', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152635, 152635, 'Clothing (Sizes 8 & 9)', 'Clothing-Sizes-8-and-9', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152636, 152636, 'Dresses', 'Dresses', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152637, 152637, 'Jeans & Pants', 'Jeans-and-Pants', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152638, 152638, 'Athletic Pants', 'Athletic-Pants', 152637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152639, 152639, 'Capri, Cropped', 'Capri-Cropped', 152637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152640, 152640, 'Corduroys', 'Corduroys', 152637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152641, 152641, 'Jeans', 'Jeans', 152637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152642, 152642, 'Leggings', 'Leggings', 152637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152643, 152643, 'Slacks', 'Slacks', 152637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152644, 152644, 'Other', 'Other', 152637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152645, 152645, 'Outerwear', 'Outerwear', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152646, 152646, 'Denim', 'Denim', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152647, 152647, 'Down, Poly-fill', 'Down-Poly-fill', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152648, 152648, 'Fleece', 'Fleece', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152649, 152649, 'Fur, Faux Fur', 'Fur-Faux-Fur', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152650, 152650, 'Leather', 'Leather', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152651, 152651, 'Snow Suits, Pants', 'Snow-Suits-Pants', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152652, 152652, 'Wind, Rain', 'Wind-Rain', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152653, 152653, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152654, 152654, 'Other', 'Other', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152655, 152655, 'Outfits & Sets', 'Outfits-and-Sets', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152656, 152656, 'Overalls', 'Overalls', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152657, 152657, 'Shorts', 'Shorts', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152658, 152658, 'Skirts', 'Skirts', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152659, 152659, 'Skorts', 'Skorts', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152660, 152660, 'Sleepwear', 'Sleepwear', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152661, 152661, 'Sweaters', 'Sweaters', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 153009, 153009, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152662, 152662, 'Swimwear', 'Swimwear', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152663, 152663, 'One Piece', 'One-Piece', 152662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152664, 152664, 'Two Piece', 'Two-Piece', 152662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152665, 152665, 'Coverups & Sets', 'Coverups-and-Sets', 152662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152666, 152666, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152667, 152667, 'Long Sleeve', 'Long-Sleeve', 152666, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152668, 152668, 'Short Sleeve', 'Short-Sleeve', 152666, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152669, 152669, 'Sleeveless, Tank, Halter', 'Sleeveless-Tank-Halter', 152666, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152670, 152670, 'Underwear', 'Underwear', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152671, 152671, 'Mixed Items', 'Mixed-Items', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152672, 152672, 'Other Items', 'Other-Items', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152673, 152673, 'Clothing (Sizes 10 & 11)', 'Clothing-Sizes-10-and-11', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152674, 152674, 'Dresses', 'Dresses', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152675, 152675, 'Jeans & Pants', 'Jeans-and-Pants', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152676, 152676, 'Athletic Pants', 'Athletic-Pants', 152675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152677, 152677, 'Capri, Cropped', 'Capri-Cropped', 152675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152678, 152678, 'Corduroys', 'Corduroys', 152675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152679, 152679, 'Jeans', 'Jeans', 152675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152680, 152680, 'Leggings', 'Leggings', 152675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152681, 152681, 'Slacks', 'Slacks', 152675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152682, 152682, 'Other', 'Other', 152675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152683, 152683, 'Outerwear', 'Outerwear', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152684, 152684, 'Denim', 'Denim', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152685, 152685, 'Down, Poly-fill', 'Down-Poly-fill', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152686, 152686, 'Fleece', 'Fleece', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152687, 152687, 'Fur, Faux Fur', 'Fur-Faux-Fur', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152688, 152688, 'Leather', 'Leather', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152689, 152689, 'Snow Suits, Pants', 'Snow-Suits-Pants', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152690, 152690, 'Wind, Rain', 'Wind-Rain', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152691, 152691, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152692, 152692, 'Other', 'Other', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152693, 152693, 'Outfits & Sets', 'Outfits-and-Sets', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152694, 152694, 'Overalls', 'Overalls', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152695, 152695, 'Shorts', 'Shorts', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152696, 152696, 'Skirts', 'Skirts', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152697, 152697, 'Skorts', 'Skorts', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152698, 152698, 'Sleepwear', 'Sleepwear', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152699, 152699, 'Sweaters', 'Sweaters', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152700, 152700, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152701, 152701, 'Swimwear', 'Swimwear', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152702, 152702, 'One Piece', 'One-Piece', 152701, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152703, 152703, 'Two Piece', 'Two-Piece', 152701, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152704, 152704, 'Coverups & Sets', 'Coverups-and-Sets', 152701, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152705, 152705, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152706, 152706, 'Long Sleeve', 'Long-Sleeve', 152705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152707, 152707, 'Short Sleeve', 'Short-Sleeve', 152705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152708, 152708, 'Sleeveless, Tank, Halter', 'Sleeveless-Tank-Halter', 152705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152709, 152709, 'Underwear', 'Underwear', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152710, 152710, 'Mixed Items', 'Mixed-Items', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152711, 152711, 'Other Items', 'Other-Items', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152712, 152712, 'Clothing (Sizes 12 & up)', 'Clothing-Sizes-12-and-up', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152713, 152713, 'Dresses', 'Dresses', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152714, 152714, 'Jeans & Pants', 'Jeans-and-Pants', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152715, 152715, 'Athletic Pants', 'Athletic-Pants', 152714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152716, 152716, 'Capri, Cropped', 'Capri-Cropped', 152714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152717, 152717, 'Corduroys', 'Corduroys', 152714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152718, 152718, 'Jeans', 'Jeans', 152714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152719, 152719, 'Leggings', 'Leggings', 152714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152720, 152720, 'Slacks', 'Slacks', 152714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152721, 152721, 'Other', 'Other', 152714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152722, 152722, 'Outerwear', 'Outerwear', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152723, 152723, 'Denim', 'Denim', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152724, 152724, 'Down, Poly-fill', 'Down-Poly-fill', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152725, 152725, 'Fleece', 'Fleece', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152726, 152726, 'Fur, Faux Fur', 'Fur-Faux-Fur', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152727, 152727, 'Leather', 'Leather', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152728, 152728, 'Snow Suits, Pants', 'Snow-Suits-Pants', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152729, 152729, 'Wind, Rain', 'Wind-Rain', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152730, 152730, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152731, 152731, 'Other', 'Other', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152732, 152732, 'Outfits & Sets', 'Outfits-and-Sets', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152733, 152733, 'Overalls', 'Overalls', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152734, 152734, 'Shorts', 'Shorts', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152735, 152735, 'Skirts', 'Skirts', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152736, 152736, 'Skorts', 'Skorts', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152737, 152737, 'Sleepwear', 'Sleepwear', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152738, 152738, 'Sweaters', 'Sweaters', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152739, 152739, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152740, 152740, 'Swimwear', 'Swimwear', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152741, 152741, 'One Piece', 'One-Piece', 152740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152742, 152742, 'Two Piece', 'Two-Piece', 152740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152743, 152743, 'Coverups & Sets', 'Coverups-and-Sets', 152740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152744, 152744, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152745, 152745, 'Long Sleeve', 'Long-Sleeve', 152744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152746, 152746, 'Short Sleeve', 'Short-Sleeve', 152744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152747, 152747, 'Sleeveless, Tank, Halter', 'Sleeveless-Tank-Halter', 152744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152748, 152748, 'Underwear', 'Underwear', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152749, 152749, 'Mixed Items', 'Mixed-Items', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152750, 152750, 'Other Items', 'Other-Items', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152751, 152751, 'Plus Size Clothing', 'Plus-Size-Clothing', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152752, 152752, 'Dresses', 'Dresses', 152751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152753, 152753, 'Jeans & Pants', 'Jeans-and-Pants', 152751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152754, 152754, 'Outerwear', 'Outerwear', 152751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152755, 152755, 'Shorts & Skirts', 'Shorts-and-Skirts', 152751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152756, 152756, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152757, 152757, 'Swimwear', 'Swimwear', 152751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152758, 152758, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 152751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152759, 152759, 'Other', 'Other', 152751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57974, 57974, 'Shoes', 'Shoes', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57975, 57975, 'Athletic', 'Athletic', 57974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57976, 57976, 'Boots', 'Boots', 57974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57977, 57977, 'Casual, Dress', 'Casual-Dress', 57976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57978, 57978, 'Cowboy, Western', 'Cowboy-Western', 57976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57979, 57979, 'Snow, Rain', 'Snow-Rain', 57976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57980, 57980, 'Casual, Dress', 'Casual-Dress', 57974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57981, 57981, 'Clogs', 'Clogs', 57980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57982, 57982, 'Mary Janes', 'Mary-Janes', 57980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57983, 57983, 'Oxfords', 'Oxfords', 57980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57984, 57984, 'Other', 'Other', 57980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57985, 57985, 'Sandals', 'Sandals', 57974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57986, 57986, 'Slippers', 'Slippers', 57974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57987, 57987, 'Mixed Lots', 'Mixed-Lots', 57974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3072, 3072, 'Other', 'Other', 57974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 315, 315, 'Other Girls Items', 'Other-Girls-Items', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4250, 4250, 'Mens Accessories', 'Mens-Accessories', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52357, 52357, 'Backpacks, Bags', 'Backpacks-Bags', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52358, 52358, 'Backpacks', 'Backpacks', 52357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52359, 52359, 'Duffle, Gym Bags', 'Duffle-Gym-Bags', 52357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52360, 52360, 'Fanny, Waist Packs', 'Fanny-Waist-Packs', 52357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52361, 52361, 'Messenger, Shoulder Bags', 'Messenger-Shoulder-Bags', 52357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15660, 15660, 'Other', 'Other', 52357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86647, 86647, 'Belt Buckles', 'Belt-Buckles', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86648, 86648, 'Animals', 'Animals', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86649, 86649, 'Beer, Beverages', 'Beer-Beverages', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105400, 105400, 'Crosses', 'Crosses', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86650, 86650, 'Dress', 'Dress', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105401, 105401, 'LED', 'LED', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86651, 86651, 'Military', 'Military', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86652, 86652, 'Motorcycles, Vehicles', 'Motorcycles-Vehicles', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86653, 86653, 'Music', 'Music', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86654, 86654, 'Patriotic, Flags', 'Patriotic-Flags', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86655, 86655, 'Skulls', 'Skulls', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86656, 86656, 'Sports', 'Sports', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105402, 105402, 'States', 'States', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86657, 86657, 'Western', 'Western', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15661, 15661, 'Other', 'Other', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2993, 2993, 'Belts', 'Belts', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52362, 52362, 'Briefcases', 'Briefcases', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52363, 52363, 'Hard', 'Hard', 52362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52364, 52364, 'Soft', 'Soft', 52362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11481, 11481, 'Other', 'Other', 52362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152537, 152537, 'Canes, Walking Sticks', 'Canes-Walking-Sticks', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2994, 2994, 'Gloves, Mittens', 'Gloves-Mittens', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52365, 52365, 'Hats', 'Hats', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105391, 105391, 'Ball Cap', 'Ball-Cap', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105392, 105392, 'Abercrombie & Fitch', 'Abercrombie-and-Fitch', 105391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105393, 105393, 'Auto', 'Auto', 105391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105394, 105394, 'Leather', 'Leather', 105391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105395, 105395, 'Nike', 'Nike', 105391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105859, 105859, 'Patriotic', 'Patriotic', 105391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105396, 105396, 'Political', 'Political', 105391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105397, 105397, 'Racing', 'Racing', 105391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52366, 52366, 'Other Ball Caps', 'Other-Ball-Caps', 105391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52367, 52367, 'Beanie, Skull', 'Beanie-Skull', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52368, 52368, 'Biker, Head Wrap', 'Biker-Head-Wrap', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52369, 52369, 'Bucket, Fedora', 'Bucket-Fedora', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52370, 52370, 'Cowboy, Western', 'Cowboy-Western', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105398, 105398, 'Fur', 'Fur', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105399, 105399, 'Top Hats', 'Top-Hats', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52371, 52371, 'Trucker', 'Trucker', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52372, 52372, 'Visor', 'Visor', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2998, 2998, 'Other', 'Other', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52373, 52373, 'Keychains', 'Keychains', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145753, 145753, 'Luggage', 'Luggage', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15662, 15662, 'Neckwear, Ties', 'Neckwear-Ties', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15663, 15663, 'Bow Ties', 'Bow-Ties', 15662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52374, 52374, 'Neck Ties', 'Neck-Ties', 15662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86644, 86644, 'Dress', 'Dress', 52374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52375, 52375, 'Florals', 'Florals', 86644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52377, 52377, 'Paisleys', 'Paisleys', 86644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86646, 86646, 'Polka Dots', 'Polka-Dots', 86644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52378, 52378, 'Solids', 'Solids', 86644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52380, 52380, 'Stripes', 'Stripes', 86644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86645, 86645, 'Other', 'Other', 86644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86640, 86640, 'Novelty', 'Novelty', 52374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86641, 86641, 'Animals', 'Animals', 86640, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86642, 86642, 'Holiday, Event', 'Holiday-Event', 86640, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86643, 86643, 'Music', 'Music', 86640, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52379, 52379, 'Sports', 'Sports', 86640, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52376, 52376, 'Other', 'Other', 86640, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52381, 52381, 'Mixed Lots', 'Mixed-Lots', 52374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2995, 2995, 'Other', 'Other', 52374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52382, 52382, 'Scarves', 'Scarves', 15662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15664, 15664, 'Other Neckwear', 'Other-Neckwear', 15662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 15665, 15665, 'Organizers, Planners', 'Organizers-Planners', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79720, 79720, 'Sunglasses', 'Sunglasses', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79741, 79741, 'Armani', 'Armani', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79742, 79742, 'Arnette', 'Arnette', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79743, 79743, 'Black Flys', 'Black-Flys', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79744, 79744, 'Bolle', 'Bolle', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79745, 79745, 'Carrera', 'Carrera', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79746, 79746, 'Cartier', 'Cartier', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79747, 79747, 'Christian Dior', 'Christian-Dior', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79748, 79748, 'Choppers', 'Choppers', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79749, 79749, 'Costa Del Mar', 'Costa-Del-Mar', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79750, 79750, 'Diesel', 'Diesel', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79751, 79751, 'Dolce & Gabbana', 'Dolce-and-Gabbana', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79752, 79752, 'Dragon', 'Dragon', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79753, 79753, 'Gucci', 'Gucci', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79721, 79721, 'Harley Davidson', 'Harley-Davidson', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79722, 79722, 'Hugo Boss', 'Hugo-Boss', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79723, 79723, 'Maui Jim', 'Maui-Jim', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79724, 79724, 'Nike', 'Nike', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79725, 79725, 'Oakley', 'Oakley', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79726, 79726, 'Jackets', 'Jackets', 79725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79727, 79727, 'M Frame', 'M-Frame', 79725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79728, 79728, 'Wires', 'Wires', 79725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79729, 79729, 'X Metal', 'X-Metal', 79725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79730, 79730, 'Other', 'Other', 79725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79731, 79731, 'Prada', 'Prada', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79732, 79732, 'Ray-Ban', 'Ray-Ban', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79733, 79733, 'Revo', 'Revo', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79734, 79734, 'Serengeti', 'Serengeti', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79735, 79735, 'Smith Sport', 'Smith-Sport', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79736, 79736, 'Spy', 'Spy', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79737, 79737, 'Versace', 'Versace', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79738, 79738, 'Vuarnet', 'Vuarnet', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79739, 79739, 'X Loop', 'X-Loop', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79740, 79740, 'Wiley X', 'Wiley-X', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15666, 15666, 'Other', 'Other', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105387, 105387, 'Suspenders, Braces', 'Suspenders-Braces', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105388, 105388, 'Novelty', 'Novelty', 105387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105389, 105389, 'Solids', 'Solids', 105387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105390, 105390, 'Stripes', 'Stripes', 105387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11482, 11482, 'Other', 'Other', 105387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105403, 105403, 'Wallets, Holders', 'Wallets-Holders', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105404, 105404, 'Bifolds', 'Bifolds', 105403, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105405, 105405, 'Black', 'Black', 105404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105406, 105406, 'Brown', 'Brown', 105404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105407, 105407, 'Other', 'Other', 105404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105860, 105860, 'Business, Credit Card Cases', 'Business-Credit-Card-Cases', 105403, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105408, 105408, 'Checkbook Holders', 'Checkbook-Holders', 105403, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105409, 105409, 'Coin Wallets, Holders', 'Coin-Wallets-Holders', 105403, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105410, 105410, 'ID Wallets, Cases', 'ID-Wallets-Cases', 105403, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105411, 105411, 'Key Cases', 'Key-Cases', 105403, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105412, 105412, 'Trifolds', 'Trifolds', 105403, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105413, 105413, 'Black', 'Black', 105412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105414, 105414, 'Brown', 'Brown', 105412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105415, 105415, 'Other', 'Other', 105412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2996, 2996, 'Other Wallets, Holders', 'Other-Wallets-Holders', 105403, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1060, 1060, 'Other Items', 'Other-Items', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1059, 1059, 'Mens Clothing', 'Mens-Clothing', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137084, 137084, 'Athletic Apparel', 'Athletic-Apparel', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155176, 155176, 'Big & Tall', 'Big-and-Tall', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155177, 155177, 'Jeans', 'Jeans', 155176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155178, 155178, 'Outerwear', 'Outerwear', 155176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155179, 155179, 'Pants', 'Pants', 155176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155180, 155180, 'Shirts', 'Shirts', 155176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155181, 155181, 'Shorts', 'Shorts', 155176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155182, 155182, 'Other Big & Tall', 'Other-Big-and-Tall', 155176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3002, 3002, 'Blazers & Sport Coats', 'Blazers-and-Sport-Coats', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11483, 11483, 'Jeans', 'Jeans', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 112424, 112424, 'Kilts, Sporrans', 'Kilts-Sporrans', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57988, 57988, 'Outerwear', 'Outerwear', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57989, 57989, 'Pants', 'Pants', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15680, 15680, 'Shirts', 'Shirts', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57990, 57990, 'Casual', 'Casual', 15680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57991, 57991, 'Dress', 'Dress', 15680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15687, 15687, 'T-Shirts, Tank Tops', 'T-Shirts-Tank-Tops', 15680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2999, 2999, 'Other Shirts', 'Other-Shirts', 15680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15689, 15689, 'Shorts', 'Shorts', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3001, 3001, 'Suits', 'Suits', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11484, 11484, 'Sweaters', 'Sweaters', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155183, 155183, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15690, 15690, 'Swimwear', 'Swimwear', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11507, 11507, 'Underwear, Sleepwear', 'Underwear-Sleepwear', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11508, 11508, 'Boxers', 'Boxers', 11507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11509, 11509, 'Briefs', 'Briefs', 11507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11510, 11510, 'Robes, Sleepwear', 'Robes-Sleepwear', 11507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11511, 11511, 'Socks', 'Socks', 11507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11506, 11506, 'Other Items', 'Other-Items', 11507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15691, 15691, 'Vests', 'Vests', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 313, 313, 'Other Items', 'Other-Items', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63850, 63850, 'Mens Shoes', 'Mens-Shoes', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28015, 28015, 'Uniforms', 'Uniforms', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105416, 105416, 'Adult', 'Adult', 28015, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105417, 105417, 'Lab Coats', 'Lab-Coats', 105416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105418, 105418, 'Scouting', 'Scouting', 105416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105419, 105419, 'Scrubs', 'Scrubs', 105416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105420, 105420, 'Bottoms', 'Bottoms', 105419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105421, 105421, 'X Small', 'X-Small', 105420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105422, 105422, 'Small', 'Small', 105420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105423, 105423, 'Medium', 'Medium', 105420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105424, 105424, 'Large', 'Large', 105420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105425, 105425, 'X Large', 'X-Large', 105420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105426, 105426, 'Plus', 'Plus', 105420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105427, 105427, 'Other', 'Other', 105420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105428, 105428, 'Sets, 2 pieces', 'Sets-2-pieces', 105419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105429, 105429, 'X Small', 'X-Small', 105428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105430, 105430, 'Small', 'Small', 105428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105431, 105431, 'Medium', 'Medium', 105428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105432, 105432, 'Large', 'Large', 105428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105433, 105433, 'X Large', 'X-Large', 105428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105434, 105434, 'Plus', 'Plus', 105428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105435, 105435, 'Other', 'Other', 105428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105436, 105436, 'Tops', 'Tops', 105419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105437, 105437, 'X Small', 'X-Small', 105436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105438, 105438, 'Small', 'Small', 105436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105439, 105439, 'Medium', 'Medium', 105436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105440, 105440, 'Large', 'Large', 105436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105441, 105441, 'X Large', 'X-Large', 105436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105442, 105442, 'Plus', 'Plus', 105436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105443, 105443, 'Other', 'Other', 105436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105444, 105444, 'Lots', 'Lots', 105419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16119, 16119, 'Other', 'Other', 105419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28016, 28016, 'Boys', 'Boys', 28015, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105445, 105445, 'Boys Sz 4-7', 'Boys-Sz-4-7', 28016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105446, 105446, 'School', 'School', 105445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11458, 11458, 'Other', 'Other', 105445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105447, 105447, 'Boys Sz 8 and up', 'Boys-Sz-8-and-up', 28016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105448, 105448, 'School', 'School', 105447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4323, 4323, 'Other', 'Other', 105447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105449, 105449, 'Teens', 'Teens', 28016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105450, 105450, 'School', 'School', 105449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11461, 11461, 'Other', 'Other', 105449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28017, 28017, 'Girls', 'Girls', 28015, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105451, 105451, 'Girls Sz 4-6z', 'Girls-Sz-4-6z', 28017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105452, 105452, 'School', 'School', 105451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11471, 11471, 'Other', 'Other', 105451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105453, 105453, 'Girls Sz 7 and up', 'Girls-Sz-7-and-up', 28017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105454, 105454, 'School', 'School', 105453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4958, 4958, 'Other', 'Other', 105453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105455, 105455, 'Teens', 'Teens', 28017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105456, 105456, 'School', 'School', 105455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11478, 11478, 'Other', 'Other', 105455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155184, 155184, 'Unisex Clothing, Shoes & Accs', 'Unisex-Clothing-Shoes-and-Accs', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155185, 155185, 'Unisex Accessories', 'Unisex-Accessories', 155184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155186, 155186, 'Bags, Backpacks', 'Bags-Backpacks', 155185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155187, 155187, 'Belts', 'Belts', 155185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155188, 155188, 'Hats', 'Hats', 155185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155189, 155189, 'Sunglasses', 'Sunglasses', 155185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155190, 155190, 'Umbrellas', 'Umbrellas', 155185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155191, 155191, 'Other', 'Other', 155185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155192, 155192, 'Unisex Adult Clothing', 'Unisex-Adult-Clothing', 155184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155193, 155193, 'T-Shirts', 'T-Shirts', 155192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155194, 155194, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 155192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155195, 155195, 'Outerwear', 'Outerwear', 155192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155196, 155196, 'Shoes', 'Shoes', 155192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155197, 155197, 'Other', 'Other', 155192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155198, 155198, 'Unisex Childrens Clothing', 'Unisex-Childrens-Clothing', 155184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155199, 155199, 'T-Shirts', 'T-Shirts', 155198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155200, 155200, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 155198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155201, 155201, 'Outerwear', 'Outerwear', 155198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155202, 155202, 'Shoes', 'Shoes', 155198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155203, 155203, 'Other', 'Other', 155198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3259, 3259, 'Wedding Apparel', 'Wedding-Apparel', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15717, 15717, 'Bridal Accessories', 'Bridal-Accessories', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105457, 105457, 'Baskets', 'Baskets', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105458, 105458, 'Garters', 'Garters', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105459, 105459, 'Black', 'Black', 105458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105460, 105460, 'Ivory', 'Ivory', 105458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105461, 105461, 'Pink', 'Pink', 105458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105462, 105462, 'White', 'White', 105458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15718, 15718, 'Other Garters', 'Other-Garters', 105458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105463, 105463, 'Gloves', 'Gloves', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105464, 105464, 'Elbow', 'Elbow', 105463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105465, 105465, 'Opera, Long', 'Opera-Long', 105463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105466, 105466, 'Fingerless', 'Fingerless', 105463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105467, 105467, 'Other Gloves', 'Other-Gloves', 105463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105468, 105468, 'Hats', 'Hats', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105469, 105469, 'Petticoats, Slips', 'Petticoats-Slips', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105470, 105470, 'Pillows', 'Pillows', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105471, 105471, 'Shoes', 'Shoes', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105472, 105472, 'Wraps', 'Wraps', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3260, 3260, 'Other Accessories', 'Other-Accessories', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105520, 105520, 'Boys Attire', 'Boys-Attire', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105521, 105521, 'Page Boy Outfits', 'Page-Boy-Outfits', 105520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105522, 105522, 'Tuxedos', 'Tuxedos', 105520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3267, 3267, 'Other Boys Attire', 'Other-Boys-Attire', 105520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105523, 105523, 'Bridesmaids Dresses', 'Bridesmaids-Dresses', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105524, 105524, 'Black', 'Black', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105525, 105525, 'Blue', 'Blue', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105526, 105526, 'Green', 'Green', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105527, 105527, 'Ivory', 'Ivory', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105528, 105528, 'Purple, Lilac', 'Purple-Lilac', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105529, 105529, 'Pink', 'Pink', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105530, 105530, 'Red', 'Red', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105531, 105531, 'White', 'White', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105532, 105532, 'Wine, Burgundy', 'Wine-Burgundy', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105533, 105533, 'Yellow, Gold', 'Yellow-Gold', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3262, 3262, 'Other Dresses', 'Other-Dresses', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105473, 105473, 'Girls Dresses', 'Girls-Dresses', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105474, 105474, '0-24 months', '0-24-months', 105473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105475, 105475, 'Blue', 'Blue', 105474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105476, 105476, 'Ivory', 'Ivory', 105474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105477, 105477, 'Lilac', 'Lilac', 105474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105478, 105478, 'Pink', 'Pink', 105474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105479, 105479, 'White', 'White', 105474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105480, 105480, 'Other Dresses', 'Other-Dresses', 105474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105481, 105481, '2T-4T', '2T-4T', 105473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105482, 105482, 'Blue', 'Blue', 105481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105483, 105483, 'Ivory', 'Ivory', 105481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105484, 105484, 'Lilac', 'Lilac', 105481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105485, 105485, 'Pink', 'Pink', 105481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105486, 105486, 'White', 'White', 105481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105487, 105487, 'Other Dresses', 'Other-Dresses', 105481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105488, 105488, '4-6x', '4-6x', 105473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105489, 105489, 'Blue', 'Blue', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105490, 105490, 'Ivory', 'Ivory', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105491, 105491, 'Lilac', 'Lilac', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105492, 105492, 'Pink', 'Pink', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105493, 105493, 'Red', 'Red', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105494, 105494, 'White', 'White', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105495, 105495, 'Wine, Burgundy', 'Wine-Burgundy', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105496, 105496, 'Yellow, Gold', 'Yellow-Gold', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105497, 105497, 'Other Dresses', 'Other-Dresses', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105498, 105498, '7 and Up', '7-and-Up', 105473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105499, 105499, 'Blue', 'Blue', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105500, 105500, 'Ivory', 'Ivory', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105501, 105501, 'Lilac', 'Lilac', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105502, 105502, 'Pink', 'Pink', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105503, 105503, 'Red', 'Red', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105504, 105504, 'White', 'White', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105505, 105505, 'Wine, Burgundy', 'Wine-Burgundy', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105506, 105506, 'Yellow, Gold', 'Yellow-Gold', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105507, 105507, 'Other Dresses', 'Other-Dresses', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3263, 3263, 'Other Girls Dresses', 'Other-Girls-Dresses', 105473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105508, 105508, 'Mens Attire & Accessories', 'Mens-Attire-and-Accessories', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105509, 105509, 'Ties, Cravats & Cummerbunds', 'Ties-Cravats-and-Cummerbunds', 105508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105511, 105511, 'Tuxedo Jackets', 'Tuxedo-Jackets', 105508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105512, 105512, 'Tuxedo Shirts', 'Tuxedo-Shirts', 105508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105514, 105514, 'Tuxedo Vests', 'Tuxedo-Vests', 105508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105515, 105515, 'Tuxedos', 'Tuxedos', 105508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 148486, 148486, 'Accessories', 'Accessories', 105508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3264, 3264, 'Other Mens Attire', 'Other-Mens-Attire', 105508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105516, 105516, 'Tiaras', 'Tiaras', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105517, 105517, 'Band', 'Band', 105516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105518, 105518, 'Crown', 'Crown', 105516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105519, 105519, 'Other Tiaras', 'Other-Tiaras', 105516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105534, 105534, 'Veils', 'Veils', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105535, 105535, 'Shoulder, Short', 'Shoulder-Short', 105534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105536, 105536, 'Elbow', 'Elbow', 105534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105537, 105537, 'Fingertip', 'Fingertip', 105534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105538, 105538, 'Waltz, Knee', 'Waltz-Knee', 105534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105539, 105539, 'Chapel, Floor', 'Chapel-Floor', 105534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105540, 105540, 'Cathedral, Train', 'Cathedral-Train', 105534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15719, 15719, 'Other Veils', 'Other-Veils', 105534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63851, 63851, 'Wedding Dresses', 'Wedding-Dresses', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1265, 1265, 'Other Items', 'Other-Items', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4251, 4251, 'Womens Accessories, Handbags', 'Womens-Accessories-Handbags', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45212, 45212, 'Belts', 'Belts', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45213, 45213, 'Fabric', 'Fabric', 45212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45214, 45214, 'Leather', 'Leather', 45212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45215, 45215, 'Metal', 'Metal', 45212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3003, 3003, 'Other', 'Other', 45212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105559, 105559, 'Gloves, Mittens', 'Gloves-Mittens', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105560, 105560, 'Evening Gloves', 'Evening-Gloves', 105559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105561, 105561, 'Elbow', 'Elbow', 105560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105562, 105562, 'Opera', 'Opera', 105560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105563, 105563, 'Other Evening Gloves', 'Other-Evening-Gloves', 105560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105564, 105564, 'Mittens', 'Mittens', 105559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105565, 105565, 'Winter Gloves', 'Winter-Gloves', 105559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105566, 105566, 'Fingerless', 'Fingerless', 105565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105567, 105567, 'Leather', 'Leather', 105565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105568, 105568, 'Other Winter Gloves', 'Other-Winter-Gloves', 105565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3004, 3004, 'Other Gloves', 'Other-Gloves', 105559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45220, 45220, 'Hair Accessories', 'Hair-Accessories', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45221, 45221, 'Barrettes', 'Barrettes', 45220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45222, 45222, 'Clips, Claws', 'Clips-Claws', 45220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45223, 45223, 'Headbands', 'Headbands', 45220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105541, 105541, 'Ponytail Holders', 'Ponytail-Holders', 45220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45224, 45224, 'Scrunchies', 'Scrunchies', 45220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45225, 45225, 'Sticks, Combs, Picks', 'Sticks-Combs-Picks', 45220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45226, 45226, 'Mixed Lots', 'Mixed-Lots', 45220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18788, 18788, 'Other', 'Other', 45220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63852, 63852, 'Handbags, Bags', 'Handbags-Bags', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45230, 45230, 'Hats', 'Hats', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45231, 45231, 'Ball Cap', 'Ball-Cap', 45230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45232, 45232, 'Beanie, Skull, Ski', 'Beanie-Skull-Ski', 45230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45233, 45233, 'Beret, Newsboy', 'Beret-Newsboy', 45230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45234, 45234, 'Bucket, Crusher', 'Bucket-Crusher', 45230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45235, 45235, 'Cowboy, Western', 'Cowboy-Western', 45230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60178, 60178, 'Fur', 'Fur', 45230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45236, 45236, 'Visor', 'Visor', 45230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3005, 3005, 'Other', 'Other', 45230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45237, 45237, 'Key Chains', 'Key-Chains', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145754, 145754, 'Luggage', 'Luggage', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60179, 60179, 'Organizers, Planners', 'Organizers-Planners', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60180, 60180, 'Cloth, Fabric', 'Cloth-Fabric', 60179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60181, 60181, 'Leather', 'Leather', 60179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15735, 15735, 'Other', 'Other', 60179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45238, 45238, 'Scarves, Wraps', 'Scarves-Wraps', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45239, 45239, 'Chiffon', 'Chiffon', 45238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45240, 45240, 'Fur', 'Fur', 45238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45241, 45241, 'Silk', 'Silk', 45238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45242, 45242, 'Solid Color', 'Solid-Color', 45241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45243, 45243, 'Pattern, Print', 'Pattern-Print', 45241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45244, 45244, 'Other', 'Other', 45241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60182, 60182, 'Wool, Pashmina', 'Wool-Pashmina', 45238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60183, 60183, 'Neck Scarf', 'Neck-Scarf', 60182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60184, 60184, 'Shawl, Wrap', 'Shawl-Wrap', 60182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45245, 45245, 'Other', 'Other', 60182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3007, 3007, 'Other', 'Other', 45238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150955, 150955, 'Shoe Charms', 'Shoe-Charms', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45246, 45246, 'Sunglasses', 'Sunglasses', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45247, 45247, 'Armani', 'Armani', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74959, 74959, 'Baby Phat', 'Baby-Phat', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45248, 45248, 'Burberry', 'Burberry', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45249, 45249, 'Chanel', 'Chanel', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45250, 45250, 'Christian Dior', 'Christian-Dior', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132984, 132984, 'Coach', 'Coach', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105542, 105542, 'Diesel', 'Diesel', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45251, 45251, 'Dolce & Gabbana, D&G', 'Dolce-and-Gabbana-DandG', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74960, 74960, 'Donna Karan, DKNY', 'Donna-Karan-DKNY', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45252, 45252, 'Fendi', 'Fendi', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132985, 132985, 'Ferragamo', 'Ferragamo', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45253, 45253, 'Gucci', 'Gucci', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132986, 132986, 'Juicy Couture', 'Juicy-Couture', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74961, 74961, 'Kate Spade', 'Kate-Spade', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105543, 105543, 'Louis Vuitton', 'Louis-Vuitton', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132987, 132987, 'Marc Jacobs', 'Marc-Jacobs', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60185, 60185, 'Oakley', 'Oakley', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132993, 132993, 'Persol', 'Persol', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45254, 45254, 'Prada', 'Prada', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60186, 60186, 'Ralph Lauren, Polo', 'Ralph-Lauren-Polo', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45255, 45255, 'Ray-Ban', 'Ray-Ban', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132988, 132988, 'Revo', 'Revo', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132989, 132989, 'Roberto Cavalli', 'Roberto-Cavalli', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60187, 60187, 'Serengeti', 'Serengeti', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132991, 132991, 'Spy', 'Spy', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132992, 132992, 'Valentino', 'Valentino', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45256, 45256, 'Versace', 'Versace', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132990, 132990, 'YSL / Yves Saint Laurent', 'YSL-Yves-Saint-Laurent', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15736, 15736, 'Other', 'Other', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105569, 105569, 'Umbrellas', 'Umbrellas', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105570, 105570, 'Compacts, Totes', 'Compacts-Totes', 105569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105571, 105571, 'Parasols', 'Parasols', 105569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105572, 105572, 'Standard', 'Standard', 105569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45257, 45257, 'Other Umbrellas', 'Other-Umbrellas', 105569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45258, 45258, 'Wallets', 'Wallets', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105544, 105544, 'Business, Credit Card Holders', 'Business-Credit-Card-Holders', 45258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105545, 105545, 'Checkbook Holders', 'Checkbook-Holders', 45258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105546, 105546, 'Black', 'Black', 105545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105547, 105547, 'Blue, Navy', 'Blue-Navy', 105545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105548, 105548, 'Brown, Dk', 'Brown-Dk', 105545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105549, 105549, 'Brown, Lt', 'Brown-Lt', 105545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105550, 105550, 'Pink', 'Pink', 105545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105551, 105551, 'Red', 'Red', 105545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45263, 45263, 'Other', 'Other', 105545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45259, 45259, 'Clutch Wallets', 'Clutch-Wallets', 45258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45260, 45260, 'Coin Purses', 'Coin-Purses', 45258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105552, 105552, 'Medium Wallets', 'Medium-Wallets', 45258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105553, 105553, 'Black', 'Black', 105552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105554, 105554, 'Blue, Navy', 'Blue-Navy', 105552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105555, 105555, 'Brown, Dk', 'Brown-Dk', 105552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105556, 105556, 'Brown, Lt', 'Brown-Lt', 105552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105557, 105557, 'Pink', 'Pink', 105552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105558, 105558, 'Red', 'Red', 105552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45261, 45261, 'Other', 'Other', 105552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45262, 45262, 'Mini Wallets', 'Mini-Wallets', 45258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3008, 3008, 'Other', 'Other', 45258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60188, 60188, 'Wigs, Extensions', 'Wigs-Extensions', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15738, 15738, 'Mixed Items', 'Mixed-Items', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1063, 1063, 'Other Items', 'Other-Items', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15724, 15724, 'Womens Clothing', 'Womens-Clothing', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137085, 137085, 'Athletic Apparel', 'Athletic-Apparel', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63860, 63860, 'Blazers, Jackets', 'Blazers-Jackets', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63861, 63861, 'Dresses', 'Dresses', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11514, 11514, 'Intimates', 'Intimates', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63853, 63853, 'Bras, Bra Sets', 'Bras-Bra-Sets', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11521, 11521, 'Camisoles, Camisole Sets', 'Camisoles-Camisole-Sets', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11522, 11522, 'Corsets, Bustiers', 'Corsets-Bustiers', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11524, 11524, 'Hosiery, Socks', 'Hosiery-Socks', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11525, 11525, 'Pantyhose', 'Pantyhose', 11524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11526, 11526, 'Socks', 'Socks', 11524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11527, 11527, 'Stockings, Thigh-Highs', 'Stockings-Thigh-Highs', 11524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37570, 37570, 'Tights', 'Tights', 11524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11523, 11523, 'Other Hosiery, Socks', 'Other-Hosiery-Socks', 11524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63854, 63854, 'Panties', 'Panties', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45274, 45274, 'Shapers', 'Shapers', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45275, 45275, 'Body Suits', 'Body-Suits', 45274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45276, 45276, 'Briefs', 'Briefs', 45274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45277, 45277, 'Slip Shapers', 'Slip-Shapers', 45274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45278, 45278, 'Waist Cinchers', 'Waist-Cinchers', 45274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11530, 11530, 'Other Shapers', 'Other-Shapers', 45274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63855, 63855, 'Sleepwear, Robes', 'Sleepwear-Robes', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11532, 11532, 'Slips', 'Slips', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45279, 45279, 'Teddies', 'Teddies', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15746, 15746, 'Mixed Intimate Items', 'Mixed-Intimate-Items', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4844, 4844, 'Other Intimate Items', 'Other-Intimate-Items', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11554, 11554, 'Jeans', 'Jeans', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63862, 63862, 'Outerwear', 'Outerwear', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15769, 15769, 'Outfits', 'Outfits', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63863, 63863, 'Pants', 'Pants', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63868, 63868, 'Shirts, Tops', 'Shirts-Tops', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11555, 11555, 'Shorts', 'Shorts', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63864, 63864, 'Skirts', 'Skirts', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155225, 155225, 'Skorts', 'Skorts', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63865, 63865, 'Suits', 'Suits', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63866, 63866, 'Sweaters', 'Sweaters', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155226, 155226, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63867, 63867, 'Swimwear', 'Swimwear', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63869, 63869, 'T-Shirts, Tank Tops', 'T-Shirts-Tank-Tops', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15775, 15775, 'Vests', 'Vests', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15788, 15788, 'Mixed Items', 'Mixed-Items', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 314, 314, 'Other Items', 'Other-Items', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3059, 3059, 'Juniors', 'Juniors', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3061, 3061, 'Dresses', 'Dresses', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3063, 3063, 'Jeans', 'Jeans', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3062, 3062, 'Outerwear', 'Outerwear', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15653, 15653, 'Outfits', 'Outfits', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45211, 45211, 'Pants', 'Pants', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15654, 15654, 'Shorts', 'Shorts', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11479, 11479, 'Skirts', 'Skirts', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155204, 155204, 'Skorts', 'Skorts', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11480, 11480, 'Sweaters', 'Sweaters', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155205, 155205, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15656, 15656, 'Swimwear', 'Swimwear', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3064, 3064, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15658, 15658, 'Mixed Juniors Items', 'Mixed-Juniors-Items', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3058, 3058, 'Other Juniors Items', 'Other-Juniors-Items', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3020, 3020, 'Maternity', 'Maternity', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11534, 11534, 'Dresses', 'Dresses', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11535, 11535, 'Jeans', 'Jeans', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15751, 15751, 'Nursing', 'Nursing', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11517, 11517, 'Bras', 'Bras', 15751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15752, 15752, 'Dresses', 'Dresses', 15751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15755, 15755, 'Sleepwear', 'Sleepwear', 15751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15753, 15753, 'Tops', 'Tops', 15751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63856, 63856, 'Outerwear', 'Outerwear', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63857, 63857, 'Pants', 'Pants', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63858, 63858, 'Shirts, Tops', 'Shirts-Tops', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15747, 15747, 'Shorts', 'Shorts', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11536, 11536, 'Skirts', 'Skirts', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11538, 11538, 'Sweaters', 'Sweaters', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155206, 155206, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15748, 15748, 'Swimwear', 'Swimwear', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63859, 63859, 'T-Shirts, Tank Tops', 'T-Shirts-Tank-Tops', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15754, 15754, 'Mixed Maternity Items', 'Mixed-Maternity-Items', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1264, 1264, 'Other Maternity Items', 'Other-Maternity-Items', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3024, 3024, 'Petites', 'Petites', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63870, 63870, 'Blazers, Jackets', 'Blazers-Jackets', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63871, 63871, 'Dresses', 'Dresses', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11573, 11573, 'Jeans', 'Jeans', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63872, 63872, 'Outerwear', 'Outerwear', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 15796, 15796, 'Outfits', 'Outfits', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63873, 63873, 'Pants', 'Pants', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63878, 63878, 'Shirts, Tops', 'Shirts-Tops', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11574, 11574, 'Shorts', 'Shorts', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63874, 63874, 'Skirts', 'Skirts', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63875, 63875, 'Suits', 'Suits', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63876, 63876, 'Sweaters', 'Sweaters', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155207, 155207, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11579, 11579, 'Swimwear', 'Swimwear', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63877, 63877, 'T-Shirts, Tank Tops', 'T-Shirts-Tank-Tops', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15798, 15798, 'Vests', 'Vests', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15800, 15800, 'Mixed Petite Items', 'Mixed-Petite-Items', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3023, 3023, 'Other Petite Items', 'Other-Petite-Items', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3029, 3029, 'Plus Sizes', 'Plus-Sizes', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63879, 63879, 'Blazers, Jackets', 'Blazers-Jackets', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63880, 63880, 'Dresses', 'Dresses', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155208, 155208, 'Intimates', 'Intimates', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155209, 155209, 'Bras', 'Bras', 155208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155210, 155210, 'Camisoles, Camisole Sets', 'Camisoles-Camisole-Sets', 155208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155211, 155211, 'Panties', 'Panties', 155208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155212, 155212, 'Robes', 'Robes', 155208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155213, 155213, 'Shapers', 'Shapers', 155208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155214, 155214, 'Sleepwear', 'Sleepwear', 155208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155215, 155215, 'Other', 'Other', 155208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11601, 11601, 'Jeans', 'Jeans', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155218, 155218, 'Leggings', 'Leggings', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63881, 63881, 'Outerwear', 'Outerwear', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15807, 15807, 'Outfits', 'Outfits', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63882, 63882, 'Pants', 'Pants', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63887, 63887, 'Shirts, Tops', 'Shirts-Tops', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11602, 11602, 'Shorts', 'Shorts', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63883, 63883, 'Skirts', 'Skirts', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155216, 155216, 'Skorts', 'Skorts', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63884, 63884, 'Suits', 'Suits', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63885, 63885, 'Sweaters', 'Sweaters', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155217, 155217, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63886, 63886, 'Swimwear', 'Swimwear', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63888, 63888, 'T-Shirts, Tank Tops', 'T-Shirts-Tank-Tops', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15809, 15809, 'Vests', 'Vests', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15810, 15810, 'Mixed Plus Size Items', 'Mixed-Plus-Size-Items', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1064, 1064, 'Other Plus Size Items', 'Other-Plus-Size-Items', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155219, 155219, 'Plus Size Petites', 'Plus-Size-Petites', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155222, 155222, 'Dresses', 'Dresses', 155219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155220, 155220, 'Jeans', 'Jeans', 155219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155221, 155221, 'Pants', 'Pants', 155219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155223, 155223, 'Shirts, Tops', 'Shirts-Tops', 155219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156624, 156624, 'Skirts', 'Skirts', 155219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155224, 155224, 'Other Plus Size Petite Items', 'Other-Plus-Size-Petite-Items', 155219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63889, 63889, 'Womens Shoes', 'Womens-Shoes', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110, 110, 'Vintage', 'Vintage', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14061, 14061, 'Vintage Accessories', 'Vintage-Accessories', 110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20287, 20287, 'Belts', 'Belts', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11681, 11681, 'Canes, Walking Sticks', 'Canes-Walking-Sticks', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4086, 4086, 'Eyeglasses', 'Eyeglasses', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20288, 20288, 'Fans', 'Fans', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14075, 14075, 'Gloves', 'Gloves', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74962, 74962, 'Handbags, Purses', 'Handbags-Purses', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74963, 74963, 'Pre-1920 (Edwardian & Older)', 'Pre-1920-Edwardian-and-Older', 74962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74964, 74964, '1920-38 (20s, Depression)', '1920-38-20s-Depression', 74962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74965, 74965, '1939-46 (WWII)', '1939-46-WWII', 74962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74966, 74966, '1947-64 (New Look-Early 60s)', '1947-64-New-Look-Early-60s', 74962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74967, 74967, '1965-76 (Mod, Hippie, Disco)', '1965-76-Mod-Hippie-Disco', 74962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74968, 74968, '1977-89 (Punk, New Wave, 80s)', '1977-89-Punk-New-Wave-80s', 74962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 962, 962, 'Other Handbags, Purses', 'Other-Handbags-Purses', 74962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4116, 4116, 'Handkerchiefs', 'Handkerchiefs', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14062, 14062, 'Hat Boxes', 'Hat-Boxes', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14065, 14065, 'Mens Hats', 'Mens-Hats', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14078, 14078, 'Scarves, Wraps', 'Scarves-Wraps', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48559, 48559, 'Sunglasses', 'Sunglasses', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14070, 14070, 'Ties', 'Ties', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1464, 1464, 'Umbrellas, Parasols', 'Umbrellas-Parasols', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74969, 74969, 'Womens Hats', 'Womens-Hats', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74970, 74970, 'Pre-1920 (Edwardian & Older)', 'Pre-1920-Edwardian-and-Older', 74969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74971, 74971, '1920-38 (20s, Depression)', '1920-38-20s-Depression', 74969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74972, 74972, '1939-46 (WWII)', '1939-46-WWII', 74969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74973, 74973, '1947-64 (New Look-Early 60s)', '1947-64-New-Look-Early-60s', 74969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74974, 74974, '1965-76 (Mod, Hippie, Disco)', '1965-76-Mod-Hippie-Disco', 74969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74975, 74975, '1977-89 (Punk, New Wave, 80s)', '1977-89-Punk-New-Wave-80s', 74969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 960, 960, 'Other Womens Hats', 'Other-Womens-Hats', 74969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 957, 957, 'Other Vintage Accessories', 'Other-Vintage-Accessories', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20291, 20291, 'Childrens Vintage Clothing', 'Childrens-Vintage-Clothing', 110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14063, 14063, 'Mens Vintage Clothing', 'Mens-Vintage-Clothing', 110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52383, 52383, 'Pre-1930 (Victorian, 20s)', 'Pre-1930-Victorian-20s', 14063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52384, 52384, '1930-46 (Depression, WWII)', '1930-46-Depression-WWII', 14063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52385, 52385, 'Coats, Jackets, Sweaters', 'Coats-Jackets-Sweaters', 52384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52386, 52386, 'Pants', 'Pants', 52384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52387, 52387, 'Shirts', 'Shirts', 52384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52388, 52388, 'Suits', 'Suits', 52384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155227, 155227, 'Swimwear', 'Swimwear', 52384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52389, 52389, 'Other', 'Other', 52384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52390, 52390, '1947-64 (Post WWII-Early 60s)', '1947-64-Post-WWII-Early-60s', 14063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52391, 52391, 'Coats, Jackets, Sweaters', 'Coats-Jackets-Sweaters', 52390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52392, 52392, 'Pants', 'Pants', 52390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52393, 52393, 'Shirts', 'Shirts', 52390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52394, 52394, 'Suits', 'Suits', 52390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155228, 155228, 'Swimwear', 'Swimwear', 52390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52395, 52395, 'Other', 'Other', 52390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52396, 52396, '1965-76 (Mod, Hippie, Disco)', '1965-76-Mod-Hippie-Disco', 14063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52397, 52397, 'Coats, Jackets, Sweaters', 'Coats-Jackets-Sweaters', 52396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52401, 52401, 'Pants', 'Pants', 52396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52398, 52398, 'Shirts', 'Shirts', 52396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52399, 52399, 'Suits', 'Suits', 52396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155229, 155229, 'Swimwear', 'Swimwear', 52396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52400, 52400, 'Other', 'Other', 52396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52402, 52402, '1977-89 (Punk, New Wave, 80s)', '1977-89-Punk-New-Wave-80s', 14063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52403, 52403, 'Coats, Jackets, Sweaters', 'Coats-Jackets-Sweaters', 52402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52404, 52404, 'Pants', 'Pants', 52402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52405, 52405, 'Shirts', 'Shirts', 52402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155230, 155230, 'Shorts', 'Shorts', 52402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52406, 52406, 'Suits', 'Suits', 52402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155231, 155231, 'Swimwear', 'Swimwear', 52402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52407, 52407, 'Other', 'Other', 52402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48861, 48861, 'Other Mens Vintage', 'Other-Mens-Vintage', 14063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48862, 48862, 'Mens Vintage Shoes', 'Mens-Vintage-Shoes', 110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14071, 14071, 'Womens Vintage Clothing', 'Womens-Vintage-Clothing', 110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48864, 48864, 'Pre-1901 (Victorian & Older)', 'Pre-1901-Victorian-and-Older', 14071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48865, 48865, '1901-19 (Edwardian, WWI)', '1901-19-Edwardian-WWI', 14071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52408, 52408, '1920-38 (20s, Depression)', '1920-38-20s-Depression', 14071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52409, 52409, 'Coats & Jackets', 'Coats-and-Jackets', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48866, 48866, 'Dresses', 'Dresses', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52410, 52410, 'Formal, Bridal', 'Formal-Bridal', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52411, 52411, 'Lingerie', 'Lingerie', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52412, 52412, 'Skirts', 'Skirts', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52413, 52413, 'Suits, Outfits', 'Suits-Outfits', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155232, 155232, 'Swimwear', 'Swimwear', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52414, 52414, 'Tops, Blouses, Sweaters', 'Tops-Blouses-Sweaters', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52415, 52415, 'Other', 'Other', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52416, 52416, '1939-46 (WWII)', '1939-46-WWII', 14071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52417, 52417, 'Coats & Jackets', 'Coats-and-Jackets', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48867, 48867, 'Dresses', 'Dresses', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52418, 52418, 'Formal, Bridal', 'Formal-Bridal', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52419, 52419, 'Lingerie', 'Lingerie', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52420, 52420, 'Bras, Camisoles', 'Bras-Camisoles', 52419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52421, 52421, 'Corsets, Girdles', 'Corsets-Girdles', 52419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52422, 52422, 'Panties', 'Panties', 52419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52423, 52423, 'Robes, Sleepwear', 'Robes-Sleepwear', 52419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52424, 52424, 'Slips', 'Slips', 52419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52425, 52425, 'Stockings', 'Stockings', 52419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52426, 52426, 'Other Lingerie', 'Other-Lingerie', 52419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48891, 48891, 'Skirts', 'Skirts', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52427, 52427, 'Suits, Outfits', 'Suits-Outfits', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155233, 155233, 'Swimwear', 'Swimwear', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48908, 48908, 'Tops, Blouses, Sweaters', 'Tops-Blouses-Sweaters', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52438, 52438, 'Other', 'Other', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52428, 52428, '1947-64 (New Look-Early 60s)', '1947-64-New-Look-Early-60s', 14071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48881, 48881, 'Coats & Jackets', 'Coats-and-Jackets', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48868, 48868, 'Dresses', 'Dresses', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52429, 52429, 'Formal, Bridal', 'Formal-Bridal', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52430, 52430, 'Lingerie', 'Lingerie', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52431, 52431, 'Bras, Camisoles', 'Bras-Camisoles', 52430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52432, 52432, 'Corsets, Girdles', 'Corsets-Girdles', 52430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52433, 52433, 'Panties', 'Panties', 52430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52434, 52434, 'Robes, Sleepwear', 'Robes-Sleepwear', 52430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52435, 52435, 'Slips', 'Slips', 52430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52436, 52436, 'Stockings', 'Stockings', 52430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52437, 52437, 'Other Lingerie', 'Other-Lingerie', 52430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48886, 48886, 'Pants, Jeans, Shorts', 'Pants-Jeans-Shorts', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48892, 48892, 'Skirts', 'Skirts', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48897, 48897, 'Suits, Outfits', 'Suits-Outfits', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48902, 48902, 'Sweaters', 'Sweaters', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155235, 155235, 'Swimwear', 'Swimwear', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48909, 48909, 'Tops, Blouses', 'Tops-Blouses', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52439, 52439, 'Other', 'Other', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52440, 52440, '1965-76 (Mod, Hippie, Disco)', '1965-76-Mod-Hippie-Disco', 14071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48882, 48882, 'Coats & Jackets', 'Coats-and-Jackets', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48869, 48869, 'Dresses', 'Dresses', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52441, 52441, 'Formal, Bridal', 'Formal-Bridal', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52442, 52442, 'Lingerie', 'Lingerie', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52443, 52443, 'Bras, Camisoles', 'Bras-Camisoles', 52442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52444, 52444, 'Corsets, Girdles', 'Corsets-Girdles', 52442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52445, 52445, 'Panties', 'Panties', 52442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52446, 52446, 'Robes, Sleepwear', 'Robes-Sleepwear', 52442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52447, 52447, 'Slips', 'Slips', 52442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52448, 52448, 'Stockings', 'Stockings', 52442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52449, 52449, 'Other Lingerie', 'Other-Lingerie', 52442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48887, 48887, 'Pants, Jeans, Shorts', 'Pants-Jeans-Shorts', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48893, 48893, 'Skirts', 'Skirts', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48898, 48898, 'Suits, Outfits', 'Suits-Outfits', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48903, 48903, 'Sweaters', 'Sweaters', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155236, 155236, 'Swimwear', 'Swimwear', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48910, 48910, 'Tops, Blouses', 'Tops-Blouses', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52450, 52450, 'Other', 'Other', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52451, 52451, '1977-89 (Punk, New Wave, 80s)', '1977-89-Punk-New-Wave-80s', 14071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48883, 48883, 'Coats & Jackets', 'Coats-and-Jackets', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48870, 48870, 'Dresses', 'Dresses', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52452, 52452, 'Formal, Bridal', 'Formal-Bridal', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52453, 52453, 'Lingerie', 'Lingerie', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52454, 52454, 'Bras, Camisoles', 'Bras-Camisoles', 52453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52455, 52455, 'Corsets, Girdles', 'Corsets-Girdles', 52453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52457, 52457, 'Panties', 'Panties', 52453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52458, 52458, 'Robes, Sleepwear', 'Robes-Sleepwear', 52453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52459, 52459, 'Slips', 'Slips', 52453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52460, 52460, 'Stockings', 'Stockings', 52453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52461, 52461, 'Other Lingerie', 'Other-Lingerie', 52453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48888, 48888, 'Pants, Jeans, Shorts', 'Pants-Jeans-Shorts', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48894, 48894, 'Skirts', 'Skirts', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48899, 48899, 'Suits, Outfits', 'Suits-Outfits', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48904, 48904, 'Sweaters', 'Sweaters', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155238, 155238, 'Swimwear', 'Swimwear', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48911, 48911, 'Tops, Blouses', 'Tops-Blouses', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155239, 155239, 'Other', 'Other', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 965, 965, 'Other Womens Vintage', 'Other-Womens-Vintage', 14071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74976, 74976, 'Womens Vintage Shoes', 'Womens-Vintage-Shoes', 110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74977, 74977, 'Pre-1920 (Edwardian & Older)', 'Pre-1920-Edwardian-and-Older', 74976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74978, 74978, '1920-38 (20s, Depression)', '1920-38-20s-Depression', 74976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74979, 74979, '1939-46 (WWII)', '1939-46-WWII', 74976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74980, 74980, '1947-64 (New Look-Early 60s)', '1947-64-New-Look-Early-60s', 74976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74981, 74981, '1965-76 (Mod, Hippie, Disco)', '1965-76-Mod-Hippie-Disco', 74976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74982, 74982, '1977-89 (Punk, New Wave, 80s)', '1977-89-Punk-New-Wave-80s', 74976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48561, 48561, 'Other', 'Other', 74976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28022, 28022, 'Unisex & T-Shirts', 'Unisex-and-T-Shirts', 110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 125472, 125472, 'Vintage Reproductions', 'Vintage-Reproductions', 110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156949, 156949, 'Mens Vintage Reproductions', 'Mens-Vintage-Reproductions', 125472, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156950, 156950, 'Womens Vintage Reproductions', 'Womens-Vintage-Reproductions', 125472, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 125476, 125476, '1920s, Depression Styles', '1920s-Depression-Styles', 156950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155234, 155234, 'WWII Styles', 'WWII-Styles', 156950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 125477, 125477, 'New Look, Early 60s Styles', 'New-Look-Early-60s-Styles', 156950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155237, 155237, 'Mod, Hippie, Disco Styles', 'Mod-Hippie-Disco-Styles', 156950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156952, 156952, 'Punk, New Wave, 80s Styles', 'Punk-New-Wave-80s-Styles', 156950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156951, 156951, 'Other Womens Reproductions', 'Other-Womens-Reproductions', 156950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41964, 41964, 'Wholesale, Large & Small Lots', 'Wholesale-Large-and-Small-Lots', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45051, 45051, 'Boys', 'Boys', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41965, 41965, 'Girls', 'Girls', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45052, 45052, 'Infants', 'Infants', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45053, 45053, 'Mens Accessories', 'Mens-Accessories', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50975, 50975, 'Mens Clothing', 'Mens-Clothing', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50976, 50976, 'Shirts', 'Shirts', 50975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50977, 50977, 'Shorts', 'Shorts', 50975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52535, 52535, 'Socks, Underwear', 'Socks-Underwear', 50975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41966, 41966, 'Other', 'Other', 50975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45054, 45054, 'Mens Shoes', 'Mens-Shoes', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50978, 50978, 'Uniforms', 'Uniforms', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50979, 50979, 'Vintage', 'Vintage', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50980, 50980, 'Womens Accessories, Handbags', 'Womens-Accessories-Handbags', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45055, 45055, 'Handbags, Bags', 'Handbags-Bags', 50980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50981, 50981, 'Hair Accessories', 'Hair-Accessories', 50980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50982, 50982, 'Scarves, Wraps', 'Scarves-Wraps', 50980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50983, 50983, 'Other', 'Other', 50980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50985, 50985, 'Womens Clothing', 'Womens-Clothing', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50986, 50986, 'Dresses', 'Dresses', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52536, 52536, 'Intimates', 'Intimates', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50987, 50987, 'Jeans', 'Jeans', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52537, 52537, 'Maternity', 'Maternity', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50988, 50988, 'Outerwear', 'Outerwear', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50989, 50989, 'Pants', 'Pants', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50990, 50990, 'Shirts, Tops', 'Shirts-Tops', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50991, 50991, 'Shorts', 'Shorts', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50992, 50992, 'Skirts', 'Skirts', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50993, 50993, 'Sweaters', 'Sweaters', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50994, 50994, 'Swimwear', 'Swimwear', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41967, 41967, 'Other', 'Other', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45056, 45056, 'Womens Shoes', 'Womens-Shoes', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45057, 45057, 'Mixed Lots', 'Mixed-Lots', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14879, 14879, 'Other', 'Other', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11116, 11116, 'Coins & Paper Money', 'Coins-and-Paper-Money', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 253, 253, 'Coins: US', 'Coins-US', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4182, 4182, 'Half Cents', 'Half-Cents', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11633, 11633, 'Small Cents', 'Small-Cents', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11942, 11942, 'Flying Eagle (1856-58)', 'Flying-Eagle-1856-58', 11633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41084, 41084, 'Indian Head (1859-1909)', 'Indian-Head-1859-1909', 11633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41085, 41085, '1859-79', '1859-79', 41084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41086, 41086, '1880-1909', '1880-1909', 41084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11943, 11943, 'Mixed Lots', 'Mixed-Lots', 41084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39455, 39455, 'Lincoln Wheat (1909-1958)', 'Lincoln-Wheat-1909-1958', 11633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39456, 39456, '1909-19', '1909-19', 39455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139803, 139803, '1920-29', '1920-29', 39455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139804, 139804, '1930-39', '1930-39', 39455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39457, 39457, '1940-49', '1940-49', 39455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139805, 139805, '1950-58', '1950-58', 39455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11944, 11944, 'Mixed Lots', 'Mixed-Lots', 39455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31373, 31373, 'Lincoln Memorial (1959-Now)', 'Lincoln-Memorial-1959-Now', 11633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 254, 254, 'Other', 'Other', 11633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11945, 11945, 'Large Cents', 'Large-Cents', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11946, 11946, 'Early (1793-96)', 'Early-1793-96', 11945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11947, 11947, 'Draped Bust (1796-1807)', 'Draped-Bust-1796-1807', 11945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11948, 11948, 'Classic Head (1808-14)', 'Classic-Head-1808-14', 11945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11949, 11949, 'Coronet Head (1816-39)', 'Coronet-Head-1816-39', 11945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11950, 11950, 'Braided Hair (1840-57)', 'Braided-Hair-1840-57', 11945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4183, 4183, 'Other', 'Other', 11945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149924, 149924, 'Two Cents', 'Two-Cents', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149925, 149925, 'Three Cents', 'Three-Cents', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149926, 149926, '3c Nickels', '3c-Nickels', 149925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149927, 149927, '3c Silvers', '3c-Silvers', 149925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3356, 3356, 'Mixed Lots', 'Mixed-Lots', 149925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11951, 11951, 'Nickels', 'Nickels', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11952, 11952, 'Shield (1866-83)', 'Shield-1866-83', 11951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11953, 11953, 'Liberty (1883-1913)', 'Liberty-1883-1913', 11951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139806, 139806, 'Buffalo (1913-38)', 'Buffalo-1913-38', 11951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139807, 139807, '1913-19', '1913-19', 139806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139808, 139808, '1920-29', '1920-29', 139806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11954, 11954, '1930-38', '1930-38', 139806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142502, 142502, 'Mixed Lots', 'Mixed-Lots', 139806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41087, 41087, 'Jefferson (1938-Now)', 'Jefferson-1938-Now', 11951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41088, 41088, '1938-69', '1938-69', 41087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41089, 41089, '1970-Now', '1970-Now', 41087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11955, 11955, 'Mixed Lots', 'Mixed-Lots', 41087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 520, 520, 'Other', 'Other', 11951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149928, 149928, 'Half Dimes', 'Half-Dimes', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149929, 149929, 'Early (1792-1837)', 'Early-1792-1837', 149928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149930, 149930, 'Seated (1837-1873)', 'Seated-1837-1873', 149928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149931, 149931, 'Mixed Lots', 'Mixed-Lots', 149928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3357, 3357, 'Other', 'Other', 149928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11956, 11956, 'Dimes', 'Dimes', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11957, 11957, 'Bust (1796-1837)', 'Bust-1796-1837', 11956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11958, 11958, 'Seated Liberty (1837-91)', 'Seated-Liberty-1837-91', 11956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11959, 11959, 'Barber (1892-1916)', 'Barber-1892-1916', 11956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41090, 41090, 'Mercury (1916-45)', 'Mercury-1916-45', 11956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41091, 41091, '1916-31', '1916-31', 41090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41092, 41092, '1934-45', '1934-45', 41090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11960, 11960, 'Mixed Lots', 'Mixed-Lots', 41090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39458, 39458, 'Roosevelt (1946-Now)', 'Roosevelt-1946-Now', 11956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39459, 39459, '1946-64', '1946-64', 39458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39460, 39460, '1965-Now', '1965-Now', 39458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11961, 11961, 'Mixed Lots', 'Mixed-Lots', 39458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 867, 867, 'Other', 'Other', 11956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149932, 149932, 'Twenty Cents', 'Twenty-Cents', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11962, 11962, 'Quarters', 'Quarters', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11963, 11963, 'Bust (1796-1838)', 'Bust-1796-1838', 11962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11964, 11964, 'Seated Liberty (1838-91)', 'Seated-Liberty-1838-91', 11962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11965, 11965, 'Barber (1892-1916)', 'Barber-1892-1916', 11962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11966, 11966, 'Standing Liberty (1916-30)', 'Standing-Liberty-1916-30', 11962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39461, 39461, 'Washington (1932-98)', 'Washington-1932-98', 11962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39462, 39462, '1932-64', '1932-64', 39461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39463, 39463, '1965-98', '1965-98', 39461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11967, 11967, 'Mixed Lots', 'Mixed-Lots', 39461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41093, 41093, 'State Quarters (1999-Now)', 'State-Quarters-1999-Now', 11962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41094, 41094, '1999', '1999', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41095, 41095, '2000', '2000', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41096, 41096, '2001', '2001', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41097, 41097, '2002', '2002', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105644, 105644, '2003', '2003', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41098, 41098, '2004', '2004', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105645, 105645, '2005', '2005', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139809, 139809, '2006', '2006', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149687, 149687, '2007-Now', '2007-Now', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10768, 10768, 'Mixed Lots', 'Mixed-Lots', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 521, 521, 'Other', 'Other', 11962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11968, 11968, 'Halves', 'Halves', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11969, 11969, 'Early Halves (1794-1839)', 'Early-Halves-1794-1839', 11968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11970, 11970, 'Seated Liberty (1839-91)', 'Seated-Liberty-1839-91', 11968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11971, 11971, 'Barber (1892-1915)', 'Barber-1892-1915', 11968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41099, 41099, 'Liberty Walking (1916-47)', 'Liberty-Walking-1916-47', 11968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41100, 41100, '1916-40', '1916-40', 41099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41101, 41101, '1941-47', '1941-47', 41099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11972, 11972, 'Mixed Lots', 'Mixed-Lots', 41099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11973, 11973, 'Franklin (1948-63)', 'Franklin-1948-63', 11968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41102, 41102, 'Kennedy (1964-Now)', 'Kennedy-1964-Now', 11968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41103, 41103, '1964-70', '1964-70', 41102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41104, 41104, '1971-91', '1971-91', 41102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41105, 41105, '1992-2001', '1992-2001', 41102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139810, 139810, '2002-Now', '2002-Now', 41102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11974, 11974, 'Mixed Lots', 'Mixed-Lots', 41102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 522, 522, 'Other', 'Other', 11968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11975, 11975, 'Dollars', 'Dollars', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11976, 11976, 'Early Dollars (1794-1804)', 'Early-Dollars-1794-1804', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11977, 11977, 'Seated Liberty (1840-73)', 'Seated-Liberty-1840-73', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11978, 11978, 'Trade Dollars (1873-85)', 'Trade-Dollars-1873-85', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39464, 39464, 'Morgan (1878-1921)', 'Morgan-1878-1921', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39465, 39465, '1878-84', '1878-84', 39464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139811, 139811, '1885-93', '1885-93', 39464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139812, 139812, '1894-98', '1894-98', 39464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39466, 39466, '1899-1904, 1921', '1899-1904-1921', 39464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11979, 11979, 'Mixed Lots', 'Mixed-Lots', 39464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11980, 11980, 'Peace (1921-35)', 'Peace-1921-35', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11981, 11981, 'Eisenhower (1971-78)', 'Eisenhower-1971-78', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11982, 11982, 'Susan B Anthony (1979-81,99)', 'Susan-B-Anthony-1979-81-99', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149933, 149933, 'Silver Eagle Proof (1986-Now)', 'Silver-Eagle-Proof-1986-Now', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11983, 11983, 'Sacagawea (2000-Now)', 'Sacagawea-2000-Now', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149688, 149688, 'Presidential (2007-Now)', 'Presidential-2007-Now', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 523, 523, 'Other', 'Other', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 525, 525, 'Collections, Lots', 'Collections-Lots', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 528, 528, 'Colonial', 'Colonial', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15903, 15903, 'Commemorative', 'Commemorative', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3355, 3355, 'Early', 'Early', 15903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41106, 41106, 'Modern', 'Modern', 15903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41107, 41107, '1982-94', '1982-94', 41106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41108, 41108, '1995-Now', '1995-Now', 41106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 529, 529, 'Mixed Lots', 'Mixed-Lots', 41106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 524, 524, 'Errors', 'Errors', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39467, 39467, 'Gold', 'Gold', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149937, 149937, '$1', '$1', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39469, 39469, '$2.50, Quarter Eagle', '$2-50-Quarter-Eagle', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39468, 39468, '$3', '$3', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149936, 149936, '$4', '$4', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39470, 39470, '$5, Half Eagle', '$5-Half-Eagle', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39471, 39471, '$10, Eagle', '$10-Eagle', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39472, 39472, '$20, Double Eagle', '$20-Double-Eagle', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39473, 39473, 'Fractional, Pioneer', 'Fractional-Pioneer', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 527, 527, 'Mixed Lots', 'Mixed-Lots', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 526, 526, 'Mint Sets', 'Mint-Sets', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139962, 139962, 'Novelty & Replicas', 'Novelty-and-Replicas', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41109, 41109, 'Proof Sets', 'Proof-Sets', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41110, 41110, '1936-42', '1936-42', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41111, 41111, '1950-55', '1950-55', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139813, 139813, '1956-64', '1956-64', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41112, 41112, '1965-67', '1965-67', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139814, 139814, '1968-72', '1968-72', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139815, 139815, '1973-78', '1973-78', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139816, 139816, '1979-81', '1979-81', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139817, 139817, '1982-89', '1982-89', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140198, 140198, '1990-98', '1990-98', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41113, 41113, '1999-2003', '1999-2003', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139818, 139818, '2004-05', '2004-05', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139819, 139819, '2006-07', '2006-07', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3359, 3359, 'Mixed Lots', 'Mixed-Lots', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3358, 3358, 'Rolls', 'Rolls', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 786, 786, 'Other US Coins', 'Other-US-Coins', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3377, 3377, 'Coins: Canada', 'Coins-Canada', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3389, 3389, 'Small Cents', 'Small-Cents', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3388, 3388, 'Large Cents', 'Large-Cents', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3387, 3387, 'Five Cents', 'Five-Cents', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3386, 3386, 'Ten Cents', 'Ten-Cents', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149938, 149938, 'Twenty Cents', 'Twenty-Cents', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3385, 3385, 'Twenty-Five Cents', 'Twenty-Five-Cents', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3384, 3384, 'Fifty Cents', 'Fifty-Cents', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3383, 3383, 'Loonies/ Dollars', 'Loonies-Dollars', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3382, 3382, 'Twoonies/ Two Dollars', 'Twoonies-Two-Dollars', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3378, 3378, 'Collections, Lots', 'Collections-Lots', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3379, 3379, 'Commemorative', 'Commemorative', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3381, 3381, 'Gold/Platinum', 'Gold-Platinum', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3380, 3380, 'Proof/Prooflike Sets', 'Proof-Prooflike-Sets', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149939, 149939, 'Provinces', 'Provinces', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149940, 149940, 'Tokens', 'Tokens', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 536, 536, 'Other', 'Other', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39482, 39482, 'Bullion', 'Bullion', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45134, 45134, 'Gold', 'Gold', 39482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139963, 139963, 'American Buffalo', 'American-Buffalo', 45134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39483, 39483, 'American Eagle', 'American-Eagle', 45134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39484, 39484, 'Bars', 'Bars', 45134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139964, 139964, 'Foreign Gold', 'Foreign-Gold', 45134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39485, 39485, 'Mixed Lots', 'Mixed-Lots', 45134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139965, 139965, 'Nugget', 'Nugget', 45134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3360, 3360, 'Other', 'Other', 45134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39486, 39486, 'Platinum & Palladium', 'Platinum-and-Palladium', 39482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39487, 39487, 'Silver', 'Silver', 39482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39488, 39488, 'American Eagle', 'American-Eagle', 39487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39489, 39489, 'Bars, Rounds', 'Bars-Rounds', 39487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139966, 139966, 'Foreign Silver', 'Foreign-Silver', 39487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39490, 39490, 'Mixed Lots', 'Mixed-Lots', 39487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3361, 3361, 'Other', 'Other', 39487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4733, 4733, 'Coins: Ancient', 'Coins-Ancient', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3364, 3364, 'Byzantine', 'Byzantine', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4741, 4741, 'Celtic', 'Celtic', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4740, 4740, 'China', 'China', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4738, 4738, 'Greek', 'Greek', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4739, 4739, 'Islamic', 'Islamic', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3363, 3363, 'Medieval', 'Medieval', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4737, 4737, 'Persian, Indian, Asian', 'Persian-Indian-Asian', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4734, 4734, 'Roman: Imperial', 'Roman-Imperial', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4735, 4735, 'Roman: Provincial', 'Roman-Provincial', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 3365, 3365, 'Roman: Republic', 'Roman-Republic', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4736, 4736, 'Reproductions', 'Reproductions', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 532, 532, 'Other', 'Other', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 256, 256, 'Coins: World', 'Coins-World', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48023, 48023, 'Africa', 'Africa', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48024, 48024, 'Egypt', 'Egypt', 48023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48025, 48025, 'South Africa', 'South-Africa', 48023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 533, 533, 'Other', 'Other', 48023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45136, 45136, 'Asia, Middle East', 'Asia-Middle-East', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4368, 4368, 'China', 'China', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45137, 45137, 'Hong Kong', 'Hong-Kong', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45138, 45138, 'India', 'India', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4184, 4184, 'Israel', 'Israel', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3391, 3391, 'Japan', 'Japan', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4185, 4185, 'Korea', 'Korea', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45139, 45139, 'Philippines', 'Philippines', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45140, 45140, 'Thailand', 'Thailand', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 534, 534, 'Other', 'Other', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3368, 3368, 'Australia, Oceania', 'Australia-Oceania', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45142, 45142, 'Australia', 'Australia', 3368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3376, 3376, 'Collections, Lots', 'Collections-Lots', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3375, 3375, 'Commemorative', 'Commemorative', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4478, 4478, 'Currency', 'Currency', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3372, 3372, 'Decimal', 'Decimal', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3369, 3369, 'Gold Coins', 'Gold-Coins', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3373, 3373, 'Mint Sets', 'Mint-Sets', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3371, 3371, 'Pre-decimal: Copper', 'Pre-decimal-Copper', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3370, 3370, 'Pre-decimal: Silver', 'Pre-decimal-Silver', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3374, 3374, 'Proof Sets', 'Proof-Sets', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 535, 535, 'Other', 'Other', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48026, 48026, 'New Zealand', 'New-Zealand', 3368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3392, 3392, 'South Pacific', 'South-Pacific', 3368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45143, 45143, 'Other', 'Other', 3368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45148, 45148, 'Europe', 'Europe', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39479, 39479, 'Austria', 'Austria', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45149, 45149, 'Belgium', 'Belgium', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45150, 45150, 'Denmark', 'Denmark', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45151, 45151, 'Finland', 'Finland', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 539, 539, 'France', 'France', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 540, 540, 'Germany', 'Germany', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45152, 45152, 'Greece', 'Greece', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45153, 45153, 'Hungary', 'Hungary', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3390, 3390, 'Ireland', 'Ireland', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39480, 39480, 'Italy, San Marino, Vatican', 'Italy-San-Marino-Vatican', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45154, 45154, 'Netherlands', 'Netherlands', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45155, 45155, 'Norway', 'Norway', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45156, 45156, 'Poland', 'Poland', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45157, 45157, 'Portugal', 'Portugal', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3393, 3393, 'Russia', 'Russia', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39481, 39481, 'Spain', 'Spain', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4186, 4186, 'Sweden', 'Sweden', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45158, 45158, 'Switzerland', 'Switzerland', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45159, 45159, 'Turkey', 'Turkey', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3394, 3394, 'UK (Great Britain)', 'UK-Great-Britain', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3404, 3404, '1/2 Crown', '1-2-Crown', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3396, 3396, '1/2 Penny', '1-2-Penny', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3403, 3403, '2 Shillings', '2-Shillings', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3398, 3398, '3 Pence', '3-Pence', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3400, 3400, '4 Pence', '4-Pence', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3399, 3399, '6 Pence', '6-Pence', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3410, 3410, 'Collections, Lots', 'Collections-Lots', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4397, 4397, 'Commemorative', 'Commemorative', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3406, 3406, 'Crown', 'Crown', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4477, 4477, 'Currency', 'Currency', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3407, 3407, 'Decimal Coinage', 'Decimal-Coinage', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3405, 3405, 'Double Florin', 'Double-Florin', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4398, 4398, 'Farthing', 'Farthing', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3402, 3402, 'Florin', 'Florin', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3408, 3408, 'Gold', 'Gold', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3397, 3397, 'Penny', 'Penny', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3409, 3409, 'Proof Sets', 'Proof-Sets', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3401, 3401, 'Shilling', 'Shilling', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 538, 538, 'Other', 'Other', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4941, 4941, 'Other', 'Other', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45145, 45145, 'North, Central America', 'North-Central-America', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45146, 45146, 'Cuba', 'Cuba', 45145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 541, 541, 'Mexico', 'Mexico', 45145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45147, 45147, 'Panama', 'Panama', 45145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149950, 149950, 'Puerto Rico', 'Puerto-Rico', 45145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 537, 537, 'Other', 'Other', 45145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45160, 45160, 'South America', 'South-America', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45161, 45161, 'Argentina', 'Argentina', 45160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45162, 45162, 'Bolivia', 'Bolivia', 45160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45163, 45163, 'Brazil', 'Brazil', 45160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149951, 149951, 'Colombia', 'Colombia', 45160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149952, 149952, 'Ecuador', 'Ecuador', 45160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45164, 45164, 'Peru', 'Peru', 45160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 542, 542, 'Other', 'Other', 45160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 546, 546, 'Commemorative', 'Commemorative', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 543, 543, 'Errors', 'Errors', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 547, 547, 'Gold', 'Gold', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 545, 545, 'Mint, Proof Sets', 'Mint-Proof-Sets', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 544, 544, 'Collections, Lots', 'Collections-Lots', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 257, 257, 'Other', 'Other', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3452, 3452, 'Exonumia', 'Exonumia', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3453, 3453, 'Elongated Coins', 'Elongated-Coins', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7109, 7109, 'Encased Coins', 'Encased-Coins', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149941, 149941, 'Geocoins, Trackable Coins', 'Geocoins-Trackable-Coins', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3454, 3454, 'Medals', 'Medals', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139967, 139967, 'So-Called Dollars', 'So-Called-Dollars', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3456, 3456, 'Tokens: Civil War', 'Tokens-Civil-War', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142503, 142503, 'Tokens: Hard Times', 'Tokens-Hard-Times', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4370, 4370, 'Tokens: Love', 'Tokens-Love', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3457, 3457, 'Tokens: Transit', 'Tokens-Transit', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3458, 3458, 'Tokens: US Trade', 'Tokens-US-Trade', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3455, 3455, 'Tokens: Other', 'Tokens-Other', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3182, 3182, 'World', 'World', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152538, 152538, 'Reproductions', 'Reproductions', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 259, 259, 'Other', 'Other', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3412, 3412, 'Paper Money: US', 'Paper-Money-US', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3044, 3044, 'Collections, Lots', 'Collections-Lots', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3413, 3413, 'Colonial Currency', 'Colonial-Currency', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3414, 3414, 'Confederate Currency', 'Confederate-Currency', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3415, 3415, 'Errors', 'Errors', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3416, 3416, 'Fractional Currency', 'Fractional-Currency', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149942, 149942, 'Large Size Notes', 'Large-Size-Notes', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149943, 149943, 'Federal Reserve Notes', 'Federal-Reserve-Notes', 149942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149944, 149944, 'Gold Certificates', 'Gold-Certificates', 149942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149945, 149945, 'Silver Certificates', 'Silver-Certificates', 149942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149946, 149946, 'Mixed Lots', 'Mixed-Lots', 149942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3417, 3417, 'Other', 'Other', 149942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3418, 3418, 'Military Payment', 'Military-Payment', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40028, 40028, 'Small Size Notes', 'Small-Size-Notes', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40029, 40029, 'Federal Reserve Notes', 'Federal-Reserve-Notes', 40028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40030, 40030, 'Gold Certificates', 'Gold-Certificates', 40028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40031, 40031, 'Hawaii, North Africa', 'Hawaii-North-Africa', 40028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40032, 40032, 'Silver Certificates', 'Silver-Certificates', 40028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40033, 40033, 'United States Notes', 'United-States-Notes', 40028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40034, 40034, 'Mixed Lots', 'Mixed-Lots', 40028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3421, 3421, 'Other', 'Other', 40028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3419, 3419, 'National Banknotes', 'National-Banknotes', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3420, 3420, 'Obsolete Currency', 'Obsolete-Currency', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 376, 376, 'Other', 'Other', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3411, 3411, 'Paper Money: World', 'Paper-Money-World', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3422, 3422, 'Africa', 'Africa', 3411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45336, 45336, 'Asia, Middle East', 'Asia-Middle-East', 3411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3432, 3432, 'China', 'China', 45336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48028, 48028, 'India', 'India', 45336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3436, 3436, 'Israel', 'Israel', 45336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48027, 48027, 'Japan', 'Japan', 45336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3437, 3437, 'Korea', 'Korea', 45336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48029, 48029, 'Vietnam', 'Vietnam', 45336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4369, 4369, 'Other', 'Other', 45336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45337, 45337, 'Australia, Oceania', 'Australia-Oceania', 3411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3424, 3424, 'Australia', 'Australia', 45337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3441, 3441, 'South Pacific', 'South-Pacific', 45337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45345, 45345, 'Other', 'Other', 45337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45338, 45338, 'North, Central America', 'North-Central-America', 3411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3426, 3426, 'Canada', 'Canada', 45338, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3429, 3429, 'Bank of Canada', 'Bank-of-Canada', 3426, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3430, 3430, 'Dominion of Canada', 'Dominion-of-Canada', 3426, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3425, 3425, 'Other', 'Other', 3426, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3438, 3438, 'Mexico', 'Mexico', 45338, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3431, 3431, 'Other', 'Other', 45338, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45339, 45339, 'Europe', 'Europe', 3411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3433, 3433, 'France', 'France', 45339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3434, 3434, 'Germany', 'Germany', 45339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3435, 3435, 'Ireland', 'Ireland', 45339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3439, 3439, 'Russia', 'Russia', 45339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3442, 3442, 'Sweden', 'Sweden', 45339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3173, 3173, 'Other', 'Other', 45339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3440, 3440, 'South America', 'South-America', 3411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3098, 3098, 'Collections, Lots', 'Collections-Lots', 3411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 385, 385, 'Other', 'Other', 3411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83274, 83274, 'Publications & Supplies', 'Publications-and-Supplies', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82190, 82190, 'Publications', 'Publications', 83274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 530, 530, 'US', 'US', 82190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 548, 548, 'World', 'World', 82190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39474, 39474, 'Supplies', 'Supplies', 83274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39475, 39475, 'Albums, Folders', 'Albums-Folders', 39474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39477, 39477, 'Coin Tubes', 'Coin-Tubes', 39474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39476, 39476, 'Holders', 'Holders', 39474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39478, 39478, 'Magnifiers, Loupes', 'Magnifiers-Loupes', 39474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 531, 531, 'Other', 'Other', 39474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3444, 3444, 'Scripophily', 'Scripophily', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3445, 3445, 'Airlines', 'Airlines', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3446, 3446, 'Autographs', 'Autographs', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3447, 3447, 'Communications', 'Communications', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3448, 3448, 'Industrial', 'Industrial', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3449, 3449, 'Mining', 'Mining', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3450, 3450, 'Oil & Gas', 'Oil-and-Gas', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3451, 3451, 'Railroad', 'Railroad', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 258, 258, 'World', 'World', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21094, 21094, 'Mixed Lots', 'Mixed-Lots', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 255, 255, 'Other', 'Other', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1, 1, 'Collectibles', 'Collectibles', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34, 34, 'Advertising', 'Advertising', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 827, 827, 'Agriculture', 'Agriculture', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 830, 830, 'Allis Chalmers', 'Allis-Chalmers', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3884, 3884, 'Case', 'Case', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13545, 13545, 'Caterpillar', 'Caterpillar', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13546, 13546, 'Ford', 'Ford', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 831, 831, 'International Harvester', 'International-Harvester', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35627, 35627, 'John Deere', 'John-Deere', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35628, 35628, 'Ads-Print', 'Ads-Print', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35629, 35629, 'Brochures, Catalogs', 'Brochures-Catalogs', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95111, 95111, 'Cups, Mugs, Steins', 'Cups-Mugs-Steins', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95112, 95112, 'Figures, Figurines', 'Figures-Figurines', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35630, 35630, 'Hats/Caps', 'Hats-Caps', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95113, 95113, 'Lighting, Lamps', 'Lighting-Lamps', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35631, 35631, 'Lunch Boxes', 'Lunch-Boxes', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35632, 35632, 'Manuals', 'Manuals', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35633, 35633, 'Ornaments', 'Ornaments', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95114, 95114, 'Pocket Knives', 'Pocket-Knives', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35634, 35634, 'Signs', 'Signs', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 829, 829, 'Other', 'Other', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13547, 13547, 'Massey Ferguson', 'Massey-Ferguson', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35635, 35635, 'Minneapolis-Moline', 'Minneapolis-Moline', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35636, 35636, 'Oliver', 'Oliver', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1333, 1333, 'Seed, Feed Companies', 'Seed-Feed-Companies', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 828, 828, 'Other Agricultural Items', 'Other-Agricultural-Items', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13549, 13549, 'Banking, Insurance', 'Banking-Insurance', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 872, 872, 'Candy & Nuts', 'Candy-and-Nuts', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35645, 35645, 'Chewing Gum', 'Chewing-Gum', 872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10782, 10782, 'Cracker Jack', 'Cracker-Jack', 872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20990, 20990, 'Ferrero, Kinder', 'Ferrero-Kinder', 872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10783, 10783, 'Hershey, Reeses', 'Hershey-Reeses', 872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10784, 10784, 'Life Savers', 'Life-Savers', 872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35646, 35646, 'M&Ms', 'MandMs', 872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35647, 35647, 'Candy Dishes', 'Candy-Dishes', 35646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35648, 35648, 'Cookie Jars', 'Cookie-Jars', 35646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35649, 35649, 'Dispensers', 'Dispensers', 35646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35650, 35650, 'Figures, Dolls, Bears', 'Figures-Dolls-Bears', 35646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35651, 35651, 'Radios, Phones', 'Radios-Phones', 35646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35652, 35652, 'Tins', 'Tins', 35646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35653, 35653, 'Toppers', 'Toppers', 35646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 874, 874, 'Other', 'Other', 35646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3894, 3894, 'Planters Nuts', 'Planters-Nuts', 872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 873, 873, 'Other Candy, Nuts', 'Other-Candy-Nuts', 872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1313, 1313, 'Cars', 'Cars', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13553, 13553, 'American', 'American', 1313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1315, 1315, 'Buick', 'Buick', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10773, 10773, 'Cadillac', 'Cadillac', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1316, 1316, 'Chevrolet', 'Chevrolet', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1317, 1317, 'Chrysler', 'Chrysler', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13554, 13554, 'DeSoto', 'DeSoto', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1318, 1318, 'Dodge', 'Dodge', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1319, 1319, 'Ford', 'Ford', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13555, 13555, 'Hudson', 'Hudson', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10774, 10774, 'Jeep, Willys', 'Jeep-Willys', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13556, 13556, 'Kaiser-Frazer', 'Kaiser-Frazer', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10775, 10775, 'Lincoln', 'Lincoln', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10776, 10776, 'Mercury', 'Mercury', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13557, 13557, 'Nash', 'Nash', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10777, 10777, 'Oldsmobile', 'Oldsmobile', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3874, 3874, 'Packard', 'Packard', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10778, 10778, 'Plymouth', 'Plymouth', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1320, 1320, 'Pontiac', 'Pontiac', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13558, 13558, 'Rambler', 'Rambler', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10780, 10780, 'Studebaker', 'Studebaker', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13559, 13559, 'Other American Makes', 'Other-American-Makes', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13560, 13560, 'Asian', 'Asian', 1313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13561, 13561, 'Datsun, Nissan', 'Datsun-Nissan', 13560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13562, 13562, 'Honda', 'Honda', 13560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13563, 13563, 'Mazda', 'Mazda', 13560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13564, 13564, 'Toyota', 'Toyota', 13560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13565, 13565, 'Other Asian Makes', 'Other-Asian-Makes', 13560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13566, 13566, 'British', 'British', 1313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3869, 3869, 'Austin', 'Austin', 13566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4400, 4400, 'Jaguar', 'Jaguar', 13566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3873, 3873, 'MG', 'MG', 13566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13567, 13567, 'Rolls-Royce, Bentley', 'Rolls-Royce-Bentley', 13566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13568, 13568, 'Sunbeam', 'Sunbeam', 13566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3878, 3878, 'Triumph', 'Triumph', 13566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3872, 3872, 'Other British Makes', 'Other-British-Makes', 13566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13569, 13569, 'European', 'European', 1313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13570, 13570, 'Alfa Romeo', 'Alfa-Romeo', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13571, 13571, 'Audi', 'Audi', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13572, 13572, 'BMW', 'BMW', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13573, 13573, 'Citroen', 'Citroen', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3871, 3871, 'Daimler, Mercedes', 'Daimler-Mercedes', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13574, 13574, 'Ferrari', 'Ferrari', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13575, 13575, 'Fiat', 'Fiat', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13576, 13576, 'Lamborghini', 'Lamborghini', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13577, 13577, 'Opel', 'Opel', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13578, 13578, 'Peugeot', 'Peugeot', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10779, 10779, 'Porsche', 'Porsche', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13579, 13579, 'Renault', 'Renault', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13580, 13580, 'Saab', 'Saab', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10781, 10781, 'Volkswagen', 'Volkswagen', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13581, 13581, 'Volvo', 'Volvo', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13582, 13582, 'Other European Makes', 'Other-European-Makes', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1314, 1314, 'Other Countries', 'Other-Countries', 1313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13583, 13583, 'Clothing, Fashion', 'Clothing-Fashion', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156197, 156197, 'Clothing', 'Clothing', 13583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156198, 156198, 'Pre-1920', 'Pre-1920', 156197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156199, 156199, '1920-1949', '1920-1949', 156197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156200, 156200, '1950-1979', '1950-1979', 156197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156201, 156201, '1980-Now', '1980-Now', 156197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 840, 840, 'Shoes', 'Shoes', 13583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 843, 843, 'Pre-1920', 'Pre-1920', 840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 842, 842, '1920-1949', '1920-1949', 840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 841, 841, '1950-1979', '1950-1979', 840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156202, 156202, '1980-Now', '1980-Now', 840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156203, 156203, 'Reproductions', 'Reproductions', 13583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3885, 3885, 'Other Items', 'Other-Items', 13583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10793, 10793, 'Coffee, Tea', 'Coffee-Tea', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13584, 13584, 'Lipton', 'Lipton', 10793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10794, 10794, 'Maxwell House', 'Maxwell-House', 10793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10795, 10795, 'Starbucks', 'Starbucks', 10793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 865, 865, 'Other Brands', 'Other-Brands', 10793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13585, 13585, 'Communication & Utilities', 'Communication-and-Utilities', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 845, 845, 'Radio, Phonograph', 'Radio-Phonograph', 13585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 848, 848, 'Edison', 'Edison', 845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 847, 847, 'RCA', 'RCA', 845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 846, 846, 'Other Radio, Phono', 'Other-Radio-Phono', 845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 879, 879, 'Telephone', 'Telephone', 13585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 858, 858, 'Utilities', 'Utilities', 13585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 860, 860, 'Reddy Kilowatt', 'Reddy-Kilowatt', 858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 859, 859, 'Other Utilities', 'Other-Utilities', 858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13586, 13586, 'Other Items', 'Other-Items', 13585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21092, 21092, 'Computers, High Tech', 'Computers-High-Tech', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 820, 820, 'Distillery', 'Distillery', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10798, 10798, 'Absolut', 'Absolut', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26262, 26262, 'Bacardi', 'Bacardi', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32721, 32721, 'Baileys', 'Baileys', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10799, 10799, 'Canadian Club', 'Canadian-Club', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35654, 35654, 'Captain Morgan', 'Captain-Morgan', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35655, 35655, 'Dewars', 'Dewars', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4270, 4270, 'Irish', 'Irish', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 822, 822, 'Jack Daniels', 'Jack-Daniels', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 823, 823, 'Jim Beam', 'Jim-Beam', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10800, 10800, 'Johnnie Walker', 'Johnnie-Walker', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 825, 825, 'Old Crow', 'Old-Crow', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3882, 3882, 'Scottish', 'Scottish', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7175, 7175, 'Seagrams', 'Seagrams', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26263, 26263, 'Smirnoff', 'Smirnoff', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32722, 32722, 'Southern Comfort', 'Southern-Comfort', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3883, 3883, 'Wild Turkey', 'Wild-Turkey', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35656, 35656, 'Other Distilleries', 'Other-Distilleries', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35657, 35657, 'Ads-Print', 'Ads-Print', 35656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35658, 35658, 'Bottles, Decanters, Jugs', 'Bottles-Decanters-Jugs', 35656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35659, 35659, 'Glasses', 'Glasses', 35656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35660, 35660, 'Shirts, Hats', 'Shirts-Hats', 35656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35661, 35661, 'Signs', 'Signs', 35656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35662, 35662, 'Tins', 'Tins', 35656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 821, 821, 'Other Items', 'Other-Items', 35656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18789, 18789, 'eBay-ana', 'eBay-ana', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13587, 13587, 'Food & Restaurant', 'Food-and-Restaurant', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13588, 13588, 'Bakery, Baking', 'Bakery-Baking', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13589, 13589, 'Baking Powder', 'Baking-Powder', 13588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20165, 20165, 'Bread', 'Bread', 13588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20166, 20166, 'Cakes, Doughnuts', 'Cakes-Doughnuts', 13588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21091, 21091, 'Cocoa, Baking Chocolate', 'Cocoa-Baking-Chocolate', 13588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20167, 20167, 'Cookies, Crackers, Pretzels', 'Cookies-Crackers-Pretzels', 13588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13590, 13590, 'Flour', 'Flour', 13588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1321, 1321, 'Other Baking Items', 'Other-Baking-Items', 13588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10785, 10785, 'Cereal', 'Cereal', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10786, 10786, 'General Mills', 'General-Mills', 10785, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10787, 10787, 'Kellogg', 'Kellogg', 10785, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10788, 10788, 'Nabisco', 'Nabisco', 10785, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10789, 10789, 'Post', 'Post', 10785, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10790, 10790, 'Quaker', 'Quaker', 10785, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1322, 1322, 'Other Cereals', 'Other-Cereals', 10785, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 817, 817, 'Dairy', 'Dairy', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35663, 35663, 'Ads-Print', 'Ads-Print', 817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35664, 35664, 'Caps', 'Caps', 817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40035, 40035, 'Containers', 'Containers', 817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40036, 40036, 'Pins', 'Pins', 817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35665, 35665, 'Posters', 'Posters', 817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35666, 35666, 'Signs', 'Signs', 817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 818, 818, 'Other Dairy Items', 'Other-Dairy-Items', 817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21105, 21105, 'Fruit, Raisins', 'Fruit-Raisins', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50710, 50710, 'Gelatin, Jell-O', 'Gelatin-Jell-O', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21104, 21104, 'Jam, Jelly, Peanut Butter', 'Jam-Jelly-Peanut-Butter', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21103, 21103, 'Pancakes, Syrup', 'Pancakes-Syrup', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21102, 21102, 'Pickles, Condiments', 'Pickles-Condiments', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 849, 849, 'Restaurant', 'Restaurant', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 851, 851, 'Big Boy', 'Big-Boy', 849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20168, 20168, 'Burger King', 'Burger-King', 849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 21101, 21101, 'Hard Rock Cafe', 'Hard-Rock-Cafe', 849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35667, 35667, 'McDonalds', 'McDonalds', 849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35668, 35668, 'Mugs/Cups', 'Mugs-Cups', 35667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35669, 35669, 'Pins', 'Pins', 35667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35670, 35670, 'Plates', 'Plates', 35667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13592, 13592, 'Other Items', 'Other-Items', 35667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21100, 21100, 'Planet Hollywood', 'Planet-Hollywood', 849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35671, 35671, 'Taco Bell', 'Taco-Bell', 849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 850, 850, 'Other Restaurants', 'Other-Restaurants', 849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 878, 878, 'Soup', 'Soup', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21099, 21099, 'Spices, Extracts', 'Spices-Extracts', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1526, 1526, 'Other Items', 'Other-Items', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39, 39, 'Gas & Oil', 'Gas-and-Oil', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156204, 156204, 'Gas & Oil Companies', 'Gas-and-Oil-Companies', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10801, 10801, 'Amoco', 'Amoco', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3888, 3888, 'BP', 'BP', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 838, 838, 'Chevron/Standard Oil', 'Chevron-Standard-Oil', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1328, 1328, 'Citgo', 'Citgo', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10802, 10802, 'Conoco', 'Conoco', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26264, 26264, 'Enron', 'Enron', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41, 41, 'Esso', 'Esso', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 839, 839, 'Exxon', 'Exxon', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1329, 1329, 'Gulf', 'Gulf', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35879, 35879, 'Hess', 'Hess', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35881, 35881, 'Pre-1980', 'Pre-1980', 35879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35882, 35882, '1980-89', '1980-89', 35879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35883, 35883, '1990-94', '1990-94', 35879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35884, 35884, '1995-99', '1995-99', 35879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35885, 35885, '2000-Now', '2000-Now', 35879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1330, 1330, 'Unknown', 'Unknown', 35879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 864, 864, 'Humble', 'Humble', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 834, 834, 'Mobil', 'Mobil', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 835, 835, 'Pennzoil', 'Pennzoil', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 832, 832, 'Phillips 66', 'Phillips-66', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 837, 837, 'Quaker State', 'Quaker-State', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 833, 833, 'Shell', 'Shell', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1331, 1331, 'Sinclair', 'Sinclair', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1332, 1332, 'Sunoco', 'Sunoco', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35672, 35672, 'Texaco', 'Texaco', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35673, 35673, 'Ads-Print', 'Ads-Print', 35672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35674, 35674, 'Banks', 'Banks', 35672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35675, 35675, 'Cans, Buckets', 'Cans-Buckets', 35672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35676, 35676, 'Cars, Trucks', 'Cars-Trucks', 35672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35677, 35677, 'Signs', 'Signs', 35672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42, 42, 'Other Items', 'Other-Items', 35672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 836, 836, 'Tydol, Veedol, Flying A', 'Tydol-Veedol-Flying-A', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10803, 10803, 'Union 76', 'Union-76', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35678, 35678, 'Valvoline', 'Valvoline', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35680, 35680, 'Ads-Print', 'Ads-Print', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35681, 35681, 'Banks', 'Banks', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35682, 35682, 'Cans, Buckets', 'Cans-Buckets', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35683, 35683, 'Cars, Trucks', 'Cars-Trucks', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50711, 50711, 'Patches', 'Patches', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35684, 35684, 'Signs', 'Signs', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156205, 156205, 'Stickers, Decals', 'Stickers-Decals', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40, 40, 'Other Items', 'Other-Items', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13593, 13593, 'Government', 'Government', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 875, 875, 'Forest Service', 'Forest-Service', 13593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13594, 13594, 'Other Government', 'Other-Government', 13593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21136, 21136, 'Health & Beauty', 'Health-and-Beauty', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21137, 21137, 'Cosmetics, Hair Care', 'Cosmetics-Hair-Care', 21136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21138, 21138, 'Medicines, First Aid', 'Medicines-First-Aid', 21136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21139, 21139, 'Perfume & Cologne', 'Perfume-and-Cologne', 21136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21141, 21141, 'Shaving, Razors', 'Shaving-Razors', 21136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21140, 21140, 'Talcum, Bath Powder', 'Talcum-Bath-Powder', 21136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13597, 13597, 'Other', 'Other', 21136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27173, 27173, 'Hotel, Motel', 'Hotel-Motel', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13595, 13595, 'Household', 'Household', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13596, 13596, 'Appliances', 'Appliances', 13595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21098, 21098, 'Paint & Varnish', 'Paint-and-Varnish', 13595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 876, 876, 'Soap, Detergent', 'Soap-Detergent', 13595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1527, 1527, 'Other Household', 'Other-Household', 13595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21097, 21097, 'Pet Food & Supplies', 'Pet-Food-and-Supplies', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13598, 13598, 'Retail Establishments', 'Retail-Establishments', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13599, 13599, 'Department Store', 'Department-Store', 13598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1525, 1525, 'Drug Store', 'Drug-Store', 13598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3893, 3893, 'Other Retail', 'Other-Retail', 13598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36, 36, 'Soda', 'Soda', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 855, 855, '7 UP', '7-UP', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10807, 10807, 'A&W', 'AandW', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 853, 853, 'Canada Dry', 'Canada-Dry', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13600, 13600, 'Coca-Cola', 'Coca-Cola', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13601, 13601, 'Ads', 'Ads', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35685, 35685, 'Balls', 'Balls', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13602, 13602, 'Banks', 'Banks', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20169, 20169, 'Bottle Caps', 'Bottle-Caps', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13603, 13603, 'Bottles', 'Bottles', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20170, 20170, 'Calendars', 'Calendars', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13604, 13604, 'Cans', 'Cans', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35686, 35686, 'Cigarette Lighters, Ashtrays', 'Cigarette-Lighters-Ashtrays', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13605, 13605, 'Clocks, Radios', 'Clocks-Radios', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20171, 20171, 'Coasters', 'Coasters', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35687, 35687, 'Cookie Jars, Canisters', 'Cookie-Jars-Canisters', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20172, 20172, 'Coolers', 'Coolers', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20173, 20173, 'Decals, Stickers', 'Decals-Stickers', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35688, 35688, 'Dishes, Bowls, Plates', 'Dishes-Bowls-Plates', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20174, 20174, 'Figurines', 'Figurines', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20175, 20175, 'Flashlights, Keychains', 'Flashlights-Keychains', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13606, 13606, 'Glasses', 'Glasses', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37824, 37824, 'Lamps, Lights, Fixtures', 'Lamps-Lights-Fixtures', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20176, 20176, 'Lunchboxes, Bags', 'Lunchboxes-Bags', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37825, 37825, 'Magnets', 'Magnets', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20177, 20177, 'Mugs, Steins', 'Mugs-Steins', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20178, 20178, 'Openers', 'Openers', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20179, 20179, 'Ornaments', 'Ornaments', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37826, 37826, 'Pens, Pencils', 'Pens-Pencils', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37827, 37827, 'Phones', 'Phones', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13607, 13607, 'Pins, Badges, Patches', 'Pins-Badges-Patches', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20180, 20180, 'Playing Cards', 'Playing-Cards', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20181, 20181, 'Posters, Prints', 'Posters-Prints', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20182, 20182, 'Puzzles, Games', 'Puzzles-Games', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35689, 35689, 'Screensavers, CDs', 'Screensavers-CDs', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20183, 20183, 'Shakers', 'Shakers', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20184, 20184, 'Shirts, Jackets, Hats', 'Shirts-Jackets-Hats', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13608, 13608, 'Signs', 'Signs', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20185, 20185, 'Thermometers', 'Thermometers', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13609, 13609, 'Tins', 'Tins', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37823, 37823, 'Trading Cards', 'Trading-Cards', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13610, 13610, 'Trays', 'Trays', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13611, 13611, 'Trucks, Cars', 'Trucks-Cars', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35690, 35690, 'Watches', 'Watches', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38, 38, 'Other Coke Items', 'Other-Coke-Items', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 877, 877, 'Dr Pepper', 'Dr-Pepper', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 852, 852, 'Fountain', 'Fountain', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 857, 857, 'Hires Root Beer', 'Hires-Root-Beer', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10808, 10808, 'Mountain Dew', 'Mountain-Dew', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1334, 1334, 'Moxie', 'Moxie', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10809, 10809, 'Orange Crush', 'Orange-Crush', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13612, 13612, 'Pepsi', 'Pepsi', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13613, 13613, 'Ads', 'Ads', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20186, 20186, 'Banks', 'Banks', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13614, 13614, 'Bottles, Cans', 'Bottles-Cans', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35691, 35691, 'Clocks, Radios', 'Clocks-Radios', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13615, 13615, 'Glasses', 'Glasses', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20187, 20187, 'Shirts, Jackets, Hats', 'Shirts-Jackets-Hats', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13616, 13616, 'Signs', 'Signs', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20188, 20188, 'Trucks, Cars', 'Trucks-Cars', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 854, 854, 'Other Pepsi Items', 'Other-Pepsi-Items', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10810, 10810, 'Royal Crown/Nehi/Diet Rite', 'Royal-Crown-Nehi-Diet-Rite', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3897, 3897, 'Schweppes', 'Schweppes', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 856, 856, 'Squirt', 'Squirt', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20189, 20189, 'Mixed Lots', 'Mixed-Lots', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35692, 35692, 'Other Soda Brands', 'Other-Soda-Brands', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35693, 35693, 'Bottle Caps', 'Bottle-Caps', 35692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35694, 35694, 'Bottles', 'Bottles', 35692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35695, 35695, 'Cans', 'Cans', 35692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35696, 35696, 'Glasses, Cups, Mugs', 'Glasses-Cups-Mugs', 35692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35697, 35697, 'Labels', 'Labels', 35692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35698, 35698, 'Signs', 'Signs', 35692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37, 37, 'Other Items', 'Other-Items', 35692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13617, 13617, 'Tires', 'Tires', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13618, 13618, 'B.F. Goodrich', 'B-F-Goodrich', 13617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13619, 13619, 'Goodyear', 'Goodyear', 13617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13620, 13620, 'Firestone', 'Firestone', 13617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13621, 13621, 'Michelin', 'Michelin', 13617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 863, 863, 'Other Tires', 'Other-Tires', 13617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13623, 13623, 'Other Advertising', 'Other-Advertising', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37828, 37828, 'Ads-Print', 'Ads-Print', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37829, 37829, 'Pre-1900', 'Pre-1900', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37830, 37830, '1900-09', '1900-09', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37831, 37831, '1910-19', '1910-19', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37832, 37832, '1920-29', '1920-29', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37833, 37833, '1930-39', '1930-39', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37834, 37834, '1940-49', '1940-49', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37835, 37835, '1950-59', '1950-59', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37836, 37836, '1960-69', '1960-69', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37837, 37837, '1970-79', '1970-79', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37838, 37838, '1980-89', '1980-89', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37839, 37839, '1990-Now', '1990-Now', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12505, 12505, 'Blotters', 'Blotters', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13624, 13624, 'Calendars', 'Calendars', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 796, 796, 'Characters, Dolls', 'Characters-Dolls', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 797, 797, 'Clocks', 'Clocks', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10796, 10796, 'Displays', 'Displays', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10797, 10797, 'Mannequin', 'Mannequin', 10796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 798, 798, 'Other Display Items', 'Other-Display-Items', 10796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21148, 21148, 'Fans', 'Fans', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 799, 799, 'Labels', 'Labels', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13625, 13625, 'Mirrors', 'Mirrors', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21147, 21147, 'Mugs, Cups', 'Mugs-Cups', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73471, 73471, 'Plates', 'Plates', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 800, 800, 'Premiums', 'Premiums', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10804, 10804, 'Signs', 'Signs', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37840, 37840, 'Original', 'Original', 10804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37841, 37841, 'Pre-1930', 'Pre-1930', 37840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10806, 10806, '1930-69', '1930-69', 37840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 804, 804, '1970-Now', '1970-Now', 37840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10805, 10805, 'Reproduction', 'Reproduction', 10804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12506, 12506, 'Thermometers', 'Thermometers', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 801, 801, 'Tins', 'Tins', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 803, 803, 'Trays', 'Trays', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37842, 37842, 'Victorian Trade Cards', 'Victorian-Trade-Cards', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37843, 37843, 'Coffee, Teas', 'Coffee-Teas', 37842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37844, 37844, 'Sewing Machines', 'Sewing-Machines', 37842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37845, 37845, 'Shoes, Boots', 'Shoes-Boots', 37842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50712, 50712, 'Soap', 'Soap', 37842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 802, 802, 'Other Industries', 'Other-Industries', 37842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35, 35, 'Other Items', 'Other-Items', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1335, 1335, 'Animals', 'Animals', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13652, 13652, 'Alligator, Crocodile', 'Alligator-Crocodile', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29435, 29435, 'Bear', 'Bear', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10811, 10811, 'Bird', 'Bird', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37846, 37846, 'Blue Jay', 'Blue-Jay', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37847, 37847, 'Bluebird', 'Bluebird', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13626, 13626, 'Cardinal', 'Cardinal', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13643, 13643, 'Chicken', 'Chicken', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13644, 13644, 'Hen', 'Hen', 13643, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13645, 13645, 'Rooster', 'Rooster', 13643, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10864, 10864, 'Other Chicken Items', 'Other-Chicken-Items', 13643, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25426, 25426, 'Dove, Pigeon', 'Dove-Pigeon', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10812, 10812, 'Duck', 'Duck', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13627, 13627, 'Eagle', 'Eagle', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10813, 10813, 'Flamingo', 'Flamingo', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10814, 10814, 'Goose', 'Goose', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10815, 10815, 'Hummingbird', 'Hummingbird', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37848, 37848, 'Loon', 'Loon', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12587, 12587, 'Owl', 'Owl', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37849, 37849, 'Parakeet, Budgerigar', 'Parakeet-Budgerigar', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10816, 10816, 'Parrot', 'Parrot', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20192, 20192, 'Peacock', 'Peacock', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37850, 37850, 'Pelican', 'Pelican', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10817, 10817, 'Penguin', 'Penguin', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37851, 37851, 'Pheasant', 'Pheasant', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103924, 103924, 'Robin', 'Robin', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13628, 13628, 'Swan', 'Swan', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1337, 1337, 'Other', 'Other', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10879, 10879, 'Buffalo', 'Buffalo', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29436, 29436, 'Camel', 'Camel', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10818, 10818, 'Cat-Domestic', 'Cat-Domestic', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37852, 37852, 'Apparel', 'Apparel', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37853, 37853, 'Books', 'Books', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156225, 156225, 'Calendars, Datebooks', 'Calendars-Datebooks', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88861, 88861, 'Cards, Notecards', 'Cards-Notecards', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37854, 37854, 'Collector Plates', 'Collector-Plates', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50714, 50714, 'Decals, Stickers', 'Decals-Stickers', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37855, 37855, 'Figurines', 'Figurines', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156226, 156226, 'Handmade Items', 'Handmade-Items', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37856, 37856, 'Jewelry, Pins', 'Jewelry-Pins', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156227, 156227, 'Magnets', 'Magnets', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37857, 37857, 'Mugs, Cups', 'Mugs-Cups', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37858, 37858, 'Ornaments', 'Ornaments', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103925, 103925, 'Picture Frames', 'Picture-Frames', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103926, 103926, 'Pillows, Throws', 'Pillows-Throws', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37859, 37859, 'Posters, Prints', 'Posters-Prints', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103927, 103927, 'Salt & Pepper Shakers', 'Salt-and-Pepper-Shakers', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37860, 37860, 'Signs, Plaques', 'Signs-Plaques', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103928, 103928, 'Trinkets, Hinged Boxes', 'Trinkets-Hinged-Boxes', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1338, 1338, 'Other', 'Other', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35709, 35709, 'Cat-Wild', 'Cat-Wild', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10880, 10880, 'Cheetah', 'Cheetah', 35709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13653, 13653, 'Cougar/Mt. Lion/Puma', 'Cougar-Mt-Lion-Puma', 35709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13655, 13655, 'Leopard', 'Leopard', 35709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10888, 10888, 'Lion', 'Lion', 35709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10896, 10896, 'Tiger', 'Tiger', 35709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35710, 35710, 'Other', 'Other', 35709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40037, 40037, 'Cow', 'Cow', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50713, 50713, 'Creamers', 'Creamers', 40037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40038, 40038, 'Figurines', 'Figurines', 40037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40142, 40142, 'Cow Parade', 'Cow-Parade', 40038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40143, 40143, 'Other', 'Other', 40038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40039, 40039, 'Prints, Posters', 'Prints-Posters', 40037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40040, 40040, 'Signs, Plaques', 'Signs-Plaques', 40037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10865, 10865, 'Other', 'Other', 40037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29437, 29437, 'Coyote', 'Coyote', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10881, 10881, 'Deer', 'Deer', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3230, 3230, 'Dinosaur', 'Dinosaur', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10823, 10823, 'Dog', 'Dog', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12507, 12507, 'Afghan Hound', 'Afghan-Hound', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10824, 10824, 'Airedale Terrier', 'Airedale-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29408, 29408, 'Akita', 'Akita', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29409, 29409, 'Alaskan Malamute', 'Alaskan-Malamute', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50715, 50715, 'American Eskimo', 'American-Eskimo', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29410, 29410, 'Australian Cattle Dog', 'Australian-Cattle-Dog', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29411, 29411, 'Australian Shepherd', 'Australian-Shepherd', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82481, 82481, 'Australian Terrier', 'Australian-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29412, 29412, 'Basenji', 'Basenji', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10825, 10825, 'Basset Hound', 'Basset-Hound', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10826, 10826, 'Beagle', 'Beagle', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50716, 50716, 'Bearded Collie', 'Bearded-Collie', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50717, 50717, 'Bedlington Terrier', 'Bedlington-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50718, 50718, 'Belgian Sheepdog', 'Belgian-Sheepdog', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29413, 29413, 'Bernese Mountain Dog', 'Bernese-Mountain-Dog', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10827, 10827, 'Bichon Frise', 'Bichon-Frise', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29414, 29414, 'Bloodhound', 'Bloodhound', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10828, 10828, 'Border Collie', 'Border-Collie', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82482, 82482, 'Border Terrier', 'Border-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13629, 13629, 'Borzoi/Russian Wolfhound', 'Borzoi-Russian-Wolfhound', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10829, 10829, 'Boston Terrier', 'Boston-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60210, 60210, 'Bouvier des Flandres', 'Bouvier-des-Flandres', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10830, 10830, 'Boxer', 'Boxer', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29415, 29415, 'Brittany', 'Brittany', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50719, 50719, 'Brussels Griffon', 'Brussels-Griffon', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13630, 13630, 'Bull Terrier', 'Bull-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10831, 10831, 'Bulldog', 'Bulldog', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50720, 50720, 'Bullmastiff', 'Bullmastiff', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12508, 12508, 'Cairn Terrier', 'Cairn-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50721, 50721, 'Cavalier King Charles Spaniel', 'Cavalier-King-Charles-Spaniel', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29416, 29416, 'Chesapeake Bay Retriever', 'Chesapeake-Bay-Retriever', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10832, 10832, 'Chihuahua', 'Chihuahua', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50722, 50722, 'Chinese Crested', 'Chinese-Crested', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10833, 10833, 'Chow Chow', 'Chow-Chow', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10834, 10834, 'Cocker Spaniel', 'Cocker-Spaniel', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10835, 10835, 'Collie', 'Collie', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10836, 10836, 'Corgi', 'Corgi', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10837, 10837, 'Dachshund', 'Dachshund', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10838, 10838, 'Dalmatian', 'Dalmatian', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10839, 10839, 'Doberman Pinscher', 'Doberman-Pinscher', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73472, 73472, 'English Bull Terrier', 'English-Bull-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29417, 29417, 'English Setter', 'English-Setter', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13631, 13631, 'English Springer Spaniel', 'English-Springer-Spaniel', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156229, 156229, 'Flat-Coated Retriever', 'Flat-Coated-Retriever', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10840, 10840, 'Fox Terrier', 'Fox-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13632, 13632, 'French Bulldog', 'French-Bulldog', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10841, 10841, 'German Shepherd', 'German-Shepherd', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29418, 29418, 'German Shorthaired Pointer', 'German-Shorthaired-Pointer', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10842, 10842, 'Golden Retriever', 'Golden-Retriever', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29419, 29419, 'Gordon Setter', 'Gordon-Setter', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11634, 11634, 'Great Dane', 'Great-Dane', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29420, 29420, 'Great Pyrenees', 'Great-Pyrenees', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10843, 10843, 'Greyhound', 'Greyhound', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156230, 156230, 'Havanese', 'Havanese', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29421, 29421, 'Irish Setter', 'Irish-Setter', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156231, 156231, 'Irish Terrier', 'Irish-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29422, 29422, 'Irish Wolfhound', 'Irish-Wolfhound', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50723, 50723, 'Italian Greyhound', 'Italian-Greyhound', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10844, 10844, 'Jack Russell Terrier', 'Jack-Russell-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29423, 29423, 'Japanese Chin', 'Japanese-Chin', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29424, 29424, 'Keeshond', 'Keeshond', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10845, 10845, 'Labrador Retriever', 'Labrador-Retriever', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10846, 10846, 'Lhasa Apso', 'Lhasa-Apso', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10847, 10847, 'Maltese', 'Maltese', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10848, 10848, 'Mastiff', 'Mastiff', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50724, 50724, 'Miniature Pinscher', 'Miniature-Pinscher', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13633, 13633, 'Newfoundland', 'Newfoundland', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156232, 156232, 'Norwich Terrier', 'Norwich-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13634, 13634, 'Old English Sheepdog', 'Old-English-Sheepdog', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29425, 29425, 'Papillon', 'Papillon', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13635, 13635, 'Pekingese', 'Pekingese', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82483, 82483, 'Pit Bull Terrier', 'Pit-Bull-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29426, 29426, 'Pointer', 'Pointer', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10849, 10849, 'Pomeranian', 'Pomeranian', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10850, 10850, 'Poodle', 'Poodle', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156233, 156233, 'Portuguese Water Dog', 'Portuguese-Water-Dog', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10851, 10851, 'Pug', 'Pug', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73473, 73473, 'Rat Terrier', 'Rat-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29427, 29427, 'Rhodesian Ridgeback', 'Rhodesian-Ridgeback', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10852, 10852, 'Rottweiler', 'Rottweiler', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10853, 10853, 'Saint Bernard', 'Saint-Bernard', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29428, 29428, 'Saluki', 'Saluki', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13636, 13636, 'Samoyed', 'Samoyed', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29429, 29429, 'Schipperke', 'Schipperke', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13637, 13637, 'Schnauzer', 'Schnauzer', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10854, 10854, 'Scottish Terrier', 'Scottish-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10855, 10855, 'Shar Pei', 'Shar-Pei', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13638, 13638, 'Sheltie/Shetland Sheepdog', 'Sheltie-Shetland-Sheepdog', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50725, 50725, 'Shiba Inu', 'Shiba-Inu', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10856, 10856, 'Shih Tzu', 'Shih-Tzu', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10857, 10857, 'Siberian Husky', 'Siberian-Husky', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156234, 156234, 'Silky Terrier', 'Silky-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60211, 60211, 'Staffordshire Bull Terrier', 'Staffordshire-Bull-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29430, 29430, 'Vizsla', 'Vizsla', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82484, 82484, 'Water Spaniel', 'Water-Spaniel', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29431, 29431, 'Weimaraner', 'Weimaraner', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13639, 13639, 'West Highland White Terrier', 'West-Highland-White-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50726, 50726, 'Wheaten Terrier', 'Wheaten-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10858, 10858, 'Whippet', 'Whippet', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10859, 10859, 'Yorkshire Terrier', 'Yorkshire-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66505, 66505, 'Other', 'Other', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37861, 37861, 'Dolphin', 'Dolphin', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37862, 37862, 'Candles, Candleholders', 'Candles-Candleholders', 37861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37863, 37863, 'Collector Plates', 'Collector-Plates', 37861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37864, 37864, 'Figurines', 'Figurines', 37861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37865, 37865, 'Jewelry, Pins', 'Jewelry-Pins', 37861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10882, 10882, 'Other', 'Other', 37861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13646, 13646, 'Donkey, Mule', 'Donkey-Mule', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37866, 37866, 'Elephant', 'Elephant', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37867, 37867, 'Figurines', 'Figurines', 37866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37868, 37868, 'Jewelry, Pins', 'Jewelry-Pins', 37866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10883, 10883, 'Other', 'Other', 37866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12509, 12509, 'Ferret', 'Ferret', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3898, 3898, 'Fish', 'Fish', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10884, 10884, 'Fox', 'Fox', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37869, 37869, 'Frog', 'Frog', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37870, 37870, 'Apparel', 'Apparel', 37869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37871, 37871, 'Figurines', 'Figurines', 37869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37872, 37872, 'Jewelry, Pins', 'Jewelry-Pins', 37869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10885, 10885, 'Other', 'Other', 37869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10886, 10886, 'Giraffe', 'Giraffe', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12588, 12588, 'Goat', 'Goat', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12510, 12510, 'Hedgehog', 'Hedgehog', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13654, 13654, 'Hippopotamus', 'Hippopotamus', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13651, 13651, 'Horse', 'Horse', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156254, 156254, 'Apparel', 'Apparel', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156255, 156255, 'Books', 'Books', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156256, 156256, 'Calendars, Datebooks', 'Calendars-Datebooks', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156257, 156257, 'Cards, Notecards', 'Cards-Notecards', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156258, 156258, 'Collector Plates', 'Collector-Plates', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156259, 156259, 'Decals, Stickers', 'Decals-Stickers', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156260, 156260, 'Figurines', 'Figurines', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156261, 156261, 'Flags', 'Flags', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156262, 156262, 'Handmade Items', 'Handmade-Items', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156263, 156263, 'Jewelry, Pins', 'Jewelry-Pins', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156264, 156264, 'Magnets', 'Magnets', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156265, 156265, 'Model Horses', 'Model-Horses', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35998, 35998, 'Breyer', 'Breyer', 156265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35999, 35999, 'Traditional, 12 x 9 Inch', 'Traditional-12-x-9-Inch', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36000, 36000, 'Breyer Classics, 9 x 6 Inch', 'Breyer-Classics-9-x-6-Inch', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36001, 36001, 'Ponies, 7 x 6 Inch', 'Ponies-7-x-6-Inch', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36002, 36002, 'Paddock Pals, 6 x 5 Inch', 'Paddock-Pals-6-x-5-Inch', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36003, 36003, 'Stablemates, 4 x 3 Inch', 'Stablemates-4-x-3-Inch', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36004, 36004, 'Companion Animals', 'Companion-Animals', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36007, 36007, 'Stables & Barns', 'Stables-and-Barns', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36005, 36005, 'Accessories', 'Accessories', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36009, 36009, 'Mixed Lots', 'Mixed-Lots', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 388, 388, 'Other Breyer Items', 'Other-Breyer-Items', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103929, 103929, 'Grand Champions', 'Grand-Champions', 156265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14888, 14888, 'Hagen-Renaker', 'Hagen-Renaker', 156265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14275, 14275, 'Hartland', 'Hartland', 156265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14889, 14889, 'Peter Stone', 'Peter-Stone', 156265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63745, 63745, 'Trail of Painted Ponies', 'Trail-of-Painted-Ponies', 156265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1341, 1341, 'Other Brands', 'Other-Brands', 156265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156266, 156266, 'Mugs, Cups', 'Mugs-Cups', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156267, 156267, 'Ornaments', 'Ornaments', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156268, 156268, 'Paintings', 'Paintings', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156269, 156269, 'Picture Frames', 'Picture-Frames', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156270, 156270, 'Pillows, Throws', 'Pillows-Throws', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156271, 156271, 'Posters, Prints', 'Posters-Prints', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156272, 156272, 'Salt & Pepper Shakers', 'Salt-and-Pepper-Shakers', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156273, 156273, 'Signs, Plaques', 'Signs-Plaques', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156274, 156274, 'Trinkets, Hinged Boxes', 'Trinkets-Hinged-Boxes', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103930, 103930, 'Other', 'Other', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10869, 10869, 'Insect, Butterfly', 'Insect-Butterfly', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10870, 10870, 'Bee', 'Bee', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29434, 29434, 'Beetle', 'Beetle', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10871, 10871, 'Butterfly, Moth', 'Butterfly-Moth', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10872, 10872, 'Dragonfly', 'Dragonfly', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10873, 10873, 'Ladybug', 'Ladybug', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103931, 103931, 'Scorpion', 'Scorpion', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103932, 103932, 'Spider', 'Spider', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156275, 156275, 'Real, Mounted', 'Real-Mounted', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156276, 156276, 'Real, Unmounted', 'Real-Unmounted', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10868, 10868, 'Other', 'Other', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10887, 10887, 'Koala', 'Koala', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73474, 73474, 'Llamas', 'Llamas', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10875, 10875, 'Lizard', 'Lizard', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29433, 29433, 'Lobster, Shellfish', 'Lobster-Shellfish', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10889, 10889, 'Monkey, Ape', 'Monkey-Ape', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10890, 10890, 'Moose', 'Moose', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10891, 10891, 'Mouse', 'Mouse', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12511, 12511, 'Otter', 'Otter', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10892, 10892, 'Panda', 'Panda', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10866, 10866, 'Pig', 'Pig', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13656, 13656, 'Polar Bear', 'Polar-Bear', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10893, 10893, 'Rabbit', 'Rabbit', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10894, 10894, 'Raccoon', 'Raccoon', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13657, 13657, 'Rhinoceros', 'Rhinoceros', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13648, 13648, 'Seal, Sea Lion, Walrus', 'Seal-Sea-Lion-Walrus', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13649, 13649, 'Shark', 'Shark', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10867, 10867, 'Sheep', 'Sheep', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29438, 29438, 'Skunk', 'Skunk', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10876, 10876, 'Snake', 'Snake', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10895, 10895, 'Squirrel', 'Squirrel', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10877, 10877, 'Turtle', 'Turtle', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10897, 10897, 'Whale', 'Whale', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37873, 37873, 'Wolf', 'Wolf', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37874, 37874, 'Apparel', 'Apparel', 37873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37875, 37875, 'Collector Plates', 'Collector-Plates', 37873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37876, 37876, 'Figurines', 'Figurines', 37873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37877, 37877, 'Posters, Prints', 'Posters-Prints', 37873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10898, 10898, 'Other', 'Other', 37873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10899, 10899, 'Zebra', 'Zebra', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1336, 1336, 'Other Animals', 'Other-Animals', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13658, 13658, 'Animation Art, Characters', 'Animation-Art-Characters', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1529, 1529, 'Animation Art', 'Animation-Art', 13658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1531, 1531, 'Limited Editions', 'Limited-Editions', 1529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13659, 13659, 'Prints', 'Prints', 1529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1532, 1532, 'Production Art', 'Production-Art', 1529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1533, 1533, 'Sericels', 'Sericels', 1529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1530, 1530, 'Other Animation Art', 'Other-Animation-Art', 1529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1344, 1344, 'Animation Characters', 'Animation-Characters', 13658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39538, 39538, 'Betty Boop', 'Betty-Boop', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88862, 88862, 'Bags, Cases', 'Bags-Cases', 39538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39539, 39539, 'Boxes', 'Boxes', 39538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39540, 39540, 'Figures', 'Figures', 39538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39541, 39541, 'Jewelry, Watches', 'Jewelry-Watches', 39538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39542, 39542, 'Pins', 'Pins', 39538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39543, 39543, 'Signs', 'Signs', 39538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13660, 13660, 'Other', 'Other', 39538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156988, 156988, 'Bratz', 'Bratz', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156989, 156989, 'Care Bears', 'Care-Bears', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88863, 88863, 'Casper The Ghost', 'Casper-The-Ghost', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73475, 73475, 'Curious George', 'Curious-George', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156990, 156990, 'Disney', 'Disney', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156991, 156991, 'Dora the Explorer', 'Dora-the-Explorer', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14276, 14276, 'Dr. Seuss', 'Dr-Seuss', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156992, 156992, 'Emily the Strange', 'Emily-the-Strange', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156993, 156993, 'Family Guy', 'Family-Guy', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13661, 13661, 'Felix the Cat', 'Felix-the-Cat', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156994, 156994, 'Futurama', 'Futurama', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 8610, 8610, 'Garfield', 'Garfield', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73476, 73476, 'Ghostbusters', 'Ghostbusters', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13662, 13662, 'Hanna-Barbera', 'Hanna-Barbera', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13663, 13663, 'Flintstones', 'Flintstones', 13662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13664, 13664, 'Scooby-Doo', 'Scooby-Doo', 13662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1534, 1534, 'Other Hanna-Barbera', 'Other-Hanna-Barbera', 13662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156995, 156995, 'Happy Bunny', 'Happy-Bunny', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73477, 73477, 'Hello Kitty', 'Hello-Kitty', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1535, 1535, 'King Features', 'King-Features', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156996, 156996, 'M&M', 'MandM', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73478, 73478, 'Muppets', 'Muppets', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39544, 39544, 'Peanuts', 'Peanuts', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39545, 39545, 'Cups, Mugs', 'Cups-Mugs', 39544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39546, 39546, 'Figurines', 'Figurines', 39544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39547, 39547, 'Pins', 'Pins', 39544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88864, 88864, 'Plush Items', 'Plush-Items', 39544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 8614, 8614, 'Other', 'Other', 39544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39548, 39548, 'Pink Panther', 'Pink-Panther', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13671, 13671, 'Popeye', 'Popeye', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156997, 156997, 'Rat Fink', 'Rat-Fink', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13672, 13672, 'Rocky & Bullwinkle', 'Rocky-and-Bullwinkle', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73479, 73479, 'Sesame Street', 'Sesame-Street', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74703, 74703, 'Shrek', 'Shrek', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 8616, 8616, 'Simpsons', 'Simpsons', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13673, 13673, 'Smurfs', 'Smurfs', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39549, 39549, 'South Park', 'South-Park', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60212, 60212, 'SpongeBob SquarePants', 'SpongeBob-SquarePants', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73480, 73480, 'Tom & Jerry', 'Tom-and-Jerry', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156998, 156998, 'Wallace and Gromit', 'Wallace-and-Gromit', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1536, 1536, 'Walter Lantz/Woody Woodpecker', 'Walter-Lantz-Woody-Woodpecker', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13674, 13674, 'Warner Bros.', 'Warner-Bros-', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13675, 13675, 'Bugs Bunny', 'Bugs-Bunny', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13676, 13676, 'Daffy Duck', 'Daffy-Duck', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13677, 13677, 'Marvin the Martian', 'Marvin-the-Martian', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 13678, 13678, 'Pepe Le Pew', 'Pepe-Le-Pew', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88865, 88865, 'Porky Pig', 'Porky-Pig', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13679, 13679, 'Powerpuff Girls', 'Powerpuff-Girls', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13680, 13680, 'Road Runner, Wile E. Coyote', 'Road-Runner-Wile-E-Coyote', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13681, 13681, 'Sylvester', 'Sylvester', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13682, 13682, 'Tasmanian Devil', 'Tasmanian-Devil', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39550, 39550, 'Tweety', 'Tweety', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39551, 39551, 'Boxes', 'Boxes', 39550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39552, 39552, 'Cups, Mugs', 'Cups-Mugs', 39550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39553, 39553, 'Pins', 'Pins', 39550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13683, 13683, 'Other', 'Other', 39550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1537, 1537, 'Other Warner Bros. Items', 'Other-Warner-Bros-Items', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39554, 39554, 'Ziggy', 'Ziggy', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 363, 363, 'Other Animation Characters', 'Other-Animation-Characters', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11118, 11118, 'Japanese, Anime', 'Japanese-Anime', 13658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106883, 106883, '.Hack//', '-Hack-', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39555, 39555, 'Ah My Goddess', 'Ah-My-Goddess', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99994, 99994, 'Akira', 'Akira', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70955, 70955, 'Astro Boy', 'Astro-Boy', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99992, 99992, 'Berserk', 'Berserk', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106884, 106884, 'Bleach', 'Bleach', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31374, 31374, 'Card Captor Sakura', 'Card-Captor-Sakura', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39556, 39556, 'Chobits', 'Chobits', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106885, 106885, 'Clamp', 'Clamp', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31375, 31375, 'Cowboy Bebop', 'Cowboy-Bebop', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106886, 106886, 'Dead or Alive', 'Dead-or-Alive', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106887, 106887, 'Doraemon', 'Doraemon', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13666, 13666, 'DragonBall Z', 'DragonBall-Z', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31377, 31377, 'Escaflowne', 'Escaflowne', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11424, 11424, 'Evangelion', 'Evangelion', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88923, 88923, 'Final Fantasy', 'Final-Fantasy', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106888, 106888, 'Books, Manga, Doujinshi', 'Books-Manga-Doujinshi', 88923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106889, 106889, 'CDs, Soundtracks', 'CDs-Soundtracks', 88923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88924, 88924, 'Figures, Plush', 'Figures-Plush', 88923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88925, 88925, 'Jewelry, Watches', 'Jewelry-Watches', 88923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88926, 88926, 'Posters, Wall Scrolls', 'Posters-Wall-Scrolls', 88923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88927, 88927, 'T-Shirts, Shirts', 'T-Shirts-Shirts', 88923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13667, 13667, 'Other Items', 'Other-Items', 88923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99993, 99993, 'Fruits Basket', 'Fruits-Basket', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106890, 106890, 'Fullmetal Alchemist', 'Fullmetal-Alchemist', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106891, 106891, 'Books, Manga, Doujinshi', 'Books-Manga-Doujinshi', 106890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106892, 106892, 'Cosplay, Costumes', 'Cosplay-Costumes', 106890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106893, 106893, 'Figures, Plush', 'Figures-Plush', 106890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106894, 106894, 'Keychains', 'Keychains', 106890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106895, 106895, 'Posters, Wall Scrolls', 'Posters-Wall-Scrolls', 106890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88928, 88928, 'Other Items', 'Other-Items', 106890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31378, 31378, 'Fushigi Yuugi', 'Fushigi-Yuugi', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73573, 73573, 'Ghost in the Shell', 'Ghost-in-the-Shell', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11117, 11117, 'Gundam', 'Gundam', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50727, 50727, 'Hamtaro', 'Hamtaro', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88929, 88929, 'Hellsing', 'Hellsing', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106896, 106896, 'Hikaru no Go', 'Hikaru-no-Go', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106897, 106897, 'Hunter x Hunter', 'Hunter-x-Hunter', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73574, 73574, 'Initial D', 'Initial-D', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106898, 106898, 'InuYasha', 'InuYasha', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106899, 106899, 'Books, Manga, Doujinshi', 'Books-Manga-Doujinshi', 106898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106900, 106900, 'CDs, Soundtracks', 'CDs-Soundtracks', 106898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106901, 106901, 'Figures, Plush', 'Figures-Plush', 106898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106902, 106902, 'Posters, Wall Scrolls', 'Posters-Wall-Scrolls', 106898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39557, 39557, 'Other Items', 'Other-Items', 106898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39558, 39558, 'King of Fighters', 'King-of-Fighters', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106903, 106903, 'Legend of Zelda', 'Legend-of-Zelda', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39559, 39559, 'Love Hina', 'Love-Hina', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106904, 106904, 'Lupin', 'Lupin', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13668, 13668, 'Macross, Robotech', 'Macross-Robotech', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106905, 106905, 'Mazinger', 'Mazinger', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106906, 106906, 'Monchhichi', 'Monchhichi', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106907, 106907, 'Naruto', 'Naruto', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106908, 106908, 'Books, Manga, Doujinshi', 'Books-Manga-Doujinshi', 106907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106909, 106909, 'Cosplay, Costumes', 'Cosplay-Costumes', 106907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106910, 106910, 'Bags, Purses, Cases', 'Bags-Purses-Cases', 106909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106911, 106911, 'Costumes, Apparel', 'Costumes-Apparel', 106909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106912, 106912, 'Headbands, Armbands', 'Headbands-Armbands', 106909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106913, 106913, 'Knives, Weapons', 'Knives-Weapons', 106909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106914, 106914, 'Necklaces, Jewelry', 'Necklaces-Jewelry', 106909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106915, 106915, 'Other Accessories', 'Other-Accessories', 106909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106916, 106916, 'Figurines, Plush', 'Figurines-Plush', 106907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106917, 106917, 'Keychains', 'Keychains', 106907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106918, 106918, 'Posters, Wall Scrolls', 'Posters-Wall-Scrolls', 106907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73575, 73575, 'Other Items', 'Other-Items', 106907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73576, 73576, 'One Piece', 'One-Piece', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73577, 73577, 'Pokemon', 'Pokemon', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88930, 88930, 'Pucca', 'Pucca', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39560, 39560, 'Ranma', 'Ranma', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39561, 39561, 'Rurouni Kenshin', 'Rurouni-Kenshin', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39562, 39562, 'Sailor Moon', 'Sailor-Moon', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106919, 106919, 'Books, Manga, Doujinshi', 'Books-Manga-Doujinshi', 39562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39563, 39563, 'Figures', 'Figures', 39562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39564, 39564, 'Posters, Prints', 'Posters-Prints', 39562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11119, 11119, 'Other Items', 'Other-Items', 39562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39565, 39565, 'Saint Seiya', 'Saint-Seiya', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104062, 104062, 'Saiyuki', 'Saiyuki', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73578, 73578, 'Sakura Wars', 'Sakura-Wars', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13669, 13669, 'San-X', 'San-X', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39566, 39566, 'Sanrio, Hello Kitty', 'Sanrio-Hello-Kitty', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39567, 39567, 'Badtz Maru', 'Badtz-Maru', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106920, 106920, 'Chococat', 'Chococat', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106921, 106921, 'Cinnamoroll', 'Cinnamoroll', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88931, 88931, 'Hello Kitty', 'Hello-Kitty', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88932, 88932, 'Bags, Boxes, Cases', 'Bags-Boxes-Cases', 88931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88933, 88933, 'Jewelry, Watches', 'Jewelry-Watches', 88931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88934, 88934, 'Keychains', 'Keychains', 88931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106922, 106922, 'Note Books, Address Books', 'Note-Books-Address-Books', 88931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106923, 106923, 'Pencils, Pens', 'Pencils-Pens', 88931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88935, 88935, 'Plush Items', 'Plush-Items', 88931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106924, 106924, 'Stickers', 'Stickers', 88931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39568, 39568, 'Other Items', 'Other-Items', 88931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39569, 39569, 'Keroppi', 'Keroppi', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39570, 39570, 'Little Twin Stars', 'Little-Twin-Stars', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39571, 39571, 'My Melody', 'My-Melody', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39572, 39572, 'Pochacco', 'Pochacco', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11120, 11120, 'Other Sanrio Characters', 'Other-Sanrio-Characters', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106925, 106925, 'Shaman King', 'Shaman-King', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31380, 31380, 'Slayers', 'Slayers', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106926, 106926, 'Street Fighter', 'Street-Fighter', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31381, 31381, 'Tenchi Muyo', 'Tenchi-Muyo', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39573, 39573, 'Totoro', 'Totoro', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31382, 31382, 'Trigun', 'Trigun', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106927, 106927, 'Wolfs Rain', 'Wolfs-Rain', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50728, 50728, 'Yu-Gi-Oh', 'Yu-Gi-Oh', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39574, 39574, 'Yu Yu Hakusho', 'Yu-Yu-Hakusho', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1345, 1345, 'Other Japanese, Anime', 'Other-Japanese-Anime', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66502, 66502, 'Arcade, Jukeboxes & Pinball', 'Arcade-Jukeboxes-and-Pinball', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13715, 13715, 'Arcade', 'Arcade', 66502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20269, 20269, 'Machines', 'Machines', 13715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20270, 20270, 'Non-Video', 'Non-Video', 20269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13716, 13716, 'Video', 'Video', 20269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13717, 13717, 'Paper, Manuals', 'Paper-Manuals', 13715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13718, 13718, 'Parts & Accessories', 'Parts-and-Accessories', 13715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3945, 3945, 'Other Arcade Items', 'Other-Arcade-Items', 13715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13720, 13720, 'Jukeboxes', 'Jukeboxes', 66502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13721, 13721, 'Machines', 'Machines', 13720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13722, 13722, 'Paper, Manuals', 'Paper-Manuals', 13720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13723, 13723, 'Parts & Accessories', 'Parts-and-Accessories', 13720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3946, 3946, 'Other Jukebox Items', 'Other-Jukebox-Items', 13720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13724, 13724, 'Pinball', 'Pinball', 66502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13725, 13725, 'Machines', 'Machines', 13724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13726, 13726, 'Paper, Manuals', 'Paper-Manuals', 13724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13727, 13727, 'Parts & Accessories', 'Parts-and-Accessories', 13724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3947, 3947, 'Other Pinball Items', 'Other-Pinball-Items', 13724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14429, 14429, 'Autographs', 'Autographs', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156999, 156999, 'Celebrities', 'Celebrities', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14428, 14428, 'Historical', 'Historical', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157000, 157000, 'Military', 'Military', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157001, 157001, 'Models', 'Models', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157002, 157002, 'Movies', 'Movies', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157003, 157003, 'Music', 'Music', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48773, 48773, 'Political', 'Political', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48774, 48774, 'Congressional', 'Congressional', 48773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48775, 48775, 'Presidential', 'Presidential', 48773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14430, 14430, 'Other', 'Other', 48773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37878, 37878, 'Sci-Fi', 'Sci-Fi', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29492, 29492, 'Babylon 5', 'Babylon-5', 37878, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29835, 29835, 'Buffy the Vampire Slayer', 'Buffy-the-Vampire-Slayer', 37878, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29494, 29494, 'Star Trek', 'Star-Trek', 37878, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29496, 29496, 'Star Wars', 'Star-Wars', 37878, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29498, 29498, 'X-Files', 'X-Files', 37878, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37879, 37879, 'Other Sci-Fi', 'Other-Sci-Fi', 37878, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14431, 14431, 'Science, Inventor', 'Science-Inventor', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14438, 14438, 'Space', 'Space', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157004, 157004, 'Sports', 'Sports', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157005, 157005, 'TV', 'TV', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14433, 14433, 'Other Autographs', 'Other-Autographs', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66503, 66503, 'Banks, Registers & Vending', 'Banks-Registers-and-Vending', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 884, 884, 'Banks', 'Banks', 66503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 885, 885, 'Mechanical', 'Mechanical', 884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35736, 35736, 'Still, Piggy Banks', 'Still-Piggy-Banks', 884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35737, 35737, 'Animals', 'Animals', 35736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35738, 35738, 'Bears', 'Bears', 35737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35739, 35739, 'Pigs', 'Pigs', 35737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35740, 35740, 'Other Animals', 'Other-Animals', 35737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35741, 35741, 'Characters', 'Characters', 35736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35742, 35742, 'Vehicles', 'Vehicles', 35736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 886, 886, 'Other Banks', 'Other-Banks', 35736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13719, 13719, 'Cash Registers', 'Cash-Registers', 66503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13732, 13732, 'Vending', 'Vending', 66503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13733, 13733, 'Gumballs, Peanuts', 'Gumballs-Peanuts', 13732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13734, 13734, 'Soda', 'Soda', 13732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3950, 3950, 'Other Vending', 'Other-Vending', 13732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3265, 3265, 'Barware', 'Barware', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13906, 13906, 'Bar Sets', 'Bar-Sets', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13907, 13907, 'Coasters', 'Coasters', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11635, 11635, 'Corkscrews', 'Corkscrews', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35711, 35711, 'Decanters', 'Decanters', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35712, 35712, 'Pre-1970', 'Pre-1970', 35711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10901, 10901, '1970-Now', '1970-Now', 35711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35713, 35713, 'Glasses, Cups, Mugs', 'Glasses-Cups-Mugs', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35714, 35714, 'Guides, Recipes, Games', 'Guides-Recipes-Games', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10902, 10902, 'Ice Buckets', 'Ice-Buckets', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35715, 35715, 'Pitchers', 'Pitchers', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10903, 10903, 'Pourers, Stoppers', 'Pourers-Stoppers', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10904, 10904, 'Shakers', 'Shakers', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3273, 3273, 'Shot Glasses', 'Shot-Glasses', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10905, 10905, 'Swizzle/Stir Sticks', 'Swizzle-Stir-Sticks', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3269, 3269, 'Other Barware', 'Other-Barware', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156277, 156277, 'Beads', 'Beads', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156278, 156278, 'Pre-1400', 'Pre-1400', 156277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156279, 156279, '1400-1800', '1400-1800', 156277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156280, 156280, '1800-1950', '1800-1950', 156277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156281, 156281, '1950-Now', '1950-Now', 156277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29797, 29797, 'Bottles & Insulators', 'Bottles-and-Insulators', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39491, 39491, 'Bottles', 'Bottles', 29797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 889, 889, 'Antique (Pre-1900)', 'Antique-Pre-1900', 39491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156282, 156282, 'Beer', 'Beer', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 890, 890, 'Bitters', 'Bitters', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 891, 891, 'Flasks', 'Flasks', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 892, 892, 'Fruit Jars', 'Fruit-Jars', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13908, 13908, 'Hair, Skin Care', 'Hair-Skin-Care', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 894, 894, 'Inks', 'Inks', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 895, 895, 'Medicines, Cures', 'Medicines-Cures', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 896, 896, 'Mineral Waters', 'Mineral-Waters', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 893, 893, 'Pickles, Sauces, Other Food', 'Pickles-Sauces-Other-Food', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 897, 897, 'Poisons', 'Poisons', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1350, 1350, 'Sodas', 'Sodas', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13909, 13909, 'Utility & Black Glass', 'Utility-and-Black-Glass', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1351, 1351, 'Whiskeys, Gins, Schnapps', 'Whiskeys-Gins-Schnapps', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13910, 13910, 'Other Antique Bottles', 'Other-Antique-Bottles', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13911, 13911, 'Modern (1900-Now)', 'Modern-1900-Now', 39491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39492, 39492, 'Beer', 'Beer', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13912, 13912, 'Flasks', 'Flasks', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13913, 13913, 'Fruit Jars', 'Fruit-Jars', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13914, 13914, 'Medicine: Screw Top', 'Medicine-Screw-Top', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39493, 39493, 'Milk', 'Milk', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39494, 39494, 'New Jersey', 'New-Jersey', 39493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39495, 39495, 'New York', 'New-York', 39493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39496, 39496, 'Ohio', 'Ohio', 39493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39497, 39497, 'Pennsylvania', 'Pennsylvania', 39493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10906, 10906, 'Other', 'Other', 39493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3914, 3914, 'Miniatures', 'Miniatures', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39498, 39498, 'Perfume', 'Perfume', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39499, 39499, 'Sodas', 'Sodas', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39500, 39500, 'Coca-Cola', 'Coca-Cola', 39499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39501, 39501, 'Pepsi', 'Pepsi', 39499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13915, 13915, 'Other', 'Other', 39499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13916, 13916, 'Whiskeys: Screw Top', 'Whiskeys-Screw-Top', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39502, 39502, 'Wine', 'Wine', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 369, 369, 'Other Modern Bottles', 'Other-Modern-Bottles', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13917, 13917, 'Reproduction', 'Reproduction', 39491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13918, 13918, 'Wheaton', 'Wheaton', 13917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10907, 10907, 'Other Reproduction Bottles', 'Other-Reproduction-Bottles', 13917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 795, 795, 'Insulators', 'Insulators', 29797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 562, 562, 'Breweriana, Beer', 'Breweriana-Beer', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35716, 35716, 'Ads-Print', 'Ads-Print', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50731, 50731, 'Ashtrays', 'Ashtrays', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13550, 13550, 'Bottle Caps', 'Bottle-Caps', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 563, 563, 'Bottles', 'Bottles', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3915, 3915, 'Cans: US', 'Cans-US', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3916, 3916, 'Cone Tops', 'Cone-Tops', 3915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3917, 3917, 'Flat Tops', 'Flat-Tops', 3915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3918, 3918, 'Pull Tabs', 'Pull-Tabs', 3915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 564, 564, 'Other US Cans', 'Other-US-Cans', 3915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3919, 3919, 'Cans: Non-US', 'Cans-Non-US', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35717, 35717, 'Clocks', 'Clocks', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 565, 565, 'Coasters', 'Coasters', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50732, 50732, 'Coolers', 'Coolers', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3920, 3920, 'Drinkware, Steins', 'Drinkware-Steins', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35718, 35718, 'Glasses', 'Glasses', 3920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35719, 35719, 'Germany', 'Germany', 35718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35720, 35720, 'US', 'US', 35718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35721, 35721, 'Budweiser', 'Budweiser', 35720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35722, 35722, 'Miller', 'Miller', 35720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3921, 3921, 'Other Brands', 'Other-Brands', 35720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35723, 35723, 'Other Countries', 'Other-Countries', 35718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40041, 40041, 'Lidded Steins', 'Lidded-Steins', 3920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40042, 40042, 'Germany', 'Germany', 40041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40043, 40043, 'US', 'US', 40041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3922, 3922, 'Other Countries', 'Other-Countries', 40041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35724, 35724, 'Mugs', 'Mugs', 3920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35725, 35725, 'Germany', 'Germany', 35724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3923, 3923, 'US', 'US', 35724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35726, 35726, 'Other Countries', 'Other-Countries', 35724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3924, 3924, 'Pitchers', 'Pitchers', 3920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40044, 40044, 'Steins', 'Steins', 3920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40045, 40045, 'Germany', 'Germany', 40044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40046, 40046, 'US', 'US', 40044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3925, 3925, 'Other Countries', 'Other-Countries', 40044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 570, 570, 'Other Drinkware', 'Other-Drinkware', 3920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50733, 50733, 'Hats', 'Hats', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 567, 567, 'Labels', 'Labels', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50734, 50734, 'Lighters', 'Lighters', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13551, 13551, 'Mirrors', 'Mirrors', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 566, 566, 'Openers', 'Openers', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50735, 50735, 'Patches', 'Patches', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35727, 35727, 'Pins', 'Pins', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35728, 35728, 'Playing Cards', 'Playing-Cards', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35729, 35729, 'Posters, Prints', 'Posters-Prints', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 568, 568, 'Pre-prohibition', 'Pre-prohibition', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50736, 50736, 'Shirts', 'Shirts', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50737, 50737, 'Signs, Tins', 'Signs-Tins', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50738, 50738, 'Budweiser', 'Budweiser', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50739, 50739, 'Coors', 'Coors', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50740, 50740, 'Corona', 'Corona', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50741, 50741, 'Guinness', 'Guinness', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50742, 50742, 'Hamms', 'Hamms', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50743, 50743, 'Heineken', 'Heineken', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50744, 50744, 'Michelob', 'Michelob', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50745, 50745, 'Miller', 'Miller', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50746, 50746, 'Pabst', 'Pabst', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63746, 63746, 'Rolling Rock', 'Rolling-Rock', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50747, 50747, 'Schlitz', 'Schlitz', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 569, 569, 'Other Brands', 'Other-Brands', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35730, 35730, 'Tap Handles, Knobs', 'Tap-Handles-Knobs', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35731, 35731, 'Budweiser', 'Budweiser', 35730, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35732, 35732, 'Miller', 'Miller', 35730, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 571, 571, 'Other Brands', 'Other-Brands', 35730, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35733, 35733, 'Towels', 'Towels', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 572, 572, 'Trays', 'Trays', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118, 118, 'Other Breweriana', 'Other-Breweriana', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 898, 898, 'Casino', 'Casino', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10908, 10908, 'Cards', 'Cards', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63747, 63747, 'Card Dealer Shoe', 'Card-Dealer-Shoe', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150118, 150118, 'Card Guards', 'Card-Guards', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63748, 63748, 'Card Shuffler', 'Card-Shuffler', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66504, 66504, 'Casino Memorabilia', 'Casino-Memorabilia', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13714, 13714, 'Ashtrays', 'Ashtrays', 66504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35748, 35748, 'Glasses, Cups, Mugs', 'Glasses-Cups-Mugs', 66504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63762, 63762, 'Hotel Room Keys', 'Hotel-Room-Keys', 66504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73481, 73481, 'Matchbooks', 'Matchbooks', 66504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82485, 82485, 'Signs', 'Signs', 66504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73482, 73482, 'T-Shirts, Shirts', 'T-Shirts-Shirts', 66504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73483, 73483, 'Watches', 'Watches', 66504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66535, 66535, 'Other', 'Other', 66504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35743, 35743, 'Chips', 'Chips', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63749, 63749, 'Individual Casino Chips', 'Individual-Casino-Chips', 35743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70956, 70956, 'Fractionals', 'Fractionals', 63749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63750, 63750, '$1', '$1', 63749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63751, 63751, '$2.50', '$2-50', 63749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63752, 63752, '$5', '$5', 63749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63753, 63753, '$10', '$10', 63749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63754, 63754, '$25', '$25', 63749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63755, 63755, '$100', '$100', 63749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63756, 63756, 'Other', 'Other', 63749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156284, 156284, 'Non-Casino Chips', 'Non-Casino-Chips', 35743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150119, 150119, 'Poker Chips', 'Poker-Chips', 35743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63757, 63757, 'Sets', 'Sets', 35743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63758, 63758, '300', '300', 63757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70957, 70957, '400', '400', 63757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63759, 63759, '500', '500', 63757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70958, 70958, '600', '600', 63757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70959, 70959, '650', '650', 63757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95115, 95115, '1000', '1000', 63757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63760, 63760, 'Other', 'Other', 63757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73484, 73484, 'Storage, Supplies', 'Storage-Supplies', 35743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73485, 73485, 'Cases', 'Cases', 73484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73486, 73486, 'Trays, Racks', 'Trays-Racks', 73484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73487, 73487, 'Other', 'Other', 73484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156283, 156283, 'Reproductions', 'Reproductions', 35743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63761, 63761, 'Dealer Buttons', 'Dealer-Buttons', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10909, 10909, 'Dice', 'Dice', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73488, 73488, 'Manuals, Strategy', 'Manuals-Strategy', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73489, 73489, 'Roulette Wheels, Sets', 'Roulette-Wheels-Sets', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63763, 63763, 'Slot Cards', 'Slot-Cards', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13728, 13728, 'Slots', 'Slots', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14283, 14283, 'Machines', 'Machines', 13728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14282, 14282, 'Antique Coin Slot Machines', 'Antique-Coin-Slot-Machines', 14283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14284, 14284, 'Non-Functional Slot Machines', 'Non-Functional-Slot-Machines', 14283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13729, 13729, 'Skill Slot Machines', 'Skill-Slot-Machines', 14283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3948, 3948, 'Token Slot Machines', 'Token-Slot-Machines', 14283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13730, 13730, 'Paper', 'Paper', 13728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13731, 13731, 'Parts & Accessories', 'Parts-and-Accessories', 13728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66536, 66536, 'Other', 'Other', 13728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3443, 3443, 'Strikes', 'Strikes', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35749, 35749, 'Tables, Layouts', 'Tables-Layouts', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3512, 3512, 'Tokens', 'Tokens', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3949, 3949, 'Trade Stimulators', 'Trade-Stimulators', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 573, 573, 'Other Casino Items', 'Other-Casino-Items', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 397, 397, 'Clocks', 'Clocks', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13851, 13851, 'Antique (Pre-1930)', 'Antique-Pre-1930', 397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35734, 35734, 'Alarm', 'Alarm', 13851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13850, 13850, 'Cuckoo, Black Forest', 'Cuckoo-Black-Forest', 13851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13852, 13852, 'Grandfather', 'Grandfather', 13851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13853, 13853, 'Shelf, Mantel', 'Shelf-Mantel', 13851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 13854, 13854, 'Wall', 'Wall', 13851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3929, 3929, 'Other Antique Clocks', 'Other-Antique-Clocks', 13851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13855, 13855, 'Vintage (1930-69)', 'Vintage-1930-69', 397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13856, 13856, 'Alarm', 'Alarm', 13855, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10020, 10020, 'Cuckoo, Black Forest', 'Cuckoo-Black-Forest', 13855, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13857, 13857, 'Grandfather', 'Grandfather', 13855, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13858, 13858, 'Shelf, Mantel', 'Shelf-Mantel', 13855, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13859, 13859, 'Wall', 'Wall', 13855, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3931, 3931, 'Other Vintage Clocks', 'Other-Vintage-Clocks', 13855, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13860, 13860, 'Modern (1970-Now)', 'Modern-1970-Now', 397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13861, 13861, 'Alarm', 'Alarm', 13860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35735, 35735, 'Cuckoo, Black Forest', 'Cuckoo-Black-Forest', 13860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157006, 157006, 'Grandfather', 'Grandfather', 13860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3933, 3933, 'Novelty', 'Novelty', 13860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10021, 10021, 'Shelf, Mantel', 'Shelf-Mantel', 13860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10022, 10022, 'Wall', 'Wall', 13860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3930, 3930, 'Other Modern Clocks', 'Other-Modern-Clocks', 13860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10027, 10027, 'Parts & Tools', 'Parts-and-Tools', 397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10028, 10028, 'Attachments', 'Attachments', 10027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10029, 10029, 'Hand Tools', 'Hand-Tools', 10027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10030, 10030, 'Machinery', 'Machinery', 10027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10031, 10031, 'Parts', 'Parts', 10027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10026, 10026, 'Other Parts & Tools', 'Other-Parts-and-Tools', 10027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63, 63, 'Comics', 'Comics', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 65, 65, 'Platinum Age (1897-1937)', 'Platinum-Age-1897-1937', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66, 66, 'Golden Age (1938-55)', 'Golden-Age-1938-55', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155255, 155255, 'By Publisher', 'By-Publisher', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155256, 155256, 'DC', 'DC', 155255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155257, 155257, 'Fawcett', 'Fawcett', 155255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155258, 155258, 'Marvel', 'Marvel', 155255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155259, 155259, 'Timely', 'Timely', 155255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155260, 155260, 'Quality', 'Quality', 155255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155261, 155261, 'Other', 'Other', 155255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3972, 3972, 'Cartoon Character', 'Cartoon-Character', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14006, 14006, 'Classics Illustrated', 'Classics-Illustrated', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69, 69, 'Crime', 'Crime', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71, 71, 'Funny Animal', 'Funny-Animal', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70, 70, 'Horror, Sci-Fi', 'Horror-Sci-Fi', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155262, 155262, 'Jungle', 'Jungle', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155263, 155263, 'Movie, TV', 'Movie-TV', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3973, 3973, 'Romance', 'Romance', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35750, 35750, 'Superhero', 'Superhero', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35751, 35751, 'Batman', 'Batman', 35750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155264, 155264, 'Captain Marvel', 'Captain-Marvel', 35750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155265, 155265, 'Green Lantern', 'Green-Lantern', 35750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35752, 35752, 'Superman', 'Superman', 35750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155266, 155266, 'Wonder Woman', 'Wonder-Woman', 35750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 68, 68, 'Other Superheroes', 'Other-Superheroes', 35750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3974, 3974, 'War', 'War', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3975, 3975, 'Westerns', 'Westerns', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67, 67, 'Other Golden Age', 'Other-Golden-Age', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73, 73, 'Silver Age (1956-69)', 'Silver-Age-1956-69', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155267, 155267, 'By Publisher', 'By-Publisher', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155268, 155268, 'DC', 'DC', 155267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155269, 155269, 'Dell', 'Dell', 155267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155270, 155270, 'Charlton', 'Charlton', 155267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155271, 155271, 'Marvel', 'Marvel', 155267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155272, 155272, 'Other', 'Other', 155267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35753, 35753, 'Cartoon Character', 'Cartoon-Character', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35754, 35754, 'Archie', 'Archie', 35753, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88866, 88866, 'Disney', 'Disney', 35753, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155273, 155273, 'Hanna-Barbera', 'Hanna-Barbera', 35753, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155274, 155274, 'Harvey', 'Harvey', 35753, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155275, 155275, 'Walter Lantz', 'Walter-Lantz', 35753, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35755, 35755, 'Warner Bros', 'Warner-Bros', 35753, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3976, 3976, 'Other Cartoon Characters', 'Other-Cartoon-Characters', 35753, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14007, 14007, 'Classics Illustrated', 'Classics-Illustrated', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 76, 76, 'Horror, Sci-Fi', 'Horror-Sci-Fi', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155276, 155276, 'Jungle', 'Jungle', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82486, 82486, 'Movie, TV', 'Movie-TV', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3977, 3977, 'Romance', 'Romance', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32723, 32723, 'Superhero', 'Superhero', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32724, 32724, 'Aquaman', 'Aquaman', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32725, 32725, 'Atom', 'Atom', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32726, 32726, 'Avengers', 'Avengers', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32727, 32727, 'Batman', 'Batman', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32728, 32728, 'Brave and the Bold', 'Brave-and-the-Bold', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32729, 32729, 'Captain America', 'Captain-America', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32730, 32730, 'Daredevil', 'Daredevil', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73490, 73490, 'Dr. Strange', 'Dr-Strange', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32731, 32731, 'Fantastic Four', 'Fantastic-Four', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32732, 32732, 'Flash', 'Flash', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32733, 32733, 'Green Lantern', 'Green-Lantern', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155277, 155277, 'Hawkman', 'Hawkman', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32734, 32734, 'Incredible Hulk', 'Incredible-Hulk', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32735, 32735, 'Iron Man', 'Iron-Man', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32736, 32736, 'Journey Into Mystery', 'Journey-Into-Mystery', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32737, 32737, 'Justice League of America', 'Justice-League-of-America', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32738, 32738, 'Silver Surfer', 'Silver-Surfer', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32739, 32739, 'Spider-Man', 'Spider-Man', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32740, 32740, 'Strange Tales', 'Strange-Tales', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32741, 32741, 'Sub-Mariner', 'Sub-Mariner', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32742, 32742, 'Superboy', 'Superboy', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32743, 32743, 'Superman', 'Superman', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32744, 32744, 'Tales of Suspense', 'Tales-of-Suspense', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32745, 32745, 'Tales to Astonish', 'Tales-to-Astonish', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32746, 32746, 'Thor', 'Thor', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155278, 155278, 'Wonder Woman', 'Wonder-Woman', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155279, 155279, 'Worlds Finest', 'Worlds-Finest', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32747, 32747, 'X-Men', 'X-Men', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32748, 32748, 'Mixed Items', 'Mixed-Items', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75, 75, 'Other Superheroes', 'Other-Superheroes', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14213, 14213, 'War', 'War', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3978, 3978, 'Westerns', 'Westerns', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74, 74, 'Other Silver Age', 'Other-Silver-Age', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12590, 12590, 'Bronze Age (1970-79)', 'Bronze-Age-1970-79', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35759, 35759, 'By Publisher', 'By-Publisher', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35760, 35760, 'DC', 'DC', 35759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155286, 155286, 'Gold Key', 'Gold-Key', 35759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155287, 155287, 'Harvey', 'Harvey', 35759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35761, 35761, 'Marvel', 'Marvel', 35759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12593, 12593, 'Other', 'Other', 35759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35756, 35756, 'Cartoon Character', 'Cartoon-Character', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35757, 35757, 'Archie', 'Archie', 35756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88867, 88867, 'Disney', 'Disney', 35756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155280, 155280, 'Hanna-Barbera', 'Hanna-Barbera', 35756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35758, 35758, 'Richie Rich', 'Richie-Rich', 35756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12591, 12591, 'Other Cartoon Characters', 'Other-Cartoon-Characters', 35756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14008, 14008, 'Classics Illustrated', 'Classics-Illustrated', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12592, 12592, 'Horror, Sci-Fi', 'Horror-Sci-Fi', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155281, 155281, 'Jungle', 'Jungle', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155282, 155282, 'Movie, TV', 'Movie-TV', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33806, 33806, 'Superhero', 'Superhero', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155283, 155283, 'Aquaman', 'Aquaman', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33807, 33807, 'Avengers', 'Avengers', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33808, 33808, 'Batman', 'Batman', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33809, 33809, 'Brave and the Bold', 'Brave-and-the-Bold', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33810, 33810, 'Captain America', 'Captain-America', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33811, 33811, 'Conan', 'Conan', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33812, 33812, 'Daredevil', 'Daredevil', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88868, 88868, 'Defenders', 'Defenders', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73491, 73491, 'Dr. Strange', 'Dr-Strange', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33813, 33813, 'Fantastic Four', 'Fantastic-Four', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33814, 33814, 'Flash', 'Flash', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82487, 82487, 'Ghost Rider', 'Ghost-Rider', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33815, 33815, 'Green Lantern', 'Green-Lantern', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33816, 33816, 'Incredible Hulk', 'Incredible-Hulk', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33817, 33817, 'Iron Man', 'Iron-Man', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33818, 33818, 'Justice League of America', 'Justice-League-of-America', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33819, 33819, 'Spider-Man', 'Spider-Man', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33820, 33820, 'Star Wars', 'Star-Wars', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33821, 33821, 'Superboy', 'Superboy', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33822, 33822, 'Superman', 'Superman', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33823, 33823, 'Thor', 'Thor', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33824, 33824, 'Tomb of Dracula', 'Tomb-of-Dracula', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33825, 33825, 'Wonder Woman', 'Wonder-Woman', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155284, 155284, 'Worlds Finest', 'Worlds-Finest', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33826, 33826, 'X-Men', 'X-Men', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33827, 33827, 'Mixed Items', 'Mixed-Items', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155285, 155285, 'Other', 'Other', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50749, 50749, 'War', 'War', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155288, 155288, 'Westerns', 'Westerns', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12589, 12589, 'Other Bronze Age', 'Other-Bronze-Age', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 900, 900, 'Modern Age (1980-Now)', 'Modern-Age-1980-Now', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35763, 35763, 'By Publisher', 'By-Publisher', 900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155291, 155291, 'Comico', 'Comico', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50750, 50750, 'Crossgen', 'Crossgen', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70964, 70964, 'Dark Horse', 'Dark-Horse', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35764, 35764, 'DC', 'DC', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74706, 74706, 'Eclipse', 'Eclipse', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155292, 155292, 'First', 'First', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70965, 70965, 'Image', 'Image', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35765, 35765, 'Marvel', 'Marvel', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155293, 155293, 'Pacific', 'Pacific', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60213, 60213, 'Valiant', 'Valiant', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3983, 3983, 'Other', 'Other', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3979, 3979, 'Alternative, Underground', 'Alternative-Underground', 900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3980, 3980, 'Cartoon Character', 'Cartoon-Character', 900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3981, 3981, 'Horror, Sci-Fi', 'Horror-Sci-Fi', 900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3955, 3955, 'Movie, TV', 'Movie-TV', 900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32749, 32749, 'Superhero', 'Superhero', 900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82488, 82488, 'Alpha Flight', 'Alpha-Flight', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155289, 155289, 'Aquaman', 'Aquaman', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99943, 99943, 'Avengers', 'Avengers', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99944, 99944, 'Avengers Disassembled', 'Avengers-Disassembled', 99943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99945, 99945, 'Avengers West Coast', 'Avengers-West-Coast', 99943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99947, 99947, 'Original Avengers', 'Original-Avengers', 99943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99946, 99946, 'The New Avengers', 'The-New-Avengers', 99943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32750, 32750, 'Other Avengers', 'Other-Avengers', 99943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99948, 99948, 'Batgirl', 'Batgirl', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99949, 99949, 'Batman', 'Batman', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99950, 99950, 'Detective Comics', 'Detective-Comics', 99949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99951, 99951, 'Gotham Knights', 'Gotham-Knights', 99949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99952, 99952, 'Legends of the Dark Knight', 'Legends-of-the-Dark-Knight', 99949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99953, 99953, 'Original Series', 'Original-Series', 99949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99954, 99954, 'Shadow of the Bat', 'Shadow-of-the-Bat', 99949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 17076, 17076, 'Other Batman', 'Other-Batman', 99949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32751, 32751, 'Captain America', 'Captain-America', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32752, 32752, 'Catwoman', 'Catwoman', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 17077, 17077, 'Conan', 'Conan', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32753, 32753, 'Daredevil', 'Daredevil', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66506, 66506, 'Darkness', 'Darkness', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73492, 73492, 'Deathlok', 'Deathlok', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88869, 88869, 'Defenders', 'Defenders', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73493, 73493, 'Dr. Strange', 'Dr-Strange', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32754, 32754, 'Fantastic Four', 'Fantastic-Four', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73494, 73494, 'Fathom', 'Fathom', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32755, 32755, 'Flash', 'Flash', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82489, 82489, 'Ghost Rider', 'Ghost-Rider', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35762, 35762, 'GI Joe', 'GI-Joe', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66507, 66507, 'Green Arrow', 'Green-Arrow', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32756, 32756, 'Green Lantern', 'Green-Lantern', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103933, 103933, 'Hawkman', 'Hawkman', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66508, 66508, 'Hellboy', 'Hellboy', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82490, 82490, 'Identity Crisis', 'Identity-Crisis', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32757, 32757, 'Incredible Hulk', 'Incredible-Hulk', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73495, 73495, 'Iron Man', 'Iron-Man', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32758, 32758, 'Justice League of America', 'Justice-League-of-America', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99955, 99955, 'Justice Society of America', 'Justice-Society-of-America', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82491, 82491, 'Lady Death', 'Lady-Death', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82492, 82492, 'Legion of Superheroes', 'Legion-of-Superheroes', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82493, 82493, 'Lobo', 'Lobo', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73496, 73496, 'Magneto', 'Magneto', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98022, 98022, 'Moon Knight', 'Moon-Knight', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32759, 32759, 'Phantom', 'Phantom', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32760, 32760, 'Punisher', 'Punisher', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82494, 82494, 'Sandman', 'Sandman', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82495, 82495, 'Secret Wars', 'Secret-Wars', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74704, 74704, 'Shi', 'Shi', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32761, 32761, 'Silver Surfer', 'Silver-Surfer', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 17079, 17079, 'Spawn', 'Spawn', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70960, 70960, 'Spider-Man', 'Spider-Man', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70961, 70961, 'Amazing', 'Amazing', 70960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99956, 99956, 'Marvel Knights', 'Marvel-Knights', 70960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70962, 70962, 'Spectacular', 'Spectacular', 70960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70963, 70963, 'Ultimate', 'Ultimate', 70960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99957, 99957, 'Venom', 'Venom', 70960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 17082, 17082, 'Other', 'Other', 70960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32762, 32762, 'Star Wars', 'Star-Wars', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 17084, 17084, 'Superman', 'Superman', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82496, 82496, 'Swamp Thing', 'Swamp-Thing', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 17081, 17081, 'Teen Titans', 'Teen-Titans', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 17080, 17080, 'Thor', 'Thor', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32763, 32763, 'Tomb Raider', 'Tomb-Raider', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32764, 32764, 'Transformers', 'Transformers', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32765, 32765, 'Ultimates', 'Ultimates', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74705, 74705, 'Ultraverse', 'Ultraverse', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32766, 32766, 'Witchblade', 'Witchblade', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32767, 32767, 'Wolverine', 'Wolverine', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32768, 32768, 'Wonder Woman', 'Wonder-Woman', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63764, 63764, 'X-Men', 'X-Men', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88870, 88870, 'Astonishing X-Men', 'Astonishing-X-Men', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63765, 63765, 'Generation X', 'Generation-X', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63766, 63766, 'New Mutants', 'New-Mutants', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103934, 103934, 'New X-Men', 'New-X-Men', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66509, 66509, 'Ultimate', 'Ultimate', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63767, 63767, 'Uncanny X-Men', 'Uncanny-X-Men', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88871, 88871, 'Unlimited', 'Unlimited', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88872, 88872, 'X-Factor', 'X-Factor', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63768, 63768, 'X-Force', 'X-Force', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 17085, 17085, 'Other', 'Other', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32769, 32769, 'Mixed Items', 'Mixed-Items', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155290, 155290, 'Other', 'Other', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82497, 82497, 'Trade Publications', 'Trade-Publications', 900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 77, 77, 'Other Modern Age', 'Other-Modern-Age', 900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48776, 48776, 'Apparel & Accessories', 'Apparel-and-Accessories', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35766, 35766, 'Collections', 'Collections', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35767, 35767, 'Batman', 'Batman', 35766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35768, 35768, 'Spider-Man', 'Spider-Man', 35766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35769, 35769, 'Superman', 'Superman', 35766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35770, 35770, 'Mixed Lots', 'Mixed-Lots', 35766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35771, 35771, 'Other Characters', 'Other-Characters', 35766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35772, 35772, 'DC', 'DC', 35771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35773, 35773, 'Marvel', 'Marvel', 35771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3952, 3952, 'Other', 'Other', 35771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3957, 3957, 'European & Latin American', 'European-and-Latin-American', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3960, 3960, 'Europe', 'Europe', 3957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155294, 155294, 'Mexico', 'Mexico', 3957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3964, 3964, 'UK', 'UK', 3957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3956, 3956, 'Other Countries', 'Other-Countries', 3957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88873, 88873, 'Figurines', 'Figurines', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88874, 88874, 'Batman', 'Batman', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88875, 88875, 'Captain America', 'Captain-America', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98023, 98023, 'Fantastic Four', 'Fantastic-Four', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88876, 88876, 'Incredible Hulk', 'Incredible-Hulk', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88877, 88877, 'Justice League of America', 'Justice-League-of-America', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88878, 88878, 'Punisher', 'Punisher', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88879, 88879, 'Spider-Man', 'Spider-Man', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88880, 88880, 'Superman', 'Superman', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88881, 88881, 'Wolverine', 'Wolverine', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88882, 88882, 'Wonder Woman', 'Wonder-Woman', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98024, 98024, 'X-Men', 'X-Men', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80, 80, 'Other Superheroes', 'Other-Superheroes', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3953, 3953, 'Full Runs', 'Full-Runs', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35774, 35774, 'Graphic Novels, TPBs', 'Graphic-Novels-TPBs', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35775, 35775, 'Alternative, Underground', 'Alternative-Underground', 35774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35786, 35786, 'DC', 'DC', 35774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35776, 35776, 'Cartoon Character', 'Cartoon-Character', 35774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35777, 35777, 'Horror, Sci-Fi', 'Horror-Sci-Fi', 35774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35787, 35787, 'Marvel', 'Marvel', 35774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35778, 35778, 'Movie, TV', 'Movie-TV', 35774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35779, 35779, 'Superhero', 'Superhero', 35774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35780, 35780, 'Batman', 'Batman', 35779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35781, 35781, 'Spider-Man', 'Spider-Man', 35779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35782, 35782, 'Superman', 'Superman', 35779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35783, 35783, 'X-Men', 'X-Men', 35779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35784, 35784, 'Other Superheroes', 'Other-Superheroes', 35779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3954, 3954, 'Other', 'Other', 35774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3965, 3965, 'Magazines', 'Magazines', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3966, 3966, 'Alternative, Zines', 'Alternative-Zines', 3965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78, 78, 'Collections', 'Collections', 3965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3967, 3967, 'Fanzines, Fan Clubs', 'Fanzines-Fan-Clubs', 3965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3968, 3968, 'Heavy Metal', 'Heavy-Metal', 3965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3969, 3969, 'Mad', 'Mad', 3965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3970, 3970, 'Pulps', 'Pulps', 3965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3971, 3971, 'Superhero', 'Superhero', 3965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3752, 3752, 'Other Magazines', 'Other-Magazines', 3965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 8575, 8575, 'Manga', 'Manga', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79, 79, 'Newspaper Comics', 'Newspaper-Comics', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3984, 3984, 'Original Comic Art', 'Original-Comic-Art', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14009, 14009, 'Comic Strip Art', 'Comic-Strip-Art', 3984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3985, 3985, 'Covers', 'Covers', 3984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3986, 3986, 'Drawings, Sketches', 'Drawings-Sketches', 3984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3987, 3987, 'Paintings', 'Paintings', 3984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14010, 14010, 'Splash Pages', 'Splash-Pages', 3984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 972, 972, 'Other Original Art', 'Other-Original-Art', 3984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82498, 82498, 'Posters', 'Posters', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99958, 99958, 'Supplies', 'Supplies', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99959, 99959, 'Bags, Backing Boards', 'Bags-Backing-Boards', 99958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99960, 99960, 'Boxes', 'Boxes', 99958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99961, 99961, 'Price Guides', 'Price-Guides', 99958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10547, 10547, 'Other', 'Other', 99958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64, 64, 'Other Comics', 'Other-Comics', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3913, 3913, 'Cultures, Ethnicities', 'Cultures-Ethnicities', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149360, 149360, 'African', 'African', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156285, 156285, 'Pre-1600', 'Pre-1600', 149360, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149361, 149361, '1600-1900', '1600-1900', 149360, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29439, 29439, '1900-Now', '1900-Now', 149360, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29440, 29440, 'Baskets, Containers', 'Baskets-Containers', 29439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29441, 29441, 'Figures, Sculpture', 'Figures-Sculpture', 29439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29442, 29442, 'Masks', 'Masks', 29439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4190, 4190, 'Other', 'Other', 29439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149362, 149362, 'Asian', 'Asian', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149363, 149363, 'Pre-1900', 'Pre-1900', 149362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13736, 13736, '1900-Now', '1900-Now', 149362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29443, 29443, 'Chinese', 'Chinese', 13736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29444, 29444, 'Bowls, Plates', 'Bowls-Plates', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149364, 149364, 'Boxes', 'Boxes', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35788, 35788, 'Cups, Mugs', 'Cups-Mugs', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35789, 35789, 'Dolls, Bears', 'Dolls-Bears', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29445, 29445, 'Figures, Sculpture', 'Figures-Sculpture', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35790, 35790, 'Jewelry', 'Jewelry', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149365, 149365, 'Lanterns', 'Lanterns', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35791, 35791, 'Paintings, Posters', 'Paintings-Posters', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29446, 29446, 'Scrolls, Calligraphy', 'Scrolls-Calligraphy', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33828, 33828, 'Snuff Bottles', 'Snuff-Bottles', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29447, 29447, 'Teapots, Tea Sets', 'Teapots-Tea-Sets', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29448, 29448, 'Vases, Jars', 'Vases-Jars', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3546, 3546, 'Other', 'Other', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13737, 13737, 'Indian', 'Indian', 13736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13738, 13738, 'Indonesian', 'Indonesian', 13736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29449, 29449, 'Japanese', 'Japanese', 13736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29450, 29450, 'Bowls, Plates', 'Bowls-Plates', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35792, 35792, 'Dolls', 'Dolls', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29451, 29451, 'Fans, Accessories', 'Fans-Accessories', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29452, 29452, 'Kimonos', 'Kimonos', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29453, 29453, 'Netsuke', 'Netsuke', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29454, 29454, 'Obis', 'Obis', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35793, 35793, 'Paintings, Posters', 'Paintings-Posters', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29455, 29455, 'Teapots, Tea Sets', 'Teapots-Tea-Sets', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35794, 35794, 'Vases, Jars', 'Vases-Jars', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4003, 4003, 'Other', 'Other', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4004, 4004, 'Korean', 'Korean', 13736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29456, 29456, 'Nepalese, Tibetan', 'Nepalese-Tibetan', 13736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25427, 25427, 'Thai/Siamese', 'Thai-Siamese', 13736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 373, 373, 'Other Asian Cultures', 'Other-Asian-Cultures', 13736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4002, 4002, 'Australiana', 'Australiana', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29457, 29457, 'Black Americana', 'Black-Americana', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 35795, 35795, 'Banks', 'Banks', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35796, 35796, 'Cards', 'Cards', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35797, 35797, 'Dolls, Bears', 'Dolls-Bears', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29458, 29458, 'Figures, Sculpture', 'Figures-Sculpture', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29459, 29459, 'Housewares, Kitchenware', 'Housewares-Kitchenware', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35798, 35798, 'Photos', 'Photos', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35799, 35799, 'Prints, Posters', 'Prints-Posters', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35800, 35800, 'Signs', 'Signs', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152539, 152539, 'Reproductions', 'Reproductions', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 394, 394, 'Other Black Americana', 'Other-Black-Americana', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4000, 4000, 'British', 'British', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13739, 13739, 'Celtic', 'Celtic', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10911, 10911, 'Egyptian', 'Egyptian', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4001, 4001, 'European', 'European', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2000, 2000, 'Hawaiiana', 'Hawaiiana', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2002, 2002, 'Accessories', 'Accessories', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2003, 2003, 'Apparel', 'Apparel', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35801, 35801, 'Dishes, Bowls, Plates', 'Dishes-Bowls-Plates', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2004, 2004, 'Hula', 'Hula', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35802, 35802, 'Jewelry', 'Jewelry', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35803, 35803, 'Lamps, Lights', 'Lamps-Lights', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35804, 35804, 'Photos', 'Photos', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35805, 35805, 'Prints, Posters', 'Prints-Posters', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29460, 29460, 'Tikis', 'Tikis', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2001, 2001, 'Other Hawaiiana', 'Other-Hawaiiana', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13740, 13740, 'Latin American', 'Latin-American', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14342, 14342, 'Mexican', 'Mexican', 13740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29461, 29461, 'Blankets, Rugs, Textiles', 'Blankets-Rugs-Textiles', 14342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149366, 149366, 'Day of the Dead', 'Day-of-the-Dead', 14342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149367, 149367, 'Folk Art', 'Folk-Art', 14342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149368, 149368, 'Huichol Art', 'Huichol-Art', 14342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35806, 35806, 'Masks', 'Masks', 14342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14343, 14343, 'Pottery', 'Pottery', 14342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149369, 149369, 'Tile', 'Tile', 14342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13741, 13741, 'Other', 'Other', 14342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4005, 4005, 'Other Latin American Cultures', 'Other-Latin-American-Cultures', 13740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 713, 713, 'Native Americana', 'Native-Americana', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13742, 13742, 'Pre-1600', 'Pre-1600', 713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 715, 715, 'Artifacts', 'Artifacts', 13742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13743, 13743, 'Baskets', 'Baskets', 13742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13744, 13744, 'Beads', 'Beads', 13742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35807, 35807, 'Pipes', 'Pipes', 13742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13747, 13747, 'Pottery', 'Pottery', 13742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 716, 716, 'Other', 'Other', 13742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150004, 150004, '1600-1799', '1600-1799', 713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150005, 150005, 'Baskets', 'Baskets', 150004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150006, 150006, 'Beads, Beadwork', 'Beads-Beadwork', 150004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150007, 150007, 'Pottery', 'Pottery', 150004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150008, 150008, 'Other', 'Other', 150004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150009, 150009, '1800-1940', '1800-1940', 713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150010, 150010, 'Baskets', 'Baskets', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150011, 150011, 'Beads, Beadwork', 'Beads-Beadwork', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150012, 150012, 'Books', 'Books', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150013, 150013, 'Clothing, Moccasins', 'Clothing-Moccasins', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150014, 150014, 'Dolls, Kachinas', 'Dolls-Kachinas', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150015, 150015, 'Dream Catchers', 'Dream-Catchers', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150016, 150016, 'Fetishes, Totems', 'Fetishes-Totems', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150017, 150017, 'Flint Knapping Art', 'Flint-Knapping-Art', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150018, 150018, 'Hides, Pelts', 'Hides-Pelts', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150019, 150019, 'Jewelry', 'Jewelry', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150020, 150020, 'Masks, Headdresses', 'Masks-Headdresses', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150021, 150021, 'Musical Instruments', 'Musical-Instruments', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150022, 150022, 'Paintings, Drawings', 'Paintings-Drawings', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150023, 150023, 'Photographic Images', 'Photographic-Images', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150024, 150024, 'Pottery', 'Pottery', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150025, 150025, 'Rugs, Textiles (Navajo)', 'Rugs-Textiles-Navajo', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150026, 150026, 'Rugs, Textiles (Non-Navajo)', 'Rugs-Textiles-Non-Navajo', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150027, 150027, 'Sculpture', 'Sculpture', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150028, 150028, 'Weapons', 'Weapons', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150029, 150029, 'Other', 'Other', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13749, 13749, '1940-Now', '1940-Now', 713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13750, 13750, 'Baskets', 'Baskets', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13751, 13751, 'Beads, Beadwork', 'Beads-Beadwork', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13752, 13752, 'Books', 'Books', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13753, 13753, 'Clothing, Moccasins', 'Clothing-Moccasins', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13754, 13754, 'Dolls, Kachinas', 'Dolls-Kachinas', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29462, 29462, 'Dream Catchers', 'Dream-Catchers', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13755, 13755, 'Fetishes, Totems', 'Fetishes-Totems', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4715, 4715, 'Flint Knapping Art', 'Flint-Knapping-Art', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29463, 29463, 'Hides, Pelts', 'Hides-Pelts', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13756, 13756, 'Jewelry', 'Jewelry', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 714, 714, 'Masks, Headdresses', 'Masks-Headdresses', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13757, 13757, 'Musical Instruments', 'Musical-Instruments', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13758, 13758, 'Paintings, Drawings', 'Paintings-Drawings', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13759, 13759, 'Photographic Images', 'Photographic-Images', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13760, 13760, 'Pottery', 'Pottery', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13761, 13761, 'Rugs, Textiles (Navajo)', 'Rugs-Textiles-Navajo', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13762, 13762, 'Rugs, Textiles (Non-Navajo)', 'Rugs-Textiles-Non-Navajo', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13763, 13763, 'Sculpture', 'Sculpture', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13764, 13764, 'Weapons', 'Weapons', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 372, 372, 'Other', 'Other', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74707, 74707, 'Reproductions', 'Reproductions', 713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13765, 13765, 'Pacific Islands', 'Pacific-Islands', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4006, 4006, 'Russian', 'Russian', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4007, 4007, 'Western Americana', 'Western-Americana', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 209, 209, 'Antique Western', 'Antique-Western', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4008, 4008, 'Apparel', 'Apparel', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4009, 4009, 'Art', 'Art', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29464, 29464, 'Belt Buckles', 'Belt-Buckles', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4011, 4011, 'Bits, Bridles', 'Bits-Bridles', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4010, 4010, 'Books', 'Books', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4013, 4013, 'Decor', 'Decor', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4014, 4014, 'Jewelry', 'Jewelry', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4015, 4015, 'Paper', 'Paper', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4016, 4016, 'Saddles', 'Saddles', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4017, 4017, 'Spurs', 'Spurs', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 987, 987, 'Other Western Americana', 'Other-Western-Americana', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 128, 128, 'Other Cultures', 'Other-Cultures', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13777, 13777, 'Decorative Collectibles', 'Decorative-Collectibles', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156286, 156286, 'Decorative Collectible Brands', 'Decorative-Collectible-Brands', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13778, 13778, 'All Gods Children', 'All-Gods-Children', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98025, 98025, 'Andrea by Sadek', 'Andrea-by-Sadek', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4018, 4018, 'ANRI', 'ANRI', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4019, 4019, 'Armani', 'Armani', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13779, 13779, 'Avon', 'Avon', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13780, 13780, 'Bells', 'Bells', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1349, 1349, 'Bottles', 'Bottles', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86891, 86891, 'Bowls', 'Bowls', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39576, 39576, 'Candle Holders', 'Candle-Holders', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11121, 11121, 'Collector Plates', 'Collector-Plates', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13781, 13781, 'Decanters', 'Decanters', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39577, 39577, 'Figurines', 'Figurines', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13782, 13782, 'Goblets, Tumblers', 'Goblets-Tumblers', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39578, 39578, 'Mugs, Cups, Saucers', 'Mugs-Cups-Saucers', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13783, 13783, 'Ornaments', 'Ornaments', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86892, 86892, 'Soap Accessories', 'Soap-Accessories', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86893, 86893, 'Steins', 'Steins', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86894, 86894, 'Vases', 'Vases', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97, 97, 'Other Avon Items', 'Other-Avon-Items', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3951, 3951, 'Bing & Grondahl Coll Plates', 'Bing-and-Grondahl-Coll-Plates', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47132, 47132, 'Blue Sky Clayworks', 'Blue-Sky-Clayworks', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39579, 39579, 'Boyds', 'Boyds', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41114, 41114, 'Figurines', 'Figurines', 39579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41115, 41115, 'Bearstones', 'Bearstones', 41114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41116, 41116, 'Folkstones', 'Folkstones', 41114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39580, 39580, 'Other Figurines', 'Other-Figurines', 41114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39581, 39581, 'Ornaments', 'Ornaments', 39579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39582, 39582, 'Villages', 'Villages', 39579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1348, 1348, 'Other Items', 'Other-Items', 39579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13784, 13784, 'Bradford Exchange', 'Bradford-Exchange', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1354, 1354, 'Collector Plates', 'Collector-Plates', 13784, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13785, 13785, 'Other Bradford Exchange', 'Other-Bradford-Exchange', 13784, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4021, 4021, 'Byers Choice', 'Byers-Choice', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4022, 4022, 'Cats Meow Village', 'Cats-Meow-Village', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41117, 41117, 'Charming Tails', 'Charming-Tails', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41118, 41118, 'Friends, Friendship', 'Friends-Friendship', 41117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41119, 41119, 'Love, Romance', 'Love-Romance', 41117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41120, 41120, 'Seasons', 'Seasons', 41117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11122, 11122, 'Other Items', 'Other-Items', 41117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13786, 13786, 'Christopher Radko', 'Christopher-Radko', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13787, 13787, 'Danbury Mint', 'Danbury-Mint', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1355, 1355, 'Collector Plates', 'Collector-Plates', 13787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13788, 13788, 'Figurines', 'Figurines', 13787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13789, 13789, 'Other Danbury Mint Items', 'Other-Danbury-Mint-Items', 13787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1543, 1543, 'David Winter', 'David-Winter', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1365, 1365, 'Department 56', 'Department-56', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4032, 4032, 'Alpine Village', 'Alpine-Village', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4033, 4033, 'Christmas in the City', 'Christmas-in-the-City', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39583, 39583, 'Dickens Village', 'Dickens-Village', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39584, 39584, 'Accessories', 'Accessories', 39583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39585, 39585, 'Buildings', 'Buildings', 39583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39586, 39586, 'Mixed Lots', 'Mixed-Lots', 39583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1366, 1366, 'Other Items', 'Other-Items', 39583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156290, 156290, 'Halloween', 'Halloween', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1547, 1547, 'Heritage Village', 'Heritage-Village', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4034, 4034, 'New England Village', 'New-England-Village', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4035, 4035, 'North Pole', 'North-Pole', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157007, 157007, 'Ornaments', 'Ornaments', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156291, 156291, 'Seasons Bay', 'Seasons-Bay', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39587, 39587, 'Snow Village', 'Snow-Village', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39588, 39588, 'Accessories', 'Accessories', 39587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39589, 39589, 'Buildings', 'Buildings', 39587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39590, 39590, 'Mixed Lots', 'Mixed-Lots', 39587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1368, 1368, 'Other Items', 'Other-Items', 39587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1367, 1367, 'Snowbabies', 'Snowbabies', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11139, 11139, 'Snowbunnies', 'Snowbunnies', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156292, 156292, 'Thanksgiving', 'Thanksgiving', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 370, 370, 'Other Dept 56 Collections', 'Other-Dept-56-Collections', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10912, 10912, 'Dreamsicles', 'Dreamsicles', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4024, 4024, 'Duncan Royale', 'Duncan-Royale', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11126, 11126, 'Enesco', 'Enesco', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11127, 11127, 'Calico Kittens', 'Calico-Kittens', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41126, 41126, 'Cherished Teddies', 'Cherished-Teddies', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86895, 86895, 'Baby', 'Baby', 41126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86896, 86896, 'Birthday', 'Birthday', 41126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41127, 41127, 'Christmas', 'Christmas', 41126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86897, 86897, 'Friends, Friendship', 'Friends-Friendship', 41126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86898, 86898, 'Halloween', 'Halloween', 41126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41128, 41128, 'Love, Romance', 'Love-Romance', 41126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3908, 3908, 'Other Items', 'Other-Items', 41126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13790, 13790, 'Friends of the Feather', 'Friends-of-the-Feather', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103935, 103935, 'Growing Up Girls', 'Growing-Up-Girls', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86899, 86899, 'Jim Shore', 'Jim-Shore', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13791, 13791, 'Lucy & Me', 'Lucy-and-Me', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11128, 11128, 'Marys Moo Moos', 'Marys-Moo-Moos', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13792, 13792, 'Memories of Yesterday', 'Memories-of-Yesterday', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13793, 13793, 'My Blushing Bunnies', 'My-Blushing-Bunnies', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103936, 103936, 'My Little Kitchen Fairies', 'My-Little-Kitchen-Fairies', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11129, 11129, 'Pretty as a Picture', 'Pretty-as-a-Picture', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39599, 39599, 'Raggedy Ann & Andy', 'Raggedy-Ann-and-Andy', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39600, 39600, 'Rudolph', 'Rudolph', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11130, 11130, 'Tender Tails', 'Tender-Tails', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11131, 11131, 'This Little Piggy', 'This-Little-Piggy', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104, 104, 'Other Enesco Items', 'Other-Enesco-Items', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13794, 13794, 'Faberge', 'Faberge', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13796, 13796, 'Fitz & Floyd', 'Fitz-and-Floyd', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13795, 13795, 'Boxes', 'Boxes', 13796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13797, 13797, 'Collector Plates', 'Collector-Plates', 13796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13798, 13798, 'Eggs', 'Eggs', 13796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13799, 13799, 'Figurines', 'Figurines', 13796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13800, 13800, 'Other Fitz&Floyd Collectibles', 'Other-FitzandFloyd-Collectibles', 13796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4026, 4026, 'Flambro', 'Flambro', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13801, 13801, 'Franklin Mint', 'Franklin-Mint', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1356, 1356, 'Collector Plates', 'Collector-Plates', 13801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13802, 13802, 'Figurines', 'Figurines', 13801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13803, 13803, 'Other Franklin Mint Items', 'Other-Franklin-Mint-Items', 13801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45133, 45133, 'Halcyon Days', 'Halcyon-Days', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 576, 576, 'Hallmark', 'Hallmark', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41147, 41147, 'Betsey Clark', 'Betsey-Clark', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 973, 973, 'Kiddie Car Classics', 'Kiddie-Car-Classics', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41148, 41148, 'Marjolein Bastin', 'Marjolein-Bastin', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41149, 41149, 'Maxine', 'Maxine', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 577, 577, 'Merry Miniatures', 'Merry-Miniatures', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39601, 39601, 'Ornaments: Miniature', 'Ornaments-Miniature', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39602, 39602, 'Pre-1990', 'Pre-1990', 39601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 578, 578, '1990-99', '1990-99', 39601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39603, 39603, '2000-Now', '2000-Now', 39601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39604, 39604, 'Unknown Date', 'Unknown-Date', 39601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41137, 41137, 'Ornaments: by Series', 'Ornaments-by-Series', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41138, 41138, 'Barbie', 'Barbie', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50756, 50756, 'Dr. Seuss', 'Dr-Seuss', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41139, 41139, 'Frosty Friends', 'Frosty-Friends', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63774, 63774, 'Harley-Davidson', 'Harley-Davidson', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50757, 50757, 'Harry Potter', 'Harry-Potter', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41140, 41140, 'Lionel Train', 'Lionel-Train', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50758, 50758, 'Looney Tunes', 'Looney-Tunes', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41141, 41141, 'Madame Alexander', 'Madame-Alexander', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63775, 63775, 'Marys Angels', 'Marys-Angels', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41142, 41142, 'Peanuts', 'Peanuts', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41143, 41143, 'Star Trek', 'Star-Trek', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41144, 41144, 'Star Wars', 'Star-Wars', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41145, 41145, 'Winnie the Pooh', 'Winnie-the-Pooh', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103940, 103940, 'Wizard of Oz', 'Wizard-of-Oz', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 579, 579, 'Other Series Ornaments', 'Other-Series-Ornaments', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39605, 39605, 'Ornaments: by Year', 'Ornaments-by-Year', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39606, 39606, 'Pre-1980', 'Pre-1980', 39605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39607, 39607, '1980-84', '1980-84', 39605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39608, 39608, '1985-89', '1985-89', 39605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39609, 39609, '1990-94', '1990-94', 39605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39610, 39610, '1995-99', '1995-99', 39605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63769, 63769, '2000-2005', '2000-2005', 39605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103939, 103939, '2005-Now', '2005-Now', 39605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39611, 39611, 'Unknown Date', 'Unknown-Date', 39605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41151, 41151, 'Peanuts', 'Peanuts', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147, 147, 'Other Hallmark Collectibles', 'Other-Hallmark-Collectibles', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1357, 1357, 'Hamilton Collector Plates', 'Hamilton-Collector-Plates', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11132, 11132, 'Harbour Lights', 'Harbour-Lights', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41152, 41152, 'Harmony Kingdom', 'Harmony-Kingdom', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41153, 41153, 'Garden Party', 'Garden-Party', 41152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103941, 103941, 'Jardinia', 'Jardinia', 41152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41154, 41154, 'Picturesque', 'Picturesque', 41152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86900, 86900, 'Pot Bellys', 'Pot-Bellys', 41152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86901, 86901, 'Roly Polys', 'Roly-Polys', 41152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1545, 1545, 'Other Items', 'Other-Items', 41152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41155, 41155, 'HOMCO', 'HOMCO', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41156, 41156, 'Candles, Candleholders', 'Candles-Candleholders', 41155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41157, 41157, 'Figurines', 'Figurines', 41155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41158, 41158, 'Pictures', 'Pictures', 41155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10913, 10913, 'Other Items', 'Other-Items', 41155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13804, 13804, 'Hummel, Goebel', 'Hummel-Goebel', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13805, 13805, 'Bells', 'Bells', 13804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13806, 13806, 'Collector Plates', 'Collector-Plates', 13804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13807, 13807, 'Figurines', 'Figurines', 13804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13808, 13808, 'Ornaments', 'Ornaments', 13804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1542, 1542, 'Pocket Dragons', 'Pocket-Dragons', 13804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103, 103, 'Other Hummel Collectibles', 'Other-Hummel-Collectibles', 13804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105, 105, 'Josef', 'Josef', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1358, 1358, 'Knowles Collector Plates', 'Knowles-Collector-Plates', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13809, 13809, 'Lefton Figurines', 'Lefton-Figurines', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13812, 13812, 'Lenox', 'Lenox', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86902, 86902, 'Candle Holders, Votives', 'Candle-Holders-Votives', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13813, 13813, 'Collector Plates', 'Collector-Plates', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103942, 103942, 'Decorative Bowls', 'Decorative-Bowls', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13814, 13814, 'Figurines', 'Figurines', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86903, 86903, 'Ornaments', 'Ornaments', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86904, 86904, 'Picture Frames', 'Picture-Frames', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86905, 86905, 'Salt & Pepper Shakers', 'Salt-and-Pepper-Shakers', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86906, 86906, 'Trinkets, Hinged Boxes', 'Trinkets-Hinged-Boxes', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86907, 86907, 'Vases', 'Vases', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13810, 13810, 'Other Lenox Collectibles', 'Other-Lenox-Collectibles', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47133, 47133, 'Liberty Falls', 'Liberty-Falls', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 1544, 1544, 'Lilliput Lane', 'Lilliput-Lane', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13815, 13815, 'Limoges', 'Limoges', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13811, 13811, 'Collector Plates', 'Collector-Plates', 13815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13816, 13816, 'Trinket Boxes', 'Trinket-Boxes', 13815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13817, 13817, 'Other Limoges Collectibles', 'Other-Limoges-Collectibles', 13815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13818, 13818, 'Lladro', 'Lladro', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41159, 41159, 'Figurines', 'Figurines', 13818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41160, 41160, 'Angels', 'Angels', 41159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41161, 41161, 'Animals', 'Animals', 41159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13819, 13819, 'Other Figurines', 'Other-Figurines', 41159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13820, 13820, 'Ornaments', 'Ornaments', 13818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1242, 1242, 'Other Lladro Collectibles', 'Other-Lladro-Collectibles', 13818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10915, 10915, 'Longaberger', 'Longaberger', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39612, 39612, 'Baskets', 'Baskets', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39613, 39613, 'Pre-1990', 'Pre-1990', 39612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39614, 39614, '1990-94', '1990-94', 39612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39615, 39615, '1995-99', '1995-99', 39612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63776, 63776, '2000-2004', '2000-2004', 39612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103944, 103944, '2005-Now', '2005-Now', 39612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63780, 63780, 'Unknown', 'Unknown', 39612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39616, 39616, 'Mixed Lots', 'Mixed-Lots', 39612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103945, 103945, 'Candles', 'Candles', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10917, 10917, 'Candle Holders, Votives', 'Candle-Holders-Votives', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10918, 10918, 'Coasters', 'Coasters', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10919, 10919, 'Combos', 'Combos', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10920, 10920, 'Dinnerware, Serving, Pottery', 'Dinnerware-Serving-Pottery', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10921, 10921, 'Fabric', 'Fabric', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10922, 10922, 'Garters', 'Garters', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10923, 10923, 'Handle Grippers', 'Handle-Grippers', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10924, 10924, 'Handle Ties', 'Handle-Ties', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39617, 39617, 'Lids', 'Lids', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10925, 10925, 'Liners', 'Liners', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86908, 86908, 'Magnets', 'Magnets', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40124, 40124, 'Metalworks', 'Metalworks', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10926, 10926, 'Napkins, Placemats', 'Napkins-Placemats', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10927, 10927, 'Ornaments', 'Ornaments', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10928, 10928, 'Pens, Pencils, Pads', 'Pens-Pencils-Pads', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86909, 86909, 'Pins', 'Pins', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86910, 86910, 'Prints, Wall Hangings', 'Prints-Wall-Hangings', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10929, 10929, 'Protectors', 'Protectors', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10930, 10930, 'Tie-ons', 'Tie-ons', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86911, 86911, 'Totes, Wallets, Cases', 'Totes-Wallets-Cases', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86912, 86912, 'Cases, Accessories', 'Cases-Accessories', 86911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86913, 86913, 'Totes, Bags', 'Totes-Bags', 86911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86914, 86914, 'Wallets, Coin Purses', 'Wallets-Coin-Purses', 86911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86915, 86915, 'Other', 'Other', 86911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10931, 10931, 'Towels', 'Towels', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101, 101, 'Other Longaberger Items', 'Other-Longaberger-Items', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15909, 15909, 'Madame Alexander', 'Madame-Alexander', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13821, 13821, 'Margaret Furlong', 'Margaret-Furlong', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41162, 41162, 'Mary Engelbreit', 'Mary-Engelbreit', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41163, 41163, 'Apparel & Accessories', 'Apparel-and-Accessories', 41162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41164, 41164, 'Ornaments', 'Ornaments', 41162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41165, 41165, 'Plaques, Pictures', 'Plaques-Pictures', 41162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41166, 41166, 'Teapots & Tea Sets', 'Teapots-and-Tea-Sets', 41162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41167, 41167, 'Mixed Lots', 'Mixed-Lots', 41162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10932, 10932, 'Other Items', 'Other-Items', 41162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39618, 39618, 'Midwest of Cannon Falls', 'Midwest-of-Cannon-Falls', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11636, 11636, 'Norman Rockwell', 'Norman-Rockwell', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11637, 11637, 'Bells', 'Bells', 11636, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11639, 11639, 'Collector Plates', 'Collector-Plates', 11636, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157008, 157008, 'Drinkware', 'Drinkware', 11636, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11638, 11638, 'Figurines', 'Figurines', 11636, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108, 108, 'Other Norman Rockwell Items', 'Other-Norman-Rockwell-Items', 11636, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48777, 48777, 'Old World', 'Old-World', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73497, 73497, 'Patricia Breen', 'Patricia-Breen', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39619, 39619, 'PartyLite', 'PartyLite', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39620, 39620, 'Candle Holders', 'Candle-Holders', 39619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39621, 39621, 'Candles', 'Candles', 39619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39622, 39622, 'Villages', 'Villages', 39619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11133, 11133, 'Other Items', 'Other-Items', 39619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13822, 13822, 'Pendelfin', 'Pendelfin', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48778, 48778, 'Polonaise', 'Polonaise', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39594, 39594, 'Precious Moments', 'Precious-Moments', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50751, 50751, 'Bells', 'Bells', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50752, 50752, 'Collector Plates', 'Collector-Plates', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41279, 41279, 'Figurines', 'Figurines', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41281, 41281, 'Birthday', 'Birthday', 41279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41282, 41282, 'Christmas', 'Christmas', 41279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41283, 41283, 'Family', 'Family', 41279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41284, 41284, 'Friends, Friendship', 'Friends-Friendship', 41279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41285, 41285, 'Love, Romance', 'Love-Romance', 41279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41286, 41286, 'Religious, Inspirational', 'Religious-Inspirational', 41279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156293, 156293, 'Lots', 'Lots', 41279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39595, 39595, 'Other Figurines', 'Other-Figurines', 41279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50753, 50753, 'Mugs, Cups', 'Mugs-Cups', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39596, 39596, 'Ornaments', 'Ornaments', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50754, 50754, 'Picture Frames', 'Picture-Frames', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39597, 39597, 'Plush, Tender Tails', 'Plush-Tender-Tails', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50755, 50755, 'Tea Sets', 'Tea-Sets', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39598, 39598, 'Waterballs', 'Waterballs', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107, 107, 'Other Items', 'Other-Items', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60214, 60214, 'Rein Poortvliet', 'Rein-Poortvliet', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11136, 11136, 'Roman', 'Roman', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11137, 11137, 'Fontanini', 'Fontanini', 11136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11138, 11138, 'Seraphim Classics', 'Seraphim-Classics', 11136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11135, 11135, 'Other Roman Collectibles', 'Other-Roman-Collectibles', 11136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156287, 156287, 'Royal Copenhagen', 'Royal-Copenhagen', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10910, 10910, 'Collector Plates', 'Collector-Plates', 156287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156288, 156288, 'Figurines', 'Figurines', 156287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156289, 156289, 'Other Copenhagen Collectibles', 'Other-Copenhagen-Collectibles', 156287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13823, 13823, 'Royal Doulton', 'Royal-Doulton', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64964, 64964, 'Animals', 'Animals', 13823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156294, 156294, 'Bunnykins Figurines', 'Bunnykins-Figurines', 13823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64967, 64967, 'Character, Toby Jugs', 'Character-Toby-Jugs', 13823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101664, 101664, 'Collector Plates', 'Collector-Plates', 13823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64968, 64968, 'Figurines', 'Figurines', 13823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64969, 64969, 'Series Ware', 'Series-Ware', 13823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4027, 4027, 'Other Doulton Collectibles', 'Other-Doulton-Collectibles', 13823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13826, 13826, 'San Francisco Music Box', 'San-Francisco-Music-Box', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13827, 13827, 'Sarahs Attic', 'Sarahs-Attic', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4028, 4028, 'Schmid', 'Schmid', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11134, 11134, 'Sebastian Miniatures', 'Sebastian-Miniatures', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14896, 14896, 'Shelias', 'Shelias', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73498, 73498, 'Slavic Treasures', 'Slavic-Treasures', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2746, 2746, 'Swarovski', 'Swarovski', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103946, 103946, 'Candle Holders', 'Candle-Holders', 2746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2747, 2747, 'Figurines', 'Figurines', 2746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2748, 2748, 'Jewelry', 'Jewelry', 2746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2749, 2749, 'Ornaments', 'Ornaments', 2746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2750, 2750, 'Paperweights', 'Paperweights', 2746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103947, 103947, 'Picture Frames', 'Picture-Frames', 2746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103948, 103948, 'Pins', 'Pins', 2746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1031, 1031, 'Other Swarovski Items', 'Other-Swarovski-Items', 2746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11641, 11641, 'Thomas Kinkade', 'Thomas-Kinkade', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11643, 11643, 'Collector Plates', 'Collector-Plates', 11641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11642, 11642, 'Lighthouses', 'Lighthouses', 11641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103949, 103949, 'Villages, Cottages', 'Villages-Cottages', 11641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11640, 11640, 'Other Kinkade Collectibles', 'Other-Kinkade-Collectibles', 11641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4030, 4030, 'Tom Clark', 'Tom-Clark', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106, 106, 'Wade Figurines', 'Wade-Figurines', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13828, 13828, 'Wedgwood', 'Wedgwood', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13829, 13829, 'Bells', 'Bells', 13828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1361, 1361, 'Collector Plates', 'Collector-Plates', 13828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13830, 13830, 'Ornaments', 'Ornaments', 13828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4031, 4031, 'Other Wedgwood Collectibles', 'Other-Wedgwood-Collectibles', 13828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11124, 11124, 'Willitts', 'Willitts', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10914, 10914, 'Just the Right Shoe', 'Just-the-Right-Shoe', 11124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11125, 11125, 'Take a Seat', 'Take-a-Seat', 11124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11123, 11123, 'Other Willitts', 'Other-Willitts', 11124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47134, 47134, 'Willow Tree', 'Willow-Tree', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13831, 13831, 'Baskets', 'Baskets', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39623, 39623, 'Bells', 'Bells', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39624, 39624, 'Glass, Crystal', 'Glass-Crystal', 39623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39625, 39625, 'Metal', 'Metal', 39623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39626, 39626, 'Porcelain, Pottery', 'Porcelain-Pottery', 39623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39627, 39627, 'Mixed Materials', 'Mixed-Materials', 39623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4020, 4020, 'Other', 'Other', 39623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86919, 86919, 'Bird Houses, Feeders', 'Bird-Houses-Feeders', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86920, 86920, 'Book Ends', 'Book-Ends', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73499, 73499, 'Bowls', 'Bowls', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50792, 50792, 'Candles, Holders', 'Candles-Holders', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 791, 791, 'Chalkware', 'Chalkware', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4023, 4023, 'Cloisonne', 'Cloisonne', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 574, 574, 'Collector Plates', 'Collector-Plates', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4025, 4025, 'Eggs', 'Eggs', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41168, 41168, 'Figurines', 'Figurines', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41170, 41170, 'Angels', 'Angels', 41168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41169, 41169, 'Animals', 'Animals', 41168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41171, 41171, 'Cartoon, TV, Movie Characters', 'Cartoon-TV-Movie-Characters', 41168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47139, 47139, 'Clowns, Circuses', 'Clowns-Circuses', 41168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41172, 41172, 'Fairies, Mystical', 'Fairies-Mystical', 41168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41173, 41173, 'Houses, Cottages', 'Houses-Cottages', 41168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41174, 41174, 'People', 'People', 41168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13833, 13833, 'Other Figurines', 'Other-Figurines', 41168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13834, 13834, 'Flags', 'Flags', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73500, 73500, 'Frames', 'Frames', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13835, 13835, 'Lighthouses', 'Lighthouses', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66518, 66518, 'Miniatures', 'Miniatures', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73502, 73502, 'Mugs, Cups', 'Mugs-Cups', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39628, 39628, 'Music Boxes', 'Music-Boxes', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156295, 156295, 'Pre-1900', 'Pre-1900', 39628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156296, 156296, '1900-1940', '1900-1940', 39628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7274, 7274, '1940-1970', '1940-1970', 39628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7273, 7273, '1970-Now', '1970-Now', 39628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73503, 73503, 'Ornaments', 'Ornaments', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152540, 152540, 'Nautical Decor', 'Nautical-Decor', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86922, 86922, 'Paperweights', 'Paperweights', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73501, 73501, 'Pitchers', 'Pitchers', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86916, 86916, 'Planters', 'Planters', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86917, 86917, 'Salt & Pepper Shakers', 'Salt-and-Pepper-Shakers', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4029, 4029, 'Seashells', 'Seashells', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47140, 47140, 'Shoes', 'Shoes', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73504, 73504, 'Signs', 'Signs', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3637, 3637, 'Snowdomes', 'Snowdomes', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13836, 13836, 'Spoons', 'Spoons', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1360, 1360, 'State Plates', 'State-Plates', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73506, 73506, 'Tea Pots, Sets', 'Tea-Pots-Sets', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86918, 86918, 'Trays, Platters', 'Trays-Platters', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13837, 13837, 'Trinket Boxes', 'Trinket-Boxes', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73507, 73507, 'Vases', 'Vases', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63783, 63783, 'Wall Hangings, Mirrors', 'Wall-Hangings-Mirrors', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86926, 86926, 'Windchimes', 'Windchimes', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41393, 41393, 'Other', 'Other', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137, 137, 'Disneyana', 'Disneyana', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139, 139, 'Vintage (Pre-1968)', 'Vintage-Pre-1968', 137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1386, 1386, 'Animation Art, Cels', 'Animation-Art-Cels', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1385, 1385, 'Apparel, Accessories', 'Apparel-Accessories', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1388, 1388, 'Books', 'Books', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14287, 14287, 'Cards', 'Cards', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1389, 1389, 'Comics', 'Comics', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1391, 1391, 'Figurines', 'Figurines', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1392, 1392, 'Holiday', 'Holiday', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1152, 1152, 'Housewares', 'Housewares', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1393, 1393, 'Jewelry', 'Jewelry', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13847, 13847, 'Paper', 'Paper', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1394, 1394, 'Pins, Buttons', 'Pins-Buttons', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1395, 1395, 'Plush Toys', 'Plush-Toys', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1387, 1387, 'Posters, Prints, Lithos', 'Posters-Prints-Lithos', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1396, 1396, 'Premiums', 'Premiums', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1397, 1397, 'Records', 'Records', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13848, 13848, 'Theme Park Souvenirs', 'Theme-Park-Souvenirs', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1398, 1398, 'Toys, Games, Puzzles', 'Toys-Games-Puzzles', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1399, 1399, 'Watches, Timepieces', 'Watches-Timepieces', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140, 140, 'Other Vintage Disneyana', 'Other-Vintage-Disneyana', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1369, 1369, 'Contemporary (1968-Now)', 'Contemporary-1968-Now', 137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1371, 1371, 'Animation Art, Cels', 'Animation-Art-Cels', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35839, 35839, 'Apparel, Accessories', 'Apparel-Accessories', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35840, 35840, 'Coats, Jackets, Outerwear', 'Coats-Jackets-Outerwear', 35839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35841, 35841, 'Costumes', 'Costumes', 35839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35842, 35842, 'Hats', 'Hats', 35839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35843, 35843, 'T-Shirts', 'T-Shirts', 35839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88883, 88883, 'Ties, Neckties', 'Ties-Neckties', 35839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1370, 1370, 'Other Items', 'Other-Items', 35839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35844, 35844, 'Banks', 'Banks', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95116, 95116, 'Bobblehead Figures', 'Bobblehead-Figures', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1372, 1372, 'Books', 'Books', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35845, 35845, 'Bottles', 'Bottles', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35846, 35846, 'Calendars', 'Calendars', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88884, 88884, 'Bags, Cases, Wallets', 'Bags-Cases-Wallets', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88885, 88885, 'Coin Purses', 'Coin-Purses', 88884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88886, 88886, 'Cosmetic Bags', 'Cosmetic-Bags', 88884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88887, 88887, 'Handbags', 'Handbags', 88884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88888, 88888, 'Shoulder Bags', 'Shoulder-Bags', 88884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88889, 88889, 'Wallets', 'Wallets', 88884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88890, 88890, 'Other', 'Other', 88884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13841, 13841, 'Cast Member Exclusives', 'Cast-Member-Exclusives', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35847, 35847, 'Clocks, Radios', 'Clocks-Radios', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13842, 13842, 'Coins', 'Coins', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1373, 1373, 'Collector Clubs', 'Collector-Clubs', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1374, 1374, 'Comics', 'Comics', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35848, 35848, 'Figurines', 'Figurines', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95117, 95117, 'Alice in Wonderland', 'Alice-in-Wonderland', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50759, 50759, 'Beauty & The Beast', 'Beauty-and-The-Beast', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35849, 35849, 'Cinderella', 'Cinderella', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35850, 35850, 'Donald Duck', 'Donald-Duck', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35851, 35851, 'Goofy', 'Goofy', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50760, 50760, 'Little Mermaid', 'Little-Mermaid', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35852, 35852, 'Mickey Mouse', 'Mickey-Mouse', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35853, 35853, 'Minnie Mouse', 'Minnie-Mouse', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88891, 88891, 'Nightmare Before Christmas', 'Nightmare-Before-Christmas', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50761, 50761, 'Peter Pan', 'Peter-Pan', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35854, 35854, 'Sleeping Beauty', 'Sleeping-Beauty', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35855, 35855, 'Snow White', 'Snow-White', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35856, 35856, 'Winnie the Pooh', 'Winnie-the-Pooh', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156297, 156297, 'WDCC', 'WDCC', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1375, 1375, 'Other Characters', 'Other-Characters', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35857, 35857, 'Frames', 'Frames', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35886, 35886, 'Holiday', 'Holiday', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35887, 35887, 'Ornaments', 'Ornaments', 35886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35888, 35888, 'Stockings', 'Stockings', 35886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1376, 1376, 'Other Holiday Items', 'Other-Holiday-Items', 35886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95118, 95118, 'Housewares', 'Housewares', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95120, 95120, 'Bath, Beach Towels', 'Bath-Beach-Towels', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95121, 95121, 'Bedding', 'Bedding', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95122, 95122, 'Candles, Candle Holders', 'Candles-Candle-Holders', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95123, 95123, 'Cookie Jars', 'Cookie-Jars', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95124, 95124, 'Dinnerware', 'Dinnerware', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95125, 95125, 'Lamps', 'Lamps', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95126, 95126, 'Night Lights', 'Night-Lights', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88893, 88893, 'Pillows, Cushions', 'Pillows-Cushions', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95119, 95119, 'Salt & Pepper Shakers', 'Salt-and-Pepper-Shakers', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1377, 1377, 'Other', 'Other', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1378, 1378, 'Jewelry', 'Jewelry', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35858, 35858, 'Keychains', 'Keychains', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1379, 1379, 'Limited Editions', 'Limited-Editions', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35859, 35859, 'Lunchboxes, Thermoses', 'Lunchboxes-Thermoses', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13843, 13843, 'Mugs, Glasses', 'Mugs-Glasses', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13844, 13844, 'Paper, Notepads', 'Paper-Notepads', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88892, 88892, 'Pens, Pencils', 'Pens-Pencils', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35860, 35860, 'Phones', 'Phones', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38004, 38004, 'Pins, Buttons', 'Pins-Buttons', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66522, 66522, 'Attraction & Ride Pins', 'Attraction-and-Ride-Pins', 38004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38005, 38005, 'Cast Member Exclusives', 'Cast-Member-Exclusives', 38004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50762, 50762, 'Disney Characters, Movies', 'Disney-Characters-Movies', 38004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55416, 55416, '101 Dalmatians', '101-Dalmatians', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66524, 66524, 'Alice in Wonderland', 'Alice-in-Wonderland', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55417, 55417, 'Bambi', 'Bambi', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50763, 50763, 'Belle, Beauty & The Beast', 'Belle-Beauty-and-The-Beast', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50764, 50764, 'Chip & Dale', 'Chip-and-Dale', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50765, 50765, 'Cinderella', 'Cinderella', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50766, 50766, 'Donald Duck', 'Donald-Duck', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55418, 55418, 'Dumbo', 'Dumbo', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66523, 66523, 'Eeyore', 'Eeyore', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55419, 55419, 'Figment', 'Figment', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60215, 60215, 'Finding Nemo', 'Finding-Nemo', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50767, 50767, 'Goofy', 'Goofy', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60216, 60216, 'Haunted Mansion', 'Haunted-Mansion', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95127, 95127, 'Incredibles', 'Incredibles', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95128, 95128, 'Jasmine', 'Jasmine', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60217, 60217, 'Jessica Rabbit', 'Jessica-Rabbit', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55420, 55420, 'Jiminy Cricket', 'Jiminy-Cricket', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50768, 50768, 'Lilo & Stitch', 'Lilo-and-Stitch', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50769, 50769, 'Little Mermaid', 'Little-Mermaid', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50770, 50770, 'Mickey Mouse', 'Mickey-Mouse', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50771, 50771, 'Minnie Mouse', 'Minnie-Mouse', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55421, 55421, 'Nightmare Before Christmas', 'Nightmare-Before-Christmas', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50772, 50772, 'Peter Pan', 'Peter-Pan', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55422, 55422, 'Piglet', 'Piglet', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55423, 55423, 'Pinocchio', 'Pinocchio', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150122, 150122, 'Pirates of the Caribbean', 'Pirates-of-the-Caribbean', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50773, 50773, 'Pluto', 'Pluto', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50774, 50774, 'Sleeping Beauty', 'Sleeping-Beauty', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50775, 50775, 'Snow White', 'Snow-White', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55424, 55424, 'Tigger', 'Tigger', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55425, 55425, 'Tinkerbell', 'Tinkerbell', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55426, 55426, 'Toy Story', 'Toy-Story', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50776, 50776, 'Winnie the Pooh', 'Winnie-the-Pooh', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38009, 38009, 'Other Movies, Characters', 'Other-Movies-Characters', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38006, 38006, 'Disney Cruise Line', 'Disney-Cruise-Line', 38004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38007, 38007, 'Disney Store', 'Disney-Store', 38004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38008, 38008, 'Holiday, Christmas', 'Holiday-Christmas', 38004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38010, 38010, 'Theme Parks', 'Theme-Parks', 38004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38011, 38011, 'Disneyland', 'Disneyland', 38010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38012, 38012, 'Disneyland Paris', 'Disneyland-Paris', 38010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38013, 38013, 'Tokyo Disneyland', 'Tokyo-Disneyland', 38010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38014, 38014, 'Walt Disney World, Epcot', 'Walt-Disney-World-Epcot', 38010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 143, 143, 'Other', 'Other', 38004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156298, 156298, 'Pixar Collectibles', 'Pixar-Collectibles', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156299, 156299, 'A Bugs Life', 'A-Bugs-Life', 156298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 156300, 156300, 'Cars', 'Cars', 156298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156301, 156301, 'Finding Nemo', 'Finding-Nemo', 156298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156302, 156302, 'Incredibles', 'Incredibles', 156298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156303, 156303, 'Monsters, Inc.', 'Monsters-Inc-', 156298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156304, 156304, 'Ratatouille', 'Ratatouille', 156298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156305, 156305, 'Toy Story', 'Toy-Story', 156298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156306, 156306, 'Other', 'Other', 156298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13845, 13845, 'Plates', 'Plates', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142, 142, 'Plush Toys', 'Plush-Toys', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 144, 144, 'Posters, Prints, Lithos', 'Posters-Prints-Lithos', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1381, 1381, 'Premiums', 'Premiums', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1382, 1382, 'Records, Tapes, CDs', 'Records-Tapes-CDs', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35861, 35861, 'Signs', 'Signs', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13846, 13846, 'Snowglobes', 'Snowglobes', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35862, 35862, 'Stickers, Decals', 'Stickers-Decals', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1380, 1380, 'Theme Park Souvenirs', 'Theme-Park-Souvenirs', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1383, 1383, 'Toys, Games, Puzzles', 'Toys-Games-Puzzles', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13840, 13840, 'Trading Cards', 'Trading-Cards', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145, 145, 'Video, Laserdiscs', 'Video-Laserdiscs', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1384, 1384, 'Watches, Timepieces', 'Watches-Timepieces', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 138, 138, 'Other Contemporary Disneyana', 'Other-Contemporary-Disneyana', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10860, 10860, 'Fantasy, Mythical & Magic', 'Fantasy-Mythical-and-Magic', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35863, 35863, 'Dragons', 'Dragons', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35864, 35864, 'Armor, Weapons', 'Armor-Weapons', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35865, 35865, 'Art', 'Art', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35866, 35866, 'Calendars', 'Calendars', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35867, 35867, 'Candles, Incense', 'Candles-Incense', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86927, 86927, 'Goblets, Glasses, Mugs', 'Goblets-Glasses-Mugs', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35868, 35868, 'Jewelry', 'Jewelry', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86928, 86928, 'Mirrors and Plaques', 'Mirrors-and-Plaques', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35869, 35869, 'Statues', 'Statues', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86929, 86929, 'Alabastrite, Acrylic and Resin', 'Alabastrite-Acrylic-and-Resin', 35869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35870, 35870, 'Ceramic', 'Ceramic', 35869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35871, 35871, 'Glass, Crystal', 'Glass-Crystal', 35869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35872, 35872, 'Pewter', 'Pewter', 35869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35873, 35873, 'Other Materials', 'Other-Materials', 35869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10861, 10861, 'Other', 'Other', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99962, 99962, 'Elves, Gnomes, Pixies', 'Elves-Gnomes-Pixies', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35874, 35874, 'Fairies', 'Fairies', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86930, 86930, 'Candles, Holders', 'Candles-Holders', 35874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86931, 86931, 'Cards', 'Cards', 35874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35875, 35875, 'Figures', 'Figures', 35874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86932, 86932, 'Goblets, Glasses, Mugs', 'Goblets-Glasses-Mugs', 35874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86933, 86933, 'Jewelry & Music Boxes', 'Jewelry-and-Music-Boxes', 35874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35876, 35876, 'Prints, Posters', 'Prints-Posters', 35874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86934, 86934, 'Stickers', 'Stickers', 35874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29432, 29432, 'Other', 'Other', 35874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13640, 13640, 'Gargoyles', 'Gargoyles', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156307, 156307, 'Grim Reaper', 'Grim-Reaper', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88894, 88894, 'Harry Potter', 'Harry-Potter', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88895, 88895, 'Figurines, Statues', 'Figurines-Statues', 88894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156358, 156358, 'Pins, Buttons', 'Pins-Buttons', 88894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88897, 88897, 'Posters, Prints', 'Posters-Prints', 88894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156359, 156359, 'Stickers', 'Stickers', 88894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88898, 88898, 'Wands', 'Wands', 88894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29798, 29798, 'Other Items', 'Other-Items', 88894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73517, 73517, 'Lord of the Rings', 'Lord-of-the-Rings', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86935, 86935, 'Figurines, Statues, Busts', 'Figurines-Statues-Busts', 73517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86936, 86936, 'Jewelry', 'Jewelry', 73517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73518, 73518, 'Posters, Prints', 'Posters-Prints', 73517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73519, 73519, 'Rings', 'Rings', 73517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86937, 86937, 'Swords', 'Swords', 73517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73520, 73520, 'T-Shirts, Patches', 'T-Shirts-Patches', 73517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29799, 29799, 'Other', 'Other', 73517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14012, 14012, 'Magic', 'Magic', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86940, 86940, 'Apparatus, Wands', 'Apparatus-Wands', 14012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14013, 14013, 'Books, Lecture Notes', 'Books-Lecture-Notes', 14012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86938, 86938, 'Magician Memorabilia, Ephemera', 'Magician-Memorabilia-Ephemera', 14012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35877, 35877, 'Posters, Prints', 'Posters-Prints', 14012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14014, 14014, 'Tricks', 'Tricks', 14012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 427, 427, 'Other Magic Items', 'Other-Magic-Items', 14012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13641, 13641, 'Mermaids', 'Mermaids', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13642, 13642, 'Pegasus', 'Pegasus', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86941, 86941, 'Skulls', 'Skulls', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10862, 10862, 'Unicorns', 'Unicorns', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29800, 29800, 'Wizards', 'Wizards', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1340, 1340, 'Other Items', 'Other-Items', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39629, 39629, 'Furniture, Appliances & Fans', 'Furniture-Appliances-and-Fans', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4037, 4037, 'Electric Fans', 'Electric-Fans', 39629, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12513, 12513, 'Furniture, Large Appliances', 'Furniture-Large-Appliances', 39629, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12512, 12512, 'Bedroom', 'Bedroom', 12513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12514, 12514, 'Kitchen, Dining Room', 'Kitchen-Dining-Room', 12513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12515, 12515, 'Living Room', 'Living-Room', 12513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1400, 1400, 'Other', 'Other', 12513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13877, 13877, 'Historical Memorabilia', 'Historical-Memorabilia', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13878, 13878, 'Amusement Parks', 'Amusement-Parks', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50777, 50777, 'Buildings', 'Buildings', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2016, 2016, 'Circus, Carnival', 'Circus-Carnival', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3926, 3926, 'Circus Art', 'Circus-Art', 2016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2018, 2018, 'Programs, Posters', 'Programs-Posters', 2016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2019, 2019, 'Souvenirs', 'Souvenirs', 2016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2017, 2017, 'Other Items', 'Other-Items', 2016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13879, 13879, 'Fairs, Expositions', 'Fairs-Expositions', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1541, 1541, 'County & State Fairs', 'County-and-State-Fairs', 13879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4162, 4162, 'Worlds Fairs', 'Worlds-Fairs', 13879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4163, 4163, '1876 Philadelphia', '1876-Philadelphia', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4164, 4164, '1893 Chicago', '1893-Chicago', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4165, 4165, '1901 Buffalo', '1901-Buffalo', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4166, 4166, '1904 St Louis', '1904-St-Louis', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4167, 4167, '1933-34 Chicago', '1933-34-Chicago', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4168, 4168, '1939-40 New York', '1939-40-New-York', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10964, 10964, '1962 Seattle', '1962-Seattle', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4169, 4169, '1964-65 New York', '1964-65-New-York', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150123, 150123, '1982 Knoxville', '1982-Knoxville', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 426, 426, 'Other Items', 'Other-Items', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1460, 1460, 'Other Items', 'Other-Items', 13879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4038, 4038, 'Firefighting', 'Firefighting', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33766, 33766, 'Alarms, Bells', 'Alarms-Bells', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11140, 11140, 'Badges: Obsolete', 'Badges-Obsolete', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103950, 103950, 'Belts, Belt Buckles', 'Belts-Belt-Buckles', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156360, 156360, 'Books', 'Books', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103951, 103951, 'Bunker, Turnout Gear', 'Bunker-Turnout-Gear', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13880, 13880, 'Clothing', 'Clothing', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4039, 4039, 'Extinguishers', 'Extinguishers', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103952, 103952, 'Gear Bags, Duffles', 'Gear-Bags-Duffles', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33767, 33767, 'Hats, Caps', 'Hats-Caps', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4040, 4040, 'Helmets', 'Helmets', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33768, 33768, 'Hoses, Nozzles', 'Hoses-Nozzles', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39636, 39636, 'Lights', 'Lights', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69661, 69661, 'Medals, Ribbons', 'Medals-Ribbons', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90677, 90677, 'Models', 'Models', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39637, 39637, 'Mugs, Cups, Plates', 'Mugs-Cups-Plates', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39638, 39638, 'Patches', 'Patches', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156361, 156361, 'Canada', 'Canada', 39638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4041, 4041, 'U.S.', 'U-S-', 39638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156362, 156362, 'International', 'International', 39638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33769, 33769, 'Photos', 'Photos', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33770, 33770, 'Pins, Buttons', 'Pins-Buttons', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40125, 40125, 'Posters, Prints', 'Posters-Prints', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39641, 39641, 'Signs, Plaques', 'Signs-Plaques', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33771, 33771, 'Statues, Figures', 'Statues-Figures', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33772, 33772, 'Stickers, Decals', 'Stickers-Decals', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 8800, 8800, 'International Firefighting', 'International-Firefighting', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 396, 396, 'Other Items', 'Other-Items', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13881, 13881, 'Flags', 'Flags', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13882, 13882, 'Confederate', 'Confederate', 13881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39642, 39642, 'Countries', 'Countries', 13881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103960, 103960, 'Australia', 'Australia', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103961, 103961, 'Brazil', 'Brazil', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66525, 66525, 'Canada', 'Canada', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103962, 103962, 'China', 'China', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103963, 103963, 'Cuba', 'Cuba', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103964, 103964, 'France', 'France', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39643, 39643, 'Germany', 'Germany', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39644, 39644, 'Great Britain', 'Great-Britain', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103965, 103965, 'Greece', 'Greece', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39645, 39645, 'Ireland', 'Ireland', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103966, 103966, 'Israel', 'Israel', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103967, 103967, 'Italy', 'Italy', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103968, 103968, 'Jamaica', 'Jamaica', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103969, 103969, 'Japan', 'Japan', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103970, 103970, 'Mexico', 'Mexico', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103971, 103971, 'Poland', 'Poland', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103972, 103972, 'Portugal', 'Portugal', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103973, 103973, 'Russia', 'Russia', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66526, 66526, 'Scotland', 'Scotland', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103974, 103974, 'Spain', 'Spain', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103975, 103975, 'Sweden', 'Sweden', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39646, 39646, 'United States', 'United-States', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13883, 13883, 'Other', 'Other', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40126, 40126, 'Decorative', 'Decorative', 13881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13884, 13884, 'U.S. States', 'U-S-States', 13881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4042, 4042, 'Other Flags', 'Other-Flags', 13881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 402, 402, 'Fraternal Groups', 'Fraternal-Groups', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13885, 13885, 'Boy Scouts', 'Boy-Scouts', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39647, 39647, 'Badges, Patches', 'Badges-Patches', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103976, 103976, 'Camp Patches', 'Camp-Patches', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39648, 39648, 'Council, Shoulder Patches', 'Council-Shoulder-Patches', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103977, 103977, 'Foreign Patches, Non-US', 'Foreign-Patches-Non-US', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39649, 39649, 'Jamboree Patches', 'Jamboree-Patches', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39650, 39650, 'Insignia, Merit Badges', 'Insignia-Merit-Badges', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39651, 39651, 'Order of the Arrow Patches', 'Order-of-the-Arrow-Patches', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103978, 103978, 'Philmont, High Adventure', 'Philmont-High-Adventure', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103979, 103979, 'Mixed Lots', 'Mixed-Lots', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13886, 13886, 'Other Badges, Patches', 'Other-Badges-Patches', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13887, 13887, 'Books, Manuals', 'Books-Manuals', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39652, 39652, 'Cups, Mugs', 'Cups-Mugs', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13888, 13888, 'Equipment', 'Equipment', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103980, 103980, 'Flags, Pennants', 'Flags-Pennants', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39656, 39656, 'Neckerchiefs, Slides', 'Neckerchiefs-Slides', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13889, 13889, 'Pins', 'Pins', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39653, 39653, 'Postcards, Cards', 'Postcards-Cards', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103981, 103981, 'Posters, Prints', 'Posters-Prints', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39654, 39654, 'Uniforms, Clothing', 'Uniforms-Clothing', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103982, 103982, 'Belts, Belt Buckles', 'Belts-Belt-Buckles', 39654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39655, 39655, 'Hats, Caps', 'Hats-Caps', 39654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39657, 39657, 'Uniforms', 'Uniforms', 39654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13890, 13890, 'Other', 'Other', 39654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 404, 404, 'Other Items', 'Other-Items', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10933, 10933, 'Elks', 'Elks', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11145, 11145, 'Fraternity, Sorority', 'Fraternity-Sorority', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13891, 13891, 'Girl Scouts, Girl Guides', 'Girl-Scouts-Girl-Guides', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13892, 13892, 'Badges, Patches', 'Badges-Patches', 13891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13893, 13893, 'Books, Manuals', 'Books-Manuals', 13891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13894, 13894, 'Pins', 'Pins', 13891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13895, 13895, 'Uniforms', 'Uniforms', 13891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 405, 405, 'Other Items', 'Other-Items', 13891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11146, 11146, 'Jaycees', 'Jaycees', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103983, 103983, 'Knights of Columbus', 'Knights-of-Columbus', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11147, 11147, 'Lions', 'Lions', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 518, 518, 'Masonic', 'Masonic', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11148, 11148, 'Moose', 'Moose', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10934, 10934, 'Odd Fellows', 'Odd-Fellows', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103984, 103984, 'Rotary', 'Rotary', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1549, 1549, 'Salvation Army', 'Salvation-Army', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1550, 1550, 'Trade Union', 'Trade-Union', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13896, 13896, 'Veterans Groups', 'Veterans-Groups', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 403, 403, 'Other Groups', 'Other-Groups', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50779, 50779, 'National Parks', 'National-Parks', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82499, 82499, 'Pennants', 'Pennants', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 928, 928, 'Police', 'Police', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10956, 10956, 'Badges: Mini', 'Badges-Mini', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 929, 929, 'Badges: Obsolete', 'Badges-Obsolete', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103985, 103985, 'Belts, Belt Buckles', 'Belts-Belt-Buckles', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103986, 103986, 'Decals, Stickers', 'Decals-Stickers', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39665, 39665, 'Handcuffs, Keys', 'Handcuffs-Keys', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103987, 103987, 'Hats, Caps', 'Hats-Caps', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39666, 39666, 'Holsters', 'Holsters', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103988, 103988, 'Keychains', 'Keychains', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39667, 39667, 'Lights', 'Lights', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103989, 103989, 'Mugs, Cups', 'Mugs-Cups', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39668, 39668, 'Patches', 'Patches', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39669, 39669, 'Alabama', 'Alabama', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39670, 39670, 'Alaska', 'Alaska', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39671, 39671, 'Arizona', 'Arizona', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39672, 39672, 'Arkansas', 'Arkansas', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39673, 39673, 'California', 'California', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39674, 39674, 'Colorado', 'Colorado', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39675, 39675, 'Connecticut', 'Connecticut', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39676, 39676, 'Delaware', 'Delaware', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39677, 39677, 'District of Columbia', 'District-of-Columbia', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39678, 39678, 'Florida', 'Florida', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39679, 39679, 'Georgia', 'Georgia', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39680, 39680, 'Hawaii', 'Hawaii', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39681, 39681, 'Idaho', 'Idaho', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39682, 39682, 'Illinois', 'Illinois', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39683, 39683, 'Indiana', 'Indiana', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39684, 39684, 'Iowa', 'Iowa', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39685, 39685, 'Kansas', 'Kansas', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39686, 39686, 'Kentucky', 'Kentucky', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39687, 39687, 'Louisiana', 'Louisiana', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39688, 39688, 'Maine', 'Maine', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39689, 39689, 'Maryland', 'Maryland', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39690, 39690, 'Massachusetts', 'Massachusetts', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39691, 39691, 'Michigan', 'Michigan', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39692, 39692, 'Minnesota', 'Minnesota', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39693, 39693, 'Mississippi', 'Mississippi', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39694, 39694, 'Missouri', 'Missouri', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39695, 39695, 'Montana', 'Montana', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39696, 39696, 'Nebraska', 'Nebraska', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39697, 39697, 'Nevada', 'Nevada', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39698, 39698, 'New Hampshire', 'New-Hampshire', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39699, 39699, 'New Jersey', 'New-Jersey', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39700, 39700, 'New Mexico', 'New-Mexico', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 930, 930, 'New York', 'New-York', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39701, 39701, 'North Carolina', 'North-Carolina', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40128, 40128, 'North Dakota', 'North-Dakota', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39702, 39702, 'Ohio', 'Ohio', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39703, 39703, 'Oklahoma', 'Oklahoma', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39704, 39704, 'Oregon', 'Oregon', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39705, 39705, 'Pennsylvania', 'Pennsylvania', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39706, 39706, 'Rhode Island', 'Rhode-Island', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39707, 39707, 'South Carolina', 'South-Carolina', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39708, 39708, 'South Dakota', 'South-Dakota', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39709, 39709, 'Tennessee', 'Tennessee', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39710, 39710, 'Texas', 'Texas', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39711, 39711, 'Utah', 'Utah', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39712, 39712, 'Vermont', 'Vermont', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39713, 39713, 'Virginia', 'Virginia', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39714, 39714, 'Washington', 'Washington', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39715, 39715, 'West Virginia', 'West-Virginia', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39716, 39716, 'Wisconsin', 'Wisconsin', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39717, 39717, 'Wyoming', 'Wyoming', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39718, 39718, 'Non-US', 'Non-US', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48779, 48779, 'Unknown State', 'Unknown-State', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103990, 103990, 'Photographs', 'Photographs', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39719, 39719, 'Pins, Buttons', 'Pins-Buttons', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103991, 103991, 'Posters', 'Posters', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50780, 50780, 'Shirts', 'Shirts', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39720, 39720, 'Signs, Plaques', 'Signs-Plaques', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103992, 103992, 'Whistles', 'Whistles', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 395, 395, 'Other Police Items', 'Other-Police-Items', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13897, 13897, 'Political', 'Political', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4100, 4100, 'US', 'US', 13897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82500, 82500, 'Democratic Party', 'Democratic-Party', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82501, 82501, 'Buttons, Pins', 'Buttons-Pins', 82500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82502, 82502, 'Stickers', 'Stickers', 82500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82503, 82503, 'T-Shirts, Apparel', 'T-Shirts-Apparel', 82500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39721, 39721, 'Other Party Items', 'Other-Party-Items', 82500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4104, 4104, 'Local', 'Local', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39722, 39722, 'Peace, Anti-War Movements', 'Peace-Anti-War-Movements', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13898, 13898, 'President', 'President', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13899, 13899, '1789-1861 Presidents', '1789-1861-Presidents', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33774, 33774, '1861-65 Abraham Lincoln', '1861-65-Abraham-Lincoln', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33775, 33775, '1865-1901 Presidents', '1865-1901-Presidents', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33776, 33776, '1901-09 Theodore Roosevelt', '1901-09-Theodore-Roosevelt', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33777, 33777, '1909-13 William H. Taft', '1909-13-William-H-Taft', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33778, 33778, '1913-21 Woodrow Wilson', '1913-21-Woodrow-Wilson', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33779, 33779, '1921-23 Warren Harding', '1921-23-Warren-Harding', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33780, 33780, '1923-29 Calvin Coolidge', '1923-29-Calvin-Coolidge', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33781, 33781, '1929-33 Herbert Hoover', '1929-33-Herbert-Hoover', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33782, 33782, '1933-45 Franklin D. Roosevelt', '1933-45-Franklin-D-Roosevelt', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33783, 33783, '1945-53 Harry S. Truman', '1945-53-Harry-S-Truman', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33784, 33784, '1953-61 Dwight D. Eisenhower', '1953-61-Dwight-D-Eisenhower', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13900, 13900, '1961-63 John F. Kennedy', '1961-63-John-F-Kennedy', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33785, 33785, '1963-69 Lyndon B. Johnson', '1963-69-Lyndon-B-Johnson', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33786, 33786, '1969-74 Richard M. Nixon', '1969-74-Richard-M-Nixon', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33787, 33787, '1974-77 Gerald R. Ford', '1974-77-Gerald-R-Ford', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33788, 33788, '1977-81 Jimmy Carter', '1977-81-Jimmy-Carter', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33789, 33789, '1981-89 Ronald Reagan', '1981-89-Ronald-Reagan', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33790, 33790, '1989-93 George Bush', '1989-93-George-Bush', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33791, 33791, '1993-2001 Bill Clinton', '1993-2001-Bill-Clinton', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4103, 4103, '2001-Now George W. Bush', '2001-Now-George-W-Bush', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88899, 88899, 'Repros, Fantasy Items', 'Repros-Fantasy-Items', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82504, 82504, 'Republican Party', 'Republican-Party', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82505, 82505, 'Buttons, Pins', 'Buttons-Pins', 82504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82506, 82506, 'Stickers', 'Stickers', 82504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82507, 82507, 'T-Shirts, Apparel', 'T-Shirts-Apparel', 82504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39723, 39723, 'Other Party Items', 'Other-Party-Items', 82504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4106, 4106, 'State', 'State', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4102, 4102, 'US House of Reps', 'US-House-of-Reps', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4105, 4105, 'US Senate', 'US-Senate', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 367, 367, 'Other Items', 'Other-Items', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4108, 4108, 'Non-US', 'Non-US', 13897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4114, 4114, 'Europe', 'Europe', 4108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12517, 12517, 'Russia', 'Russia', 4108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4107, 4107, 'Other Non-US Items', 'Other-Non-US-Items', 4108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39724, 39724, 'Rescue, Emergency Vehicle', 'Rescue-Emergency-Vehicle', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39630, 39630, 'Royal Memorabilia', 'Royal-Memorabilia', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39631, 39631, 'King George V', 'King-George-V', 39630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40521, 40521, 'King George VI', 'King-George-VI', 39630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39632, 39632, 'Prince Charles', 'Prince-Charles', 39630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39633, 39633, 'Princess Diana', 'Princess-Diana', 39630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39634, 39634, 'Queen Elizabeth II', 'Queen-Elizabeth-II', 39630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39635, 39635, 'Queen Victoria', 'Queen-Victoria', 39630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1414, 1414, 'Other', 'Other', 39630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39725, 39725, 'Schools', 'Schools', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39726, 39726, 'Colleges, Universities', 'Colleges-Universities', 39725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39727, 39727, 'High Schools', 'High-Schools', 39725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4036, 4036, 'Other Schools', 'Other-Schools', 39725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13902, 13902, 'Space Programs', 'Space-Programs', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13903, 13903, 'Apollo Program', 'Apollo-Program', 13902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13904, 13904, 'Space Shuttle Program', 'Space-Shuttle-Program', 13902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40129, 40129, 'Russian, Soviet Programs', 'Russian-Soviet-Programs', 13902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1346, 1346, 'Other US Programs', 'Other-US-Programs', 13902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 416, 416, 'Other Space Exp', 'Other-Space-Exp', 13902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 208, 208, 'Other Historical Items', 'Other-Historical-Items', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 907, 907, 'Holiday, Seasonal', 'Holiday-Seasonal', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33829, 33829, 'Christmas: Vintage (Pre-1946)', 'Christmas-Vintage-Pre-1946', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48780, 48780, 'Angel Figures', 'Angel-Figures', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48781, 48781, 'Artificial Trees', 'Artificial-Trees', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33830, 33830, 'Candles, Candle Holders', 'Candles-Candle-Holders', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33831, 33831, 'Cards', 'Cards', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33832, 33832, 'Garlands', 'Garlands', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33833, 33833, 'Lights', 'Lights', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156946, 156946, 'Linens', 'Linens', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33834, 33834, 'Nativity Items', 'Nativity-Items', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33835, 33835, 'Ornaments', 'Ornaments', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48782, 48782, 'Reindeer Figures', 'Reindeer-Figures', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33836, 33836, 'Santa Figures', 'Santa-Figures', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48783, 48783, 'Sleighs', 'Sleighs', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156363, 156363, 'Snowman Figures', 'Snowman-Figures', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156364, 156364, 'Stockings', 'Stockings', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48784, 48784, 'Tree Stands, Skirts', 'Tree-Stands-Skirts', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33837, 33837, 'Tree Toppers', 'Tree-Toppers', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156365, 156365, 'Villages, Houses', 'Villages-Houses', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48785, 48785, 'Wreaths', 'Wreaths', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1091, 1091, 'Other Items', 'Other-Items', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33838, 33838, 'Christmas: Modern (1946-90)', 'Christmas-Modern-1946-90', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48786, 48786, 'Angel Figures', 'Angel-Figures', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33849, 33849, 'Artificial Trees', 'Artificial-Trees', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33839, 33839, 'Bells', 'Bells', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33840, 33840, 'Candles, Candle Holders', 'Candles-Candle-Holders', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33841, 33841, 'Cards', 'Cards', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48787, 48787, 'Garlands', 'Garlands', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33842, 33842, 'Lights', 'Lights', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156947, 156947, 'Linens', 'Linens', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33843, 33843, 'Nativity Items', 'Nativity-Items', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48788, 48788, 'Nutcrackers', 'Nutcrackers', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48789, 48789, 'Ornaments', 'Ornaments', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48790, 48790, 'Ceramic', 'Ceramic', 48789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48791, 48791, 'Glass, Crystal', 'Glass-Crystal', 48789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48792, 48792, 'Metal', 'Metal', 48789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48793, 48793, 'Plastic', 'Plastic', 48789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48794, 48794, 'Porcelain', 'Porcelain', 48789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48795, 48795, 'Wooden', 'Wooden', 48789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33844, 33844, 'Other', 'Other', 48789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48796, 48796, 'Pins', 'Pins', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95129, 95129, 'Reindeer Figures', 'Reindeer-Figures', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33845, 33845, 'Santa Figures', 'Santa-Figures', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48797, 48797, 'Sleighs', 'Sleighs', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33846, 33846, 'Snowman Figures', 'Snowman-Figures', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33847, 33847, 'Stockings', 'Stockings', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48798, 48798, 'Tree Stands, Skirts', 'Tree-Stands-Skirts', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33848, 33848, 'Tree Toppers', 'Tree-Toppers', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48799, 48799, 'Villages, Houses', 'Villages-Houses', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48800, 48800, 'Wreaths', 'Wreaths', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13838, 13838, 'Other Items', 'Other-Items', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1089, 1089, 'Christmas: Current (1991-Now)', 'Christmas-Current-1991-Now', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48801, 48801, 'Angel Figures', 'Angel-Figures', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33792, 33792, 'Artificial Trees', 'Artificial-Trees', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156366, 156366, 'Bells', 'Bells', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10935, 10935, 'Candles, Candle Holders', 'Candles-Candle-Holders', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156367, 156367, 'Cards', 'Cards', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10936, 10936, 'Garlands', 'Garlands', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156368, 156368, 'Handmade Items', 'Handmade-Items', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7269, 7269, 'Lights', 'Lights', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10937, 10937, 'Linens', 'Linens', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10938, 10938, 'Nativity Items', 'Nativity-Items', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13839, 13839, 'Nutcrackers', 'Nutcrackers', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33850, 33850, 'Ornaments', 'Ornaments', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33851, 33851, 'Angels', 'Angels', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34992, 34992, 'Animals', 'Animals', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34148, 34148, 'Bears', 'Bears', 34992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34149, 34149, 'Birds', 'Birds', 34992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34150, 34150, 'Cats', 'Cats', 34992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34151, 34151, 'Dogs', 'Dogs', 34992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34152, 34152, 'Horses', 'Horses', 34992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48802, 48802, 'Mice', 'Mice', 34992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34153, 34153, 'Reindeer', 'Reindeer', 34992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34154, 34154, 'Other Animals', 'Other-Animals', 34992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34155, 34155, 'Baby', 'Baby', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33853, 33853, 'Bells', 'Bells', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33854, 33854, 'Candies, Cookies', 'Candies-Cookies', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33855, 33855, 'Cars, Trains, Planes', 'Cars-Trains-Planes', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33856, 33856, 'Cartoon, TV Characters', 'Cartoon-TV-Characters', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33857, 33857, 'Elves', 'Elves', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48803, 48803, 'Houses', 'Houses', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33858, 33858, 'Nativity, Religious', 'Nativity-Religious', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33859, 33859, 'Patriotic', 'Patriotic', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33860, 33860, 'Rudolph', 'Rudolph', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33861, 33861, 'Santa', 'Santa', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33862, 33862, 'Shoes, Handbags', 'Shoes-Handbags', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48804, 48804, 'Sleighs', 'Sleighs', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48805, 48805, 'Snowflakes', 'Snowflakes', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33863, 33863, 'Snowmen', 'Snowmen', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33864, 33864, 'Sports', 'Sports', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33865, 33865, 'Stars', 'Stars', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33866, 33866, 'Stockings', 'Stockings', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60218, 60218, 'Trees', 'Trees', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33867, 33867, 'Wreaths', 'Wreaths', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33868, 33868, 'Sets, Mixed Lots', 'Sets-Mixed-Lots', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 148, 148, 'Other', 'Other', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48806, 48806, 'Pins', 'Pins', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95130, 95130, 'Reindeer Figures', 'Reindeer-Figures', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1090, 1090, 'Santa Figures', 'Santa-Figures', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48811, 48811, 'Sleighs', 'Sleighs', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48812, 48812, 'Snowman Figures', 'Snowman-Figures', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 10939, 10939, 'Stockings', 'Stockings', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33793, 33793, 'Tree Stands, Skirts', 'Tree-Stands-Skirts', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10940, 10940, 'Tree Toppers', 'Tree-Toppers', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48814, 48814, 'Villages, Houses', 'Villages-Houses', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10941, 10941, 'Wreaths', 'Wreaths', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33794, 33794, 'Yard Decor', 'Yard-Decor', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 908, 908, 'Other Items', 'Other-Items', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70966, 70966, 'Easter', 'Easter', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70967, 70967, 'Vintage (Pre-1960)', 'Vintage-Pre-1960', 70966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70968, 70968, 'Bunnies, Rabbits', 'Bunnies-Rabbits', 70967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70969, 70969, 'Ducks, Chicks', 'Ducks-Chicks', 70967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70970, 70970, 'Eggs', 'Eggs', 70967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70971, 70971, 'Other', 'Other', 70967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70972, 70972, 'Contemporary (1960-Now)', 'Contemporary-1960-Now', 70966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70973, 70973, 'Bunnies, Rabbits', 'Bunnies-Rabbits', 70972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70974, 70974, 'Ducks, Chicks', 'Ducks-Chicks', 70972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70975, 70975, 'Eggs', 'Eggs', 70972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 909, 909, 'Other', 'Other', 70972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14285, 14285, 'Halloween', 'Halloween', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10942, 10942, 'Vintage (Pre-1960)', 'Vintage-Pre-1960', 14285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10943, 10943, 'Candles, Holders', 'Candles-Holders', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10944, 10944, 'Costumes', 'Costumes', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10945, 10945, 'Decorations', 'Decorations', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88900, 88900, 'Lanterns', 'Lanterns', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10946, 10946, 'Lights', 'Lights', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10947, 10947, 'Masks', 'Masks', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88901, 88901, 'Noisemakers', 'Noisemakers', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10948, 10948, 'Ornaments', 'Ornaments', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88902, 88902, 'Postcards', 'Postcards', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14286, 14286, 'Other Vintage Items', 'Other-Vintage-Items', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33795, 33795, 'Contemporary (1960-Now)', 'Contemporary-1960-Now', 14285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33796, 33796, 'Bats', 'Bats', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33797, 33797, 'Black Cats', 'Black-Cats', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33798, 33798, 'Ghosts', 'Ghosts', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70976, 70976, 'Masks', 'Masks', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33799, 33799, 'Monsters', 'Monsters', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70977, 70977, 'Mummies', 'Mummies', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33800, 33800, 'Pumpkins, Jack-O-Lanterns', 'Pumpkins-Jack-O-Lanterns', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33801, 33801, 'Skeletons, Skulls', 'Skeletons-Skulls', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33802, 33802, 'Spiders, Cobwebs', 'Spiders-Cobwebs', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33803, 33803, 'Vampires', 'Vampires', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33804, 33804, 'Witches', 'Witches', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33805, 33805, 'Mixed Items', 'Mixed-Items', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 910, 910, 'Other', 'Other', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82508, 82508, 'July 4th', 'July-4th', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4045, 4045, 'Mardi Gras', 'Mardi-Gras', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 911, 911, 'New Year', 'New-Year', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103993, 103993, 'St. Patricks Day', 'St-Patricks-Day', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 912, 912, 'Thanksgiving', 'Thanksgiving', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70978, 70978, 'Valentines Day', 'Valentines-Day', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70979, 70979, 'Vintage (Pre-1960)', 'Vintage-Pre-1960', 70978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70980, 70980, 'Contemporary (1960-Now)', 'Contemporary-1960-Now', 70978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70981, 70981, 'Bears', 'Bears', 70980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70982, 70982, 'Cards', 'Cards', 70980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70983, 70983, 'Hearts', 'Hearts', 70980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70984, 70984, 'Roses', 'Roses', 70980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 913, 913, 'Other', 'Other', 70980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 365, 365, 'Other Holidays', 'Other-Holidays', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13905, 13905, 'Housewares & Kitchenware', 'Housewares-and-Kitchenware', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4043, 4043, 'Flue Covers', 'Flue-Covers', 13905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13919, 13919, 'Irons', 'Irons', 13905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 81, 81, 'Kitchenware', 'Kitchenware', 13905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29801, 29801, 'Bakeware', 'Bakeware', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29802, 29802, 'Cake Pans', 'Cake-Pans', 29801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29803, 29803, 'Pie Plates', 'Pie-Plates', 29801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13920, 13920, 'Other Bakeware', 'Other-Bakeware', 29801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13921, 13921, 'Boxes, Bread', 'Boxes-Bread', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38133, 38133, 'Boxes, Other', 'Boxes-Other', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50786, 50786, 'Butter Churns', 'Butter-Churns', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13922, 13922, 'Cake Carriers, Savers', 'Cake-Carriers-Savers', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38134, 38134, 'Canisters', 'Canisters', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38135, 38135, 'Ceramic', 'Ceramic', 38134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38136, 38136, 'Metal', 'Metal', 38134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13923, 13923, 'Other Materials', 'Other-Materials', 38134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38137, 38137, 'Cookie Cutters', 'Cookie-Cutters', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38138, 38138, 'Metal', 'Metal', 38137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38139, 38139, 'Plastic', 'Plastic', 38137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4046, 4046, 'Other Materials', 'Other-Materials', 38137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4047, 4047, 'Cookie Jars', 'Cookie-Jars', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13924, 13924, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 4047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38140, 38140, 'Modern (1970-Now)', 'Modern-1970-Now', 4047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38141, 38141, 'Advertising', 'Advertising', 38140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38142, 38142, 'Animals', 'Animals', 38140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38143, 38143, 'Animation Characters', 'Animation-Characters', 38140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38144, 38144, 'Buildings', 'Buildings', 38140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38145, 38145, 'Fruit, Food', 'Fruit-Food', 38140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38146, 38146, 'Holiday, Seasonal', 'Holiday-Seasonal', 38140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38147, 38147, 'Transportation', 'Transportation', 38140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83, 83, 'Other', 'Other', 38140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4048, 4048, 'Spare Tops, Bottoms', 'Spare-Tops-Bottoms', 4047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 974, 974, 'Cookware', 'Cookware', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11649, 11649, 'Aluminum', 'Aluminum', 974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 976, 976, 'Cast Iron', 'Cast-Iron', 974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14897, 14897, 'Enamelware', 'Enamelware', 974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 975, 975, 'Other Cookware', 'Other-Cookware', 974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14898, 14898, 'Egg Cups', 'Egg-Cups', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 977, 977, 'Graniteware', 'Graniteware', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13925, 13925, 'Mixing Bowls', 'Mixing-Bowls', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13926, 13926, 'Molds', 'Molds', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38148, 38148, 'Mugs', 'Mugs', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38149, 38149, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 38148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14899, 14899, 'Modern (1970-Now)', 'Modern-1970-Now', 38148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13927, 13927, 'Napkin Holders', 'Napkin-Holders', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14900, 14900, 'Pie Birds', 'Pie-Birds', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4049, 4049, 'Salt, Pepper Shakers', 'Salt-Pepper-Shakers', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29804, 29804, 'Figurals', 'Figurals', 4049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29805, 29805, 'Animals', 'Animals', 29804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29806, 29806, 'Animation Characters', 'Animation-Characters', 29804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29807, 29807, 'Floral', 'Floral', 29804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29808, 29808, 'Fruit, Vegetables', 'Fruit-Vegetables', 29804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13928, 13928, 'Other Figurals', 'Other-Figurals', 29804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13929, 13929, 'Range Sets', 'Range-Sets', 4049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4051, 4051, 'Singles', 'Singles', 4049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4050, 4050, 'Souvenir', 'Souvenir', 4049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84, 84, 'Other Shakers', 'Other-Shakers', 4049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14901, 14901, 'Serving Trays', 'Serving-Trays', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11650, 11650, 'Small Appliances', 'Small-Appliances', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11651, 11651, 'Blenders', 'Blenders', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13930, 13930, 'Coffee Grinders, Mills', 'Coffee-Grinders-Mills', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11652, 11652, 'Coffee Makers', 'Coffee-Makers', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29809, 29809, 'Juicers', 'Juicers', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11653, 11653, 'Mixers', 'Mixers', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13931, 13931, 'Popcorn Poppers', 'Popcorn-Poppers', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11654, 11654, 'Toasters', 'Toasters', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11655, 11655, 'Waffle Irons', 'Waffle-Irons', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 982, 982, 'Other Small Appliances', 'Other-Small-Appliances', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13932, 13932, 'Spice Racks, Jars', 'Spice-Racks-Jars', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14902, 14902, 'Spoon Rests', 'Spoon-Rests', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13933, 13933, 'Tea Kettles', 'Tea-Kettles', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29810, 29810, 'Timers', 'Timers', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11656, 11656, 'Trivets', 'Trivets', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13934, 13934, 'Tupperware', 'Tupperware', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13935, 13935, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 13934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29811, 29811, 'Contemporary (1970-Now)', 'Contemporary-1970-Now', 13934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63784, 63784, 'Baking Forms', 'Baking-Forms', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29812, 29812, 'Bowls', 'Bowls', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63785, 63785, 'Cake Takers', 'Cake-Takers', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63786, 63786, 'Canisters', 'Canisters', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29813, 29813, 'Keychains, Magnets', 'Keychains-Magnets', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63787, 63787, 'Measuring Sets', 'Measuring-Sets', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63788, 63788, 'Modular Mates', 'Modular-Mates', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29814, 29814, 'Pitchers, Cups & Glasses', 'Pitchers-Cups-and-Glasses', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29815, 29815, 'Plates', 'Plates', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63789, 63789, 'Sandwich Keepers', 'Sandwich-Keepers', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156369, 156369, 'Tuppertoys', 'Tuppertoys', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11657, 11657, 'Other Tupperware', 'Other-Tupperware', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11658, 11658, 'Utensils', 'Utensils', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14903, 14903, 'Choppers', 'Choppers', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11659, 11659, 'Colanders, Strainers', 'Colanders-Strainers', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11660, 11660, 'Cutlery', 'Cutlery', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11661, 11661, 'Egg Beaters', 'Egg-Beaters', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11662, 11662, 'Graters', 'Graters', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11663, 11663, 'Ice Cream Scoops', 'Ice-Cream-Scoops', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13936, 13936, 'Measuring Cups, Spoons', 'Measuring-Cups-Spoons', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14904, 14904, 'Openers', 'Openers', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11664, 11664, 'Peelers', 'Peelers', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11665, 11665, 'Potato Mashers, Ricers', 'Potato-Mashers-Ricers', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11666, 11666, 'Rolling Pins', 'Rolling-Pins', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11667, 11667, 'Sifters', 'Sifters', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29816, 29816, 'Spoons, Forks, Ladles', 'Spoons-Forks-Ladles', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 983, 983, 'Other Utensils', 'Other-Utensils', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82, 82, 'Other Kitchenware', 'Other-Kitchenware', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 476, 476, 'Magnets', 'Magnets', 13905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 978, 978, 'Tableware', 'Tableware', 13905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38150, 38150, 'Flatware', 'Flatware', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38151, 38151, 'Forks', 'Forks', 38150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38152, 38152, 'Knives', 'Knives', 38150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38153, 38153, 'Spoons', 'Spoons', 38150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38154, 38154, 'Serving Pieces', 'Serving-Pieces', 38150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 980, 980, 'Sets', 'Sets', 38150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38155, 38155, 'Mixed Lots', 'Mixed-Lots', 38150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 981, 981, 'Hollowware', 'Hollowware', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13938, 13938, 'Melamine, Melmac', 'Melamine-Melmac', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13939, 13939, 'Boonton', 'Boonton', 13938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13940, 13940, 'Texas Ware', 'Texas-Ware', 13938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13941, 13941, 'Other Melamine Items', 'Other-Melamine-Items', 13938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14288, 14288, 'Napkin Rings', 'Napkin-Rings', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 580, 580, 'Open Salts', 'Open-Salts', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13942, 13942, 'Pitchers', 'Pitchers', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13943, 13943, 'Table Accessories', 'Table-Accessories', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38156, 38156, 'Tea Sets', 'Tea-Sets', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156370, 156370, 'Toothpick Holders', 'Toothpick-Holders', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 979, 979, 'Other Tableware', 'Other-Tableware', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1401, 1401, 'Knives, Swords & Blades', 'Knives-Swords-and-Blades', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43216, 43216, 'Accessories', 'Accessories', 1401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43217, 43217, 'Armor, Shields', 'Armor-Shields', 43216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43218, 43218, 'Books', 'Books', 43216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73521, 73521, 'Boxes, Cases', 'Boxes-Cases', 43216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43219, 43219, 'Displays, Plaques', 'Displays-Plaques', 43216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43220, 43220, 'Sharpeners', 'Sharpeners', 43216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43221, 43221, 'Sheaths', 'Sheaths', 43216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41181, 41181, 'Other Accessories', 'Other-Accessories', 43216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41182, 41182, 'Axes, Hatchets', 'Axes-Hatchets', 1401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88903, 88903, 'Daggers', 'Daggers', 1401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43222, 43222, 'Fixed Blade Knives', 'Fixed-Blade-Knives', 1401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43320, 43320, 'Vintage (Pre 1970)', 'Vintage-Pre-1970', 43222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43321, 43321, 'Custom Manufactured', 'Custom-Manufactured', 43320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43322, 43322, 'Factory Manufactured', 'Factory-Manufactured', 43320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43323, 43323, 'Other', 'Other', 43320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43324, 43324, 'Modern (1970 - Now)', 'Modern-1970-Now', 43222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43325, 43325, 'Custom Manufactured', 'Custom-Manufactured', 43324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73522, 73522, 'Factory Manufactured', 'Factory-Manufactured', 43324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88904, 88904, 'Boker', 'Boker', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88905, 88905, 'Bowie', 'Bowie', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73523, 73523, 'Buck', 'Buck', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73524, 73524, 'Case', 'Case', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88906, 88906, 'Cold Steel', 'Cold-Steel', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73525, 73525, 'Gerber', 'Gerber', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88907, 88907, 'Frost', 'Frost', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88908, 88908, 'Puma', 'Puma', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88909, 88909, 'Randall', 'Randall', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88910, 88910, 'Schrade', 'Schrade', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88911, 88911, 'Unbranded', 'Unbranded', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43326, 43326, 'Other Brands', 'Other-Brands', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20271, 20271, 'Other', 'Other', 43324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43328, 43328, 'Folding Knives', 'Folding-Knives', 1401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43329, 43329, 'Vintage (Pre 1970)', 'Vintage-Pre-1970', 43328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43330, 43330, 'Custom Manufactured', 'Custom-Manufactured', 43329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48815, 48815, 'Factory Manufactured', 'Factory-Manufactured', 43329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88912, 88912, 'Camillus', 'Camillus', 48815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48816, 48816, 'Case', 'Case', 48815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99963, 99963, 'Colonial', 'Colonial', 48815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88913, 88913, 'Ka-Bar', 'Ka-Bar', 48815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48817, 48817, 'Schrade', 'Schrade', 48815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88914, 88914, 'Unbranded', 'Unbranded', 48815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43331, 43331, 'Other Brands', 'Other-Brands', 48815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43332, 43332, 'Other', 'Other', 43329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43333, 43333, 'Modern (1970 - Now)', 'Modern-1970-Now', 43328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43334, 43334, 'Custom Manufactured', 'Custom-Manufactured', 43333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48818, 48818, 'Factory Manufactured', 'Factory-Manufactured', 43333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73531, 73531, 'Benchmade', 'Benchmade', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63790, 63790, 'Boker', 'Boker', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63791, 63791, 'Browning', 'Browning', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63792, 63792, 'Buck', 'Buck', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88921, 88921, 'Bulldog', 'Bulldog', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63793, 63793, 'Camillus', 'Camillus', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48819, 48819, 'Case', 'Case', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73528, 73528, 'Cold Steel', 'Cold-Steel', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99964, 99964, 'Colonial', 'Colonial', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63794, 63794, 'Columbia River', 'Columbia-River', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86942, 86942, 'Franklin Mint', 'Franklin-Mint', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73526, 73526, 'Frost', 'Frost', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63795, 63795, 'Gerber', 'Gerber', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88915, 88915, 'German-Eye', 'German-Eye', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88916, 88916, 'Ka-Bar', 'Ka-Bar', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63796, 63796, 'Kershaw', 'Kershaw', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88917, 88917, 'Parker', 'Parker', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63797, 63797, 'Puma', 'Puma', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63798, 63798, 'Queen', 'Queen', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63799, 63799, 'Remington', 'Remington', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 88918, 88918, 'Schatt & Morgan', 'Schatt-and-Morgan', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48820, 48820, 'Schrade', 'Schrade', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73530, 73530, 'Smith & Wesson', 'Smith-and-Wesson', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88920, 88920, 'SOG', 'SOG', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63800, 63800, 'Spyderco', 'Spyderco', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48821, 48821, 'Swiss Army', 'Swiss-Army', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63801, 63801, 'Victorinox', 'Victorinox', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88919, 88919, 'Winchester', 'Winchester', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73529, 73529, 'Unbranded', 'Unbranded', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43335, 43335, 'Other Brands', 'Other-Brands', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1403, 1403, 'Other', 'Other', 43333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157009, 157009, 'Movie & Video Game Weapons', 'Movie-and-Video-Game-Weapons', 1401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43336, 43336, 'Swords', 'Swords', 1401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88922, 88922, 'Chinese', 'Chinese', 43336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43337, 43337, 'Fantasy, Film, TV', 'Fantasy-Film-TV', 43336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95131, 95131, 'Japanese', 'Japanese', 43336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95132, 95132, 'Antique (Pre 1900)', 'Antique-Pre-1900', 95131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43338, 43338, 'Modern (1900-Now)', 'Modern-1900-Now', 95131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43339, 43339, 'Medieval', 'Medieval', 43336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43340, 43340, 'Rapier', 'Rapier', 43336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43341, 43341, 'Roman', 'Roman', 43336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20272, 20272, 'Other Swords', 'Other-Swords', 43336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 475, 475, 'Other Knives, Swords & Blades', 'Other-Knives-Swords-and-Blades', 1401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1404, 1404, 'Lamps, Lighting', 'Lamps-Lighting', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4062, 4062, 'Candle Holders', 'Candle-Holders', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13862, 13862, 'Ceiling Fixtures', 'Ceiling-Fixtures', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4053, 4053, 'Lamps: Electric', 'Lamps-Electric', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35878, 35878, 'Floor Lamps', 'Floor-Lamps', 4053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4052, 4052, 'Lava Lamps', 'Lava-Lamps', 4053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4054, 4054, 'Motion Lamps', 'Motion-Lamps', 4053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4056, 4056, 'Table Lamps', 'Table-Lamps', 4053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13864, 13864, 'TV Lamps', 'TV-Lamps', 4053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1405, 1405, 'Other Electric', 'Other-Electric', 4053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4057, 4057, 'Lamps: Non-Electric', 'Lamps-Non-Electric', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4058, 4058, 'Gas', 'Gas', 4057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4059, 4059, 'Kerosene', 'Kerosene', 4057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4060, 4060, 'Miniature', 'Miniature', 4057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4061, 4061, 'Oil', 'Oil', 4057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1406, 1406, 'Other Non-Electric', 'Other-Non-Electric', 4057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13865, 13865, 'Lamp Repair, Refurbishing', 'Lamp-Repair-Refurbishing', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1407, 1407, 'Parts', 'Parts', 13865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13866, 13866, 'Prisms', 'Prisms', 13865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13867, 13867, 'Other Repair Items', 'Other-Repair-Items', 13865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4055, 4055, 'Neon', 'Neon', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157010, 157010, 'Night Lights', 'Night-Lights', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13868, 13868, 'Sconces', 'Sconces', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1408, 1408, 'Shades', 'Shades', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 371, 371, 'Other Lighting', 'Other-Lighting', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 940, 940, 'Linens, Fabric & Textiles', 'Linens-Fabric-and-Textiles', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13944, 13944, 'Bed & Bath Linens', 'Bed-and-Bath-Linens', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 941, 941, 'Bedspreads', 'Bedspreads', 13944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13945, 13945, 'Blankets', 'Blankets', 13944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13946, 13946, 'Sheets, Pillowcases', 'Sheets-Pillowcases', 13944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13947, 13947, 'Towels', 'Towels', 13944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 946, 946, 'Other Bed & Bath Linens', 'Other-Bed-and-Bath-Linens', 13944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 942, 942, 'Curtains, Drapes', 'Curtains-Drapes', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29817, 29817, 'Fabric', 'Fabric', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29818, 29818, 'Cotton', 'Cotton', 29817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29819, 29819, 'Linen', 'Linen', 29817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29820, 29820, 'Silk', 'Silk', 29817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29821, 29821, 'Upholstery, Drapery', 'Upholstery-Drapery', 29817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29822, 29822, 'Wool', 'Wool', 29817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 943, 943, 'Other Fabric', 'Other-Fabric', 29817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13948, 13948, 'Feed Sacks, Flour Sacks', 'Feed-Sacks-Flour-Sacks', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13949, 13949, 'Kitchen Textiles', 'Kitchen-Textiles', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13950, 13950, 'Appliance Covers', 'Appliance-Covers', 13949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13951, 13951, 'Aprons', 'Aprons', 13949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13952, 13952, 'Potholders, Oven Mitts', 'Potholders-Oven-Mitts', 13949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13953, 13953, 'Towels', 'Towels', 13949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 944, 944, 'Other Kitchen Textiles', 'Other-Kitchen-Textiles', 13949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 945, 945, 'Lace, Crochet, Doilies', 'Lace-Crochet-Doilies', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29823, 29823, 'Pillows', 'Pillows', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 947, 947, 'Quilts', 'Quilts', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 948, 948, 'Rugs', 'Rugs', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 949, 949, 'Samplers', 'Samplers', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13954, 13954, 'Table Linens', 'Table-Linens', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13955, 13955, 'Napkins', 'Napkins', 13954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29824, 29824, 'Placemats', 'Placemats', 13954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29825, 29825, 'Runners', 'Runners', 13954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3639, 3639, 'Tablecloths', 'Tablecloths', 13954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 950, 950, 'Tapestries', 'Tapestries', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33, 33, 'Other Textiles', 'Other-Textiles', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1430, 1430, 'Metalware', 'Metalware', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1431, 1431, 'Aluminum', 'Aluminum', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3630, 3630, 'Brass', 'Brass', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1432, 1432, 'Bronze', 'Bronze', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3631, 3631, 'Cast Iron', 'Cast-Iron', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13937, 13937, 'Chrome', 'Chrome', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1433, 1433, 'Copper', 'Copper', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1434, 1434, 'Pewter', 'Pewter', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1436, 1436, 'Silverplate', 'Silverplate', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1435, 1435, 'Sterling Silver', 'Sterling-Silver', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10950, 10950, 'Tin', 'Tin', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28, 28, 'Other Metalware', 'Other-Metalware', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13956, 13956, 'Militaria', 'Militaria', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156373, 156373, 'Pre-1700', 'Pre-1700', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1552, 1552, 'Original Period Items', 'Original-Period-Items', 156373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156374, 156374, 'Reenactment, Reproductions', 'Reenactment-Reproductions', 156373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156375, 156375, '1700-74', '1700-74', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13957, 13957, 'Original Period Items', 'Original-Period-Items', 156375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156376, 156376, 'Reenactment, Reproductions', 'Reenactment-Reproductions', 156375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156377, 156377, 'Revolutionary War (1775-83)', 'Revolutionary-War-1775-83', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10951, 10951, 'Original Period Items', 'Original-Period-Items', 156377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156378, 156378, 'Reenactment, Reproductions', 'Reenactment-Reproductions', 156377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156379, 156379, '1784-1860', '1784-1860', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4070, 4070, 'Original Period Items', 'Original-Period-Items', 156379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156380, 156380, 'Reenactment, Reproductions', 'Reenactment-Reproductions', 156379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13958, 13958, 'Civil War (1861-65)', 'Civil-War-1861-65', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13959, 13959, 'Books', 'Books', 13958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36033, 36033, 'Original Period Items', 'Original-Period-Items', 13958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103994, 103994, 'Artillery Gear, Equipment', 'Artillery-Gear-Equipment', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156382, 156382, 'Artwork, Prints', 'Artwork-Prints', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103995, 103995, 'Belts, Belt Buckles', 'Belts-Belt-Buckles', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103996, 103996, 'Bullets', 'Bullets', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36034, 36034, 'Buttons', 'Buttons', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36035, 36035, 'Clothing & Uniforms', 'Clothing-and-Uniforms', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36036, 36036, 'Correspondence, Mail', 'Correspondence-Mail', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36037, 36037, 'Edged Weapons', 'Edged-Weapons', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156381, 156381, 'Maps, Atlases', 'Maps-Atlases', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36038, 36038, 'Medals, Pins, Ribbons', 'Medals-Pins-Ribbons', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103997, 103997, 'Newspapers', 'Newspapers', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36039, 36039, 'Photos', 'Photos', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 136, 136, 'Other Civil War Items', 'Other-Civil-War-Items', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156948, 156948, 'Civil War Veterans Items', 'Civil-War-Veterans-Items', 13958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36040, 36040, 'Reenactment, Reproductions', 'Reenactment-Reproductions', 13958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103998, 103998, 'Belts, Belt Buckles', 'Belts-Belt-Buckles', 36040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36041, 36041, 'Clothing & Uniforms', 'Clothing-and-Uniforms', 36040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36042, 36042, 'Edged Weapons', 'Edged-Weapons', 36040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36043, 36043, 'Flags', 'Flags', 36040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13961, 13961, 'Other Reenactment, Repro Items', 'Other-Reenactment-Repro-Items', 36040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156383, 156383, 'Indian Wars (1866-97)', 'Indian-Wars-1866-97', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7271, 7271, 'Original Period Items', 'Original-Period-Items', 156383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156384, 156384, 'Reproductions', 'Reproductions', 156383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156385, 156385, 'Spanish-Amer War (1898-1902)', 'Spanish-Amer-War-1898-1902', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10952, 10952, 'Original Period Items', 'Original-Period-Items', 156385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156386, 156386, 'Reproductions', 'Reproductions', 156385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156387, 156387, '1903-13', '1903-13', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 583, 583, 'Original Period Items', 'Original-Period-Items', 156387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156388, 156388, 'Reproductions', 'Reproductions', 156387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13962, 13962, 'WW I (1914-18)', 'WW-I-1914-18', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156389, 156389, 'Original Period Items', 'Original-Period-Items', 13962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4374, 4374, 'Australia, ANZAC', 'Australia-ANZAC', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156390, 156390, 'Austria-Hungary', 'Austria-Hungary', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13963, 13963, 'Canada', 'Canada', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13964, 13964, 'France', 'France', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156391, 156391, 'Germany', 'Germany', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156392, 156392, 'Books', 'Books', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156393, 156393, 'Documents, Maps', 'Documents-Maps', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156394, 156394, 'Edged Weapons', 'Edged-Weapons', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156395, 156395, 'Hats, Helmets, Uniforms', 'Hats-Helmets-Uniforms', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156396, 156396, 'Medals, Ribbons', 'Medals-Ribbons', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156397, 156397, 'Personal, Field Gear', 'Personal-Field-Gear', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156398, 156398, 'Photographs', 'Photographs', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156399, 156399, 'Posters, Prints', 'Posters-Prints', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13965, 13965, 'Other', 'Other', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156400, 156400, 'Great Britain', 'Great-Britain', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64820, 64820, 'Badges', 'Badges', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156401, 156401, 'Books', 'Books', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64821, 64821, 'Documents, Maps', 'Documents-Maps', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156402, 156402, 'Edged Weapons', 'Edged-Weapons', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156403, 156403, 'Hats, Helmets, Uniforms', 'Hats-Helmets-Uniforms', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156404, 156404, 'Medals, Ribbons', 'Medals-Ribbons', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156405, 156405, 'Personal, Field Gear', 'Personal-Field-Gear', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64822, 64822, 'Photographs', 'Photographs', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101152, 101152, 'Posters, Prints', 'Posters-Prints', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13966, 13966, 'Other', 'Other', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13967, 13967, 'Italy', 'Italy', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13968, 13968, 'Russia', 'Russia', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134, 134, 'United States', 'United-States', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13969, 13969, 'Books', 'Books', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13973, 13973, 'Documents, Maps', 'Documents-Maps', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13970, 13970, 'Edged Weapons', 'Edged-Weapons', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13971, 13971, 'Hats, Helmets, Uniforms', 'Hats-Helmets-Uniforms', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13972, 13972, 'Medals, Ribbons', 'Medals-Ribbons', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13974, 13974, 'Personal, Field Gear', 'Personal-Field-Gear', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156415, 156415, 'Photographs', 'Photographs', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156416, 156416, 'Posters, Prints', 'Posters-Prints', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 584, 584, 'Other', 'Other', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13975, 13975, 'Other Countries', 'Other-Countries', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156406, 156406, 'Reproductions', 'Reproductions', 13962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156407, 156407, 'Australia, ANZAC', 'Australia-ANZAC', 156406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156408, 156408, 'Canada', 'Canada', 156406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156409, 156409, 'Germany', 'Germany', 156406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156410, 156410, 'Great Britain', 'Great-Britain', 156406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156411, 156411, 'France', 'France', 156406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156412, 156412, 'Russia', 'Russia', 156406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156413, 156413, 'United States', 'United-States', 156406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156414, 156414, 'Other Countries', 'Other-Countries', 156406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156371, 156371, '1919-38', '1919-38', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13976, 13976, 'Original Period Items', 'Original-Period-Items', 156371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156372, 156372, 'Reproductions', 'Reproductions', 156371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13977, 13977, 'WW II (1939-45)', 'WW-II-1939-45', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156417, 156417, 'Original Period Items', 'Original-Period-Items', 13977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4375, 4375, 'Australia', 'Australia', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4075, 4075, 'Canada', 'Canada', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4076, 4076, 'China', 'China', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4077, 4077, 'France', 'France', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36044, 36044, 'Germany', 'Germany', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103999, 103999, 'Books', 'Books', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36045, 36045, 'Edged Weapons', 'Edged-Weapons', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36046, 36046, 'Hats, Helmets', 'Hats-Helmets', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36047, 36047, 'Medals, Pins, Ribbons', 'Medals-Pins-Ribbons', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36048, 36048, 'Paper Items, Newspapers', 'Paper-Items-Newspapers', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36049, 36049, 'Personal, Field Gear', 'Personal-Field-Gear', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104000, 104000, 'Photos', 'Photos', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156439, 156439, 'Posters, Prints', 'Posters-Prints', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104001, 104001, 'Uniforms', 'Uniforms', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4078, 4078, 'Other', 'Other', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156418, 156418, 'Great Britain', 'Great-Britain', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156419, 156419, 'Books', 'Books', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156420, 156420, 'Edged Weapons', 'Edged-Weapons', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156421, 156421, 'Hats, Helmets, Uniforms', 'Hats-Helmets-Uniforms', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156422, 156422, 'Medals, Ribbons', 'Medals-Ribbons', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156423, 156423, 'Paper Items, Newspapers', 'Paper-Items-Newspapers', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156424, 156424, 'Personal, Field Gear', 'Personal-Field-Gear', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156425, 156425, 'Photos', 'Photos', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156426, 156426, 'Posters, Prints', 'Posters-Prints', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4074, 4074, 'Other', 'Other', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4079, 4079, 'Italy', 'Italy', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4080, 4080, 'Japan', 'Japan', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10954, 10954, 'Russia', 'Russia', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4081, 4081, 'Sweden', 'Sweden', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4716, 4716, 'United States', 'United-States', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4717, 4717, 'Books', 'Books', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104002, 104002, 'Bullets, Grenades', 'Bullets-Grenades', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74708, 74708, 'Buttons', 'Buttons', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13978, 13978, 'Correspondence, Mail', 'Correspondence-Mail', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4718, 4718, 'Documents, Maps', 'Documents-Maps', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4719, 4719, 'Edged Weapons', 'Edged-Weapons', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4721, 4721, 'Field Gear, Equipment', 'Field-Gear-Equipment', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104008, 104008, 'Flags, Banners', 'Flags-Banners', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4722, 4722, 'Hats, Helmets', 'Hats-Helmets', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4723, 4723, 'Home Front', 'Home-Front', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4724, 4724, 'Medals, Ribbons', 'Medals-Ribbons', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4725, 4725, 'Patches', 'Patches', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4726, 4726, 'Personal Gear', 'Personal-Gear', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4727, 4727, 'Photos', 'Photos', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36059, 36059, 'Pins', 'Pins', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13979, 13979, 'Postcards', 'Postcards', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4728, 4728, 'Posters, Prints', 'Posters-Prints', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4729, 4729, 'Uniforms', 'Uniforms', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 585, 585, 'Other', 'Other', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13980, 13980, 'Other Countries', 'Other-Countries', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156427, 156427, 'Reproductions', 'Reproductions', 13977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156428, 156428, 'Australia', 'Australia', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156429, 156429, 'Canada', 'Canada', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156430, 156430, 'China', 'China', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156431, 156431, 'France', 'France', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156432, 156432, 'Germany', 'Germany', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156433, 156433, 'Great Britain', 'Great-Britain', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156434, 156434, 'Italy', 'Italy', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156435, 156435, 'Japan', 'Japan', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156436, 156436, 'Russia', 'Russia', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156437, 156437, 'United States', 'United-States', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156438, 156438, 'Other Countries', 'Other-Countries', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156471, 156471, '1946-49', '1946-49', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13981, 13981, 'Original Period Items', 'Original-Period-Items', 156471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156472, 156472, 'Reproductions', 'Reproductions', 156471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156440, 156440, 'Korea (1950-53)', 'Korea-1950-53', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 586, 586, 'Original Period Items', 'Original-Period-Items', 156440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156441, 156441, 'Reproductions', 'Reproductions', 156440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156442, 156442, '1954-60', '1954-60', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13982, 13982, 'Original Period Items', 'Original-Period-Items', 156442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156443, 156443, 'Reproductions', 'Reproductions', 156442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36060, 36060, 'Vietnam (1961-75)', 'Vietnam-1961-75', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156444, 156444, 'Original Period Items', 'Original-Period-Items', 36060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104014, 104014, 'Books', 'Books', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36061, 36061, 'Edged Weapons', 'Edged-Weapons', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36062, 36062, 'Hats, Helmets', 'Hats-Helmets', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36063, 36063, 'Medals, Pins, Ribbons', 'Medals-Pins-Ribbons', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36064, 36064, 'Paper Items', 'Paper-Items', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104015, 104015, 'Patches', 'Patches', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36065, 36065, 'Personal, Field Gear', 'Personal-Field-Gear', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104016, 104016, 'Photos, Prints, Posters', 'Photos-Prints-Posters', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104017, 104017, 'Uniforms', 'Uniforms', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104018, 104018, 'Videos', 'Videos', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 587, 587, 'Other Vietnam Items', 'Other-Vietnam-Items', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156445, 156445, 'Reproductions', 'Reproductions', 36060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156446, 156446, '1976-89', '1976-89', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13983, 13983, 'Original Period Items', 'Original-Period-Items', 156446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156447, 156447, 'Reproductions', 'Reproductions', 156446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156448, 156448, 'Desert Storm (1990-91)', 'Desert-Storm-1990-91', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10953, 10953, 'Original Period Items', 'Original-Period-Items', 156448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156449, 156449, 'Reproductions', 'Reproductions', 156448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156450, 156450, '1992-2001', '1992-2001', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156451, 156451, 'Original Period Items', 'Original-Period-Items', 156450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156452, 156452, 'Reproductions', 'Reproductions', 156450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36066, 36066, 'Current Militaria (2001-Now)', 'Current-Militaria-2001-Now', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156453, 156453, 'Original Items', 'Original-Items', 36066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156454, 156454, 'Books', 'Books', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74709, 74709, 'Buttons', 'Buttons', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74710, 74710, 'Challenge Coins', 'Challenge-Coins', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156455, 156455, 'Correspondence, Mail', 'Correspondence-Mail', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74711, 74711, 'Cuff Links', 'Cuff-Links', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156456, 156456, 'Documents, Maps', 'Documents-Maps', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156457, 156457, 'Edged Weapons', 'Edged-Weapons', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36067, 36067, 'Flags, Banners', 'Flags-Banners', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36068, 36068, 'Hats, Helmets', 'Hats-Helmets', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36069, 36069, 'Medals, Ribbons', 'Medals-Ribbons', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104019, 104019, 'Mugs, Cups, Steins', 'Mugs-Cups-Steins', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48822, 48822, 'Patches', 'Patches', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48823, 48823, 'Air Force', 'Air-Force', 48822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48824, 48824, 'Army', 'Army', 48822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48825, 48825, 'Marines', 'Marines', 48822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48826, 48826, 'Navy', 'Navy', 48822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48827, 48827, 'Mixed Lots', 'Mixed-Lots', 48822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36070, 36070, 'Other', 'Other', 48822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156458, 156458, 'Personal, Field Gear', 'Personal-Field-Gear', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156459, 156459, 'Bags, Packs', 'Bags-Packs', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156460, 156460, 'Belts, Pouches', 'Belts-Pouches', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156461, 156461, 'Canteens', 'Canteens', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156462, 156462, 'Dog Tags', 'Dog-Tags', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156463, 156463, 'Gas Masks', 'Gas-Masks', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156464, 156464, 'First Aid, Medic Gear', 'First-Aid-Medic-Gear', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156465, 156465, 'Lighters', 'Lighters', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156466, 156466, 'Mess Kits', 'Mess-Kits', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156467, 156467, 'Opticals', 'Opticals', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156468, 156468, 'Rings, Pendants, Jewelry', 'Rings-Pendants-Jewelry', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156469, 156469, 'Watches', 'Watches', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36071, 36071, 'Other', 'Other', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36072, 36072, 'Photos', 'Photos', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104020, 104020, 'Pins', 'Pins', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36073, 36073, 'Posters, Prints', 'Posters-Prints', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104021, 104021, 'Signs, Plaques', 'Signs-Plaques', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104022, 104022, 'Stickers, Decals', 'Stickers-Decals', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104023, 104023, 'Uniforms', 'Uniforms', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36074, 36074, 'Other Current Militaria', 'Other-Current-Militaria', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156470, 156470, 'Reproductions', 'Reproductions', 36066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66527, 66527, 'Militaria (Date Unknown)', 'Militaria-Date-Unknown', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66528, 66528, 'Air Force', 'Air-Force', 66527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66529, 66529, 'Army', 'Army', 66527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66530, 66530, 'Coast Guard', 'Coast-Guard', 66527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66531, 66531, 'Marine Corps', 'Marine-Corps', 66527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66532, 66532, 'National Guard', 'National-Guard', 66527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66533, 66533, 'Navy', 'Navy', 66527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66534, 66534, 'Other', 'Other', 66527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36075, 36075, 'Surplus', 'Surplus', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74712, 74712, 'Bags', 'Bags', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36076, 36076, 'Hats, Helmets', 'Hats-Helmets', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70985, 70985, 'Masks', 'Masks', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104024, 104024, 'Medals, Pins, Ribbons', 'Medals-Pins-Ribbons', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104025, 104025, 'Paper Items, Manuals', 'Paper-Items-Manuals', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70986, 70986, 'Personal, Field Gear', 'Personal-Field-Gear', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104026, 104026, 'Belts, Belt Buckles', 'Belts-Belt-Buckles', 70986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104027, 104027, 'Boots', 'Boots', 70986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104028, 104028, 'Jackets', 'Jackets', 70986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70987, 70987, 'Pants', 'Pants', 70986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70988, 70988, 'Shirts', 'Shirts', 70986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70989, 70989, 'Vests', 'Vests', 70986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36077, 36077, 'Other', 'Other', 70986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70990, 70990, 'Parachutes', 'Parachutes', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36078, 36078, 'Patches', 'Patches', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70991, 70991, 'Pouches', 'Pouches', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 588, 588, 'Other Military Surplus', 'Other-Military-Surplus', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 135, 135, 'Other Militaria', 'Other-Militaria', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124, 124, 'Paper', 'Paper', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4089, 4089, 'Blotters', 'Blotters', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13985, 13985, 'Booklets', 'Booklets', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13986, 13986, 'Pre-1920', 'Pre-1920', 13985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13987, 13987, '1920-39', '1920-39', 13985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13988, 13988, '1940-59', '1940-59', 13985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4090, 4090, '1960-Now', '1960-Now', 13985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13989, 13989, 'Brochures', 'Brochures', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13990, 13990, 'Pre-1940', 'Pre-1940', 13989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13991, 13991, '1940-59', '1940-59', 13989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4091, 4091, '1960-Now', '1960-Now', 13989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41183, 41183, 'Calendars', 'Calendars', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41184, 41184, 'Pre-1940', 'Pre-1940', 41183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 41190, 41190, '1940-59', '1940-59', 41183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 556, 556, '1960-79', '1960-79', 41183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156485, 156485, '1980-Last Year', '1980-Last-Year', 41183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156486, 156486, 'Current Year, Next Year', 'Current-Year-Next-Year', 41183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156487, 156487, 'Perpetual Calendars', 'Perpetual-Calendars', 41183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41394, 41394, 'Unspecified, Unknown Date', 'Unspecified-Unknown-Date', 41183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156488, 156488, 'Correspondence', 'Correspondence', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156489, 156489, 'Pre-1900', 'Pre-1900', 156488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156490, 156490, '1900-49', '1900-49', 156488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156491, 156491, '1950-Now', '1950-Now', 156488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29465, 29465, 'Documents', 'Documents', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156492, 156492, 'Pre-1800', 'Pre-1800', 29465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156493, 156493, '1800-1899', '1800-1899', 29465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29466, 29466, '1900-1939', '1900-1939', 29465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29467, 29467, '1940-59', '1940-59', 29465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4092, 4092, '1960-Now', '1960-Now', 29465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41187, 41187, 'Ephemera', 'Ephemera', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156494, 156494, 'Pre-1800', 'Pre-1800', 41187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156495, 156495, '1800-99', '1800-99', 41187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41188, 41188, '1900-20', '1900-20', 41187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41189, 41189, '1920-39', '1920-39', 41187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41185, 41185, '1940-59', '1940-59', 41187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 126, 126, '1960-Now', '1960-Now', 41187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41191, 41191, 'Unspecified, Unknown Date', 'Unspecified-Unknown-Date', 41187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156496, 156496, 'Matchbooks', 'Matchbooks', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156497, 156497, 'Advertisements', 'Advertisements', 156496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156498, 156498, 'Hotels, Motels', 'Hotels-Motels', 156496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156499, 156499, 'Lounges, Bars', 'Lounges-Bars', 156496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156500, 156500, 'Restaurants', 'Restaurants', 156496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156501, 156501, 'Vehicles, Transportation', 'Vehicles-Transportation', 156496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156502, 156502, 'International Locations', 'International-Locations', 156496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156503, 156503, 'US Locations', 'US-Locations', 156496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 477, 477, 'Other', 'Other', 156496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1437, 1437, 'Menus', 'Menus', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13992, 13992, 'Newspapers', 'Newspapers', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13993, 13993, 'Pre-1900', 'Pre-1900', 13992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13994, 13994, '1900-39', '1900-39', 13992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13995, 13995, '1940-69', '1940-69', 13992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1439, 1439, '1970-Now', '1970-Now', 13992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13685, 13685, 'Pin Up', 'Pin-Up', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3899, 3899, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 13685, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4948, 4948, 'Contemporary (1970-Now)', 'Contemporary-1970-Now', 13685, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1438, 1438, 'Playing Cards', 'Playing-Cards', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29490, 29490, 'Programs', 'Programs', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1440, 1440, 'Scrapbooks', 'Scrapbooks', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35889, 35889, 'Vintage Greeting Cards', 'Vintage-Greeting-Cards', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156504, 156504, 'Animals', 'Animals', 35889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35890, 35890, 'Birthday', 'Birthday', 35889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35891, 35891, 'Christmas', 'Christmas', 35889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35892, 35892, 'Valentines Day', 'Valentines-Day', 35889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156505, 156505, 'Victorian', 'Victorian', 35889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156506, 156506, 'Unused Vintage', 'Unused-Vintage', 35889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156507, 156507, 'Mixed Lots', 'Mixed-Lots', 35889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3633, 3633, 'Other', 'Other', 35889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 125, 125, 'Other Paper Items', 'Other-Paper-Items', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 966, 966, 'Pens & Writing Instruments', 'Pens-and-Writing-Instruments', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4377, 4377, 'Calligraphy Tools', 'Calligraphy-Tools', 966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28019, 28019, 'Desktop Items', 'Desktop-Items', 966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38015, 38015, 'Clips, Holders', 'Clips-Holders', 28019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28020, 28020, 'Letter Openers', 'Letter-Openers', 28019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28021, 28021, 'Pencil Sharpeners', 'Pencil-Sharpeners', 28019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 969, 969, 'Other', 'Other', 28019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 970, 970, 'Inkwells', 'Inkwells', 966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7278, 7278, 'Pens', 'Pens', 966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29826, 29826, 'Ball Point', 'Ball-Point', 7278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29827, 29827, 'Cross', 'Cross', 29826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73532, 73532, 'Dunhill', 'Dunhill', 29826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73533, 73533, 'Fisher', 'Fisher', 29826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29828, 29828, 'Montblanc', 'Montblanc', 29826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29829, 29829, 'Parker', 'Parker', 29826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29830, 29830, 'Sensa', 'Sensa', 29826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73534, 73534, 'Waterman', 'Waterman', 29826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7279, 7279, 'Other Brands', 'Other-Brands', 29826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7280, 7280, 'Floaty', 'Floaty', 7278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13999, 13999, 'Fountain', 'Fountain', 7278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73535, 73535, 'Conklin', 'Conklin', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150124, 150124, 'Cross', 'Cross', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73536, 73536, 'Dunhill', 'Dunhill', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20267, 20267, 'Esterbrook', 'Esterbrook', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29831, 29831, 'Lamy', 'Lamy', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14000, 14000, 'Montblanc', 'Montblanc', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14001, 14001, 'Parker', 'Parker', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14002, 14002, 'Pelikan', 'Pelikan', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73537, 73537, 'Pilot', 'Pilot', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73538, 73538, 'Rotring', 'Rotring', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14003, 14003, 'Sheaffer', 'Sheaffer', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20268, 20268, 'Wahl, Eversharp', 'Wahl-Eversharp', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14004, 14004, 'Waterman', 'Waterman', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7281, 7281, 'Other Brands', 'Other-Brands', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 967, 967, 'Other Pens', 'Other-Pens', 7278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7282, 7282, 'Pencils', 'Pencils', 966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7283, 7283, 'Bullet', 'Bullet', 7282, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7284, 7284, 'Mechanical', 'Mechanical', 7282, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 968, 968, 'Other Pencils', 'Other-Pencils', 7282, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 971, 971, 'Sets', 'Sets', 966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 158, 158, 'Other Instruments', 'Other-Instruments', 966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14005, 14005, 'Pez, Keychains, Promo Glasses', 'Pez-Keychains-Promo-Glasses', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38016, 38016, 'Keychains', 'Keychains', 14005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3628, 3628, 'Modern (1970-Now)', 'Modern-1970-Now', 38016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38017, 38017, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 38016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4097, 4097, 'Pez', 'Pez', 14005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38023, 38023, 'Current', 'Current', 4097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73539, 73539, 'Animals', 'Animals', 38023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73540, 73540, 'Cartoon Characters', 'Cartoon-Characters', 38023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73541, 73541, 'Disney', 'Disney', 73540, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73542, 73542, 'Warner Brothers', 'Warner-Brothers', 73540, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38024, 38024, 'Other', 'Other', 73540, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38025, 38025, 'Holiday, Seasonal', 'Holiday-Seasonal', 38023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73543, 73543, 'Star Wars', 'Star-Wars', 38023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73544, 73544, 'Superheros', 'Superheros', 38023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4098, 4098, 'Other', 'Other', 38023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4099, 4099, 'Vintage (no feet)', 'Vintage-no-feet', 4097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1443, 1443, 'Promo Glasses', 'Promo-Glasses', 14005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14277, 14277, 'Photographic Images', 'Photographic-Images', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 407, 407, 'Antique (Pre-1940)', 'Antique-Pre-1940', 14277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13704, 13704, 'Ambrotypes', 'Ambrotypes', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13705, 13705, 'Cabinet Photos', 'Cabinet-Photos', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 409, 409, 'CDVs', 'CDVs', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 408, 408, 'Daguerreotypes', 'Daguerreotypes', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14278, 14278, 'Magic Lantern Glass Slides', 'Magic-Lantern-Glass-Slides', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26265, 26265, 'Photo Albums', 'Photo-Albums', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1507, 1507, 'Risque', 'Risque', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13706, 13706, 'Stereoviews', 'Stereoviews', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15904, 15904, 'H.C. White', 'H-C-White', 13706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15905, 15905, 'Keystone', 'Keystone', 13706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15906, 15906, 'Kilburn', 'Kilburn', 13706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15907, 15907, 'Underwood & Underwood', 'Underwood-and-Underwood', 13706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15908, 15908, 'Lithographs', 'Lithographs', 13706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 410, 410, 'Other Stereoviews', 'Other-Stereoviews', 13706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13712, 13712, 'Tintypes', 'Tintypes', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 411, 411, 'Viewmaster', 'Viewmaster', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14279, 14279, 'Other Antique Images', 'Other-Antique-Images', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14281, 14281, 'Contemporary (1940-Now)', 'Contemporary-1940-Now', 14277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14891, 14891, 'Celebrity', 'Celebrity', 14281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14890, 14890, 'Movies', 'Movies', 14891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14892, 14892, 'Music', 'Music', 14891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14893, 14893, 'Sports', 'Sports', 14891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14894, 14894, 'Television', 'Television', 14891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14280, 14280, 'Other', 'Other', 14891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14895, 14895, 'Nature', 'Nature', 14281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156484, 156484, 'Risque', 'Risque', 14281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150125, 150125, 'Viewmaster', 'Viewmaster', 14281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48, 48, 'Other Contemporary Images', 'Other-Contemporary-Images', 14281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39507, 39507, 'Pinbacks, Bobbles, Lunchboxes', 'Pinbacks-Bobbles-Lunchboxes', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1409, 1409, 'Lunchboxes, Thermoses', 'Lunchboxes-Thermoses', 39507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156473, 156473, 'Metal Lunchboxes', 'Metal-Lunchboxes', 1409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7270, 7270, 'Pre-1970', 'Pre-1970', 156473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1410, 1410, '1970-1979', '1970-1979', 156473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156474, 156474, '1980-1999', '1980-1999', 156473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156475, 156475, '2000-Now', '2000-Now', 156473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156476, 156476, 'Reproductions', 'Reproductions', 156473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156477, 156477, 'Metal Thermoses', 'Metal-Thermoses', 1409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156478, 156478, 'Pre-1970', 'Pre-1970', 156477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156479, 156479, '1970-Now', '1970-Now', 156477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156480, 156480, 'Plastic Lunchboxes', 'Plastic-Lunchboxes', 1409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14011, 14011, 'Pre-1970', 'Pre-1970', 156480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1411, 1411, '1970-Now', '1970-Now', 156480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156481, 156481, 'Plastic Thermoses', 'Plastic-Thermoses', 1409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156482, 156482, 'Pre-1970', 'Pre-1970', 156481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156483, 156483, '1970-Now', '1970-Now', 156481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150, 150, 'Other', 'Other', 1409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19287, 19287, 'Bobbleheads, Nodders', 'Bobbleheads-Nodders', 39507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19288, 19288, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38018, 38018, 'Modern (1970-Now)', 'Modern-1970-Now', 19287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149372, 149372, 'Funko', 'Funko', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 91113, 91113, 'Bosley Bobbers', 'Bosley-Bobbers', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149376, 149376, 'Animals', 'Animals', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38019, 38019, 'Cartoon Characters', 'Cartoon-Characters', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149370, 149370, 'Celebrities', 'Celebrities', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149371, 149371, 'Movie, Television Characters', 'Movie-Television-Characters', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38020, 38020, 'Music', 'Music', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38021, 38021, 'Political', 'Political', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149373, 149373, 'Promotional, Advertising', 'Promotional-Advertising', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149374, 149374, 'Religious', 'Religious', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149375, 149375, 'Sports', 'Sports', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4083, 4083, 'Other', 'Other', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50787, 50787, 'Pinbacks', 'Pinbacks', 39507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149377, 149377, 'Advertising', 'Advertising', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149378, 149378, 'Animals', 'Animals', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149379, 149379, 'Awards', 'Awards', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50790, 50790, 'Campaigns, Elections, Politics', 'Campaigns-Elections-Politics', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149382, 149382, 'Carnivals, Fairs', 'Carnivals-Fairs', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149383, 149383, 'Celebrities', 'Celebrities', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149384, 149384, 'Clubs, Memberships', 'Clubs-Memberships', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50788, 50788, 'Comic Books, Cartoons', 'Comic-Books-Cartoons', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73545, 73545, 'Media, Press', 'Media-Press', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149380, 149380, 'Movies, Television', 'Movies-Television', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149381, 149381, 'Music, Musicians', 'Music-Musicians', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63802, 63802, 'Olympic', 'Olympic', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50789, 50789, 'Patriotic', 'Patriotic', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63803, 63803, 'Red Cross', 'Red-Cross', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149385, 149385, 'Religious', 'Religious', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63804, 63804, 'Restaurant', 'Restaurant', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63805, 63805, 'Hard Rock', 'Hard-Rock', 63804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63806, 63806, 'Outback Steakhouse', 'Outback-Steakhouse', 63804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50791, 50791, 'Other', 'Other', 63804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149388, 149388, 'Ribbons', 'Ribbons', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149389, 149389, 'Slogans', 'Slogans', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149390, 149390, 'Souvenirs, Travel', 'Souvenirs-Travel', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149391, 149391, 'Sports', 'Sports', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73546, 73546, 'U.S. States', 'U-S-States', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63807, 63807, 'Wal-Mart', 'Wal-Mart', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149386, 149386, 'Vehicles', 'Vehicles', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73547, 73547, 'Mixed Lots', 'Mixed-Lots', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2036, 2036, 'Other', 'Other', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 914, 914, 'Postcards', 'Postcards', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3634, 3634, 'Advertising', 'Advertising', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13996, 13996, 'Amusement Parks', 'Amusement-Parks', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29468, 29468, 'Animals', 'Animals', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29469, 29469, 'Bird', 'Bird', 29468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29470, 29470, 'Cat', 'Cat', 29468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29471, 29471, 'Dog', 'Dog', 29468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29472, 29472, 'Horse', 'Horse', 29468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29473, 29473, 'Multiple Animals', 'Multiple-Animals', 29468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 915, 915, 'Other Animals', 'Other-Animals', 29468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63808, 63808, 'Art', 'Art', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 916, 916, 'Artist Signed', 'Artist-Signed', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156356, 156356, 'Buildings, Architecture', 'Buildings-Architecture', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4093, 4093, 'Comic', 'Comic', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 927, 927, 'Cowboy, Western Motifs', 'Cowboy-Western-Motifs', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36079, 36079, 'Cultures & Ethnicities', 'Cultures-and-Ethnicities', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36080, 36080, 'Asian', 'Asian', 36079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36081, 36081, 'Black Americana', 'Black-Americana', 36079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36082, 36082, 'Native Americana', 'Native-Americana', 36079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 917, 917, 'Other Ethnic Postcards', 'Other-Ethnic-Postcards', 36079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 918, 918, 'Exposition', 'Exposition', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156336, 156336, 'Events', 'Events', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156337, 156337, 'Gas, Food, Lodging', 'Gas-Food-Lodging', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156338, 156338, 'Gas Stations', 'Gas-Stations', 156337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13997, 13997, 'Hotels, Motels, Hostels', 'Hotels-Motels-Hostels', 156337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156339, 156339, 'Restaurants, Diners', 'Restaurants-Diners', 156337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156340, 156340, 'Other', 'Other', 156337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 919, 919, 'Greetings', 'Greetings', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29474, 29474, 'Holidays', 'Holidays', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29475, 29475, 'Christmas', 'Christmas', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29476, 29476, 'Easter', 'Easter', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29477, 29477, 'Halloween', 'Halloween', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156341, 156341, 'New Year', 'New-Year', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156342, 156342, 'St. Patricks Day', 'St-Patricks-Day', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29478, 29478, 'Thanksgiving', 'Thanksgiving', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29479, 29479, 'Valentines Day', 'Valentines-Day', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156343, 156343, 'Mixed Lots', 'Mixed-Lots', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 920, 920, 'Other Holidays', 'Other-Holidays', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156344, 156344, 'Landscapes, Mountains', 'Landscapes-Mountains', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 921, 921, 'Military', 'Military', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4095, 4095, 'National Parks', 'National-Parks', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3635, 3635, 'Patriotic', 'Patriotic', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156345, 156345, 'People', 'People', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29480, 29480, 'Real Photo', 'Real-Photo', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29481, 29481, 'Buildings', 'Buildings', 29480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29482, 29482, 'Events', 'Events', 29480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29483, 29483, 'Landscapes', 'Landscapes', 29480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29484, 29484, 'People', 'People', 29480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 922, 922, 'Other', 'Other', 29480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156346, 156346, 'Religions', 'Religions', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156347, 156347, 'Buddhism, Temples', 'Buddhism-Temples', 156346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99942, 99942, 'Christianity, Churches', 'Christianity-Churches', 156346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156348, 156348, 'Islam, Mosques', 'Islam-Mosques', 156346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156349, 156349, 'Judaism, Synagogues', 'Judaism-Synagogues', 156346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156350, 156350, 'Other', 'Other', 156346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156351, 156351, 'Risque', 'Risque', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4929, 4929, '1890-1949', '1890-1949', 156351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156352, 156352, '1950-1979', '1950-1979', 156351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156353, 156353, '1980-Now', '1980-Now', 156351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13998, 13998, 'Royalty', 'Royalty', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4094, 4094, 'Sports', 'Sports', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29485, 29485, 'Transportation', 'Transportation', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29486, 29486, 'Aircraft', 'Aircraft', 29485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29487, 29487, 'Automobiles', 'Automobiles', 29485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29488, 29488, 'Boats, Ships', 'Boats-Ships', 29485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29489, 29489, 'Trains, Railroad', 'Trains-Railroad', 29485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 926, 926, 'Other', 'Other', 29485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63809, 63809, 'Universities', 'Universities', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20193, 20193, 'US State, Town Views', 'US-State-Town-Views', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20194, 20194, 'Alabama', 'Alabama', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20195, 20195, 'Alaska', 'Alaska', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20196, 20196, 'Arizona', 'Arizona', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20197, 20197, 'Arkansas', 'Arkansas', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35893, 35893, 'California', 'California', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35894, 35894, 'Los Angeles', 'Los-Angeles', 35893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35895, 35895, 'San Diego', 'San-Diego', 35893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35896, 35896, 'San Francisco', 'San-Francisco', 35893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35897, 35897, 'California Mixed Lots', 'California-Mixed-Lots', 35893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20198, 20198, 'Other California', 'Other-California', 35893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20199, 20199, 'Colorado', 'Colorado', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20200, 20200, 'Connecticut', 'Connecticut', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20201, 20201, 'Delaware', 'Delaware', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20202, 20202, 'District of Columbia', 'District-of-Columbia', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35898, 35898, 'Florida', 'Florida', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35899, 35899, 'Daytona', 'Daytona', 35898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35900, 35900, 'Miami', 'Miami', 35898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35901, 35901, 'Orlando', 'Orlando', 35898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35902, 35902, 'Palm Beach', 'Palm-Beach', 35898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35903, 35903, 'Tampa', 'Tampa', 35898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35904, 35904, 'Florida Mixed Lots', 'Florida-Mixed-Lots', 35898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20203, 20203, 'Other Florida', 'Other-Florida', 35898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20204, 20204, 'Georgia', 'Georgia', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20205, 20205, 'Hawaii', 'Hawaii', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20206, 20206, 'Idaho', 'Idaho', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20207, 20207, 'Illinois', 'Illinois', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20208, 20208, 'Indiana', 'Indiana', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20209, 20209, 'Iowa', 'Iowa', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20210, 20210, 'Kansas', 'Kansas', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20211, 20211, 'Kentucky', 'Kentucky', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20212, 20212, 'Louisiana', 'Louisiana', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20213, 20213, 'Maine', 'Maine', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20214, 20214, 'Maryland', 'Maryland', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35905, 35905, 'Massachusetts', 'Massachusetts', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35906, 35906, 'Boston', 'Boston', 35905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35907, 35907, 'Cape Cod', 'Cape-Cod', 35905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35908, 35908, 'Nantucket', 'Nantucket', 35905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35909, 35909, 'Massachusetts Mixed Lots', 'Massachusetts-Mixed-Lots', 35905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20215, 20215, 'Other Massachusetts', 'Other-Massachusetts', 35905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20216, 20216, 'Michigan', 'Michigan', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20217, 20217, 'Minnesota', 'Minnesota', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20218, 20218, 'Mississippi', 'Mississippi', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20219, 20219, 'Missouri', 'Missouri', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20220, 20220, 'Montana', 'Montana', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20221, 20221, 'Nebraska', 'Nebraska', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20222, 20222, 'Nevada', 'Nevada', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20223, 20223, 'New Hampshire', 'New-Hampshire', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20224, 20224, 'New Jersey', 'New-Jersey', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20225, 20225, 'New Mexico', 'New-Mexico', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35910, 35910, 'New York', 'New-York', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35911, 35911, 'Albany', 'Albany', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82509, 82509, 'Adirondack Mountains', 'Adirondack-Mountains', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35912, 35912, 'Buffalo', 'Buffalo', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82510, 82510, 'Long Island', 'Long-Island', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35913, 35913, 'New York City', 'New-York-City', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35914, 35914, 'Niagara Falls', 'Niagara-Falls', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 82511, 82511, 'Rochester', 'Rochester', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35915, 35915, 'Syracuse', 'Syracuse', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35916, 35916, 'New York Mixed Lots', 'New-York-Mixed-Lots', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82512, 82512, 'Utica', 'Utica', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20226, 20226, 'Other New York', 'Other-New-York', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20227, 20227, 'North Carolina', 'North-Carolina', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20228, 20228, 'North Dakota', 'North-Dakota', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20229, 20229, 'Ohio', 'Ohio', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20230, 20230, 'Oklahoma', 'Oklahoma', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20231, 20231, 'Oregon', 'Oregon', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35917, 35917, 'Pennsylvania', 'Pennsylvania', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35918, 35918, 'Harrisburg', 'Harrisburg', 35917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35919, 35919, 'Lancaster', 'Lancaster', 35917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35920, 35920, 'Philadelphia', 'Philadelphia', 35917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35921, 35921, 'Pittsburgh', 'Pittsburgh', 35917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35922, 35922, 'Pennsylvania Mixed Lots', 'Pennsylvania-Mixed-Lots', 35917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20232, 20232, 'Other Pennsylvania', 'Other-Pennsylvania', 35917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20233, 20233, 'Rhode Island', 'Rhode-Island', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20234, 20234, 'South Carolina', 'South-Carolina', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20235, 20235, 'South Dakota', 'South-Dakota', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20236, 20236, 'Tennessee', 'Tennessee', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20237, 20237, 'Texas', 'Texas', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20238, 20238, 'Utah', 'Utah', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20239, 20239, 'Vermont', 'Vermont', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20240, 20240, 'Virginia', 'Virginia', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20241, 20241, 'Washington', 'Washington', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20242, 20242, 'West Virginia', 'West-Virginia', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20243, 20243, 'Wisconsin', 'Wisconsin', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20244, 20244, 'Wyoming', 'Wyoming', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21530, 21530, 'Scenic, Unspecified State', 'Scenic-Unspecified-State', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 924, 924, 'Mixed Lots', 'Mixed-Lots', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20245, 20245, 'Non-US Countries, Town Views', 'Non-US-Countries-Town-Views', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20246, 20246, 'Africa', 'Africa', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20247, 20247, 'Australia, NZ, South Pacific', 'Australia-NZ-South-Pacific', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20248, 20248, 'Austria, Switzerland', 'Austria-Switzerland', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20249, 20249, 'Benelux Countries', 'Benelux-Countries', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35923, 35923, 'Canada', 'Canada', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35924, 35924, 'Alberta', 'Alberta', 35923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35925, 35925, 'British Columbia', 'British-Columbia', 35923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35926, 35926, 'Nova Scotia', 'Nova-Scotia', 35923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35927, 35927, 'Ontario', 'Ontario', 35923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35928, 35928, 'Quebec', 'Quebec', 35923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20250, 20250, 'Other Provinces & Territories', 'Other-Provinces-and-Territories', 35923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20251, 20251, 'Caribbean Islands', 'Caribbean-Islands', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20252, 20252, 'Central America', 'Central-America', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20253, 20253, 'China', 'China', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156354, 156354, 'Eastern Europe', 'Eastern-Europe', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20254, 20254, 'France', 'France', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20255, 20255, 'Germany', 'Germany', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20256, 20256, 'Greece, Turkey, Balkan States', 'Greece-Turkey-Balkan-States', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20257, 20257, 'Ireland', 'Ireland', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20258, 20258, 'Italy', 'Italy', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20259, 20259, 'Japan', 'Japan', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20260, 20260, 'Mexico', 'Mexico', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156355, 156355, 'Middle East', 'Middle-East', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20261, 20261, 'Russia', 'Russia', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20262, 20262, 'Scandinavia', 'Scandinavia', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20263, 20263, 'South America', 'South-America', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20264, 20264, 'Southeast Asia', 'Southeast-Asia', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20265, 20265, 'Spain, Portugal', 'Spain-Portugal', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63810, 63810, 'UK', 'UK', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63811, 63811, 'Devon', 'Devon', 63810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63812, 63812, 'Dorset', 'Dorset', 63810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63813, 63813, 'Kent', 'Kent', 63810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63814, 63814, 'London', 'London', 63810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82513, 82513, 'Scotland', 'Scotland', 63810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63815, 63815, 'Sussex', 'Sussex', 63810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82514, 82514, 'Wales', 'Wales', 63810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20978, 20978, 'Other', 'Other', 63810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20266, 20266, 'Mixed Lots', 'Mixed-Lots', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4096, 4096, 'Other Countries', 'Other-Countries', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156357, 156357, 'Uncirculated Postcards', 'Uncirculated-Postcards', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 127, 127, 'Other Postcards', 'Other-Postcards', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29832, 29832, 'Radio, Phonograph, TV, Phone', 'Radio-Phonograph-TV-Phone', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38026, 38026, 'Phonographs, Accessories', 'Phonographs-Accessories', 29832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38027, 38027, 'Accessories, Parts', 'Accessories-Parts', 38026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38028, 38028, 'Columbia Phonographs', 'Columbia-Phonographs', 38026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38029, 38029, 'Edison Phonographs', 'Edison-Phonographs', 38026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38030, 38030, 'Victor Phonographs', 'Victor-Phonographs', 38026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1442, 1442, 'Other Phonographs', 'Other-Phonographs', 38026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 931, 931, 'Radios', 'Radios', 29832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 934, 934, 'Manuals', 'Manuals', 931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7275, 7275, 'Parts & Tubes', 'Parts-and-Tubes', 931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38031, 38031, 'QSL Cards', 'QSL-Cards', 931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 932, 932, 'Transistor Radios', 'Transistor-Radios', 931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38032, 38032, 'Tube Radios', 'Tube-Radios', 931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38033, 38033, 'Pre-1930', 'Pre-1930', 38032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38034, 38034, '1930-49', '1930-49', 38032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38035, 38035, '1950-59', '1950-59', 38032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 933, 933, '1960-Now', '1960-Now', 38032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132, 132, 'Other Radio Items', 'Other-Radio-Items', 931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38036, 38036, 'Telephones', 'Telephones', 29832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38037, 38037, 'Pre-1940', 'Pre-1940', 38036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38038, 38038, '1940-69', '1940-69', 38036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 985, 985, '1970-Now', '1970-Now', 38036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3638, 3638, 'Television Sets', 'Television-Sets', 29832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29833, 29833, 'Other', 'Other', 29832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1446, 1446, 'Religions, Spirituality', 'Religions-Spirituality', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13766, 13766, 'Buddhism', 'Buddhism', 1446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11668, 11668, 'Christianity', 'Christianity', 1446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35808, 35808, 'Bears, Dolls', 'Bears-Dolls', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35809, 35809, 'Boxes', 'Boxes', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35810, 35810, 'Charms', 'Charms', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35811, 35811, 'Crucifixes', 'Crucifixes', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35812, 35812, 'Glass', 'Glass', 35811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35813, 35813, 'Gold', 'Gold', 35811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35814, 35814, 'Silver', 'Silver', 35811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35815, 35815, 'Wood', 'Wood', 35811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11669, 11669, 'Other Materials', 'Other-Materials', 35811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13767, 13767, 'Holy Cards', 'Holy-Cards', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13768, 13768, 'Icons', 'Icons', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13769, 13769, 'Medals', 'Medals', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35816, 35816, 'Pendants, Pins', 'Pendants-Pins', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35817, 35817, 'Plates, Plaques', 'Plates-Plaques', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35818, 35818, 'Prints, Posters', 'Prints-Posters', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13770, 13770, 'Relics', 'Relics', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35819, 35819, 'Rosaries', 'Rosaries', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35820, 35820, 'Glass', 'Glass', 35819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35821, 35821, 'Silver', 'Silver', 35819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35822, 35822, 'Wood', 'Wood', 35819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11670, 11670, 'Other Materials', 'Other-Materials', 35819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35823, 35823, 'Statues, Figures', 'Statues-Figures', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35824, 35824, 'Angels', 'Angels', 35823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35825, 35825, 'Jesus', 'Jesus', 35823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35826, 35826, 'Mother and Child', 'Mother-and-Child', 35823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13771, 13771, 'Other', 'Other', 35823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70992, 70992, 'Vestments', 'Vestments', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1447, 1447, 'Other Items', 'Other-Items', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13772, 13772, 'Hinduism', 'Hinduism', 1446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4280, 4280, 'Islam', 'Islam', 1446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13773, 13773, 'Judaica', 'Judaica', 1446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35827, 35827, 'Boxes', 'Boxes', 13773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35828, 35828, 'Candles', 'Candles', 13773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35829, 35829, 'Cups, Plates', 'Cups-Plates', 13773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13774, 13774, 'Images', 'Images', 13773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13775, 13775, 'Menorahs', 'Menorahs', 13773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35830, 35830, 'Pendants, Pins', 'Pendants-Pins', 13773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1449, 1449, 'Other Judaica', 'Other-Judaica', 13773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35831, 35831, 'Wiccan, Pagan', 'Wiccan-Pagan', 1446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35832, 35832, 'Amulets, Pendants, Charms', 'Amulets-Pendants-Charms', 35831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35833, 35833, 'Candles', 'Candles', 35831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35834, 35834, 'Incense, Herbs, Oils', 'Incense-Herbs-Oils', 35831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35835, 35835, 'Pentacles', 'Pentacles', 35831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35836, 35836, 'Runes, Stones', 'Runes-Stones', 35831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35837, 35837, 'Tarot Cards, Bags', 'Tarot-Cards-Bags', 35831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35838, 35838, 'Weapons', 'Weapons', 35831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13776, 13776, 'Other Items', 'Other-Items', 35831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 366, 366, 'Other Faiths', 'Other-Faiths', 1446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3213, 3213, 'Rocks, Fossils, Minerals', 'Rocks-Fossils-Minerals', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3215, 3215, 'Fossils', 'Fossils', 3213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3217, 3217, 'Ammonites, Trilobites', 'Ammonites-Trilobites', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15915, 15915, 'Dinosaurs, Reptiles', 'Dinosaurs-Reptiles', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15916, 15916, 'Fish, Crinoids', 'Fish-Crinoids', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3218, 3218, 'Insects, Amber', 'Insects-Amber', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3216, 3216, 'Mammals', 'Mammals', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3219, 3219, 'Plants, Petrified Wood', 'Plants-Petrified-Wood', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15917, 15917, 'Sharks Teeth', 'Sharks-Teeth', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155295, 155295, 'Reproductions', 'Reproductions', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3214, 3214, 'Other Fossils', 'Other-Fossils', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4839, 4839, 'Lapidary Materials', 'Lapidary-Materials', 3213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4841, 4841, 'Rough for Cabbing', 'Rough-for-Cabbing', 4839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4842, 4842, 'Rough for Faceting', 'Rough-for-Faceting', 4839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155296, 155296, 'Sliced', 'Sliced', 4839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4843, 4843, 'Tools & Supplies', 'Tools-and-Supplies', 4839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3237, 3237, 'Other Materials', 'Other-Materials', 4839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3239, 3239, 'Meteorites, Tektites', 'Meteorites-Tektites', 3213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3221, 3221, 'Mineral Specimens', 'Mineral-Specimens', 3213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3226, 3226, 'Crystals', 'Crystals', 3221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3227, 3227, 'Decorator Pieces', 'Decorator-Pieces', 3221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3225, 3225, 'Display Specimens', 'Display-Specimens', 3221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3223, 3223, 'Fluorescent Minerals', 'Fluorescent-Minerals', 3221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3229, 3229, 'Precious Metal', 'Precious-Metal', 3221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3224, 3224, 'Rare Species', 'Rare-Species', 3221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3220, 3220, 'Other Specimens', 'Other-Specimens', 3221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4259, 4259, 'Publications', 'Publications', 3213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82515, 82515, 'Shells', 'Shells', 3213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82516, 82516, 'Abalone', 'Abalone', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157011, 157011, 'Bursa', 'Bursa', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157012, 157012, 'Clam', 'Clam', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82517, 82517, 'Conch', 'Conch', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82518, 82518, 'Conus', 'Conus', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82519, 82519, 'Coral', 'Coral', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157013, 157013, 'Cowrie', 'Cowrie', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82520, 82520, 'Cypraea', 'Cypraea', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157014, 157014, 'Mitra', 'Mitra', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82521, 82521, 'Murex', 'Murex', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157015, 157015, 'Nautilus', 'Nautilus', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157016, 157016, 'Sand Dollar', 'Sand-Dollar', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157017, 157017, 'Scallop', 'Scallop', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157018, 157018, 'Sea Urchin', 'Sea-Urchin', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157019, 157019, 'Starfish', 'Starfish', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157020, 157020, 'Strombus', 'Strombus', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157021, 157021, 'Turbo', 'Turbo', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157022, 157022, 'Voluta', 'Voluta', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4838, 4838, 'Other Shells', 'Other-Shells', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12525, 12525, 'Stone Carvings', 'Stone-Carvings', 3213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 415, 415, 'Other Items', 'Other-Items', 3213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152, 152, 'Science Fiction', 'Science-Fiction', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73548, 73548, 'Aliens, AVP', 'Aliens-AVP', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 785, 785, 'Babylon 5', 'Babylon-5', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37880, 37880, 'Battlestar Galactica', 'Battlestar-Galactica', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14905, 14905, 'Buffy the Vampire Slayer', 'Buffy-the-Vampire-Slayer', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1450, 1450, 'Dr. Who', 'Dr-Who', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73549, 73549, 'Farscape', 'Farscape', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157023, 157023, 'Firefly, Serenity', 'Firefly-Serenity', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 591, 591, 'Godzilla', 'Godzilla', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157024, 157024, 'Highlander', 'Highlander', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73550, 73550, 'Lost in Space', 'Lost-in-Space', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29837, 29837, 'Outer Limits', 'Outer-Limits', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14015, 14015, 'Planet of the Apes', 'Planet-of-the-Apes', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98026, 98026, 'Smallville', 'Smallville', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99965, 99965, 'Space 1999', 'Space-1999', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29493, 29493, 'Star Trek', 'Star-Trek', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37881, 37881, 'Original Series', 'Original-Series', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37882, 37882, 'Next Generation', 'Next-Generation', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37883, 37883, 'Deep Space Nine', 'Deep-Space-Nine', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37884, 37884, 'Voyager', 'Voyager', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73551, 73551, 'Enterprise', 'Enterprise', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37885, 37885, 'Movies', 'Movies', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37886, 37886, 'Animated Adventures', 'Animated-Adventures', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74713, 74713, 'Characters', 'Characters', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74714, 74714, 'Captain Kirk', 'Captain-Kirk', 74713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74715, 74715, 'Klingons', 'Klingons', 74713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74716, 74716, 'Spock', 'Spock', 74713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74717, 74717, 'Other', 'Other', 74713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155, 155, 'Other Star Trek Items', 'Other-Star-Trek-Items', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29495, 29495, 'Star Wars', 'Star-Wars', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37890, 37890, 'I:The Phantom Menace', 'IThe-Phantom-Menace', 29495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37891, 37891, 'II:Attack of the Clones', 'IIAttack-of-the-Clones', 29495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98027, 98027, 'III:Revenge of the Sith', 'IIIRevenge-of-the-Sith', 29495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37887, 37887, 'IV:Star Wars', 'IVStar-Wars', 29495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37888, 37888, 'V:Empire Strikes Back', 'VEmpire-Strikes-Back', 29495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37889, 37889, 'VI:Return of the Jedi', 'VIReturn-of-the-Jedi', 29495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99966, 99966, 'Products, Non-Film Specific', 'Products-Non-Film-Specific', 29495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99967, 99967, 'Apparel, T-Shirts', 'Apparel-T-Shirts', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99968, 99968, 'Books', 'Books', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99969, 99969, 'Collector Plates', 'Collector-Plates', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99970, 99970, 'Costumes, Masks', 'Costumes-Masks', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99971, 99971, 'Lightsabers, Weapons', 'Lightsabers-Weapons', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99972, 99972, 'Pins', 'Pins', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99973, 99973, 'Posters, Prints', 'Posters-Prints', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73552, 73552, 'Statues, Busts, Characters', 'Statues-Busts-Characters', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98028, 98028, 'Anakin Skywalker', 'Anakin-Skywalker', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73553, 73553, 'Boba Fett', 'Boba-Fett', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98029, 98029, 'Chewbacca', 'Chewbacca', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98030, 98030, 'Darth Maul', 'Darth-Maul', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73554, 73554, 'Darth Vader', 'Darth-Vader', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98031, 98031, 'Ewoks', 'Ewoks', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98032, 98032, 'Han Solo', 'Han-Solo', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73555, 73555, 'Luke Skywalker', 'Luke-Skywalker', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98033, 98033, 'Obi-Wan', 'Obi-Wan', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73557, 73557, 'Princess Leia', 'Princess-Leia', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99974, 99974, 'R2-D2', 'R2-D2', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73556, 73556, 'Stormtroopers', 'Stormtroopers', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73558, 73558, 'Yoda', 'Yoda', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98034, 98034, 'Mixed Characters', 'Mixed-Characters', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73559, 73559, 'Other Characters', 'Other-Characters', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99976, 99976, 'Watches, Jewelry', 'Watches-Jewelry', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99975, 99975, 'Vehicles', 'Vehicles', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 154, 154, 'Other Star Wars Products', 'Other-Star-Wars-Products', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98035, 98035, 'Stargate SG-1', 'Stargate-SG-1', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73560, 73560, 'Thunderbirds', 'Thunderbirds', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29838, 29838, 'Twilight Zone', 'Twilight-Zone', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99977, 99977, 'UFOs, Area 51, Roswell', 'UFOs-Area-51-Roswell', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29839, 29839, 'Witchblade', 'Witchblade', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156, 156, 'X-Files', 'X-Files', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14289, 14289, 'Xena', 'Xena', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 153, 153, 'Other Sci-Fi', 'Other-Sci-Fi', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 412, 412, 'Science, Medical', 'Science-Medical', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14016, 14016, 'Engineering', 'Engineering', 412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14017, 14017, 'Drafting Tools', 'Drafting-Tools', 14016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14018, 14018, 'Slide Rules', 'Slide-Rules', 14016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4087, 4087, 'Surveying Equipment', 'Surveying-Equipment', 14016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14019, 14019, 'Other Engineering Items', 'Other-Engineering-Items', 14016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157026, 157026, 'Magnets', 'Magnets', 412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4065, 4065, 'Medicine, Dentistry', 'Medicine-Dentistry', 412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4066, 4066, 'Dentistry', 'Dentistry', 4065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4067, 4067, 'Medical Devices', 'Medical-Devices', 4065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4068, 4068, 'Medical Paper', 'Medical-Paper', 4065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15910, 15910, 'Nursing', 'Nursing', 4065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15911, 15911, 'Pharmaceutical', 'Pharmaceutical', 4065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4069, 4069, 'Quack Medicine', 'Quack-Medicine', 4065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4064, 4064, 'Other Items', 'Other-Items', 4065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15912, 15912, 'Mining', 'Mining', 412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15913, 15913, 'Equipment', 'Equipment', 15912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15914, 15914, 'Paper Items', 'Paper-Items', 15912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156520, 156520, 'Stickers, Decals', 'Stickers-Decals', 15912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3632, 3632, 'Other', 'Other', 15912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4085, 4085, 'Optical', 'Optical', 412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10955, 10955, 'Binoculars', 'Binoculars', 4085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104035, 104035, 'Kaleidoscopes', 'Kaleidoscopes', 4085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3636, 3636, 'Telescopes', 'Telescopes', 4085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4084, 4084, 'Other Optical Items', 'Other-Optical-Items', 4085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14020, 14020, 'Scientific Instruments', 'Scientific-Instruments', 412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14021, 14021, 'Barometers', 'Barometers', 14020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14023, 14023, 'Microscopes, Lab Equipment', 'Microscopes-Lab-Equipment', 14020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14022, 14022, 'Thermometers', 'Thermometers', 14020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 414, 414, 'Other Instruments', 'Other-Instruments', 14020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 413, 413, 'Other Science Collectibles', 'Other-Science-Collectibles', 412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113, 113, 'Sewing', 'Sewing', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41192, 41192, 'Buttons', 'Buttons', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156533, 156533, 'Bakelite', 'Bakelite', 41192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41193, 41193, 'Ceramic', 'Ceramic', 41192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41194, 41194, 'Glass', 'Glass', 41192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41195, 41195, 'Metal', 'Metal', 41192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41196, 41196, 'Pearl, Shell', 'Pearl-Shell', 41192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41197, 41197, 'Plastic', 'Plastic', 41192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41198, 41198, 'Mixed Lots', 'Mixed-Lots', 41192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115, 115, 'Other', 'Other', 41192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38054, 38054, 'Foot Pedals', 'Foot-Pedals', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 605, 605, 'Machines', 'Machines', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38055, 38055, 'Manuals, Books', 'Manuals-Books', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38056, 38056, 'Needles, Cases', 'Needles-Cases', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4157, 4157, 'Patterns', 'Patterns', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4159, 4159, 'Accessories', 'Accessories', 4157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4158, 4158, 'Children', 'Children', 4157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38057, 38057, 'Dolls, Toys, Animals', 'Dolls-Toys-Animals', 4157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4160, 4160, 'Men', 'Men', 4157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4161, 4161, 'Women', 'Women', 4157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 606, 606, 'Other Patterns', 'Other-Patterns', 4157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1465, 1465, 'Pin Cushions', 'Pin-Cushions', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38058, 38058, 'Sewing Boxes, Baskets', 'Sewing-Boxes-Baskets', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38059, 38059, 'Sewing Kits', 'Sewing-Kits', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14083, 14083, 'Spools, Threads', 'Spools-Threads', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38060, 38060, 'Thimbles', 'Thimbles', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38061, 38061, 'Bone', 'Bone', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156534, 156534, 'Glass', 'Glass', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38062, 38062, 'Gold', 'Gold', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38063, 38063, 'Pewter', 'Pewter', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38064, 38064, 'Porcelain', 'Porcelain', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38065, 38065, 'Silver, Sterling', 'Silver-Sterling', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156535, 156535, 'Wood', 'Wood', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156536, 156536, 'Mixed Material', 'Mixed-Material', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156537, 156537, 'Thimble Holders', 'Thimble-Holders', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156538, 156538, 'Thimble Displays', 'Thimble-Displays', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38066, 38066, 'Lots', 'Lots', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116, 116, 'Other', 'Other', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38067, 38067, 'Tools, Scissors, Measures', 'Tools-Scissors-Measures', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14084, 14084, 'Transfers', 'Transfers', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114, 114, 'Other', 'Other', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 593, 593, 'Tobacciana', 'Tobacciana', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 594, 594, 'Ashtrays', 'Ashtrays', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38039, 38039, 'Cases', 'Cases', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11671, 11671, 'Cigar', 'Cigar', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38040, 38040, 'Ads, Posters', 'Ads-Posters', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11672, 11672, 'Bands', 'Bands', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11673, 11673, 'Cigar Boxes', 'Cigar-Boxes', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156508, 156508, 'Cigar Cases, Holders', 'Cigar-Cases-Holders', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11674, 11674, 'Cutters, Scissors', 'Cutters-Scissors', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157025, 157025, 'Grinders', 'Grinders', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156509, 156509, 'Humidors', 'Humidors', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156510, 156510, 'Cabinet Style', 'Cabinet-Style', 156509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156511, 156511, 'Desktop', 'Desktop', 156509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156512, 156512, 'Display Units, Towers', 'Display-Units-Towers', 156509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156513, 156513, 'Furniture Style', 'Furniture-Style', 156509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156514, 156514, 'Glass-Top', 'Glass-Top', 156509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156515, 156515, 'Travel', 'Travel', 156509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156516, 156516, 'Vintage, Antique', 'Vintage-Antique', 156509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11675, 11675, 'Other Styles', 'Other-Styles', 156509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11676, 11676, 'Labels', 'Labels', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156518, 156518, 'Lighters', 'Lighters', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11677, 11677, 'Tins', 'Tins', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156517, 156517, 'Accessory Kits', 'Accessory-Kits', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 986, 986, 'Other Cigar Items', 'Other-Cigar-Items', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43, 43, 'Cigarette', 'Cigarette', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45, 45, 'Camel', 'Camel', 43, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10791, 10791, 'Chesterfield', 'Chesterfield', 43, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 814, 814, 'Kool', 'Kool', 43, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3879, 3879, 'Lucky Strike', 'Lucky-Strike', 43, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 815, 815, 'Marlboro', 'Marlboro', 43, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10792, 10792, 'Virginia Slims', 'Virginia-Slims', 43, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 816, 816, 'Winston', 'Winston', 43, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44, 44, 'Other Brands', 'Other-Brands', 43, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38041, 38041, 'Felts, Silks', 'Felts-Silks', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 951, 951, 'Lighters', 'Lighters', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70993, 70993, 'Camel', 'Camel', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11678, 11678, 'Colibri', 'Colibri', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11679, 11679, 'Dunhill', 'Dunhill', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20190, 20190, 'Dupont', 'Dupont', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13622, 13622, 'Evans', 'Evans', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11680, 11680, 'Ronson', 'Ronson', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20191, 20191, 'Scripto', 'Scripto', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38042, 38042, 'Zippo', 'Zippo', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38043, 38043, 'Animals', 'Animals', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38044, 38044, 'Automobiles', 'Automobiles', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38045, 38045, 'Beers', 'Beers', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70994, 70994, 'Celebrities', 'Celebrities', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38046, 38046, 'Cigarettes', 'Cigarettes', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38047, 38047, 'Distilleries', 'Distilleries', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104029, 104029, 'Flags, Patriotic', 'Flags-Patriotic', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38048, 38048, 'Military', 'Military', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38049, 38049, 'Motorcycles', 'Motorcycles', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70995, 70995, 'Movies', 'Movies', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38050, 38050, 'Music', 'Music', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104030, 104030, 'Nautical, Ships', 'Nautical-Ships', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70996, 70996, 'Playboy, Pinups', 'Playboy-Pinups', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104031, 104031, 'Police, Firefighting', 'Police-Firefighting', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104032, 104032, 'Skulls, Gothic', 'Skulls-Gothic', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38051, 38051, 'Sports', 'Sports', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 952, 952, 'Other', 'Other', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70997, 70997, 'Non-Branded Lighters', 'Non-Branded-Lighters', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70998, 70998, 'Animals', 'Animals', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104033, 104033, 'Anime', 'Anime', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70999, 70999, 'Automobiles', 'Automobiles', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71000, 71000, 'Casino-related', 'Casino-related', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73561, 73561, 'Cigar Lighters', 'Cigar-Lighters', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104034, 104034, 'Glass Lighters', 'Glass-Lighters', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71001, 71001, 'Gun-shaped', 'Gun-shaped', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73562, 73562, 'Pen-shaped', 'Pen-shaped', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71002, 71002, 'Other', 'Other', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 595, 595, 'Other Brands', 'Other-Brands', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4117, 4117, 'Match Holders', 'Match-Holders', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73563, 73563, 'Papers', 'Papers', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4118, 4118, 'Pipes', 'Pipes', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4119, 4119, 'Estate', 'Estate', 4118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30733, 30733, 'Meerschaum', 'Meerschaum', 4118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156519, 156519, 'Unsmoked', 'Unsmoked', 4118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 596, 596, 'Other Pipes', 'Other-Pipes', 4118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73564, 73564, 'Rollers, Makers', 'Rollers-Makers', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38052, 38052, 'Signs', 'Signs', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73565, 73565, 'Tags', 'Tags', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38053, 38053, 'Tins', 'Tins', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4120, 4120, 'Tobacco Cards', 'Tobacco-Cards', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133, 133, 'Other Tobacciana', 'Other-Tobacciana', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13849, 13849, 'Tools, Hardware & Locks', 'Tools-Hardware-and-Locks', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3557, 3557, 'Locks, Keys', 'Locks-Keys', 13849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4115, 4115, 'Scales', 'Scales', 13849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4121, 4121, 'Tools', 'Tools', 13849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13869, 13869, 'Blacksmithing', 'Blacksmithing', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39728, 39728, 'Blowtorches, Soldering', 'Blowtorches-Soldering', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13870, 13870, 'Carpentry, Woodworking', 'Carpentry-Woodworking', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39729, 39729, 'Axes, Hatchets', 'Axes-Hatchets', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13871, 13871, 'Chisels', 'Chisels', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13872, 13872, 'Drills', 'Drills', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104036, 104036, 'Gauges', 'Gauges', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39730, 39730, 'Hammers', 'Hammers', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104037, 104037, 'Knives', 'Knives', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13873, 13873, 'Levels, Plumb Bobs', 'Levels-Plumb-Bobs', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13874, 13874, 'Planes', 'Planes', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104038, 104038, 'Rules, Tapes', 'Rules-Tapes', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13875, 13875, 'Saws', 'Saws', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104039, 104039, 'Screwdrivers', 'Screwdrivers', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104040, 104040, 'Squares', 'Squares', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104041, 104041, 'Vises, Clamps', 'Vises-Clamps', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4123, 4123, 'Other Carpentry Tools', 'Other-Carpentry-Tools', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13863, 13863, 'Flashlights', 'Flashlights', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40130, 40130, 'Guides, Catalogs', 'Guides-Catalogs', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13876, 13876, 'Machining', 'Machining', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 4122, 4122, 'Mechanics', 'Mechanics', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104042, 104042, 'Plumbing, Steam Fitting', 'Plumbing-Steam-Fitting', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104043, 104043, 'Pulleys, Block & Tackle', 'Pulleys-Block-and-Tackle', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39731, 39731, 'Tool Boxes, Chests', 'Tool-Boxes-Chests', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1461, 1461, 'Other Items', 'Other-Items', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 868, 868, 'Trading Cards', 'Trading-Cards', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60223, 60223, 'Action, Adventure', 'Action-Adventure', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98036, 98036, 'Alias', 'Alias', 60223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99978, 99978, 'Benchwarmer', 'Benchwarmer', 60223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98037, 98037, 'CSI', 'CSI', 60223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60232, 60232, 'James Bond', 'James-Bond', 60223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73566, 73566, 'The Terminator', 'The-Terminator', 60223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60233, 60233, 'Tomb Raider', 'Tomb-Raider', 60223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60234, 60234, 'Other', 'Other', 60223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60224, 60224, 'Animation', 'Animation', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60235, 60235, 'Garbage Pail Kids', 'Garbage-Pail-Kids', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60236, 60236, 'Looney Tunes', 'Looney-Tunes', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60237, 60237, 'Magic the Gathering', 'Magic-the-Gathering', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104044, 104044, 'Pokemon', 'Pokemon', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104045, 104045, 'Boxes, Packages', 'Boxes-Packages', 104044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104046, 104046, 'Full Sets', 'Full-Sets', 104044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104047, 104047, 'Individual Cards', 'Individual-Cards', 104044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104048, 104048, 'Promotional', 'Promotional', 104044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104049, 104049, 'Mixed Lots', 'Mixed-Lots', 104044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60238, 60238, 'Other', 'Other', 104044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73567, 73567, 'Scooby Doo', 'Scooby-Doo', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60239, 60239, 'The Simpsons', 'The-Simpsons', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60240, 60240, 'Wacky Packages', 'Wacky-Packages', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104050, 104050, 'Yu-Gi-Oh', 'Yu-Gi-Oh', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104051, 104051, 'Accessories', 'Accessories', 104050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104052, 104052, 'Boxes', 'Boxes', 104050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104053, 104053, 'Full Sets', 'Full-Sets', 104050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104054, 104054, 'Individual Cards', 'Individual-Cards', 104050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104055, 104055, 'Packs', 'Packs', 104050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104056, 104056, 'Promotional', 'Promotional', 104050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104057, 104057, 'Mixed Lots', 'Mixed-Lots', 104050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60241, 60241, 'Other', 'Other', 104050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60242, 60242, 'Other', 'Other', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37892, 37892, 'Comic', 'Comic', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37893, 37893, 'Batman', 'Batman', 37892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73568, 73568, 'Hellboy', 'Hellboy', 37892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48828, 48828, 'Incredible Hulk', 'Incredible-Hulk', 37892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37894, 37894, 'Spider-Man', 'Spider-Man', 37892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37895, 37895, 'Superman', 'Superman', 37892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48829, 48829, 'X-Men', 'X-Men', 37892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98337, 98337, 'VS System', 'VS-System', 37892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 668, 668, 'Other', 'Other', 37892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1462, 1462, 'Credit, Charge Cards', 'Credit-Charge-Cards', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37896, 37896, 'Historical, Military', 'Historical-Military', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1463, 1463, 'Phone Cards', 'Phone-Cards', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37897, 37897, 'Sci-Fi, Fantasy', 'Sci-Fi-Fantasy', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98038, 98038, 'Aliens, AVP', 'Aliens-AVP', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37898, 37898, 'Angel', 'Angel', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 670, 670, 'Babylon 5', 'Babylon-5', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74718, 74718, 'Battlestar Galactica', 'Battlestar-Galactica', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29836, 29836, 'Buffy the Vampire Slayer', 'Buffy-the-Vampire-Slayer', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73569, 73569, 'Charmed', 'Charmed', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98039, 98039, 'Farscape', 'Farscape', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73570, 73570, 'Harry Potter', 'Harry-Potter', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98040, 98040, 'Lexx', 'Lexx', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60225, 60225, 'Lord of the Rings', 'Lord-of-the-Rings', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60243, 60243, 'Return of the King', 'Return-of-the-King', 60225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60244, 60244, 'The Two Towers', 'The-Two-Towers', 60225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60245, 60245, 'Fellowship of the Ring', 'Fellowship-of-the-Ring', 60225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60246, 60246, 'Other', 'Other', 60225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99979, 99979, 'Lost in Space', 'Lost-in-Space', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60226, 60226, 'Mars Attacks', 'Mars-Attacks', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98041, 98041, 'Outer Limits', 'Outer-Limits', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60227, 60227, 'Planet of the Apes', 'Planet-of-the-Apes', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60228, 60228, 'Smallville', 'Smallville', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60229, 60229, 'Stargate', 'Stargate', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 671, 671, 'Star Trek', 'Star-Trek', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100899, 100899, 'Star Wars', 'Star-Wars', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99980, 99980, 'Sets', 'Sets', 100899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99981, 99981, '1977-79', '1977-79', 99980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99982, 99982, '1980-89', '1980-89', 99980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99983, 99983, '1990-99', '1990-99', 99980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99984, 99984, '2000-Now', '2000-Now', 99980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99985, 99985, 'Other Sets', 'Other-Sets', 99980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99986, 99986, 'Singles', 'Singles', 100899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99987, 99987, '1977-79', '1977-79', 99986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99988, 99988, '1980-89', '1980-89', 99986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99989, 99989, '1990-99', '1990-99', 99986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99990, 99990, '2000-Now', '2000-Now', 99986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99991, 99991, 'Other Singles', 'Other-Singles', 99986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37899, 37899, 'Twilight Zone', 'Twilight-Zone', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60230, 60230, 'Xena', 'Xena', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 673, 673, 'X-Files', 'X-Files', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37900, 37900, 'Witchblade', 'Witchblade', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37901, 37901, 'Other Sci-Fi', 'Other-Sci-Fi', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156521, 156521, 'Vintage (Pre-1980)', 'Vintage-Pre-1980', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 219, 219, 'Other Non-Sports', 'Other-Non-Sports', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 417, 417, 'Transportation', 'Transportation', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14024, 14024, 'Automobilia', 'Automobilia', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63816, 63816, 'Antenna Toppers', 'Antenna-Toppers', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14025, 14025, 'Badges', 'Badges', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35929, 35929, 'Books, Manuals', 'Books-Manuals', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35930, 35930, 'American Vehicles', 'American-Vehicles', 35929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95133, 95133, 'Asian Vehicles', 'Asian-Vehicles', 35929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35931, 35931, 'British Vehicles', 'British-Vehicles', 35929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35932, 35932, 'European Vehicles', 'European-Vehicles', 35929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14026, 14026, 'Other Books', 'Other-Books', 35929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35933, 35933, 'Brochures, Catalogs', 'Brochures-Catalogs', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86943, 86943, 'American Vehicles', 'American-Vehicles', 35933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86944, 86944, 'Buick', 'Buick', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86945, 86945, 'Cadillac', 'Cadillac', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86946, 86946, 'Chevrolet', 'Chevrolet', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86947, 86947, 'Chrysler', 'Chrysler', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86948, 86948, 'Dodge', 'Dodge', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86949, 86949, 'Ford', 'Ford', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86950, 86950, 'Pontiac', 'Pontiac', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86951, 86951, 'Plymouth', 'Plymouth', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35934, 35934, 'Other', 'Other', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35935, 35935, 'Asian Vehicles', 'Asian-Vehicles', 35933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35936, 35936, 'British Vehicles', 'British-Vehicles', 35933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35937, 35937, 'European Vehicles', 'European-Vehicles', 35933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14027, 14027, 'Other Brochures, Catalogs', 'Other-Brochures-Catalogs', 35933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63817, 63817, 'Calendars', 'Calendars', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63818, 63818, 'Clocks', 'Clocks', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14028, 14028, 'Clothing, Hats', 'Clothing-Hats', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14029, 14029, 'Decals, Stickers', 'Decals-Stickers', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35938, 35938, 'Dishes, Cups, Mugs', 'Dishes-Cups-Mugs', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95134, 95134, 'Gas Pumps, Fueling System', 'Gas-Pumps-Fueling-System', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74720, 74720, 'Hitch Covers', 'Hitch-Covers', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33757, 33757, 'Hood Ornaments, Emblems', 'Hood-Ornaments-Emblems', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95135, 95135, 'Horns, Bells', 'Horns-Bells', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95136, 95136, 'Hubcaps, Hub Nuts', 'Hubcaps-Hub-Nuts', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35939, 35939, 'Keychains', 'Keychains', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33758, 33758, 'License Plate Frames', 'License-Plate-Frames', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14030, 14030, 'License Plates', 'License-Plates', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14031, 14031, 'Canada', 'Canada', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86952, 86952, 'Germany', 'Germany', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20273, 20273, 'US: Alabama', 'US-Alabama', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35940, 35940, 'US: Alaska', 'US-Alaska', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32770, 32770, 'US: Arizona', 'US-Arizona', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35994, 35994, 'US: Arkansas', 'US-Arkansas', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14032, 14032, 'US: California', 'US-California', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14033, 14033, 'US: Colorado', 'US-Colorado', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35941, 35941, 'US: Connecticut', 'US-Connecticut', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35943, 35943, 'US: District of Columbia', 'US-District-of-Columbia', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14034, 14034, 'US: Florida', 'US-Florida', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35944, 35944, 'US: Georgia', 'US-Georgia', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35945, 35945, 'US: Hawaii', 'US-Hawaii', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35946, 35946, 'US: Idaho', 'US-Idaho', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14035, 14035, 'US: Illinois', 'US-Illinois', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20274, 20274, 'US: Indiana', 'US-Indiana', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20275, 20275, 'US: Iowa', 'US-Iowa', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14036, 14036, 'US: Kansas', 'US-Kansas', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32771, 32771, 'US: Kentucky', 'US-Kentucky', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35947, 35947, 'US: Louisiana', 'US-Louisiana', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20276, 20276, 'US: Maine', 'US-Maine', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35948, 35948, 'US: Maryland', 'US-Maryland', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20277, 20277, 'US: Massachusetts', 'US-Massachusetts', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20278, 20278, 'US: Michigan', 'US-Michigan', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25428, 25428, 'US: Minnesota', 'US-Minnesota', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35949, 35949, 'US: Mississippi', 'US-Mississippi', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25429, 25429, 'US: Missouri', 'US-Missouri', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20279, 20279, 'US: Montana', 'US-Montana', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25430, 25430, 'US: Nebraska', 'US-Nebraska', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35995, 35995, 'US: Nevada', 'US-Nevada', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20280, 20280, 'US: New Hampshire', 'US-New-Hampshire', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25431, 25431, 'US: New Jersey', 'US-New-Jersey', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35950, 35950, 'US: New Mexico', 'US-New-Mexico', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14037, 14037, 'US: New York', 'US-New-York', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25432, 25432, 'US: North Carolina', 'US-North-Carolina', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35951, 35951, 'US: North Dakota', 'US-North-Dakota', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14038, 14038, 'US: Ohio', 'US-Ohio', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35952, 35952, 'US: Oklahoma', 'US-Oklahoma', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20281, 20281, 'US: Oregon', 'US-Oregon', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14039, 14039, 'US: Pennsylvania', 'US-Pennsylvania', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35953, 35953, 'US: Rhode Island', 'US-Rhode-Island', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35996, 35996, 'US: South Carolina', 'US-South-Carolina', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35997, 35997, 'US: South Dakota', 'US-South-Dakota', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20282, 20282, 'US: Tennessee', 'US-Tennessee', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14040, 14040, 'US: Texas', 'US-Texas', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35954, 35954, 'US: Utah', 'US-Utah', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35955, 35955, 'US: Vermont', 'US-Vermont', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20979, 20979, 'US: Virginia', 'US-Virginia', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35956, 35956, 'US: Washington', 'US-Washington', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35957, 35957, 'US: West Virginia', 'US-West-Virginia', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20283, 20283, 'US: Wisconsin', 'US-Wisconsin', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35958, 35958, 'US: Wyoming', 'US-Wyoming', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32772, 32772, 'US: Mixed State Lots', 'US-Mixed-State-Lots', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95137, 95137, 'Non-Country Specific', 'Non-Country-Specific', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 421, 421, 'Other Countries', 'Other-Countries', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71003, 71003, 'Lighters', 'Lighters', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63819, 63819, 'Magazines', 'Magazines', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14042, 14042, 'Original Photos', 'Original-Photos', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95138, 95138, 'Patches', 'Patches', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95139, 95139, 'American Vehicles', 'American-Vehicles', 95138, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95140, 95140, 'Asian Vehicles', 'Asian-Vehicles', 95138, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95141, 95141, 'European Vehicles', 'European-Vehicles', 95138, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14043, 14043, 'Other Patches', 'Other-Patches', 95138, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14044, 14044, 'Pins', 'Pins', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95142, 95142, 'Posters', 'Posters', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95143, 95143, 'American Vehicles', 'American-Vehicles', 95142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95144, 95144, 'Asian Vehicles', 'Asian-Vehicles', 95142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95145, 95145, 'British Vehicles', 'British-Vehicles', 95142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95146, 95146, 'European Vehicles', 'European-Vehicles', 95142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14045, 14045, 'Other Posters', 'Other-Posters', 95142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14046, 14046, 'Press Kits', 'Press-Kits', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14047, 14047, 'Prints', 'Prints', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14048, 14048, 'Signs', 'Signs', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74722, 74722, 'Spark Plugs', 'Spark-Plugs', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74723, 74723, 'Steering Wheels, Knobs', 'Steering-Wheels-Knobs', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95147, 95147, 'Traffic Lights, Signals', 'Traffic-Lights-Signals', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73572, 73572, 'Watches', 'Watches', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 418, 418, 'Other Automobilia', 'Other-Automobilia', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14049, 14049, 'Aviation', 'Aviation', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 805, 805, 'Airlines', 'Airlines', 14049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7170, 7170, 'Air Canada/TCA', 'Air-Canada-TCA', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3861, 3861, 'Air France', 'Air-France', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95148, 95148, 'Alaska Airlines', 'Alaska-Airlines', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 807, 807, 'American', 'American', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 808, 808, 'Braniff', 'Braniff', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3862, 3862, 'British Airways', 'British-Airways', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95149, 95149, 'Cathay Pacific', 'Cathay-Pacific', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10769, 10769, 'Continental', 'Continental', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 809, 809, 'Delta', 'Delta', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 810, 810, 'Eastern', 'Eastern', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95150, 95150, 'Japan Airlines', 'Japan-Airlines', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10770, 10770, 'KLM', 'KLM', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40047, 40047, 'Lufthansa', 'Lufthansa', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3865, 3865, 'National Airlines', 'National-Airlines', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10771, 10771, 'Northwest', 'Northwest', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 811, 811, 'Pan Am', 'Pan-Am', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 812, 812, 'Piedmont', 'Piedmont', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95151, 95151, 'SAS, Scandinavian Airlines', 'SAS-Scandinavian-Airlines', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95152, 95152, 'Singapore Airlines', 'Singapore-Airlines', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25433, 25433, 'Southwest', 'Southwest', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 813, 813, 'TWA', 'TWA', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40048, 40048, 'Qantas', 'Qantas', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1312, 1312, 'United', 'United', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10772, 10772, 'Western', 'Western', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25434, 25434, 'Freight Carriers', 'Freight-Carriers', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 806, 806, 'Other Airlines', 'Other-Airlines', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40049, 40049, 'Airships', 'Airships', 14049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40050, 40050, 'Hot-Air Balloons', 'Hot-Air-Balloons', 14049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40051, 40051, 'Manufacturers', 'Manufacturers', 14049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86953, 86953, 'Military', 'Military', 14049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86954, 86954, 'Desk, Shelf Models', 'Desk-Shelf-Models', 86953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104058, 104058, 'Photos, Prints', 'Photos-Prints', 86953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104059, 104059, 'Helicopters', 'Helicopters', 104058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104060, 104060, 'Jet-Powered Aircraft', 'Jet-Powered-Aircraft', 104058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104061, 104061, 'Prop Driven Aircraft', 'Prop-Driven-Aircraft', 104058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86955, 86955, 'Other Aviation Photos, Prints', 'Other-Aviation-Photos-Prints', 104058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86956, 86956, 'Pins, Wings', 'Pins-Wings', 86953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86957, 86957, 'Postcards', 'Postcards', 86953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14050, 14050, 'Other', 'Other', 86953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14051, 14051, 'Private', 'Private', 14049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 419, 419, 'Other Aviation', 'Other-Aviation', 14049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35959, 35959, 'Bicycles', 'Bicycles', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156522, 156522, 'Bicycle Accessories', 'Bicycle-Accessories', 35959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156523, 156523, 'Bicycle Parts', 'Bicycle-Parts', 35959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156524, 156524, 'Complete Bicycles', 'Complete-Bicycles', 35959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156525, 156525, 'Printed Material', 'Printed-Material', 35959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95153, 95153, 'Schwinn', 'Schwinn', 35959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95154, 95154, 'Bicycle Parts', 'Bicycle-Parts', 95153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95155, 95155, 'Complete Bicycles', 'Complete-Bicycles', 95153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35961, 35961, 'Schwinn Accessories', 'Schwinn-Accessories', 95153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 420, 420, 'Other', 'Other', 35959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14052, 14052, 'Boats, Ships', 'Boats-Ships', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95156, 95156, 'Commercial Ships, Tugs', 'Commercial-Ships-Tugs', 14052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35962, 35962, 'Cruise Ship, Ocean Liner', 'Cruise-Ship-Ocean-Liner', 14052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35963, 35963, 'Cunard', 'Cunard', 35962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35964, 35964, 'Holland America', 'Holland-America', 35962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35965, 35965, 'White Star, Titanic', 'White-Star-Titanic', 35962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14053, 14053, 'Other Lines', 'Other-Lines', 35962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95157, 95157, 'Military', 'Military', 14052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95158, 95158, 'Photographs', 'Photographs', 95157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95159, 95159, 'Prints, Posters', 'Prints-Posters', 95157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14054, 14054, 'Other Items', 'Other-Items', 95157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14055, 14055, 'Sail-Powered', 'Sail-Powered', 14052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 423, 423, 'Other Craft', 'Other-Craft', 14052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4151, 4151, 'Buses, Taxi Cabs', 'Buses-Taxi-Cabs', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1412, 1412, 'Maps, Atlases', 'Maps-Atlases', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14056, 14056, 'Atlases', 'Atlases', 1412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20284, 20284, 'Maps', 'Maps', 1412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20285, 20285, 'Canada', 'Canada', 20284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20286, 20286, 'Europe', 'Europe', 20284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1413, 1413, 'US', 'US', 20284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14057, 14057, 'Mixed Lots', 'Mixed-Lots', 20284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 582, 582, 'Other Countries', 'Other-Countries', 20284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10958, 10958, 'Motorcycles', 'Motorcycles', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14058, 14058, 'American', 'American', 10958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35966, 35966, 'Harley-Davidson', 'Harley-Davidson', 14058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35967, 35967, 'Badges, Patches', 'Badges-Patches', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95160, 95160, 'Bandanas, Scarfs', 'Bandanas-Scarfs', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60219, 60219, 'Belt Buckles', 'Belt-Buckles', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35968, 35968, 'Dishes, Cups, Mugs', 'Dishes-Cups-Mugs', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71006, 71006, 'Flags', 'Flags', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60220, 60220, 'Hats', 'Hats', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71007, 71007, 'Jackets', 'Jackets', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35969, 35969, 'Lighters', 'Lighters', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95161, 95161, 'Manuals, Handbooks, Catalogs', 'Manuals-Handbooks-Catalogs', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60221, 60221, 'Pens', 'Pens', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35970, 35970, 'Pins, Buttons', 'Pins-Buttons', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35971, 35971, 'Prints, Posters', 'Prints-Posters', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71008, 71008, 'Rings, Necklaces, Bracelets', 'Rings-Necklaces-Bracelets', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35972, 35972, 'Signs', 'Signs', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35973, 35973, 'Stickers, Decals', 'Stickers-Decals', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60222, 60222, 'T-Shirts', 'T-Shirts', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71009, 71009, 'Vests', 'Vests', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71010, 71010, 'Watches', 'Watches', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10960, 10960, 'Other Harley-Davidson Items', 'Other-Harley-Davidson-Items', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10962, 10962, 'Indian', 'Indian', 14058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95162, 95162, 'Orange County Choppers', 'Orange-County-Choppers', 14058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14059, 14059, 'Other American Mfgrs', 'Other-American-Mfgrs', 14058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10959, 10959, 'British, European', 'British-European', 10958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10961, 10961, 'Japanese', 'Japanese', 10958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10957, 10957, 'Other Motorcycles', 'Other-Motorcycles', 10958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1444, 1444, 'Railroadiana, Trains', 'Railroadiana-Trains', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4125, 4125, 'Hardware', 'Hardware', 1444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4126, 4126, 'Badges, Emblems', 'Badges-Emblems', 4125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4127, 4127, 'Dining Items', 'Dining-Items', 4125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4128, 4128, 'Lanterns, Lamps', 'Lanterns-Lamps', 4125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95163, 95163, 'Spikes, Nails', 'Spikes-Nails', 4125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4130, 4130, 'Tools', 'Tools', 4125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95164, 95164, 'Whistles, Bells, Horns', 'Whistles-Bells-Horns', 4125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4124, 4124, 'Other Hardware', 'Other-Hardware', 4125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4131, 4131, 'Paper', 'Paper', 1444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86958, 86958, 'Advertising', 'Advertising', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36010, 36010, 'Annual Reports', 'Annual-Reports', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40052, 40052, 'Books', 'Books', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40053, 40053, 'Pre-1900', 'Pre-1900', 40052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4132, 4132, '1900-Now', '1900-Now', 40052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4133, 4133, 'Brochures', 'Brochures', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14060, 14060, 'Calendars', 'Calendars', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4134, 4134, 'Employee Timetables', 'Employee-Timetables', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95165, 95165, 'Maps', 'Maps', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95166, 95166, 'Menus', 'Menus', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4135, 4135, 'Passes, Tickets', 'Passes-Tickets', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35974, 35974, 'Playing Cards', 'Playing-Cards', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4136, 4136, 'Public Timetables', 'Public-Timetables', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4137, 4137, 'Rule Books', 'Rule-Books', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95167, 95167, 'Stock Certificates, Bonds', 'Stock-Certificates-Bonds', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1445, 1445, 'Other Paper', 'Other-Paper', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74724, 74724, 'Photo', 'Photo', 1444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74726, 74726, 'Negatives', 'Negatives', 74724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35975, 35975, 'Photographs', 'Photographs', 74724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71011, 71011, 'Slides', 'Slides', 74724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74725, 74725, 'Other Photo', 'Other-Photo', 74724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74727, 74727, 'Video', 'Video', 1444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95168, 95168, 'Watches, Pocket Watches', 'Watches-Pocket-Watches', 1444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 130, 130, 'Other Railroadiana', 'Other-Railroadiana', 1444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71012, 71012, 'Pins, Buttons', 'Pins-Buttons', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48830, 48830, 'Scooters', 'Scooters', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71013, 71013, 'Signs', 'Signs', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4152, 4152, 'Subway', 'Subway', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152541, 152541, 'Traction, Trolleys', 'Traction-Trolleys', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35976, 35976, 'Trucks', 'Trucks', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35977, 35977, 'Ads-Print', 'Ads-Print', 35976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35978, 35978, 'Brochures, Pamphlets', 'Brochures-Pamphlets', 35976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36083, 36083, 'Pins', 'Pins', 35976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10963, 10963, 'Other', 'Other', 35976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71014, 71014, 'Videos', 'Videos', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4150, 4150, 'Other Transportation', 'Other-Transportation', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 597, 597, 'Vanity, Perfume & Shaving', 'Vanity-Perfume-and-Shaving', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18790, 18790, 'Combs, Brushes', 'Combs-Brushes', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35979, 35979, 'Compacts', 'Compacts', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156526, 156526, 'Pre-1930', 'Pre-1930', 35979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156527, 156527, '1930-1949', '1930-1949', 35979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156528, 156528, '1950-1979', '1950-1979', 35979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156529, 156529, '1980-Now', '1980-Now', 35979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 600, 600, 'Unknown', 'Unknown', 35979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14081, 14081, 'Hand Mirrors', 'Hand-Mirrors', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 601, 601, 'Hatpins', 'Hatpins', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156530, 156530, 'Lipstick Tubes, Holders', 'Lipstick-Tubes-Holders', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35982, 35982, 'Perfumes', 'Perfumes', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35983, 35983, 'Commercial Bottles/Tins', 'Commercial-Bottles-Tins', 35982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35984, 35984, 'Commercial Miniatures', 'Commercial-Miniatures', 35982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35985, 35985, 'Decorative Glass/Crystal', 'Decorative-Glass-Crystal', 35982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 602, 602, 'Other Perfumes', 'Other-Perfumes', 35982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14082, 14082, 'Pill Boxes', 'Pill-Boxes', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156531, 156531, 'Powder Boxes', 'Powder-Boxes', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4154, 4154, 'Powder Jars', 'Powder-Jars', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4155, 4155, 'Sets', 'Sets', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35986, 35986, 'Shaving', 'Shaving', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35987, 35987, 'Electric Shavers', 'Electric-Shavers', 35986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35988, 35988, 'Mugs, Brushes', 'Mugs-Brushes', 35986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35989, 35989, 'Safety Razors', 'Safety-Razors', 35986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35990, 35990, 'Straight Razors', 'Straight-Razors', 35986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35991, 35991, 'Shaving Sets', 'Shaving-Sets', 35986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35992, 35992, 'Strops, Sharpeners', 'Strops-Sharpeners', 35986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 887, 887, 'Other Shaving Items', 'Other-Shaving-Items', 35986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35993, 35993, 'Trays', 'Trays', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18791, 18791, 'Trinket Boxes', 'Trinket-Boxes', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 599, 599, 'Vanity Accessories', 'Vanity-Accessories', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 598, 598, 'Other Vanity Items', 'Other-Vanity-Items', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69851, 69851, 'Vintage, Retro, Mid-Century', 'Vintage-Retro-Mid-Century', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69852, 69852, '1940s', '1940s', 69851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69853, 69853, '1950s', '1950s', 69851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69854, 69854, '1960s', '1960s', 69851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69855, 69855, '1970s', '1970s', 69851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72397, 72397, 'Bakelite', 'Bakelite', 69851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108962, 108962, 'Plastic', 'Plastic', 69851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156532, 156532, 'Unknown', 'Unknown', 69851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45058, 45058, 'Wholesale Lots', 'Wholesale-Lots', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45059, 45059, 'Comics', 'Comics', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45060, 45060, 'Figurines', 'Figurines', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52538, 52538, 'Flags', 'Flags', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45061, 45061, 'Knives & Swords', 'Knives-and-Swords', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50984, 50984, 'Lighters', 'Lighters', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45062, 45062, 'Pins, Buttons', 'Pins-Buttons', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45063, 45063, 'Postcards & Paper', 'Postcards-and-Paper', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45064, 45064, 'Trading Cards', 'Trading-Cards', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26425, 26425, 'Other', 'Other', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58058, 58058, 'Computers & Networking', 'Computers-and-Networking', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4599, 4599, 'Apple, Macintosh Computers', 'Apple-Macintosh-Computers', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80030, 80030, 'Apple Components', 'Apple-Components', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80031, 80031, 'CPU', 'CPU', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80032, 80032, 'Enclosures, Cases', 'Enclosures-Cases', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 80033, 80033, 'Fan, Heatsink', 'Fan-Heatsink', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80035, 80035, 'Memory', 'Memory', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80036, 80036, '256MB & Less', '256MB-and-Less', 80035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80037, 80037, '512MB & Higher', '512MB-and-Higher', 80035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25438, 25438, 'Modems', 'Modems', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25439, 25439, 'Motherboards', 'Motherboards', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51044, 51044, 'Power Supplies, Battery Packs', 'Power-Supplies-Battery-Packs', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25449, 25449, 'Video, Graphics Cards', 'Video-Graphics-Cards', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80034, 80034, 'Other Apple Components', 'Other-Apple-Components', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25440, 25440, 'Apple Desktops', 'Apple-Desktops', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4604, 4604, '68K, Mac', '68K-Mac', 25440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80041, 80041, 'Apple eMac', 'Apple-eMac', 25440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80038, 80038, 'Apple iMac', 'Apple-iMac', 25440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80039, 80039, 'iMac G3', 'iMac-G3', 80038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80040, 80040, 'iMac G4', 'iMac-G4', 80038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86702, 86702, 'iMac G5', 'iMac-G5', 80038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140066, 140066, 'iMac Intel Core Duo', 'iMac-Intel-Core-Duo', 80038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4603, 4603, 'iMac Other', 'iMac-Other', 80038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114190, 114190, 'Apple Mac Mini', 'Apple-Mac-Mini', 25440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14910, 14910, 'Apple Power Mac', 'Apple-Power-Mac', 25440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14911, 14911, 'Power Mac G3', 'Power-Mac-G3', 14910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51033, 51033, 'Power Mac G4', 'Power-Mac-G4', 14910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14912, 14912, '350-466MHz', '350-466MHz', 51033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51034, 51034, '500-933MHz', '500-933MHz', 51033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51035, 51035, '1.0GHz & Higher', '1-0GHz-and-Higher', 51033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51036, 51036, 'Power Mac G5', 'Power-Mac-G5', 14910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4607, 4607, 'Other Power Macs', 'Other-Power-Macs', 14910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86703, 86703, 'Apple Servers, Xserve', 'Apple-Servers-Xserve', 25440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25441, 25441, 'Apple Drives, Media', 'Apple-Drives-Media', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25442, 25442, 'Blank Media', 'Blank-Media', 25441, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51037, 51037, 'CD-R, CD-RW, CD ROM', 'CD-R-CD-RW-CD-ROM', 25441, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11149, 11149, 'External', 'External', 51037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51038, 51038, 'Internal', 'Internal', 51037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51039, 51039, 'DVD-R, DVD-RW, DVD ROM', 'DVD-R-DVD-RW-DVD-ROM', 25441, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80042, 80042, 'Hard Drives', 'Hard-Drives', 25441, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80043, 80043, '40.0 GB & Less', '40-0-GB-and-Less', 80042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11150, 11150, '40.1 GB-80.0 GB', '40-1-GB-80-0-GB', 80042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80044, 80044, 'More than 80.1 GB', 'More-than-80-1-GB', 80042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82629, 82629, 'Other Drives, Media', 'Other-Drives-Media', 25441, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25443, 25443, 'Apple Input Devices', 'Apple-Input-Devices', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80045, 80045, 'Web Cameras', 'Web-Cameras', 25443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80046, 80046, 'Graphics Tablets', 'Graphics-Tablets', 25443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80047, 80047, 'Joysticks', 'Joysticks', 25443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25444, 25444, 'Keyboards', 'Keyboards', 25443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25445, 25445, 'Mice, Mouses', 'Mice-Mouses', 25443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80048, 80048, 'Microphones', 'Microphones', 25443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25446, 25446, 'Other Input Devices', 'Other-Input-Devices', 25443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25447, 25447, 'Apple Laptops, Notebooks', 'Apple-Laptops-Notebooks', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80049, 80049, 'Apple iBook', 'Apple-iBook', 25447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80050, 80050, 'iBook G3', 'iBook-G3', 80049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4602, 4602, 'iBook G4', 'iBook-G4', 80049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80051, 80051, 'Other iBooks', 'Other-iBooks', 80049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140064, 140064, 'Apple MacBook', 'Apple-MacBook', 25447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140065, 140065, 'Apple MacBook Pro', 'Apple-MacBook-Pro', 25447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14907, 14907, 'Apple PowerBook', 'Apple-PowerBook', 25447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51040, 51040, 'PowerBook G3', 'PowerBook-G3', 14907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51041, 51041, 'Bronze, Lombard', 'Bronze-Lombard', 51040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51042, 51042, 'Pismo', 'Pismo', 51040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14908, 14908, 'WallStreet', 'WallStreet', 51040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51043, 51043, 'Other G3 Laptops', 'Other-G3-Laptops', 51040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14909, 14909, 'PowerBook G4', 'PowerBook-G4', 14907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4606, 4606, 'Other PowerBooks', 'Other-PowerBooks', 14907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80052, 80052, 'Other Apple Laptops, Notebooks', 'Other-Apple-Laptops-Notebooks', 25447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80053, 80053, 'Apple Monitors/Displays', 'Apple-Monitors-Displays', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 81686, 81686, 'CRT, Standard', 'CRT-Standard', 80053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 81687, 81687, 'LCD, Flat Panel', 'LCD-Flat-Panel', 80053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25448, 25448, 'Other Monitors', 'Other-Monitors', 80053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80058, 80058, 'Apple Networking', 'Apple-Networking', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80059, 80059, 'AirPort Base Stations', 'AirPort-Base-Stations', 80058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80060, 80060, 'AirPort Cards', 'AirPort-Cards', 80058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86701, 86701, 'AirPort Express', 'AirPort-Express', 80058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80061, 80061, 'Other Apple Networking', 'Other-Apple-Networking', 80058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25435, 25435, 'Apple Parts & Accessories', 'Apple-Parts-and-Accessories', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80062, 80062, 'Apple Adapters', 'Apple-Adapters', 25435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80063, 80063, 'Audio/Video Adapters', 'Audio-Video-Adapters', 80062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80064, 80064, 'Power Adapters', 'Power-Adapters', 80062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25436, 25436, 'Other Adapters', 'Other-Adapters', 80062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25437, 25437, 'Apple Batteries, Chargers', 'Apple-Batteries-Chargers', 25435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80065, 80065, 'Apple Cables, Connectors', 'Apple-Cables-Connectors', 25435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80066, 80066, 'Audio/Video', 'Audio-Video', 80065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44926, 44926, 'Ethernet', 'Ethernet', 80065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80068, 80068, 'Firewire', 'Firewire', 80065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80067, 80067, 'USB', 'USB', 80065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42160, 42160, 'Other', 'Other', 80065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80069, 80069, 'Apple Manuals', 'Apple-Manuals', 25435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80070, 80070, 'Apple Portable Cases, Bags', 'Apple-Portable-Cases-Bags', 25435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80072, 80072, 'Apple Speakers & Headphones', 'Apple-Speakers-and-Headphones', 25435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4601, 4601, 'Other Apple Parts, Accessories', 'Other-Apple-Parts-Accessories', 25435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80125, 80125, 'Printers, Scanners & Ink', 'Printers-Scanners-and-Ink', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80126, 80126, 'Ink Cartridges', 'Ink-Cartridges', 80125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80127, 80127, 'Printers', 'Printers', 80125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4608, 4608, 'Inkjet, Photo Printers', 'Inkjet-Photo-Printers', 80127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80128, 80128, 'LaserWriter', 'LaserWriter', 80127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80129, 80129, 'StyleWriter', 'StyleWriter', 80127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80130, 80130, 'Other', 'Other', 80127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80131, 80131, 'Scanners', 'Scanners', 80125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80132, 80132, 'Other', 'Other', 80125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51045, 51045, 'Vintage Apple/Macintosh', 'Vintage-Apple-Macintosh', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14906, 14906, 'Apple Manuals', 'Apple-Manuals', 51045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80073, 80073, 'Apple Media', 'Apple-Media', 51045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4605, 4605, 'Apple Posters', 'Apple-Posters', 51045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80074, 80074, 'Apple Shirts', 'Apple-Shirts', 51045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80075, 80075, 'Apple Systems', 'Apple-Systems', 51045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51046, 51046, 'Other Vintage Apple', 'Other-Vintage-Apple', 51045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 171, 171, 'Other Apple Products', 'Other-Apple-Products', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82625, 82625, 'Wholesale Lots', 'Wholesale-Lots', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82626, 82626, 'Components & Parts', 'Components-and-Parts', 82625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82627, 82627, 'Systems', 'Systems', 82625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82628, 82628, 'Other', 'Other', 82625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3667, 3667, 'Desktop & Laptop Components', 'Desktop-and-Laptop-Components', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3671, 3671, 'CPUs for Desktop PC', 'CPUs-for-Desktop-PC', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15918, 15918, 'AMD', 'AMD', 3671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15919, 15919, 'Athlon', 'Athlon', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80139, 80139, 'Athlon 64', 'Athlon-64', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80140, 80140, 'Athlon 64 FX', 'Athlon-64-FX', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44935, 44935, 'Athlon XP', 'Athlon-XP', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15920, 15920, 'Duron', 'Duron', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15921, 15921, 'K6', 'K6', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80142, 80142, 'Opteron', 'Opteron', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99236, 99236, 'Sempron', 'Sempron', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3672, 3672, 'Other AMD', 'Other-AMD', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3675, 3675, 'Cyrix', 'Cyrix', 3671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14291, 14291, 'Intel', 'Intel', 3671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16180, 16180, 'Celeron', 'Celeron', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 136497, 136497, 'Celeron D', 'Celeron-D', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 141323, 141323, 'Core 2 Duo, Core 2 Extreme', 'Core-2-Duo-Core-2-Extreme', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14290, 14290, 'Pentium II', 'Pentium-II', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14292, 14292, 'Pentium III', 'Pentium-III', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14293, 14293, 'Pentium 4', 'Pentium-4', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80143, 80143, 'Pentium 4 HT, Hyper Threading', 'Pentium-4-HT-Hyper-Threading', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80144, 80144, 'Pentium 4 HT Extreme Edition', 'Pentium-4-HT-Extreme-Edition', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 129317, 129317, 'Pentium D', 'Pentium-D', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16181, 16181, 'Pentium Pro', 'Pentium-Pro', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51055, 51055, 'Xeon', 'Xeon', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3674, 3674, 'Other Intel', 'Other-Intel', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 164, 164, 'Other', 'Other', 3671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86711, 86711, 'CPUs for Laptops', 'CPUs-for-Laptops', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86712, 86712, 'AMD, Athlon', 'AMD-Athlon', 86711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86713, 86713, 'Celeron, Celeron M', 'Celeron-Celeron-M', 86711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86714, 86714, 'Pentium II & older', 'Pentium-II-and-older', 86711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86715, 86715, 'Pentium III', 'Pentium-III', 86711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86716, 86716, 'Pentium 4, Pentium 4-M', 'Pentium-4-Pentium-4-M', 86711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99251, 99251, 'Pentium M, Centrino', 'Pentium-M-Centrino', 86711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31532, 31532, 'Other CPUs for Laptops', 'Other-CPUs-for-Laptops', 86711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42000, 42000, 'Fans, Heatsinks, Cooling', 'Fans-Heatsinks-Cooling', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80145, 80145, 'Case Fans and Coolers', 'Case-Fans-and-Coolers', 42000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42001, 42001, 'AMD, Athlon', 'AMD-Athlon', 80145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80146, 80146, 'Cooler Master', 'Cooler-Master', 80145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42003, 42003, 'Thermaltake', 'Thermaltake', 80145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42002, 42002, 'Vantec', 'Vantec', 80145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80147, 80147, 'Zalman', 'Zalman', 80145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51056, 51056, 'Fan Grills', 'Fan-Grills', 42000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80148, 80148, 'Hard Drive Coolers', 'Hard-Drive-Coolers', 42000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80149, 80149, 'Heatsinks and Shims', 'Heatsinks-and-Shims', 42000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80150, 80150, 'Liquid, Water Cooling System', 'Liquid-Water-Cooling-System', 42000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46322, 46322, 'Thermal Compound', 'Thermal-Compound', 42000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80151, 80151, 'Video Card, Chipset Coolers', 'Video-Card-Chipset-Coolers', 42000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3673, 3673, 'Other', 'Other', 42000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1480, 1480, 'Memory for Desktop PC', 'Memory-for-Desktop-PC', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44936, 44936, 'DDR', 'DDR', 1480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44937, 44937, '256MB & Less', '256MB-and-Less', 44936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44938, 44938, '512 MB', '512-MB', 44936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74942, 74942, '1GB, 1024MB', '1GB-1024MB', 44936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 138342, 138342, '2GB & Higher', '2GB-and-Higher', 44936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111425, 111425, 'DDR2', 'DDR2', 1480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4611, 4611, 'EDO', 'EDO', 1480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3690, 3690, 'FPM', 'FPM', 1480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1481, 1481, 'RAM', 'RAM', 1480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11152, 11152, 'RDRAM', 'RDRAM', 1480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14913, 14913, 'SDRAM', 'SDRAM', 1480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14914, 14914, '32MB', '32MB', 14913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14915, 14915, '64MB', '64MB', 14913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14916, 14916, '128MB', '128MB', 14913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14917, 14917, '256MB', '256MB', 14913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14918, 14918, '512MB', '512MB', 14913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80165, 80165, '1GB, 1024MB', '1GB-1024MB', 14913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1482, 1482, '2GB & Higher', '2GB-and-Higher', 14913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 172, 172, 'Other', 'Other', 1480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31570, 31570, 'Memory for Laptops', 'Memory-for-Laptops', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31571, 31571, '16 Mb', '16-Mb', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31572, 31572, '32 Mb', '32-Mb', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31573, 31573, '64 Mb', '64-Mb', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99252, 99252, '128 Mb', '128-Mb', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99253, 99253, 'DDR 128Mb Memory', 'DDR-128Mb-Memory', 99252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31574, 31574, 'PC100, 100 MHz 128 Mb Memory', 'PC100-100-MHz-128-Mb-Memory', 99252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99254, 99254, 'PC133, 133 MHz 128 Mb Memory', 'PC133-133-MHz-128-Mb-Memory', 99252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99255, 99255, 'Other 128 Mb Memory', 'Other-128-Mb-Memory', 99252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99256, 99256, '256 Mb', '256-Mb', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31575, 31575, 'DDR 256 Mb Memory', 'DDR-256-Mb-Memory', 99256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99257, 99257, 'PC100, 100 MHz 256 Mb Memory', 'PC100-100-MHz-256-Mb-Memory', 99256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99258, 99258, 'PC133, 133 MHz 256 Mb Memory', 'PC133-133-MHz-256-Mb-Memory', 99256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99259, 99259, 'Other 256 Mb Memory', 'Other-256-Mb-Memory', 99256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99260, 99260, '512 Mb', '512-Mb', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80201, 80201, 'DDR 512 Mb Memory', 'DDR-512-Mb-Memory', 99260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99261, 99261, 'PC133, 133 MHz 512 Mb Memory', 'PC133-133-MHz-512-Mb-Memory', 99260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99262, 99262, 'Other 512 Mb Memory', 'Other-512-Mb-Memory', 99260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80202, 80202, '1024, 1GB', '1024-1GB', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152542, 152542, '2GB & Higher', '2GB-and-Higher', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11172, 11172, 'Other Memory for Laptops', 'Other-Memory-for-Laptops', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3691, 3691, 'Modems for Desktop PC', 'Modems-for-Desktop-PC', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14919, 14919, 'External', 'External', 3691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51057, 51057, '33.6K & Less', '33-6K-and-Less', 14919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14920, 14920, '56K', '56K', 14919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14921, 14921, 'Cable', 'Cable', 14919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14922, 14922, 'DSL', 'DSL', 14919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14923, 14923, 'ISDN', 'ISDN', 14919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80152, 80152, 'Satellite', 'Satellite', 14919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3692, 3692, 'Other', 'Other', 14919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14924, 14924, 'Internal', 'Internal', 3691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14925, 14925, '56K', '56K', 14924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44940, 44940, '56K V.90, V.92', '56K-V-90-V-92', 14924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14926, 14926, 'DSL', 'DSL', 14924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3693, 3693, 'Other', 'Other', 14924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4613, 4613, 'Motherboards for Desktop PC', 'Motherboards-for-Desktop-PC', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80153, 80153, 'Dual Socket Motherboard', 'Dual-Socket-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80154, 80154, 'Asus', 'Asus', 80153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80155, 80155, 'Tyan', 'Tyan', 80153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44941, 44941, 'Other Dual Socket Motherboard', 'Other-Dual-Socket-Motherboard', 80153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99241, 99241, 'Slot 1 Motherboard', 'Slot-1-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99237, 99237, 'Slot A Motherboard', 'Slot-A-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99238, 99238, 'Athlon XP', 'Athlon-XP', 99237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99239, 99239, 'Athlon 64', 'Athlon-64', 99237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99240, 99240, 'Other Slot A Motherboard', 'Other-Slot-A-Motherboard', 99237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42004, 42004, 'Socket 370 Motherboard', 'Socket-370-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42005, 42005, 'Abit, Tyan', 'Abit-Tyan', 42004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42006, 42006, 'Asus', 'Asus', 42004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99242, 99242, 'Dell', 'Dell', 42004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51058, 51058, 'Gateway', 'Gateway', 42004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99243, 99243, 'HP, Compaq', 'HP-Compaq', 42004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42008, 42008, 'Intel', 'Intel', 42004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4614, 4614, 'Other Socket 370 Motherboard', 'Other-Socket-370-Motherboard', 42004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44942, 44942, 'Socket 423 Motherboard', 'Socket-423-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80156, 80156, 'Socket 478 Motherboard', 'Socket-478-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80157, 80157, 'Abit', 'Abit', 80156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80158, 80158, 'Asus', 'Asus', 80156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80159, 80159, 'ECS', 'ECS', 80156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80160, 80160, 'Gigabyte', 'Gigabyte', 80156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80161, 80161, 'MSI', 'MSI', 80156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80162, 80162, 'Soyo', 'Soyo', 80156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44943, 44943, 'Other Socket 478 Motherboard', 'Other-Socket-478-Motherboard', 80156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99244, 99244, 'Socket 754 Motherboard', 'Socket-754-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108978, 108978, 'Socket 775 Motherboard', 'Socket-775-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99245, 99245, 'Socket 939 Motherboard', 'Socket-939-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42009, 42009, 'Socket A Motherboard', 'Socket-A-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42010, 42010, 'Abit', 'Abit', 42009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42011, 42011, 'AMD', 'AMD', 42009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42012, 42012, 'Asus', 'Asus', 42009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80163, 80163, 'ECS', 'ECS', 42009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80164, 80164, 'Gigabyte', 'Gigabyte', 42009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42013, 42013, 'MSI', 'MSI', 42009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31496, 31496, 'Other Socket A Motherboard', 'Other-Socket-A-Motherboard', 42009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149173, 149173, 'Socket AM2', 'Socket-AM2', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4615, 4615, 'Super7, Socket7 Motherboard', 'Super7-Socket7-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1244, 1244, 'Other Motherboard', 'Other-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60265, 60265, 'Motherboards for Laptops', 'Motherboards-for-Laptops', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60266, 60266, 'Compaq', 'Compaq', 60265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60267, 60267, 'Dell', 'Dell', 60265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80203, 80203, 'HP', 'HP', 60265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60268, 60268, 'IBM', 'IBM', 60265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80204, 80204, 'Sony', 'Sony', 60265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80205, 80205, 'Toshiba', 'Toshiba', 60265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51162, 51162, 'Other', 'Other', 60265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42185, 42185, 'Screens, LCD Panel for Laptops', 'Screens-LCD-Panel-for-Laptops', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42186, 42186, 'Compaq', 'Compaq', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42187, 42187, 'Dell', 'Dell', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51158, 51158, 'Hitachi', 'Hitachi', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51159, 51159, 'HP', 'HP', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42188, 42188, 'IBM', 'IBM', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51160, 51160, 'Samsung', 'Samsung', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51161, 51161, 'Sharp', 'Sharp', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52478, 52478, 'Sony', 'Sony', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42189, 42189, 'Toshiba', 'Toshiba', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31569, 31569, 'Other', 'Other', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44980, 44980, 'Sound Cards for Desktop PC', 'Sound-Cards-for-Desktop-PC', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150126, 150126, 'Audigy', 'Audigy', 44980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44982, 44982, 'Diamond', 'Diamond', 44980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44981, 44981, 'Sound Blaster', 'Sound-Blaster', 44980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150127, 150127, 'X-Fi', 'X-Fi', 44980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3701, 3701, 'Other', 'Other', 44980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150128, 150128, 'Sound Cards for Laptops', 'Sound-Cards-for-Laptops', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3761, 3761, 'TV Tuner/Video Capture Devices', 'TV-Tuner-Video-Capture-Devices', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44962, 44962, 'Uninterruptible Power Supply', 'Uninterruptible-Power-Supply', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44963, 44963, 'APC', 'APC', 44962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44964, 44964, 'Compaq', 'Compaq', 44962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80180, 80180, 'Liebert', 'Liebert', 44962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80181, 80181, 'Powerware', 'Powerware', 44962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80182, 80182, 'Tripplite', 'Tripplite', 44962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48479, 48479, 'Battery Pack, Components', 'Battery-Pack-Components', 44962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16184, 16184, 'Other UPS', 'Other-UPS', 44962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40156, 40156, 'Video Cards for Desktop PC', 'Video-Cards-for-Desktop-PC', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40157, 40157, '3DFX', '3DFX', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80184, 80184, 'ATI-Based Other Brands', 'ATI-Based-Other-Brands', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40158, 40158, 'ATI Brand', 'ATI-Brand', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40159, 40159, 'ASUS', 'ASUS', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80185, 80185, 'Chaintech', 'Chaintech', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44986, 44986, 'Diamond', 'Diamond', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80186, 80186, 'Hercules', 'Hercules', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80187, 80187, 'Leadtek', 'Leadtek', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40160, 40160, 'Matrox', 'Matrox', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80188, 80188, 'MSI', 'MSI', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40161, 40161, 'Nvidia-Based Other Brands', 'Nvidia-Based-Other-Brands', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64481, 64481, 'PNY', 'PNY', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80189, 80189, 'Powercolor', 'Powercolor', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44987, 44987, 'S3-Based Other Brands', 'S3-Based-Other-Brands', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80190, 80190, 'Sapphire', 'Sapphire', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80191, 80191, 'STB', 'STB', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44988, 44988, 'Visiontek', 'Visiontek', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80192, 80192, 'XFX', 'XFX', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3762, 3762, 'Other', 'Other', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74957, 74957, 'Video Cards for Laptops', 'Video-Cards-for-Laptops', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3666, 3666, 'Other Components', 'Other-Components', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51100, 51100, 'Wholesale Lots', 'Wholesale-Lots', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42304, 42304, 'Cables', 'Cables', 51100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51101, 51101, 'CPUs', 'CPUs', 51100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51102, 51102, 'Memory', 'Memory', 51100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51103, 51103, 'Other', 'Other', 51100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31530, 31530, 'Desktop & Laptop Accessories', 'Desktop-and-Laptop-Accessories', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31510, 31510, 'Adapters, Chargers for Laptops', 'Adapters-Chargers-for-Laptops', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42168, 42168, 'AC, Standard', 'AC-Standard', 31510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116319, 116319, 'Compaq', 'Compaq', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116320, 116320, 'Armada', 'Armada', 116319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116321, 116321, 'Presario', 'Presario', 116319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31511, 31511, 'Other', 'Other', 116319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64465, 64465, 'Dell', 'Dell', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64466, 64466, 'Inspiron', 'Inspiron', 64465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64467, 64467, 'Latitude', 'Latitude', 64465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31512, 31512, 'Other', 'Other', 64465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42169, 42169, 'Gateway', 'Gateway', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31513, 31513, 'HP', 'HP', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64468, 64468, 'IBM', 'IBM', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64469, 64469, 'A Series', 'A-Series', 64468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116313, 116313, 'R Series', 'R-Series', 64468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64470, 64470, 'T Series', 'T-Series', 64468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116314, 116314, 'X Series', 'X-Series', 64468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31514, 31514, 'Other', 'Other', 64468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31515, 31515, 'NEC', 'NEC', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31516, 31516, 'Sony', 'Sony', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116315, 116315, 'Toshiba', 'Toshiba', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116316, 116316, 'Portege', 'Portege', 116315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116317, 116317, 'Tecra', 'Tecra', 116315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116318, 116318, 'Satellite', 'Satellite', 116315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31517, 31517, 'Other', 'Other', 116315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64471, 64471, 'Universal', 'Universal', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11168, 11168, 'Other Brands', 'Other-Brands', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42164, 42164, 'Car, Auto', 'Car-Auto', 31510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42165, 42165, 'Dell', 'Dell', 42164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64464, 64464, 'HP, Compaq', 'HP-Compaq', 42164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60251, 60251, 'IBM', 'IBM', 42164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42166, 42166, 'Toshiba', 'Toshiba', 42164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60252, 60252, 'Universal', 'Universal', 42164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42167, 42167, 'Other', 'Other', 42164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116283, 116283, 'Barcode Scanners', 'Barcode-Scanners', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116284, 116284, 'Intermec', 'Intermec', 116283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116285, 116285, 'Symbol', 'Symbol', 116283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14929, 14929, 'Other', 'Other', 116283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14295, 14295, 'Batteries for Laptops', 'Batteries-for-Laptops', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116322, 116322, 'Acer', 'Acer', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116323, 116323, 'Apple', 'Apple', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60253, 60253, 'Compaq', 'Compaq', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60254, 60254, 'Armada', 'Armada', 60253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60255, 60255, 'Presario', 'Presario', 60253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14296, 14296, 'Other', 'Other', 60253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60256, 60256, 'Dell', 'Dell', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60257, 60257, 'Inspiron', 'Inspiron', 60256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60258, 60258, 'Latitude', 'Latitude', 60256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14297, 14297, 'Other', 'Other', 60256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116324, 116324, 'Fujitsu', 'Fujitsu', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116325, 116325, 'Gateway', 'Gateway', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116326, 116326, 'HP', 'HP', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116327, 116327, 'Omnibook', 'Omnibook', 116326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116328, 116328, 'Pavilion', 'Pavilion', 116326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16182, 16182, 'Other', 'Other', 116326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42171, 42171, 'IBM', 'IBM', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42172, 42172, 'A Series', 'A-Series', 42171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116329, 116329, 'T Series', 'T-Series', 42171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42173, 42173, '600 Series', '600-Series', 42171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42174, 42174, '390, i1700 Series', '390-i1700-Series', 42171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14298, 14298, 'Other', 'Other', 42171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31518, 31518, 'Sony', 'Sony', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60259, 60259, 'Toshiba', 'Toshiba', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60261, 60261, 'Portege', 'Portege', 60259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60260, 60260, 'Satellite', 'Satellite', 60259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60262, 60262, 'Tecra', 'Tecra', 60259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14299, 14299, 'Other', 'Other', 60259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64472, 64472, 'Universal', 'Universal', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11169, 11169, 'Other', 'Other', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51150, 51150, 'Cables, Connectors for Laptops', 'Cables-Connectors-for-Laptops', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60263, 60263, 'Compaq', 'Compaq', 51150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51151, 51151, 'Dell', 'Dell', 51150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116330, 116330, 'Gateway', 'Gateway', 51150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116331, 116331, 'HP', 'HP', 51150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51152, 51152, 'IBM', 'IBM', 51150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116332, 116332, 'Sony', 'Sony', 51150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116333, 116333, 'Toshiba', 'Toshiba', 51150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31531, 31531, 'Other', 'Other', 51150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31491, 31491, 'Cables, Adapter Cards', 'Cables-Adapter-Cards', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41993, 41993, 'Adapters', 'Adapters', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31492, 31492, 'Audio', 'Audio', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74939, 74939, 'DVI', 'DVI', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42321, 42321, 'Extension', 'Extension', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46318, 46318, 'Firewire', 'Firewire', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51054, 51054, 'Cable', 'Cable', 46318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74940, 74940, 'Combo (USB) Cards', 'Combo-USB-Cards', 46318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64458, 64458, 'PCI Controller Cards', 'PCI-Controller-Cards', 46318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41994, 41994, 'IDE', 'IDE', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45340, 45340, 'Keyboard, Mouse', 'Keyboard-Mouse', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45341, 45341, 'KVM, Switchbox', 'KVM-Switchbox', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45342, 45342, 'Power', 'Power', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140035, 140035, 'RAID', 'RAID', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45343, 45343, 'Round', 'Round', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31494, 31494, 'SCSI', 'SCSI', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41995, 41995, 'Serial', 'Serial', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74941, 74941, 'Serial ATA, SATA', 'Serial-ATA-SATA', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41996, 41996, 'Switch Box', 'Switch-Box', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41998, 41998, 'USB 1.0', 'USB-1-0', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44932, 44932, 'USB 2.0', 'USB-2-0', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31495, 31495, 'USB Hubs', 'USB-Hubs', 44932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44933, 44933, 'PCI Cards', 'PCI-Cards', 44932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44934, 44934, 'Printer, Scanner, A-B', 'Printer-Scanner-A-B', 44932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42322, 42322, 'Other', 'Other', 44932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41999, 41999, 'VGA & SVGA', 'VGA-and-SVGA', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3668, 3668, 'Other', 'Other', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51082, 51082, 'Card Readers', 'Card-Readers', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31519, 31519, 'Cases, Bags for Laptops', 'Cases-Bags-for-Laptops', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31520, 31520, 'Backpacks', 'Backpacks', 31519, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38284, 38284, 'Carrying, Briefcase', 'Carrying-Briefcase', 31519, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116334, 116334, 'Dell', 'Dell', 38284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116335, 116335, 'HP', 'HP', 38284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116336, 116336, 'Samsonite', 'Samsonite', 38284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116337, 116337, 'Sony', 'Sony', 38284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116338, 116338, 'Sumdex', 'Sumdex', 38284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116339, 116339, 'Targus', 'Targus', 38284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116340, 116340, 'Toshiba', 'Toshiba', 38284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31521, 31521, 'Other', 'Other', 38284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11170, 11170, 'Other Styles', 'Other-Styles', 31519, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31523, 31523, 'Docking Stations for Laptops', 'Docking-Stations-for-Laptops', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31524, 31524, 'Compaq', 'Compaq', 31523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42175, 42175, 'Dell', 'Dell', 31523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42176, 42176, 'Inspiron', 'Inspiron', 42175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42177, 42177, 'Latitude', 'Latitude', 42175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31525, 31525, 'Other', 'Other', 42175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31526, 31526, 'HP', 'HP', 31523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31527, 31527, 'IBM', 'IBM', 31523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31528, 31528, 'Toshiba', 'Toshiba', 31523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3709, 3709, 'Other Brands', 'Other-Brands', 31523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74943, 74943, 'Gamepads, Joypads', 'Gamepads-Joypads', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80183, 80183, 'Headphones, Headsets', 'Headphones-Headsets', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116343, 116343, 'Hubs', 'Hubs', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44961, 44961, 'Infrared, IrDA', 'Infrared-IrDA', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74944, 74944, 'Joysticks', 'Joysticks', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33963, 33963, 'Keyboards', 'Keyboards', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51153, 51153, 'Laptop Keyboards', 'Laptop-Keyboards', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51154, 51154, 'Compaq', 'Compaq', 51153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51155, 51155, 'Dell', 'Dell', 51153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51156, 51156, 'Gateway', 'Gateway', 51153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51157, 51157, 'IBM', 'IBM', 51153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31568, 31568, 'Other', 'Other', 51153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116286, 116286, 'Belkin', 'Belkin', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116287, 116287, 'Dell', 'Dell', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116288, 116288, 'Gateway', 'Gateway', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116289, 116289, 'HP, Compaq', 'HP-Compaq', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116290, 116290, 'IBM', 'IBM', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116291, 116291, 'Kensington', 'Kensington', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116292, 116292, 'Labtec', 'Labtec', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51083, 51083, 'Logitech', 'Logitech', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51084, 51084, 'Microsoft', 'Microsoft', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33964, 33964, 'PS/2', 'PS-2', 51084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33965, 33965, 'USB', 'USB', 51084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15389, 15389, 'Wireless', 'Wireless', 51084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51085, 51085, 'Other', 'Other', 51084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4706, 4706, 'Other', 'Other', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116344, 116344, 'Laptop Memory Card Readers', 'Laptop-Memory-Card-Readers', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116345, 116345, 'LED Lites', 'LED-Lites', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23154, 23154, 'Mice, Mouse', 'Mice-Mouse', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116293, 116293, 'Bluetooth', 'Bluetooth', 23154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116294, 116294, 'Logitech', 'Logitech', 116293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116295, 116295, 'Microsoft', 'Microsoft', 116293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116296, 116296, 'Other', 'Other', 116293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116297, 116297, 'PS/2', 'PS-2', 23154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116298, 116298, 'Dell', 'Dell', 116297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116299, 116299, 'HP, Compaq', 'HP-Compaq', 116297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116300, 116300, 'Logitech', 'Logitech', 116297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116301, 116301, 'Microsoft', 'Microsoft', 116297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3678, 3678, 'Other', 'Other', 116297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116306, 116306, 'Cordless, Wireless', 'Cordless-Wireless', 23154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116307, 116307, 'Logitech', 'Logitech', 116306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116308, 116308, 'Microsoft', 'Microsoft', 116306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15388, 15388, 'Other', 'Other', 116306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116302, 116302, 'USB', 'USB', 23154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116303, 116303, 'Dell', 'Dell', 116302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116304, 116304, 'Logitech', 'Logitech', 116302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116305, 116305, 'Microsoft', 'Microsoft', 116302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 23156, 23156, 'Other', 'Other', 116302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23160, 23160, 'Other', 'Other', 23154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116309, 116309, 'Microphones', 'Microphones', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116310, 116310, 'Labtech', 'Labtech', 116309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116311, 116311, 'Logitech', 'Logitech', 116309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116312, 116312, 'Plantronics', 'Plantronics', 116309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11682, 11682, 'Other', 'Other', 116309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116346, 116346, 'Mounts, Auto Mounts', 'Mounts-Auto-Mounts', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42014, 42014, 'PC Case, Tower for Desktop PC', 'PC-Case-Tower-for-Desktop-PC', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80166, 80166, 'Full Tower Case, Server', 'Full-Tower-Case-Server', 42014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80167, 80167, 'MicroATX PC Case', 'MicroATX-PC-Case', 42014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80168, 80168, 'Mid-tower, no power supply', 'Mid-tower-no-power-supply', 42014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80169, 80169, 'Mid-tower with power supply', 'Mid-tower-with-power-supply', 42014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51059, 51059, '300 Watts & Lower', '300-Watts-and-Lower', 80169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51060, 51060, '301-350 Watts', '301-350-Watts', 80169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51061, 51061, '400 Watts', '400-Watts', 80169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51062, 51062, '401-450 Watts', '401-450-Watts', 80169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51063, 51063, '451 Watts & Higher', '451-Watts-and-Higher', 80169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51064, 51064, 'Case Accessories, Kits', 'Case-Accessories-Kits', 42014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3669, 3669, 'Other PC Cases', 'Other-PC-Cases', 42014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42190, 42190, 'PCMCIA Cards for Laptops', 'PCMCIA-Cards-for-Laptops', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42191, 42191, 'Compact Flash, Memory', 'Compact-Flash-Memory', 42190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60269, 60269, 'Firewire', 'Firewire', 42190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74950, 74950, 'Modems', 'Modems', 42190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74951, 74951, '56K', '56K', 74950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74952, 74952, 'Combo (Ethernet/LAN)', 'Combo-Ethernet-LAN', 74950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74953, 74953, 'Other modems', 'Other-modems', 74950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42192, 42192, 'Network, Ethernet, LAN Cards', 'Network-Ethernet-LAN-Cards', 42190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42193, 42193, '3Com', '3Com', 42192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42194, 42194, 'IBM', 'IBM', 42192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42195, 42195, 'Xircom', 'Xircom', 42192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42196, 42196, 'Other', 'Other', 42192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42323, 42323, 'USB 2.0', 'USB-2-0', 42190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74954, 74954, 'Wireless, WiFi', 'Wireless-WiFi', 42190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3710, 3710, 'Other', 'Other', 42190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51086, 51086, 'PC Remote Controls', 'PC-Remote-Controls', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42017, 42017, 'Power Supplies for Desktop PC', 'Power-Supplies-for-Desktop-PC', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44948, 44948, 'AT Power Supply', 'AT-Power-Supply', 42017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80170, 80170, 'Aluminum Power Supply', 'Aluminum-Power-Supply', 42017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80171, 80171, 'LED Power Supply', 'LED-Power-Supply', 42017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80172, 80172, 'Micro ATX / SFX Power Supply', 'Micro-ATX-SFX-Power-Supply', 42017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80173, 80173, 'Quiet Power Supply', 'Quiet-Power-Supply', 42017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80174, 80174, 'Standard ATX Power Supply', 'Standard-ATX-Power-Supply', 42017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42018, 42018, '200 Watts & Less', '200-Watts-and-Less', 80174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42019, 42019, '201-300 Watts', '201-300-Watts', 80174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42020, 42020, '301-400 Watts', '301-400-Watts', 80174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42021, 42021, '401-500 Watts', '401-500-Watts', 80174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44949, 44949, '501 Watts & Higher', '501-Watts-and-Higher', 80174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3670, 3670, 'Other Desktop PC Power Supply', 'Other-Desktop-PC-Power-Supply', 42017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60270, 60270, 'Repair, Service Manuals', 'Repair-Service-Manuals', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31529, 31529, 'Security for Laptops', 'Security-for-Laptops', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41844, 41844, 'Speakers', 'Speakers', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41845, 41845, 'Altec Lansing', 'Altec-Lansing', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156539, 156539, 'Bose', 'Bose', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51094, 51094, 'Creative', 'Creative', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44983, 44983, 'Cyber Acoustics', 'Cyber-Acoustics', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156540, 156540, 'Dell', 'Dell', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44984, 44984, 'Harman Kardon', 'Harman-Kardon', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41846, 41846, 'Innax', 'Innax', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156541, 156541, 'JBL', 'JBL', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156542, 156542, 'Klipsch', 'Klipsch', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41847, 41847, 'Labtec', 'Labtec', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44985, 44985, 'Logitech', 'Logitech', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3702, 3702, 'Other', 'Other', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3680, 3680, 'Tablets', 'Tablets', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11193, 11193, 'Trackballs', 'Trackballs', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3759, 3759, 'Video & Multimedia Accessories', 'Video-and-Multimedia-Accessories', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3763, 3763, 'Video Conferencing', 'Video-Conferencing', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4616, 4616, 'Webcams', 'Webcams', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31534, 31534, 'Other Accessories', 'Other-Accessories', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51104, 51104, 'Wholesale Lots', 'Wholesale-Lots', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40178, 40178, 'Keyboards', 'Keyboards', 51104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51105, 51105, 'Mice', 'Mice', 51104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51106, 51106, 'Other', 'Other', 51104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3736, 3736, 'Desktop PCs', 'Desktop-PCs', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140067, 140067, 'Acer', 'Acer', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140068, 140068, 'Alienware', 'Alienware', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140069, 140069, 'Asus', 'Asus', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140070, 140070, 'Dell', 'Dell', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140071, 140071, 'Gateway', 'Gateway', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140072, 140072, 'HP, Compaq', 'HP-Compaq', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140073, 140073, 'IBM, Lenovo', 'IBM-Lenovo', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140074, 140074, 'Sony', 'Sony', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140075, 140075, 'Whitebox, Custom Systems', 'Whitebox-Custom-Systems', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140076, 140076, 'Other Brands', 'Other-Brands', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40176, 40176, 'Wholesale Lots', 'Wholesale-Lots', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 165, 165, 'Drives, Controllers & Storage', 'Drives-Controllers-and-Storage', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80133, 80133, 'Blank Media', 'Blank-Media', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80134, 80134, 'CD-R Disks', 'CD-R-Disks', 80133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116236, 116236, 'CD-RW Disks', 'CD-RW-Disks', 80133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80135, 80135, 'DVD-R Disks', 'DVD-R-Disks', 80133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116237, 116237, 'DVD-RW Disks', 'DVD-RW-Disks', 80133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80136, 80136, 'Floppy Disks', 'Floppy-Disks', 80133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80137, 80137, 'Zip Disks', 'Zip-Disks', 80133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80138, 80138, 'Other', 'Other', 80133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116238, 116238, 'Card Reader/Writers', 'Card-Reader-Writers', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56081, 56081, 'CD Drives', 'CD-Drives', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116239, 116239, 'CD-R Drives', 'CD-R-Drives', 56081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116240, 116240, 'CD-RW Drives', 'CD-RW-Drives', 56081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116241, 116241, 'External', 'External', 116240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116242, 116242, 'Internal', 'Internal', 116240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33869, 33869, 'CD ROM Drives', 'CD-ROM-Drives', 56081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41803, 41803, 'IDE', 'IDE', 33869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41804, 41804, 'Panasonic', 'Panasonic', 41803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48478, 48478, 'Samsung', 'Samsung', 41803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41805, 41805, 'Sony', 'Sony', 41803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33870, 33870, 'Other', 'Other', 41803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33871, 33871, 'SCSI', 'SCSI', 33869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 166, 166, 'Other', 'Other', 33869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31383, 31383, 'CDRW, DVD Combo Drives', 'CDRW-DVD-Combo-Drives', 56081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56082, 56082, 'Other', 'Other', 56081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31509, 31509, 'CD Duplicators', 'CD-Duplicators', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39965, 39965, 'Controllers-Adapter, I/O Card', 'Controllers-Adapter-I-O-Card', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39967, 39967, 'IDE/ATA', 'IDE-ATA', 39965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39968, 39968, 'RAID', 'RAID', 39965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39969, 39969, 'SCSI', 'SCSI', 39965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3753, 3753, 'Other', 'Other', 39965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31533, 31533, 'Drives for Laptops', 'Drives-for-Laptops', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74949, 74949, 'Cases, Caddy, Enclosures', 'Cases-Caddy-Enclosures', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42179, 42179, 'CD-ROM Drives', 'CD-ROM-Drives', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80194, 80194, 'Dell', 'Dell', 42179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80195, 80195, 'HP, Compaq', 'HP-Compaq', 42179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80196, 80196, 'IBM', 'IBM', 42179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116341, 116341, 'Teac', 'Teac', 42179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80197, 80197, 'Toshiba', 'Toshiba', 42179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80198, 80198, 'Other Brands', 'Other-Brands', 42179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38116, 38116, 'CD-R, CD-RW Drives', 'CD-R-CD-RW-Drives', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64473, 64473, 'Combo Drives', 'Combo-Drives', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64474, 64474, 'Dell', 'Dell', 64473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80199, 80199, 'HP, Compaq', 'HP-Compaq', 64473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64475, 64475, 'IBM', 'IBM', 64473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80200, 80200, 'Toshiba', 'Toshiba', 64473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31564, 31564, 'Other', 'Other', 64473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64476, 64476, 'DVD Drives', 'DVD-Drives', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64477, 64477, 'Compaq', 'Compaq', 64476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64478, 64478, 'Dell', 'Dell', 64476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64479, 64479, 'IBM', 'IBM', 64476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31565, 31565, 'Other', 'Other', 64476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42181, 42181, 'Floppy Drives', 'Floppy-Drives', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42182, 42182, 'Internal', 'Internal', 42181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31566, 31566, 'External', 'External', 42181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38117, 38117, 'Hard Drives', 'Hard-Drives', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64480, 64480, 'Less than 5GB', 'Less-than-5GB', 38117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38118, 38118, '5.0GB -10.0GB', '5-0GB-10-0GB', 38117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38119, 38119, '10.1 GB-20.0 GB', '10-1-GB-20-0-GB', 38117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31567, 31567, '20.1-30.0 GB', '20-1-30-0-GB', 38117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116342, 116342, '30.1-40.0 GB', '30-1-40-0-GB', 38117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42183, 42183, '40.1-60.0 GB', '40-1-60-0-GB', 38117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42184, 42184, '60.1 GB & More', '60-1-GB-and-More', 38117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38120, 38120, 'Zip Drives', 'Zip-Drives', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11171, 11171, 'Other Drives', 'Other-Drives', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80176, 80176, 'DVD ROM Drives', 'DVD-ROM-Drives', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80177, 80177, 'Lite-On', 'Lite-On', 80176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80178, 80178, 'Sony', 'Sony', 80176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3754, 3754, 'Other', 'Other', 80176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44954, 44954, 'DVD-RW/+RW Drives, Burners', 'DVD-RW-RW-Drives-Burners', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116243, 116243, 'External', 'External', 44954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116244, 116244, 'HP', 'HP', 116243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116245, 116245, 'NEC', 'NEC', 116243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116246, 116246, 'Pioneer', 'Pioneer', 116243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116247, 116247, 'Plextor', 'Plextor', 116243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116248, 116248, 'Sony', 'Sony', 116243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44955, 44955, 'Other', 'Other', 116243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51065, 51065, 'Internal', 'Internal', 44954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51067, 51067, 'HP', 'HP', 51065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73066, 73066, 'LiteOn', 'LiteOn', 51065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51068, 51068, 'NEC', 'NEC', 51065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51069, 51069, 'Pioneer', 'Pioneer', 51065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116249, 116249, 'Plextor', 'Plextor', 51065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51070, 51070, 'Sony', 'Sony', 51065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44956, 44956, 'Other', 'Other', 51065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150129, 150129, 'Enclosures', 'Enclosures', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41908, 41908, 'Hard Drives - External,Zip,Jaz', 'Hard-Drives-External-Zip-Jaz', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41909, 41909, 'Atapi', 'Atapi', 41908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51080, 51080, 'Firewire', 'Firewire', 41908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51078, 51078, 'Jaz', 'Jaz', 41908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41910, 41910, 'USB 1.0', 'USB-1-0', 41908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70818, 70818, 'USB 2.0', 'USB-2-0', 41908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116254, 116254, '80.0 GB & Less', '80-0-GB-and-Less', 70818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116255, 116255, '80.1 GB - 120.0 GB', '80-1-GB-120-0-GB', 70818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116256, 116256, '120.1 GB - 150.0 GB', '120-1-GB-150-0-GB', 70818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116257, 116257, '150.1 GB - 200.0 GB', '150-1-GB-200-0-GB', 70818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116258, 116258, 'More than 200.1 GB', 'More-than-200-1-GB', 70818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41911, 41911, 'Other', 'Other', 70818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116250, 116250, 'Zip', 'Zip', 41908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116251, 116251, '100 MB & Less', '100-MB-and-Less', 116250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116252, 116252, '250 MB', '250-MB', 116250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116253, 116253, '750 MB', '750-MB', 116250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51077, 51077, 'Other', 'Other', 116250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3757, 3757, 'Other', 'Other', 41908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56083, 56083, 'Hard Drives - Internal', 'Hard-Drives-Internal', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26756, 26756, 'Hard Drives-IDE', 'Hard-Drives-IDE', 56083, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39971, 39971, '5.0 GB & Less', '5-0-GB-and-Less', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 168, 168, '5.1 GB-10.0 GB', '5-1-GB-10-0-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16178, 16178, '10.1 GB-15.2 GB', '10-1-GB-15-2-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99248, 99248, '15.3 GB-20.0 GB', '15-3-GB-20-0-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39972, 39972, '20.1 GB-40.0 GB', '20-1-GB-40-0-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64460, 64460, '40.1 GB-50.0 GB', '40-1-GB-50-0-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99249, 99249, '50.1 GB-90.0 GB', '50-1-GB-90-0-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64461, 64461, '90.1 GB-120.0 GB', '90-1-GB-120-0-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64462, 64462, '120.1 GB-200.0 GB', '120-1-GB-200-0-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64463, 64463, 'More than 200.1 GB', 'More-than-200-1-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64459, 64459, 'Hard Drives-SATA', 'Hard-Drives-SATA', 56083, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44960, 44960, 'Hard Drives-SCA', 'Hard-Drives-SCA', 56083, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26770, 26770, 'Hard Drives-SCSI', 'Hard-Drives-SCSI', 56083, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39973, 39973, '9.0 GB & Less', '9-0-GB-and-Less', 26770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39974, 39974, '9.1 GB-18.0 GB', '9-1-GB-18-0-GB', 26770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11160, 11160, '18.1 GB-32.0 GB', '18-1-GB-32-0-GB', 26770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30969, 30969, '32.1 GB-50.0 GB', '32-1-GB-50-0-GB', 26770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39975, 39975, 'More than 50 GB', 'More-than-50-GB', 26770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56084, 56084, 'Other', 'Other', 56083, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51071, 51071, 'Flash Memory Drives', 'Flash-Memory-Drives', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51072, 51072, '32 MB & Less', '32-MB-and-Less', 51071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51073, 51073, '64 MB', '64-MB', 51071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116259, 116259, '128 MB', '128-MB', 51071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116260, 116260, 'Lexar', 'Lexar', 116259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116261, 116261, 'Sandisk', 'Sandisk', 116259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51074, 51074, 'Other', 'Other', 116259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116262, 116262, '256 MB', '256-MB', 51071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116263, 116263, 'Lexar', 'Lexar', 116262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116264, 116264, 'Sandisk', 'Sandisk', 116262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51075, 51075, 'Other', 'Other', 116262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116265, 116265, '512 MB', '512-MB', 51071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116266, 116266, 'Lexar', 'Lexar', 116265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116267, 116267, 'Sandisk', 'Sandisk', 116265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51076, 51076, 'Other', 'Other', 116265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99247, 99247, '1 GB & More', '1-GB-and-More', 51071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44957, 44957, 'Floppy Drives', 'Floppy-Drives', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44958, 44958, 'External', 'External', 44957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116268, 116268, 'Internal', 'Internal', 44957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116269, 116269, 'Dell', 'Dell', 116268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116270, 116270, 'HP, Compaq', 'HP-Compaq', 116268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116271, 116271, 'IBM', 'IBM', 116268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116272, 116272, 'Sony', 'Sony', 116268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44959, 44959, 'Other', 'Other', 116268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39976, 39976, 'Tape Drives', 'Tape-Drives', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116277, 116277, 'DAT/DDS', 'DAT-DDS', 39976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116278, 116278, 'Dell', 'Dell', 116277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116279, 116279, 'Compaq', 'Compaq', 116277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116280, 116280, 'HP', 'HP', 116277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116281, 116281, 'Seagate', 'Seagate', 116277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116282, 116282, 'Sony', 'Sony', 116277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39977, 39977, 'Other', 'Other', 116277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116273, 116273, 'DLT', 'DLT', 39976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116274, 116274, 'Compaq', 'Compaq', 116273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116275, 116275, 'HP', 'HP', 116273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116276, 116276, 'Quantum', 'Quantum', 116273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39978, 39978, 'Other', 'Other', 116273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51090, 51090, 'Tape Libraries', 'Tape-Libraries', 39976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39979, 39979, 'Travan', 'Travan', 39976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3756, 3756, 'Other', 'Other', 39976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 167, 167, 'Other Drives & Controllers', 'Other-Drives-and-Controllers', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42305, 42305, 'Wholesale Lots', 'Wholesale-Lots', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51148, 51148, 'Laptops, Notebooks', 'Laptops-Notebooks', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26266, 26266, 'Acer', 'Acer', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46323, 46323, 'Alienware', 'Alienware', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60271, 60271, 'AST', 'AST', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114205, 114205, 'Asus', 'Asus', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114206, 114206, 'Averatec', 'Averatec', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140080, 140080, 'Dell', 'Dell', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18792, 18792, 'Fujitsu', 'Fujitsu', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140081, 140081, 'Gateway', 'Gateway', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140082, 140082, 'HP, Compaq', 'HP-Compaq', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140083, 140083, 'IBM, Lenovo', 'IBM-Lenovo', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11173, 11173, 'NEC', 'NEC', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42205, 42205, 'Panasonic', 'Panasonic', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44908, 44908, 'Sharp', 'Sharp', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140084, 140084, 'Sony', 'Sony', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140085, 140085, 'Toshiba', 'Toshiba', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 177, 177, 'Other Brands', 'Other-Brands', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56108, 56108, 'Custom Systems, Whitebook', 'Custom-Systems-Whitebook', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39980, 39980, 'Tablet PCs', 'Tablet-PCs', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40177, 40177, 'Wholesale Lots', 'Wholesale-Lots', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3694, 3694, 'Monitors & Projectors', 'Monitors-and-Projectors', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116347, 116347, 'CRT, Flat Screen', 'CRT-Flat-Screen', 3694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116348, 116348, '15-Inch & Smaller', '15-Inch-and-Smaller', 116347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116349, 116349, '17-Inch', '17-Inch', 116347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116350, 116350, '18-Inch & Larger', '18-Inch-and-Larger', 116347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27179, 27179, 'CRT, Standard', 'CRT-Standard', 3694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11194, 11194, '16-inch & Smaller', '16-inch-and-Smaller', 27179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70814, 70814, '17-inch', '17-inch', 27179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70815, 70815, 'Dell', 'Dell', 70814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70816, 70816, 'HP, Compaq', 'HP-Compaq', 70814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70817, 70817, 'Viewsonic', 'Viewsonic', 70814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3695, 3695, 'Other', 'Other', 70814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3696, 3696, '18-19-inch', '18-19-inch', 27179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41806, 41806, '20-inch', '20-inch', 27179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99232, 99232, '21-inch & Larger', '21-inch-and-Larger', 27179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 99233, 99233, 'Dell', 'Dell', 99232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99234, 99234, 'HP, Compaq', 'HP-Compaq', 99232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99235, 99235, 'Sony', 'Sony', 99232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41807, 41807, 'Other', 'Other', 99232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29501, 29501, 'LCD/Flat Panel', 'LCD-Flat-Panel', 3694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74931, 74931, '15-inch & Smaller', '15-inch-and-Smaller', 29501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74932, 74932, 'Dell', 'Dell', 74931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114197, 114197, 'HP, Compaq', 'HP-Compaq', 74931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86708, 86708, 'NEC', 'NEC', 74931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74933, 74933, 'Samsung', 'Samsung', 74931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99230, 99230, 'Sony', 'Sony', 74931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74934, 74934, 'ViewSonic', 'ViewSonic', 74931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3698, 3698, 'Other', 'Other', 74931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74935, 74935, '17-inch', '17-inch', 29501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114195, 114195, 'Acer', 'Acer', 74935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74936, 74936, 'Dell', 'Dell', 74935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99225, 99225, 'HP, Compaq', 'HP-Compaq', 74935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86704, 86704, 'NEC', 'NEC', 74935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74937, 74937, 'Samsung', 'Samsung', 74935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99226, 99226, 'Sony', 'Sony', 74935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74938, 74938, 'ViewSonic', 'ViewSonic', 74935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29502, 29502, 'Other', 'Other', 74935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29503, 29503, '18-inch', '18-inch', 29501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99227, 99227, '19-inch', '19-inch', 29501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99228, 99228, 'Dell', 'Dell', 99227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114196, 114196, 'Samsung', 'Samsung', 99227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99229, 99229, 'Sony', 'Sony', 99227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41808, 41808, 'Other', 'Other', 99227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86705, 86705, '20-inch & Larger', '20-inch-and-Larger', 29501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86706, 86706, 'Dell', 'Dell', 86705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86707, 86707, 'Samsung', 'Samsung', 86705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51047, 51047, 'Other', 'Other', 86705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51048, 51048, 'Monitor Accessories', 'Monitor-Accessories', 3694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51049, 51049, 'Arms, Wall Mounts', 'Arms-Wall-Mounts', 51048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51050, 51050, 'Cables', 'Cables', 51048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51051, 51051, 'Glare Filters', 'Glare-Filters', 51048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51052, 51052, 'Stands, Risers', 'Stands-Risers', 51048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3697, 3697, 'Other', 'Other', 51048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99231, 99231, 'Projector Accessories', 'Projector-Accessories', 3694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41841, 41841, 'Projectors', 'Projectors', 3694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41842, 41842, 'InFocus', 'InFocus', 41841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86709, 86709, 'NEC', 'NEC', 41841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41843, 41843, 'Proxima', 'Proxima', 41841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99250, 99250, 'Sharp', 'Sharp', 41841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25321, 25321, 'Other', 'Other', 41841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 174, 174, 'Other', 'Other', 3694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52539, 52539, 'Wholesale Lots', 'Wholesale-Lots', 3694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11176, 11176, 'Networking', 'Networking', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20311, 20311, 'Cables, Connectors', 'Cables-Connectors', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51177, 51177, 'Cable Boots', 'Cable-Boots', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51178, 51178, 'Cat-5 Patch Cables', 'Cat-5-Patch-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51179, 51179, '3 Feet & Shorter', '3-Feet-and-Shorter', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51180, 51180, '4-7 Feet', '4-7-Feet', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51181, 51181, '8-10 Feet', '8-10-Feet', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51182, 51182, '11-25 Feet', '11-25-Feet', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51183, 51183, '26-50 Feet', '26-50-Feet', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51184, 51184, '51-75 Feet', '51-75-Feet', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64032, 64032, '76-99 Feet', '76-99-Feet', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73316, 73316, '100 Feet', '100-Feet', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64033, 64033, '101 Feet & Longer', '101-Feet-and-Longer', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64034, 64034, 'Cat-5 Crossover Cables', 'Cat-5-Crossover-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64035, 64035, 'Cat-5e Patch Cables', 'Cat-5e-Patch-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64036, 64036, '3 Feet & Shorter', '3-Feet-and-Shorter', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64037, 64037, '4-7 Feet', '4-7-Feet', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64038, 64038, '8-10 Feet', '8-10-Feet', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64039, 64039, '11-25 Feet', '11-25-Feet', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64040, 64040, '26-50 Feet', '26-50-Feet', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64041, 64041, '51-75 Feet', '51-75-Feet', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51185, 51185, '76-99 Feet', '76-99-Feet', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73317, 73317, '100 Feet', '100-Feet', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64042, 64042, '101 Feet & Longer', '101-Feet-and-Longer', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58302, 58302, 'Cat-5e Crossover Cables', 'Cat-5e-Crossover-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51186, 51186, 'Cat-6 Patch Cables', 'Cat-6-Patch-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40984, 40984, 'Cat-5 Raw Cables', 'Cat-5-Raw-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67274, 67274, '10 Feet & Shorter', '10-Feet-and-Shorter', 40984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67275, 67275, '11-25 Feet', '11-25-Feet', 40984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40985, 40985, '26-50 Feet', '26-50-Feet', 40984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40986, 40986, '51-100 Feet', '51-100-Feet', 40984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40987, 40987, '101-250 Feet', '101-250-Feet', 40984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40988, 40988, 'More than 250 Feet', 'More-than-250-Feet', 40984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40989, 40989, 'Mixed Lots', 'Mixed-Lots', 40984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51187, 51187, 'Cat-5e, Cat-6 Raw Cables', 'Cat-5e-Cat-6-Raw-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67276, 67276, 'Connectors, Couplers, Plugs', 'Connectors-Couplers-Plugs', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67277, 67277, 'Coaxial, TV', 'Coaxial-TV', 67276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73318, 73318, 'Fibre Optic', 'Fibre-Optic', 67276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67278, 67278, 'RJ11', 'RJ11', 67276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67279, 67279, 'RJ45 / Cat5', 'RJ45-Cat5', 67276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28025, 28025, 'Other Connectors, Plugs', 'Other-Connectors-Plugs', 67276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64043, 64043, 'Fibre Cables', 'Fibre-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28023, 28023, '1 Meter & Shorter', '1-Meter-and-Shorter', 64043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64044, 64044, '2 Meters', '2-Meters', 64043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64045, 64045, '3 Meters', '3-Meters', 64043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64046, 64046, '4 Meters & Longer', '4-Meters-and-Longer', 64043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67280, 67280, 'Jacks, Face Plates', 'Jacks-Face-Plates', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67281, 67281, 'Cat-5', 'Cat-5', 67280, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67282, 67282, 'Cat-5e', 'Cat-5e', 67280, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40990, 40990, 'Other Jacks, Plates', 'Other-Jacks-Plates', 67280, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73319, 73319, 'Parallel Cables, IEEE', 'Parallel-Cables-IEEE', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64047, 64047, 'Serial Cables', 'Serial-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73320, 73320, 'Transceivers', 'Transceivers', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67283, 67283, 'USB', 'USB', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20313, 20313, 'USB, Standard', 'USB-Standard', 67283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67284, 67284, 'USB 2.0', 'USB-2-0', 67283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3704, 3704, 'Other Cables', 'Other-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58297, 58297, 'Home Networking, Cable & DSL', 'Home-Networking-Cable-and-DSL', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61819, 61819, 'Cable Modems', 'Cable-Modems', 58297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61821, 61821, '3com, US Robotics', '3com-US-Robotics', 61819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61820, 61820, 'Linksys', 'Linksys', 61819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67258, 67258, 'Motorola', 'Motorola', 61819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67259, 67259, 'Surfboard 4XXX Series', 'Surfboard-4XXX-Series', 67258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67260, 67260, 'Surfboard 5XXX Series', 'Surfboard-5XXX-Series', 67258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58298, 58298, 'Other Motorola Cable Modems', 'Other-Motorola-Cable-Modems', 67258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61823, 61823, 'RCA', 'RCA', 61819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61824, 61824, 'Toshiba', 'Toshiba', 61819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61822, 61822, 'Other Cable Modems', 'Other-Cable-Modems', 61819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62023, 62023, 'DSL Modems', 'DSL-Modems', 58297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61827, 61827, 'Alcatel', 'Alcatel', 62023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62024, 62024, 'Cisco', 'Cisco', 62023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73305, 73305, 'Efficient Networks', 'Efficient-Networks', 62023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73306, 73306, '5260 Series Modems', '5260-Series-Modems', 73305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73307, 73307, '5360 Series Modems', '5360-Series-Modems', 73305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73308, 73308, 'Other 5000 Series Modems', 'Other-5000-Series-Modems', 73305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61829, 61829, 'Other Efficient Networks DSL', 'Other-Efficient-Networks-DSL', 73305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61830, 61830, 'Fujitsu', 'Fujitsu', 62023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61826, 61826, 'Westell', 'Westell', 62023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62025, 62025, 'Other DSL Modems', 'Other-DSL-Modems', 62023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67261, 67261, 'Home Networking Kits', 'Home-Networking-Kits', 58297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23777, 23777, 'Phoneline Networking Kits', 'Phoneline-Networking-Kits', 67261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67262, 67262, 'Powerline Networking Kits', 'Powerline-Networking-Kits', 67261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61825, 61825, 'Cable & DSL Routers, Switches', 'Cable-and-DSL-Routers-Switches', 58297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62026, 62026, 'Belkin', 'Belkin', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61828, 61828, 'Cisco', 'Cisco', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67257, 67257, 'D-Link', 'D-Link', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62028, 62028, 'Efficient Networks', 'Efficient-Networks', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67254, 67254, 'Linksys', 'Linksys', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67255, 67255, '4 Port Linksys, Wired', '4-Port-Linksys-Wired', 67254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67256, 67256, '8 Port Linksys, Wired', '8-Port-Linksys-Wired', 67254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62029, 62029, 'Other Linksys, Wired', 'Other-Linksys-Wired', 67254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62030, 62030, 'Microsoft', 'Microsoft', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62031, 62031, 'Netgear', 'Netgear', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62032, 62032, 'Siemens', 'Siemens', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62033, 62033, 'WebRamp, Ramp Networks', 'WebRamp-Ramp-Networks', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62027, 62027, 'Other DSL Modems, Routers', 'Other-DSL-Modems-Routers', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58299, 58299, 'Other Home Networking', 'Other-Home-Networking', 58297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51167, 51167, 'Filers, Load Balancers', 'Filers-Load-Balancers', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11178, 11178, 'Hubs', 'Hubs', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67263, 67263, 'Ethernet', 'Ethernet', 11178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40993, 40993, '4 Ports & Under', '4-Ports-and-Under', 67263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11179, 11179, '5-6 Ports', '5-6-Ports', 67263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11180, 11180, '7-12 Ports', '7-12-Ports', 67263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11181, 11181, '13 Ports & Over', '13-Ports-and-Over', 67263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67264, 67264, 'USB, Standard', 'USB-Standard', 11178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67265, 67265, '4 Ports & Under', '4-Ports-and-Under', 67264, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67266, 67266, '5 Ports & Over', '5-Ports-and-Over', 67264, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67267, 67267, 'USB 2.0', 'USB-2-0', 11178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67268, 67268, 'Other USB Hubs', 'Other-USB-Hubs', 11178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51172, 51172, 'KVM Switch Boxes, Cables', 'KVM-Switch-Boxes-Cables', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64025, 64025, 'KVM Cables Only', 'KVM-Cables-Only', 51172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64026, 64026, '5 Feet & Shorter', '5-Feet-and-Shorter', 64025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28024, 28024, '6 Feet', '6-Feet', 64025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64027, 64027, '7 Feet & Longer', '7-Feet-and-Longer', 64025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51173, 51173, 'KVM Switch Boxes', 'KVM-Switch-Boxes', 51172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67269, 67269, '2 Port & Under', '2-Port-and-Under', 51173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67270, 67270, '3-4 Ports', '3-4-Ports', 51173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67271, 67271, 'Belkin', 'Belkin', 67270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73309, 73309, 'Compaq', 'Compaq', 67270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67272, 67272, 'IOGear', 'IOGear', 67270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67273, 67273, 'Linksys', 'Linksys', 67270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73310, 73310, 'Other 3-4 Port KVM', 'Other-3-4-Port-KVM', 67270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73311, 73311, '5 Ports & Higher', '5-Ports-and-Higher', 51173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73312, 73312, 'Apex', 'Apex', 73311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73313, 73313, 'Belkin', 'Belkin', 73311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73314, 73314, 'Compaq', 'Compaq', 73311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73315, 73315, 'Cybex', 'Cybex', 73311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51175, 51175, 'Other 5 Port & Higher KVM', 'Other-5-Port-and-Higher-KVM', 73311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58301, 58301, 'Other KVM', 'Other-KVM', 51172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64028, 64028, 'Mainframe, DEC, VAX, AS/400', 'Mainframe-DEC-VAX-AS-400', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64029, 64029, 'AS/400', 'AS-400', 64028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1479, 1479, 'DEC, Digital Equipment Corp', 'DEC-Digital-Equipment-Corp', 64028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64030, 64030, 'IBM S/390, HP 9000', 'IBM-S-390-HP-9000', 64028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64031, 64031, 'Other Mainframe Equipment', 'Other-Mainframe-Equipment', 64028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51169, 51169, 'Networking, Telecom Tools', 'Networking-Telecom-Tools', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58300, 58300, 'Cable Testers', 'Cable-Testers', 51169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51170, 51170, 'Crimping Tools', 'Crimping-Tools', 51169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51171, 51171, 'Punch Down Tools', 'Punch-Down-Tools', 51169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64024, 64024, 'Stripping, Cutting Tools', 'Stripping-Cutting-Tools', 51169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28026, 28026, 'Other Tools', 'Other-Tools', 51169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20318, 20318, 'Network Interface Cards, NICs', 'Network-Interface-Cards-NICs', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28027, 28027, 'Ethernet PCI Card, Internal', 'Ethernet-PCI-Card-Internal', 20318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28028, 28028, '10 Mbps', '10-Mbps', 28027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40994, 40994, '10/100 Mbps', '10-100-Mbps', 28027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51189, 51189, '3Com', '3Com', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51190, 51190, 'Belkin', 'Belkin', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51191, 51191, 'Compaq', 'Compaq', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51192, 51192, 'D-Link', 'D-Link', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64048, 64048, 'Generic 10/100 PCI', 'Generic-10-100-PCI', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58303, 58303, 'IBM', 'IBM', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58304, 58304, 'Intel', 'Intel', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51193, 51193, 'Linksys', 'Linksys', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51194, 51194, 'Netgear', 'Netgear', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64049, 64049, 'Realtek', 'Realtek', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64050, 64050, 'SMC', 'SMC', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51195, 51195, 'Other 10/100 Mbps', 'Other-10-100-Mbps', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51196, 51196, 'Gigabit', 'Gigabit', 28027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20319, 20319, 'Other PCI Card', 'Other-PCI-Card', 28027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64051, 64051, 'Ethernet PC Card, PCMCIA', 'Ethernet-PC-Card-PCMCIA', 20318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20320, 20320, 'Token Ring', 'Token-Ring', 20318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11182, 11182, 'Other Network Interface Cards', 'Other-Network-Interface-Cards', 20318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64052, 64052, 'Print Servers, Wired', 'Print-Servers-Wired', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64053, 64053, 'Axis', 'Axis', 64052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64054, 64054, 'HP, Hewlett Packard', 'HP-Hewlett-Packard', 64052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64060, 64060, 'HP JetDirect External', 'HP-JetDirect-External', 64054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20322, 20322, 'HP JetDirect Internal Card', 'HP-JetDirect-Internal-Card', 64054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64055, 64055, 'Intel NetPort', 'Intel-NetPort', 64052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64056, 64056, 'Lexmark', 'Lexmark', 64052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64057, 64057, 'Linksys', 'Linksys', 64052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64058, 64058, 'Netgear', 'Netgear', 64052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64059, 64059, 'Other Print Servers, Wired', 'Other-Print-Servers-Wired', 64052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51197, 51197, 'Racks, Mounts & Patch Panels', 'Racks-Mounts-and-Patch-Panels', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80216, 80216, 'Cross-Connects, DSX', 'Cross-Connects-DSX', 51197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64061, 64061, 'Mounts, Fans, Power Strips', 'Mounts-Fans-Power-Strips', 51197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44992, 44992, 'Patch Panels', 'Patch-Panels', 51197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51199, 51199, 'Top Brand Racks, Cabinets', 'Top-Brand-Racks-Cabinets', 51197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64062, 64062, 'APC', 'APC', 51199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51200, 51200, 'Compaq', 'Compaq', 51199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51201, 51201, 'Dell', 'Dell', 51199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20316, 20316, 'Other Top Brand Racks, Cabinet', 'Other-Top-Brand-Racks-Cabinet', 51199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64063, 64063, 'Other Brand Racks, Cabinets', 'Other-Brand-Racks-Cabinets', 51197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64064, 64064, '2U, 2 Unit', '2U-2-Unit', 64063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64065, 64065, '4U, 4 Unit', '4U-4-Unit', 64063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51198, 51198, '42U, 42 Unit', '42U-42-Unit', 64063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64066, 64066, 'Other Size Racks, Cabinets', 'Other-Size-Racks-Cabinets', 64063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51205, 51205, 'Router Components, Memory', 'Router-Components-Memory', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67285, 67285, 'Cisco Components, Memory', 'Cisco-Components-Memory', 51205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67286, 67286, 'Network Modules (NM)', 'Network-Modules-NM', 67285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67287, 67287, 'Power Supplies', 'Power-Supplies', 67285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67288, 67288, 'Port Adapters (PA)', 'Port-Adapters-PA', 67285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67292, 67292, 'Router Memory', 'Router-Memory', 67285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67289, 67289, 'Voice Interface Cards,VIC,VWIC', 'Voice-Interface-Cards-VIC-VWIC', 67285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67290, 67290, 'WAN Interface Cards (WIC)', 'WAN-Interface-Cards-WIC', 67285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67291, 67291, 'Other Cisco Router Components', 'Other-Cisco-Router-Components', 67285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67293, 67293, 'Other Brand Components, Memory', 'Other-Brand-Components-Memory', 51205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44991, 44991, 'Converters', 'Converters', 67293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51207, 51207, 'Network Modules (NM)', 'Network-Modules-NM', 67293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51208, 51208, 'Port Adapters (PA)', 'Port-Adapters-PA', 67293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56085, 56085, 'Power Supplies', 'Power-Supplies', 67293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51209, 51209, 'Router Memory', 'Router-Memory', 67293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 51211, 51211, 'Voice Interface Cards,VIC,VWIC', 'Voice-Interface-Cards-VIC-VWIC', 67293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51212, 51212, 'WAN Interface Cards (WIC)', 'WAN-Interface-Cards-WIC', 67293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 176, 176, 'Other Router Components', 'Other-Router-Components', 67293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11183, 11183, 'Routers, Wired', 'Routers-Wired', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67294, 67294, '3Com', '3Com', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67295, 67295, 'CoreBuilder', 'CoreBuilder', 67294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67296, 67296, 'NetBuilder', 'NetBuilder', 67294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67297, 67297, 'OfficeConnect', 'OfficeConnect', 67294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67298, 67298, 'SuperStack', 'SuperStack', 67294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11184, 11184, 'Other 3Com Routers', 'Other-3Com-Routers', 67294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61831, 61831, 'Cabletron', 'Cabletron', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28030, 28030, 'Cisco', 'Cisco', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64067, 64067, 'Cisco 800 Series', 'Cisco-800-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67299, 67299, 'Cisco 1600 Series', 'Cisco-1600-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28031, 28031, 'Cisco 1601', 'Cisco-1601', 67299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67300, 67300, 'Cisco 1602', 'Cisco-1602', 67299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67301, 67301, 'Cisco 1603', 'Cisco-1603', 67299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67302, 67302, 'Cisco 1604', 'Cisco-1604', 67299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67303, 67303, 'Cisco 1605', 'Cisco-1605', 67299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67304, 67304, 'Other Cisco 1600 Series', 'Other-Cisco-1600-Series', 67299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67305, 67305, 'Cisco 1700 Series', 'Cisco-1700-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28032, 28032, 'Cisco 1720', 'Cisco-1720', 67305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67306, 67306, 'Cisco 1721', 'Cisco-1721', 67305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67307, 67307, 'Other Cisco 1700 Series', 'Other-Cisco-1700-Series', 67305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67308, 67308, 'Cisco 2500 Series', 'Cisco-2500-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28033, 28033, 'Cisco 2501', 'Cisco-2501', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67309, 67309, 'Cisco 2502', 'Cisco-2502', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67310, 67310, 'Cisco 2503', 'Cisco-2503', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67311, 67311, 'Cisco 2504', 'Cisco-2504', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67312, 67312, 'Cisco 2507', 'Cisco-2507', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67313, 67313, 'Cisco 2511', 'Cisco-2511', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67314, 67314, 'Cisco 2514', 'Cisco-2514', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67315, 67315, 'Cisco 2524', 'Cisco-2524', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67316, 67316, 'Cisco 2525', 'Cisco-2525', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67317, 67317, 'Other Cisco 2500 Series', 'Other-Cisco-2500-Series', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67318, 67318, 'Cisco 2600 Series', 'Cisco-2600-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51202, 51202, 'Cisco 2610', 'Cisco-2610', 67318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67319, 67319, 'Cisco 2611', 'Cisco-2611', 67318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67320, 67320, 'Cisco 2612', 'Cisco-2612', 67318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67321, 67321, 'Cisco 2620', 'Cisco-2620', 67318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67322, 67322, 'Cisco 2621', 'Cisco-2621', 67318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67323, 67323, 'Cisco 2650', 'Cisco-2650', 67318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67324, 67324, 'Other Cisco 2600 Series', 'Other-Cisco-2600-Series', 67318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67325, 67325, 'Cisco 3600 Series', 'Cisco-3600-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67326, 67326, 'Cisco 3620', 'Cisco-3620', 67325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51203, 51203, 'Cisco 3640', 'Cisco-3640', 67325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67327, 67327, 'Other Cisco 3600 Series', 'Other-Cisco-3600-Series', 67325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28035, 28035, 'Cisco 3700 Series', 'Cisco-3700-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28036, 28036, 'Cisco 7000 Series', 'Cisco-7000-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67328, 67328, 'Cisco 7200 Series', 'Cisco-7200-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67329, 67329, 'Cisco 7204', 'Cisco-7204', 67328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28037, 28037, 'Cisco 7206', 'Cisco-7206', 67328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67330, 67330, 'Other Cisco 7200 Series', 'Other-Cisco-7200-Series', 67328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67331, 67331, 'Cisco 7500 Series', 'Cisco-7500-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67332, 67332, 'Cisco 7505', 'Cisco-7505', 67331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67333, 67333, 'Other Cisco 7500 Series', 'Other-Cisco-7500-Series', 67331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51204, 51204, 'Cisco Voice Over IP, VolP', 'Cisco-Voice-Over-IP-VolP', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73321, 73321, 'Other Cisco Routers', 'Other-Cisco-Routers', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20323, 20323, 'D-Link Professional Routers', 'D-Link-Professional-Routers', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64068, 64068, 'Efficient Networks', 'Efficient-Networks', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51213, 51213, 'Extreme', 'Extreme', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51214, 51214, 'Foundry', 'Foundry', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56086, 56086, 'HP, Hewlett Packard', 'HP-Hewlett-Packard', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58305, 58305, 'Juniper', 'Juniper', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20324, 20324, 'Linksys Professional Routers', 'Linksys-Professional-Routers', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71504, 71504, 'Lucent, Ascend', 'Lucent-Ascend', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71505, 71505, 'Ascend MAX', 'Ascend-MAX', 71504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71506, 71506, 'Ascend Pipeline', 'Ascend-Pipeline', 71504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71507, 71507, 'Lucent DSL Access Concentrator', 'Lucent-DSL-Access-Concentrator', 71504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71508, 71508, 'Lucent PSAX', 'Lucent-PSAX', 71504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11186, 11186, 'Other Lucent, Ascend Routers', 'Other-Lucent-Ascend-Routers', 71504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58306, 58306, 'Marconi / Fore Systems', 'Marconi-Fore-Systems', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23778, 23778, 'Netgear Professional Routers', 'Netgear-Professional-Routers', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11187, 11187, 'Nortel, Bay Networks', 'Nortel-Bay-Networks', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61832, 61832, 'Redback', 'Redback', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20325, 20325, 'SMC', 'SMC', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3706, 3706, 'Other Routers', 'Other-Routers', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64018, 64018, 'Security, Firewall, VPN', 'Security-Firewall-VPN', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64019, 64019, 'Cisco', 'Cisco', 64018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64020, 64020, 'Netscreen', 'Netscreen', 64018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64021, 64021, 'Nokia', 'Nokia', 64018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64022, 64022, 'SonicWall', 'SonicWall', 64018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64023, 64023, 'Watchguard', 'Watchguard', 64018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51168, 51168, 'Other Security, Firewall, VPN', 'Other-Security-Firewall-VPN', 64018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51240, 51240, 'Server Components, Memory', 'Server-Components-Memory', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56087, 56087, 'Compaq', 'Compaq', 51240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71509, 71509, 'Boards', 'Boards', 56087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56088, 56088, 'CPUs & Processors', 'CPUs-and-Processors', 56087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56089, 56089, 'Hard Drives', 'Hard-Drives', 56087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11210, 11210, 'Memory', 'Memory', 56087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56090, 56090, 'Power Supplies', 'Power-Supplies', 56087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56091, 56091, 'RAID Controllers', 'RAID-Controllers', 56087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56092, 56092, 'Other Compaq Server Components', 'Other-Compaq-Server-Components', 56087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58307, 58307, 'Dell', 'Dell', 51240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71510, 71510, 'Dell Boards', 'Dell-Boards', 58307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71511, 71511, 'Dell Hard Drives', 'Dell-Hard-Drives', 58307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58308, 58308, 'Dell Power Supplies', 'Dell-Power-Supplies', 58307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58309, 58309, 'Dell Server Memory', 'Dell-Server-Memory', 58307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56093, 56093, 'Other Dell Server Components', 'Other-Dell-Server-Components', 58307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58310, 58310, 'HP, Hewlett Packard', 'HP-Hewlett-Packard', 51240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71512, 71512, 'HP Boards', 'HP-Boards', 58310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58311, 58311, 'HP Power Supplies', 'HP-Power-Supplies', 58310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58312, 58312, 'HP Server Memory', 'HP-Server-Memory', 58310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56094, 56094, 'Other HP Server Components', 'Other-HP-Server-Components', 58310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58313, 58313, 'IBM', 'IBM', 51240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58314, 58314, 'IBM Power Supplies', 'IBM-Power-Supplies', 58313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58315, 58315, 'IBM Server Memory', 'IBM-Server-Memory', 58313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56095, 56095, 'Other IBM Server Components', 'Other-IBM-Server-Components', 58313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56096, 56096, 'Sun Cobalt', 'Sun-Cobalt', 51240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71513, 71513, 'Boards', 'Boards', 56096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56097, 56097, 'CPUs & Processors', 'CPUs-and-Processors', 56096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56098, 56098, 'Hard Drives', 'Hard-Drives', 56096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58316, 58316, 'Sun, Cobalt Server Memory', 'Sun-Cobalt-Server-Memory', 56096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56099, 56099, 'Other Sun Server Components', 'Other-Sun-Server-Components', 56096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56100, 56100, 'Other Brands', 'Other-Brands', 51240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11683, 11683, 'Software, Operating Systems', 'Software-Operating-Systems', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11227, 11227, 'Linux', 'Linux', 11683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11228, 11228, 'Unix', 'Unix', 11683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11941, 11941, 'Windows', 'Windows', 11683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11225, 11225, 'Other', 'Other', 11683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51176, 51176, 'Storage Equipment, NAS, SAN', 'Storage-Equipment-NAS-SAN', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64069, 64069, 'Network Attached Storage, NAS', 'Network-Attached-Storage-NAS', 51176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106273, 106273, 'Home and Small Business', 'Home-and-Small-Business', 64069, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106274, 106274, 'Enterprise', 'Enterprise', 64069, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64070, 64070, 'Compaq', 'Compaq', 106274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64071, 64071, 'Dell PowerVault', 'Dell-PowerVault', 106274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51235, 51235, 'Network Appliance, NetApp', 'Network-Appliance-NetApp', 106274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73330, 73330, 'Quantum, Snap!', 'Quantum-Snap!', 106274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73331, 73331, 'Sun StoreEdge', 'Sun-StoreEdge', 106274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64072, 64072, 'Other NAS Equipment, Arrays', 'Other-NAS-Equipment-Arrays', 106274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58322, 58322, 'Storage Components, Cards', 'Storage-Components-Cards', 51176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44990, 44990, 'Controller Cards', 'Controller-Cards', 58322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51249, 51249, 'RAID Components, Drives', 'RAID-Components-Drives', 58322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58323, 58323, 'Other Data Storage', 'Other-Data-Storage', 58322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58317, 58317, 'Storage Networking, SAN, Fibre', 'Storage-Networking-SAN-Fibre', 51176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80221, 80221, 'Switches, Fibre Channel', 'Switches-Fibre-Channel', 58317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80222, 80222, 'Brocade', 'Brocade', 80221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80223, 80223, 'Compaq, HP-Compaq', 'Compaq-HP-Compaq', 80221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80224, 80224, 'Dell', 'Dell', 80221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61833, 61833, 'Other SAN Switches', 'Other-SAN-Switches', 80221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80217, 80217, 'SAN Arrays, Storage Capacity', 'SAN-Arrays-Storage-Capacity', 58317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80218, 80218, 'Compaq, HP-Compaq', 'Compaq-HP-Compaq', 80217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80219, 80219, 'Dell', 'Dell', 80217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80220, 80220, 'EMC', 'EMC', 80217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44994, 44994, 'Other SAN Equipment, Arrays', 'Other-SAN-Equipment-Arrays', 80217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58318, 58318, 'Other SAN Equipment', 'Other-SAN-Equipment', 58317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73326, 73326, 'Tape Back-Up, DLT, Media', 'Tape-Back-Up-DLT-Media', 51176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73327, 73327, 'Tape Libraries', 'Tape-Libraries', 73326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73328, 73328, 'Tape Media 8mm', 'Tape-Media-8mm', 73326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73329, 73329, 'Tape Media AIT DLT LTO DDS SDL', 'Tape-Media-AIT-DLT-LTO-DDS-SDL', 73326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51250, 51250, 'Other Tape Backup, Media', 'Other-Tape-Backup-Media', 73326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11209, 11209, 'Other Storage Equipment', 'Other-Storage-Equipment', 51176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58319, 58319, 'Switch Components, Memory', 'Switch-Components-Memory', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51206, 51206, 'GBICs', 'GBICs', 58319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58320, 58320, 'Power Supplies', 'Power-Supplies', 58319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51210, 51210, 'Switch Modules', 'Switch-Modules', 58319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58321, 58321, 'Other Switch Components', 'Other-Switch-Components', 58319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51251, 51251, 'Switches', 'Switches', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64073, 64073, '3Com', '3Com', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64074, 64074, 'Corebuilder', 'Corebuilder', 64073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64075, 64075, 'LinkBuilder', 'LinkBuilder', 64073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64076, 64076, 'SuperStack', 'SuperStack', 64073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51252, 51252, 'Other 3Com Switches', 'Other-3Com-Switches', 64073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51253, 51253, 'Adtran', 'Adtran', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71518, 71518, 'Alcatel', 'Alcatel', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51254, 51254, 'Cisco', 'Cisco', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51255, 51255, 'Catalyst 1900 Series', 'Catalyst-1900-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106275, 106275, 'Catalyst 2800 Series', 'Catalyst-2800-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51256, 51256, 'Catalyst 2900 Series', 'Catalyst-2900-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67334, 67334, 'Catalyst 2950 Series', 'Catalyst-2950-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28040, 28040, 'Catalyst 3500 Series', 'Catalyst-3500-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51257, 51257, 'Catalyst 4000 Series', 'Catalyst-4000-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51258, 51258, 'Catalyst 4500 Series', 'Catalyst-4500-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51259, 51259, 'Catalyst 4600 Series', 'Catalyst-4600-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51260, 51260, 'Catalyst 5000 Series', 'Catalyst-5000-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51261, 51261, 'Catalyst 6000 Series', 'Catalyst-6000-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51264, 51264, 'Other Cisco Catalyst Switches', 'Other-Cisco-Catalyst-Switches', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71519, 71519, 'D-Link Professional Switches', 'D-Link-Professional-Switches', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71520, 71520, 'Dell', 'Dell', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71521, 71521, 'Extreme Networks', 'Extreme-Networks', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71522, 71522, 'Foundry', 'Foundry', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71523, 71523, 'HP, Compaq', 'HP-Compaq', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71524, 71524, 'Intel', 'Intel', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51265, 51265, 'Linksys Professional Switches', 'Linksys-Professional-Switches', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71525, 71525, 'Lucent, Avaya Cajun', 'Lucent-Avaya-Cajun', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71526, 71526, 'Marconi, Fore Systems', 'Marconi-Fore-Systems', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51266, 51266, 'Netgear', 'Netgear', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67335, 67335, 'Nortel, Bay Networks', 'Nortel-Bay-Networks', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51267, 51267, 'BayStack', 'BayStack', 67335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67336, 67336, 'Passport', 'Passport', 67335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67337, 67337, 'Versalar', 'Versalar', 67335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67338, 67338, 'Other Nortel Switches', 'Other-Nortel-Switches', 67335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51268, 51268, 'Other Switches', 'Other-Switches', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11907, 11907, 'Telephone Systems, Telecom', 'Telephone-Systems-Telecom', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80225, 80225, 'CSU, DSU, SMDSU', 'CSU-DSU-SMDSU', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80226, 80226, 'Adtran', 'Adtran', 80225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80227, 80227, 'ADC Kentrox', 'ADC-Kentrox', 80225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80228, 80228, 'Paradyne', 'Paradyne', 80225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44993, 44993, 'Other CSU, DSU', 'Other-CSU-DSU', 80225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86725, 86725, 'Concentrators, Terminal Access', 'Concentrators-Terminal-Access', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61834, 61834, 'Conference Equipment', 'Conference-Equipment', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61835, 61835, 'Polycom', 'Polycom', 61834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61836, 61836, 'Video Conference Equipment', 'Video-Conference-Equipment', 61834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61837, 61837, 'Other Conference Equipment', 'Other-Conference-Equipment', 61834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86726, 86726, 'Converters', 'Converters', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99266, 99266, 'Fax Boards, Fax Modems', 'Fax-Boards-Fax-Modems', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99267, 99267, 'Modems, Modem Boards', 'Modems-Modem-Boards', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51271, 51271, 'Multiplexers', 'Multiplexers', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99268, 99268, 'Music On Hold, MOH', 'Music-On-Hold-MOH', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51272, 51272, 'Parts, Components', 'Parts-Components', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64082, 64082, 'ADC', 'ADC', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58336, 58336, 'AT&T, Lucent, Avaya', 'ATandT-Lucent-Avaya', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58337, 58337, 'Definity', 'Definity', 58336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58338, 58338, 'Legend', 'Legend', 58336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28046, 28046, 'Merlin', 'Merlin', 58336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28047, 28047, 'Partner', 'Partner', 58336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58339, 58339, 'Other AT&T, Lucent, Avaya', 'Other-ATandT-Lucent-Avaya', 58336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86727, 86727, 'Brooktrout', 'Brooktrout', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64083, 64083, 'Dialogic', 'Dialogic', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64084, 64084, 'Inter-Tel, Axxess', 'Inter-Tel-Axxess', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64092, 64092, 'NEC, Nitsuko', 'NEC-Nitsuko', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58340, 58340, 'Nortel', 'Nortel', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28045, 28045, 'Meridian', 'Meridian', 58340, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51273, 51273, 'Norstar', 'Norstar', 58340, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58341, 58341, 'Other Nortel Components', 'Other-Nortel-Components', 58340, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64085, 64085, 'Panasonic', 'Panasonic', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64086, 64086, 'Toshiba', 'Toshiba', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3309, 3309, 'Other Parts, Components', 'Other-Parts-Components', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80229, 80229, 'Remote Access Devices', 'Remote-Access-Devices', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121146, 121146, 'Skype Devices', 'Skype-Devices', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51274, 51274, 'Telephone Sets, Handsets', 'Telephone-Sets-Handsets', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58342, 58342, 'AT&T, Lucent, Avaya', 'ATandT-Lucent-Avaya', 51274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58343, 58343, 'Definity', 'Definity', 58342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51276, 51276, 'Legend', 'Legend', 58342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28052, 28052, 'Merlin, Magix, BIS', 'Merlin-Magix-BIS', 58342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28054, 28054, 'Partner', 'Partner', 58342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58344, 58344, 'Other AT&T, Lucent, Avaya', 'Other-ATandT-Lucent-Avaya', 58342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64087, 64087, 'Comdial', 'Comdial', 51274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64088, 64088, 'Inter-Tel, Axxess', 'Inter-Tel-Axxess', 51274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64089, 64089, 'NEC, Nitsuko', 'NEC-Nitsuko', 51274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58345, 58345, 'Nortel', 'Nortel', 51274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28051, 28051, 'Meridian', 'Meridian', 58345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51277, 51277, 'Norstar', 'Norstar', 58345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58346, 58346, 'Other Nortel Handsets', 'Other-Nortel-Handsets', 58345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64090, 64090, 'Panasonic', 'Panasonic', 51274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64091, 64091, 'Toshiba', 'Toshiba', 51274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11909, 11909, 'Other Telephones Sets', 'Other-Telephones-Sets', 51274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51269, 51269, 'Telephone Systems, PBX', 'Telephone-Systems-PBX', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58328, 58328, 'AT&T, Lucent, Avaya', 'ATandT-Lucent-Avaya', 51269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58329, 58329, 'Definity', 'Definity', 58328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58330, 58330, 'Legend', 'Legend', 58328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28049, 28049, 'Merlin, Magix', 'Merlin-Magix', 58328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58331, 58331, 'Partner', 'Partner', 58328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58332, 58332, 'Other AT&T, Lucent, Avaya', 'Other-ATandT-Lucent-Avaya', 58328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64077, 64077, 'Comdial', 'Comdial', 51269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64078, 64078, 'Inter-Tel, Axxess', 'Inter-Tel-Axxess', 51269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64079, 64079, 'NEC, Nitsuko', 'NEC-Nitsuko', 51269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58333, 58333, 'Nortel Norstar, Meridian', 'Nortel-Norstar-Meridian', 51269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58334, 58334, 'Meridian', 'Meridian', 58333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28048, 28048, 'Norstar', 'Norstar', 58333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58335, 58335, 'Other Nortel', 'Other-Nortel', 58333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64080, 64080, 'Panasonic', 'Panasonic', 51269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64081, 64081, 'Toshiba', 'Toshiba', 51269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11908, 11908, 'Other Phone Systems, PBX', 'Other-Phone-Systems-PBX', 51269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51278, 51278, 'Voicemail, Voice Processing', 'Voicemail-Voice-Processing', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61838, 61838, 'VOIP, Internet Telephony', 'VOIP-Internet-Telephony', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61839, 61839, 'Gateways, Systems, Switches', 'Gateways-Systems-Switches', 61838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61840, 61840, 'Phones, Handsets, SIP Devices', 'Phones-Handsets-SIP-Devices', 61838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99269, 99269, 'Routers, Adapters, Vonage', 'Routers-Adapters-Vonage', 61838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61841, 61841, 'Other Voice Over IP', 'Other-Voice-Over-IP', 61838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51279, 51279, 'Other', 'Other', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86722, 86722, 'UPS, Power Protection, APC', 'UPS-Power-Protection-APC', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99265, 99265, 'Battery Backup, Modules, UPS', 'Battery-Backup-Modules-UPS', 86722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86723, 86723, 'Power Strips, Distribution', 'Power-Strips-Distribution', 86722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86724, 86724, 'Power Supplies, Adapters', 'Power-Supplies-Adapters', 86722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20315, 20315, 'Other Power Devices', 'Other-Power-Devices', 86722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58361, 58361, 'Workstation Components, Memory', 'Workstation-Components-Memory', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11217, 11217, 'Workstations, Terminals', 'Workstations-Terminals', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11218, 11218, 'Compaq', 'Compaq', 11217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11219, 11219, 'Dell', 'Dell', 11217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11221, 11221, 'HP', 'HP', 11217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11222, 11222, 'IBM', 'IBM', 11217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11223, 11223, 'Silicon Graphics, SGI', 'Silicon-Graphics-SGI', 11217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20326, 20326, 'Sun', 'Sun', 11217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20327, 20327, 'Sparc', 'Sparc', 20326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20328, 20328, 'Ultra', 'Ultra', 20326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11224, 11224, 'Other Sun', 'Other-Sun', 20326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51280, 51280, 'Wyse, Other Terminals', 'Wyse-Other-Terminals', 11217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1486, 1486, 'Other Brands', 'Other-Brands', 11217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 44995, 44995, 'Wireless Networking, WiFi', 'Wireless-Networking-WiFi', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61815, 61815, 'Amplifiers', 'Amplifiers', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86718, 86718, 'Antennas, Repeaters, Extenders', 'Antennas-Repeaters-Extenders', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61816, 61816, 'Extenders, Boosters', 'Extenders-Boosters', 86718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86719, 86719, 'Grid Antennas', 'Grid-Antennas', 86718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86720, 86720, 'Panel Antennas', 'Panel-Antennas', 86718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86721, 86721, 'Repeaters', 'Repeaters', 86718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67250, 67250, 'Bridges', 'Bridges', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67251, 67251, 'Cisco', 'Cisco', 67250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67252, 67252, 'D-Link', 'D-Link', 67250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61817, 61817, 'Linksys', 'Linksys', 67250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67253, 67253, 'Other Wireless Bridges', 'Other-Wireless-Bridges', 67250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40992, 40992, 'Kits', 'Kits', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61818, 61818, 'Locators, WiFi Network Finders', 'Locators-WiFi-Network-Finders', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44998, 44998, 'PC Cards, USB, Adapters, NICs', 'PC-Cards-USB-Adapters-NICs', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99264, 99264, 'AT&T, Cingular', 'ATandT-Cingular', 44998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44999, 44999, 'Bluetooth', 'Bluetooth', 44998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45000, 45000, 'PC Cards, PCMCIA (Laptop)', 'PC-Cards-PCMCIA-Laptop', 44998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45001, 45001, 'PCI', 'PCI', 44998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45002, 45002, 'USB', 'USB', 44998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45003, 45003, 'Other Adapters, NICs, PC Cards', 'Other-Adapters-NICs-PC-Cards', 44998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86717, 86717, 'Satellite, DirecWay', 'Satellite-DirecWay', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67246, 67246, 'Wireless Print Servers', 'Wireless-Print-Servers', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67247, 67247, 'D-Link', 'D-Link', 67246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64017, 64017, 'Linksys', 'Linksys', 67246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67248, 67248, 'Other Wireless Print Servers', 'Other-Wireless-Print-Servers', 67246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51163, 51163, 'Wireless Routers, Access Point', 'Wireless-Routers-Access-Point', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58324, 58324, 'Belkin', 'Belkin', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67249, 67249, 'Cisco', 'Cisco', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61814, 61814, 'Dell', 'Dell', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51164, 51164, 'D-Link', 'D-Link', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58325, 58325, 'Intel', 'Intel', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71500, 71500, 'Linksys', 'Linksys', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71501, 71501, '4-port Wireless Router', '4-port-Wireless-Router', 71500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71502, 71502, 'Wireless Access Point', 'Wireless-Access-Point', 71500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71503, 71503, 'Wireless G Access Point', 'Wireless-G-Access-Point', 71500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51165, 51165, 'Other Linksys Wireless', 'Other-Linksys-Wireless', 71500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99263, 99263, 'Microsoft', 'Microsoft', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51166, 51166, 'Netgear', 'Netgear', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58327, 58327, 'Proxim, Orinoco', 'Proxim-Orinoco', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44997, 44997, 'Other Wireless Routers', 'Other-Wireless-Routers', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44996, 44996, 'Other Wireless Networking', 'Other-Wireless-Networking', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11175, 11175, 'Other Networking Equipment', 'Other-Networking-Equipment', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45090, 45090, 'Wholesale Lots', 'Wholesale-Lots', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45091, 45091, 'Components & Parts', 'Components-and-Parts', 45090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45092, 45092, 'Network Interface Cards', 'Network-Interface-Cards', 45090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45093, 45093, 'Routers & Switches', 'Routers-and-Switches', 45090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45094, 45094, 'Telecom', 'Telecom', 45090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31579, 31579, 'Other', 'Other', 45090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1245, 1245, 'Printers', 'Printers', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25311, 25311, 'All-In-One, Multifunction', 'All-In-One-Multifunction', 1245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25312, 25312, 'Brother', 'Brother', 25311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25314, 25314, 'Canon', 'Canon', 25311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99270, 99270, 'Dell', 'Dell', 25311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114198, 114198, 'Epson', 'Epson', 25311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70822, 70822, 'HP', 'HP', 25311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70823, 70823, 'PSC', 'PSC', 70822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70824, 70824, 'OfficeJet', 'OfficeJet', 70822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25315, 25315, 'Other', 'Other', 70822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48480, 48480, 'Lexmark', 'Lexmark', 25311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25316, 25316, 'Xerox', 'Xerox', 25311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3303, 3303, 'Other', 'Other', 25311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16185, 16185, 'Ink Jet & Photo Printers', 'Ink-Jet-and-Photo-Printers', 1245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99271, 99271, 'Canon', 'Canon', 16185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99272, 99272, 'PIXMA iP Series', 'PIXMA-iP-Series', 99271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99273, 99273, 'PIXMA MP Series', 'PIXMA-MP-Series', 99271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80230, 80230, 'Other', 'Other', 99271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14302, 14302, 'Compaq', 'Compaq', 16185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70832, 70832, 'Epson', 'Epson', 16185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70833, 70833, 'C Series', 'C-Series', 70832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70834, 70834, 'Stylus 600 Series', 'Stylus-600-Series', 70832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70835, 70835, 'Stylus 700 Series', 'Stylus-700-Series', 70832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70836, 70836, 'Stylus 800 Series', 'Stylus-800-Series', 70832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70837, 70837, 'Stylus 900 Series', 'Stylus-900-Series', 70832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70838, 70838, 'Stylus Pro Series', 'Stylus-Pro-Series', 70832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14303, 14303, 'Other', 'Other', 70832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99274, 99274, 'HP', 'HP', 16185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99275, 99275, 'DesignJet', 'DesignJet', 99274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99276, 99276, 'DeskJet', 'DeskJet', 99274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99277, 99277, 'PhotoSmart', 'PhotoSmart', 99274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14304, 14304, 'Other', 'Other', 99274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70839, 70839, 'Lexmark', 'Lexmark', 16185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70840, 70840, 'X Series', 'X-Series', 70839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70841, 70841, 'Z Series', 'Z-Series', 70839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14305, 14305, 'Other', 'Other', 70839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11203, 11203, 'Other', 'Other', 16185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16186, 16186, 'Laser Printers', 'Laser-Printers', 1245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114199, 114199, 'Brother', 'Brother', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114200, 114200, 'Dell', 'Dell', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114201, 114201, 'Epson', 'Epson', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51281, 51281, 'HP', 'HP', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99278, 99278, 'Black & White', 'Black-and-White', 51281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114202, 114202, '1000 Series', '1000-Series', 99278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99279, 99279, '2000 Series', '2000-Series', 99278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99280, 99280, '3000 Series', '3000-Series', 99278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99281, 99281, '4000 Series', '4000-Series', 99278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99282, 99282, '5000 Series', '5000-Series', 99278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99283, 99283, '8000 Series', '8000-Series', 99278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16188, 16188, 'Other', 'Other', 99278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51282, 51282, 'Color', 'Color', 51281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16189, 16189, 'Lexmark', 'Lexmark', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70842, 70842, 'Minolta', 'Minolta', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70843, 70843, 'Samsung', 'Samsung', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32775, 32775, 'Xerox, Tektronix', 'Xerox-Tektronix', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3750, 3750, 'Other', 'Other', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99284, 99284, 'Mobile Printers', 'Mobile-Printers', 1245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99285, 99285, 'Canon', 'Canon', 99284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99286, 99286, 'HP', 'HP', 99284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70844, 70844, 'Other', 'Other', 99284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41818, 41818, 'POS, Dot Matrix Printers', 'POS-Dot-Matrix-Printers', 1245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41819, 41819, 'Epson', 'Epson', 41818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41820, 41820, 'Okidata', 'Okidata', 41818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41821, 41821, 'Panasonic', 'Panasonic', 41818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3748, 3748, 'Other', 'Other', 41818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70845, 70845, 'Thermal Printers', 'Thermal-Printers', 1245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114203, 114203, 'Datamax', 'Datamax', 70845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70846, 70846, 'Eltron, Zebra', 'Eltron-Zebra', 70845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114204, 114204, 'Intermec', 'Intermec', 70845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31577, 31577, 'Other', 'Other', 70845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 178, 178, 'Other Printers', 'Other-Printers', 1245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51330, 51330, 'Wholesale Lots', 'Wholesale-Lots', 1245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11195, 11195, 'Printer Supplies & Accessories', 'Printer-Supplies-and-Accessories', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51283, 51283, 'Cables, Extenders', 'Cables-Extenders', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51284, 51284, 'Parallel (IEEE1284) Cables', 'Parallel-IEEE1284-Cables', 51283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51285, 51285, 'USB 1.0 Printer Cables', 'USB-1-0-Printer-Cables', 51283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51286, 51286, 'USB 2.0 Printer Cables', 'USB-2-0-Printer-Cables', 51283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51287, 51287, 'USB to IEEE 1284 (Parallel)', 'USB-to-IEEE-1284-Parallel', 51283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11196, 11196, 'Other', 'Other', 51283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16190, 16190, 'Cleaning, Repair Kits', 'Cleaning-Repair-Kits', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51288, 51288, 'Drum Cartridges, Fusers', 'Drum-Cartridges-Fusers', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11197, 11197, 'Feeders, Trays', 'Feeders-Trays', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16191, 16191, 'Ink Cartridges-Black', 'Ink-Cartridges-Black', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156543, 156543, 'Brother', 'Brother', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156544, 156544, 'Single Units', 'Single-Units', 156543, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51289, 51289, 'Multi-Packs', 'Multi-Packs', 156543, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156545, 156545, 'Empty Cartridges', 'Empty-Cartridges', 156543, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156546, 156546, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 156543, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156547, 156547, 'Lots', 'Lots', 156543, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32777, 32777, 'Canon Branded', 'Canon-Branded', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51290, 51290, 'Canon Compatible', 'Canon-Compatible', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51291, 51291, 'Single Units', 'Single-Units', 51290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51292, 51292, 'Multi-Packs', 'Multi-Packs', 51290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156548, 156548, 'Empty Cartridges', 'Empty-Cartridges', 51290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156549, 156549, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 51290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156550, 156550, 'Lots', 'Lots', 51290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140094, 140094, 'Dell Branded', 'Dell-Branded', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140095, 140095, 'Dell Compatible', 'Dell-Compatible', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32781, 32781, 'Epson Branded', 'Epson-Branded', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44965, 44965, 'Epson Compatible', 'Epson-Compatible', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51298, 51298, 'Single Units', 'Single-Units', 44965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51299, 51299, 'Multi-Packs', 'Multi-Packs', 44965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156551, 156551, 'Empty Cartridges', 'Empty-Cartridges', 44965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156552, 156552, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 44965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156553, 156553, 'Lots', 'Lots', 44965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99289, 99289, 'HP Branded', 'HP-Branded', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99290, 99290, 'Single Units', 'Single-Units', 99289, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99291, 99291, 'Multi-Packs', 'Multi-Packs', 99289, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156554, 156554, 'Empty Cartridges', 'Empty-Cartridges', 99289, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156555, 156555, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 99289, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156556, 156556, 'Lots', 'Lots', 99289, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41918, 41918, 'HP Compatible', 'HP-Compatible', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51304, 51304, 'Single Units', 'Single-Units', 41918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51305, 51305, 'Multi-Packs', 'Multi-Packs', 41918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156557, 156557, 'Empty Cartridges', 'Empty-Cartridges', 41918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156558, 156558, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 41918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156559, 156559, 'Lots', 'Lots', 41918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32785, 32785, 'Lexmark Branded', 'Lexmark-Branded', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41921, 41921, 'Lexmark Compatible', 'Lexmark-Compatible', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51307, 51307, 'Single Units', 'Single-Units', 41921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51308, 51308, 'Multi-Packs', 'Multi-Packs', 41921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156560, 156560, 'Empty Cartridges', 'Empty-Cartridges', 41921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156561, 156561, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 41921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156562, 156562, 'Lots', 'Lots', 41921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32787, 32787, 'Xerox Branded', 'Xerox-Branded', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16197, 16197, 'Xerox Compatible', 'Xerox-Compatible', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3747, 3747, 'Other', 'Other', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16198, 16198, 'Ink Cartridges-Color', 'Ink-Cartridges-Color', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156563, 156563, 'Brother Branded', 'Brother-Branded', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156564, 156564, 'Brother Compatible', 'Brother-Compatible', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156565, 156565, 'Single Units', 'Single-Units', 156564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1483, 1483, 'Multi-Packs', 'Multi-Packs', 156564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156566, 156566, 'Empty Cartridges', 'Empty-Cartridges', 156564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156567, 156567, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 156564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156568, 156568, 'Lots', 'Lots', 156564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32789, 32789, 'Canon Branded', 'Canon-Branded', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99305, 99305, 'Canon Compatible', 'Canon-Compatible', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156569, 156569, 'Single Units', 'Single-Units', 99305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16199, 16199, 'Multi-Packs', 'Multi-Packs', 99305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156571, 156571, 'Empty Cartridges', 'Empty-Cartridges', 99305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156572, 156572, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 99305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156573, 156573, 'Lots', 'Lots', 99305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140098, 140098, 'Dell Branded', 'Dell-Branded', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140099, 140099, 'Dell Compatible', 'Dell-Compatible', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32791, 32791, 'Epson Branded', 'Epson-Branded', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51309, 51309, 'Epson Compatible', 'Epson-Compatible', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51310, 51310, 'Single Units', 'Single-Units', 51309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16200, 16200, 'Multi-Packs', 'Multi-Packs', 51309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156574, 156574, 'Empty Cartridges', 'Empty-Cartridges', 51309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156575, 156575, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 51309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156576, 156576, 'Lots', 'Lots', 51309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51317, 51317, 'HP Branded', 'HP-Branded', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51318, 51318, 'Single Units', 'Single-Units', 51317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51319, 51319, 'Multi-Packs', 'Multi-Packs', 51317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32793, 32793, 'Empty Cartridges', 'Empty-Cartridges', 51317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156577, 156577, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 51317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156578, 156578, 'Lots', 'Lots', 51317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41924, 41924, 'HP Compatible', 'HP-Compatible', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51321, 51321, 'Single Units', 'Single-Units', 41924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51322, 51322, 'Multi-Packs', 'Multi-Packs', 41924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156579, 156579, 'Empty Cartridges', 'Empty-Cartridges', 41924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156580, 156580, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 41924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156581, 156581, 'Lots', 'Lots', 41924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156582, 156582, 'Lexmark Branded', 'Lexmark-Branded', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156583, 156583, 'Single Units', 'Single-Units', 156582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32795, 32795, 'Multi-Packs', 'Multi-Packs', 156582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156584, 156584, 'Empty Cartridges', 'Empty-Cartridges', 156582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156585, 156585, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 156582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156586, 156586, 'Lots', 'Lots', 156582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156587, 156587, 'Lexmark Compatible', 'Lexmark-Compatible', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156588, 156588, 'Single Units', 'Single-Units', 156587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51324, 51324, 'Multi-Packs', 'Multi-Packs', 156587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156589, 156589, 'Empty Cartridges', 'Empty-Cartridges', 156587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156590, 156590, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 156587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156591, 156591, 'Lots', 'Lots', 156587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51325, 51325, 'Xerox Branded', 'Xerox-Branded', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156592, 156592, 'Xerox Compatible', 'Xerox-Compatible', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156593, 156593, 'Other', 'Other', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16204, 16204, 'Laser Toner-Black', 'Laser-Toner-Black', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99296, 99296, 'Brother Branded', 'Brother-Branded', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99297, 99297, 'Brother Compatible', 'Brother-Compatible', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32797, 32797, 'Canon Branded', 'Canon-Branded', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16205, 16205, 'Canon Compatible', 'Canon-Compatible', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140096, 140096, 'Dell Branded', 'Dell-Branded', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140097, 140097, 'Dell Compatible', 'Dell-Compatible', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99298, 99298, 'HP Branded', 'HP-Branded', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99299, 99299, '2-Packs', '2-Packs', 99298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99300, 99300, '4-Packs', '4-Packs', 99298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99301, 99301, '5-Packs', '5-Packs', 99298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32799, 32799, 'Other', 'Other', 99298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99302, 99302, 'HP Compatible', 'HP-Compatible', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99303, 99303, '2-Packs', '2-Packs', 99302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99304, 99304, '4-Packs', '4-Packs', 99302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16207, 16207, 'Other', 'Other', 99302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32801, 32801, 'Lexmark Branded', 'Lexmark-Branded', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16208, 16208, 'Lexmark Compatible', 'Lexmark-Compatible', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51326, 51326, 'Panasonic', 'Panasonic', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51327, 51327, 'Samsung', 'Samsung', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32803, 32803, 'Xerox Branded', 'Xerox-Branded', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16209, 16209, 'Xerox Compatible', 'Xerox-Compatible', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11198, 11198, 'Other', 'Other', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99314, 99314, 'Laser Toner-Color', 'Laser-Toner-Color', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140100, 140100, 'Dell Branded', 'Dell-Branded', 99314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140101, 140101, 'Dell Compatible', 'Dell-Compatible', 99314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99315, 99315, 'HP', 'HP', 99314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99316, 99316, 'HP Compatible', 'HP-Compatible', 99314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99317, 99317, 'Minolta', 'Minolta', 99314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99318, 99318, 'Minolta Compatible', 'Minolta-Compatible', 99314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11199, 11199, 'Other', 'Other', 99314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16211, 16211, 'Memory Upgrades', 'Memory-Upgrades', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86728, 86728, 'Printing Paper', 'Printing-Paper', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51328, 51328, 'Printheads', 'Printheads', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11201, 11201, 'Power Supplies', 'Power-Supplies', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99319, 99319, 'Refill, Repair', 'Refill-Repair', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99320, 99320, 'Refill Kits', 'Refill-Kits', 99319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99321, 99321, 'Repair Kits', 'Repair-Kits', 99319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99322, 99322, 'Other', 'Other', 99319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11202, 11202, 'Ribbons', 'Ribbons', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44974, 44974, 'Sign Vinyl', 'Sign-Vinyl', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1246, 1246, 'Other', 'Other', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42306, 42306, 'Wholesale Lots', 'Wholesale-Lots', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11205, 11205, 'Scanners', 'Scanners', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44976, 44976, 'Canon', 'Canon', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44977, 44977, 'Epson', 'Epson', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70821, 70821, 'Fujitsu', 'Fujitsu', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51087, 51087, 'HP', 'HP', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51088, 51088, 'SCSI', 'SCSI', 51087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44978, 44978, 'USB', 'USB', 51087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51089, 51089, 'Other HP Scanners', 'Other-HP-Scanners', 51087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51438, 51438, 'Microtek', 'Microtek', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86710, 86710, 'Mustek', 'Mustek', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73067, 73067, 'UMAX', 'UMAX', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44979, 44979, 'Visioneer', 'Visioneer', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3751, 3751, 'Other', 'Other', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82630, 82630, 'Wholesale Lots', 'Wholesale-Lots', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11211, 11211, 'Servers', 'Servers', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51215, 51215, 'Compaq', 'Compaq', 11211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56101, 56101, 'DL320, DL360', 'DL320-DL360', 51215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56102, 56102, '1850, DL380', '1850-DL380', 51215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56103, 56103, '6400, DL 580', '6400-DL-580', 51215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56104, 56104, '3000, ML530, ML 570', '3000-ML530-ML-570', 51215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56105, 56105, '400,800,1600,ML330,ML350,ML370', '400-800-1600-ML330-ML350-ML370', 51215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56106, 56106, 'Other Pentium-based Servers', 'Other-Pentium-based-Servers', 51215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56107, 56107, 'Other Xeon-based Servers', 'Other-Xeon-based-Servers', 51215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71514, 71514, 'Custom, WhiteBox Servers', 'Custom-WhiteBox-Servers', 11211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71515, 71515, 'Tower', 'Tower', 71514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106268, 106268, 'Rack Mount', 'Rack-Mount', 71514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106269, 106269, '1U, 1 Unit Height', '1U-1-Unit-Height', 106268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106270, 106270, '2U, 2 Unit Height', '2U-2-Unit-Height', 106268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106271, 106271, '4U, 4 Unit Height', '4U-4-Unit-Height', 106268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71516, 71516, 'Other Rack Mount WhiteBox', 'Other-Rack-Mount-WhiteBox', 106268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71517, 71517, 'Other WhiteBox Servers', 'Other-WhiteBox-Servers', 71514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51224, 51224, 'Dell', 'Dell', 11211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51225, 51225, 'PowerEdge 200s-1655 Series', 'PowerEdge-200s-1655-Series', 51224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51226, 51226, 'PowerEdge 1750-2300 Series', 'PowerEdge-1750-2300-Series', 51224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51227, 51227, 'PowerEdge 2400-3250 Series', 'PowerEdge-2400-3250-Series', 51224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51228, 51228, 'PowerEdge 4100-5000 Series', 'PowerEdge-4100-5000-Series', 51224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51229, 51229, 'PowerEdge 6100 Series & Higher', 'PowerEdge-6100-Series-and-Higher', 51224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11213, 11213, 'Other Dell Servers', 'Other-Dell-Servers', 51224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51230, 51230, 'HP', 'HP', 11211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73322, 73322, '9000 Series', '9000-Series', 51230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73323, 73323, 'Netserver LC Series', 'Netserver-LC-Series', 51230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73324, 73324, 'Netserver LH Series', 'Netserver-LH-Series', 51230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73325, 73325, 'Netserver LP Series', 'Netserver-LP-Series', 51230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11214, 11214, 'Other Netserver Series Servers', 'Other-Netserver-Series-Servers', 51230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51234, 51234, 'Other HP Servers', 'Other-HP-Servers', 51230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11215, 11215, 'IBM', 'IBM', 11211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41080, 41080, 'Sun', 'Sun', 11211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51236, 51236, 'Cobalt', 'Cobalt', 41080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106272, 106272, 'Enterprise, E Series', 'Enterprise-E-Series', 41080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51237, 51237, 'Netra', 'Netra', 41080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51238, 51238, 'Sun Fire', 'Sun-Fire', 41080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51239, 51239, 'Other Sun Servers', 'Other-Sun-Servers', 41080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1484, 1484, 'Other Servers', 'Other-Servers', 11211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18793, 18793, 'Software', 'Software', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1505, 1505, 'Antivirus, Security, Utilities', 'Antivirus-Security-Utilities', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80237, 80237, 'Antivirus', 'Antivirus', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80238, 80238, 'Computer Associates', 'Computer-Associates', 80237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 80239, 80239, 'McAfee', 'McAfee', 80237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86729, 86729, 'Panda', 'Panda', 80237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80240, 80240, 'Symantec', 'Symantec', 80237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3805, 3805, 'Other', 'Other', 80237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1506, 1506, 'Auction Utilities', 'Auction-Utilities', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51331, 51331, 'Backup', 'Backup', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67388, 67388, 'Boot Disk', 'Boot-Disk', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80231, 80231, 'Crash Prevention', 'Crash-Prevention', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80232, 80232, 'Desktop Management', 'Desktop-Management', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80233, 80233, 'Disk Mgmt & Compression', 'Disk-Mgmt-and-Compression', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80234, 80234, 'Drivers', 'Drivers', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80235, 80235, 'File Conversion', 'File-Conversion', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3806, 3806, 'Maintenance & Monitoring', 'Maintenance-and-Monitoring', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67389, 67389, 'Repair, Rescue & Recover', 'Repair-Rescue-and-Recover', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3778, 3778, 'Screensavers', 'Screensavers', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106276, 106276, 'Security', 'Security', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80236, 80236, 'Uninstallers', 'Uninstallers', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51334, 51334, 'Utility Suites', 'Utility-Suites', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106277, 106277, 'Voice & Speech', 'Voice-and-Speech', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 191, 191, 'Other', 'Other', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3792, 3792, 'Apple, Macintosh Software', 'Apple-Macintosh-Software', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3804, 3804, 'Antivirus, Security, Utilities', 'Antivirus-Security-Utilities', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11230, 11230, 'Business & Productivity', 'Business-and-Productivity', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3793, 3793, 'Accounting, Finance', 'Accounting-Finance', 11230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80241, 80241, 'Office Suites', 'Office-Suites', 11230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80242, 80242, 'Productivity Tools', 'Productivity-Tools', 11230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3799, 3799, 'Other', 'Other', 11230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80243, 80243, 'Digital Music & Video Software', 'Digital-Music-and-Video-Software', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80244, 80244, 'Music Management Software', 'Music-Management-Software', 80243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80245, 80245, 'Video Editing Software', 'Video-Editing-Software', 80243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80246, 80246, 'Other', 'Other', 80243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4618, 4618, 'Development Tools', 'Development-Tools', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3802, 3802, 'Education & Reference', 'Education-and-Reference', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80247, 80247, 'Games & Entertainment', 'Games-and-Entertainment', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80248, 80248, 'Action', 'Action', 80247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80249, 80249, 'Adventure', 'Adventure', 80247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80250, 80250, 'Board Games', 'Board-Games', 80247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51333, 51333, 'Other', 'Other', 80247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80251, 80251, 'Graphics, Photo & Publishing', 'Graphics-Photo-and-Publishing', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80252, 80252, 'CD / DVD Authoring', 'CD-DVD-Authoring', 80251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80253, 80253, 'Desktop Publishing', 'Desktop-Publishing', 80251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80254, 80254, 'Illustration', 'Illustration', 80251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3796, 3796, 'Image Editing', 'Image-Editing', 80251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80255, 80255, 'Media Collections', 'Media-Collections', 80251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3801, 3801, 'Other', 'Other', 80251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3800, 3800, 'Kids Software', 'Kids-Software', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80256, 80256, 'Operating Systems', 'Operating-Systems', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80257, 80257, 'Mac OS 9', 'Mac-OS-9', 80256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80258, 80258, 'Mac OS X', 'Mac-OS-X', 80256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11231, 11231, 'Other', 'Other', 80256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 189, 189, 'Other Apple Software', 'Other-Apple-Software', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3768, 3768, 'Business & Productivity', 'Business-and-Productivity', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41848, 41848, 'Accounting, Finance', 'Accounting-Finance', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41849, 41849, 'Microsoft Money', 'Microsoft-Money', 41848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41850, 41850, 'Peachtree', 'Peachtree', 41848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80259, 80259, 'QuickBooks', 'QuickBooks', 41848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80260, 80260, 'QuickBooks Basic', 'QuickBooks-Basic', 80259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80261, 80261, 'QuickBooks Professional', 'QuickBooks-Professional', 80259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80262, 80262, 'QuickBooks Premier', 'QuickBooks-Premier', 80259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41851, 41851, 'Quickbooks Other', 'Quickbooks-Other', 80259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99323, 99323, 'Quicken', 'Quicken', 41848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99324, 99324, 'Quicken Deluxe', 'Quicken-Deluxe', 99323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99325, 99325, 'Quicken Premier', 'Quicken-Premier', 99323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41852, 41852, 'Quicken Other', 'Quicken-Other', 99323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3769, 3769, 'Other', 'Other', 41848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106278, 106278, 'Business Card', 'Business-Card', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82634, 82634, 'Business Planning', 'Business-Planning', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41853, 41853, 'Business Suites', 'Business-Suites', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82635, 82635, 'Corel', 'Corel', 41853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82636, 82636, 'Lotus', 'Lotus', 41853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82637, 82637, 'Microsoft', 'Microsoft', 41853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51336, 51336, 'Office 95', 'Office-95', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41854, 41854, 'Office 97', 'Office-97', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41855, 41855, 'Office 2000', 'Office-2000', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44909, 44909, 'Office 2000 Small Business', 'Office-2000-Small-Business', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41856, 41856, 'Office XP Professional', 'Office-XP-Professional', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44910, 44910, 'Office XP Small Business', 'Office-XP-Small-Business', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41857, 41857, 'Office XP Standard', 'Office-XP-Standard', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80264, 80264, 'Office 2003 Standard', 'Office-2003-Standard', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80265, 80265, 'Office 2003 Professional', 'Office-2003-Professional', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80266, 80266, 'Office 2003 SBE', 'Office-2003-SBE', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80267, 80267, 'Office 2003 Other', 'Office-2003-Other', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150132, 150132, 'Office 2007', 'Office-2007', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3770, 3770, 'Other', 'Other', 41853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3772, 3772, 'Contact Management, PIM', 'Contact-Management-PIM', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80268, 80268, 'Document Management', 'Document-Management', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80269, 80269, 'Groupware', 'Groupware', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80270, 80270, 'Point of Sale Systems (POS)', 'Point-of-Sale-Systems-POS', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80271, 80271, 'Presentation', 'Presentation', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3777, 3777, 'Project Management, Flow Chart', 'Project-Management-Flow-Chart', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99326, 99326, 'Resume & Career Management', 'Resume-and-Career-Management', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80272, 80272, 'Scanning and OCR', 'Scanning-and-OCR', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51335, 51335, 'Spreadsheets', 'Spreadsheets', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99327, 99327, 'Tax Preparation', 'Tax-Preparation', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99328, 99328, 'H&R Block', 'HandR-Block', 99327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99329, 99329, 'Turbo Tax', 'Turbo-Tax', 99327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3781, 3781, 'Other Tax Software', 'Other-Tax-Software', 99327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80287, 80287, 'Voice Recognition', 'Voice-Recognition', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80288, 80288, 'Word Processing', 'Word-Processing', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51337, 51337, 'Word', 'Word', 80288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51338, 51338, 'WordPerfect', 'WordPerfect', 80288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41858, 41858, 'Works', 'Works', 80288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80289, 80289, 'Other Word Processing', 'Other-Word-Processing', 80288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 184, 184, 'Other Business & Productivity', 'Other-Business-and-Productivity', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51339, 51339, 'Database & Development Tools', 'Database-and-Development-Tools', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46324, 46324, 'C Languages', 'C-Languages', 51339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46325, 46325, 'Borland', 'Borland', 46324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86730, 86730, 'Macromedia', 'Macromedia', 46324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80297, 80297, 'Microsoft', 'Microsoft', 46324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99330, 99330, 'MS Visual Basic', 'MS-Visual-Basic', 80297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80298, 80298, 'MS Visual C++', 'MS-Visual-C', 80297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80299, 80299, 'MS Visual C#', 'MS-Visual-C', 80297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80300, 80300, 'MS Visual Studio', 'MS-Visual-Studio', 80297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46327, 46327, 'MS Other', 'MS-Other', 80297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1251, 1251, 'Other C Languages', 'Other-C-Languages', 46324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80290, 80290, 'Databases', 'Databases', 51339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80291, 80291, 'IBM', 'IBM', 80290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80292, 80292, 'Microsoft', 'Microsoft', 80290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80295, 80295, 'MS Access', 'MS-Access', 80292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80296, 80296, 'MS SQL Server', 'MS-SQL-Server', 80292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3773, 3773, 'Other MS', 'Other-MS', 80292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80293, 80293, 'Oracle', 'Oracle', 80290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80294, 80294, 'Other Databases', 'Other-Databases', 80290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80301, 80301, 'Java', 'Java', 51339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80302, 80302, 'Borland', 'Borland', 80301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80303, 80303, 'Macromedia', 'Macromedia', 80301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80304, 80304, 'Microsoft', 'Microsoft', 80301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80305, 80305, 'Other', 'Other', 80301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80306, 80306, 'Perl', 'Perl', 51339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80307, 80307, 'Training & Reference', 'Training-and-Reference', 51339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80308, 80308, 'C Languages', 'C-Languages', 80307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80309, 80309, 'Databases', 'Databases', 80307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80310, 80310, 'Java', 'Java', 80307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80312, 80312, 'Other Training', 'Other-Training', 80307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80313, 80313, 'Web Development Tools', 'Web-Development-Tools', 51339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80314, 80314, 'Adobe', 'Adobe', 80313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80315, 80315, 'Macromedia', 'Macromedia', 80313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80316, 80316, 'Microsoft', 'Microsoft', 80313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80317, 80317, 'Other Web Development', 'Other-Web-Development', 80313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51340, 51340, 'Other Database & Development', 'Other-Database-and-Development', 51339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80318, 80318, 'Digital Music & Video Software', 'Digital-Music-and-Video-Software', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99331, 99331, 'Music Management', 'Music-Management', 80318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106279, 106279, 'Magix', 'Magix', 99331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99332, 99332, 'Nero', 'Nero', 99331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99333, 99333, 'Roxio', 'Roxio', 99331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51346, 51346, 'Other Music Management', 'Other-Music-Management', 99331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99334, 99334, 'Video Editing', 'Video-Editing', 80318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99335, 99335, 'Adobe', 'Adobe', 99334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99337, 99337, 'Pinnacle', 'Pinnacle', 99334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99336, 99336, 'Roxio', 'Roxio', 99334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51345, 51345, 'Other Video Editing', 'Other-Video-Editing', 99334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80319, 80319, 'Other Music and Video Software', 'Other-Music-and-Video-Software', 80318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 68258, 68258, 'Downloadable Software', 'Downloadable-Software', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3783, 3783, 'Education & Reference', 'Education-and-Reference', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80320, 80320, 'Arts & Music', 'Arts-and-Music', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3784, 3784, 'Business', 'Business', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41931, 41931, 'Car Repair', 'Car-Repair', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82638, 82638, 'College Test Preparation', 'College-Test-Preparation', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80321, 80321, 'Computer Related', 'Computer-Related', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41932, 41932, 'Dictionaries', 'Dictionaries', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82639, 82639, 'Encyclopedias', 'Encyclopedias', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82640, 82640, 'Britannica', 'Britannica', 82639, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82641, 82641, 'Encarta', 'Encarta', 82639, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3785, 3785, 'Other Encyclopedias', 'Other-Encyclopedias', 82639, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80322, 80322, 'Genealogy', 'Genealogy', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80323, 80323, 'General Reference', 'General-Reference', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3787, 3787, 'Health', 'Health', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80326, 80326, 'History', 'History', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41862, 41862, 'How-To', 'How-To', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41863, 41863, 'Computer Building & Repair', 'Computer-Building-and-Repair', 41862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41864, 41864, 'Home Improvement', 'Home-Improvement', 41862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82642, 82642, 'Music', 'Music', 41862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106280, 106280, 'Photography', 'Photography', 41862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82643, 82643, 'Professional, Career', 'Professional-Career', 41862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41865, 41865, 'Typing', 'Typing', 41862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82644, 82644, 'Web Design', 'Web-Design', 41862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3786, 3786, 'Other', 'Other', 41862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41866, 41866, 'Language', 'Language', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80324, 80324, 'Chinese', 'Chinese', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48488, 48488, 'English', 'English', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41867, 41867, 'French', 'French', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41868, 41868, 'German', 'German', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46328, 46328, 'Italian', 'Italian', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80325, 80325, 'Japanese', 'Japanese', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106281, 106281, 'Russian', 'Russian', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41869, 41869, 'Spanish', 'Spanish', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3788, 3788, 'Other', 'Other', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106282, 106282, 'Legal and Living Will', 'Legal-and-Living-Will', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51342, 51342, 'Maps, Atlas, Geography', 'Maps-Atlas-Geography', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3789, 3789, 'Math', 'Math', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51343, 51343, 'Reading', 'Reading', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3790, 3790, 'Religion', 'Religion', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3791, 3791, 'Science', 'Science', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 186, 186, 'Other', 'Other', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80327, 80327, 'Games & Entertainment', 'Games-and-Entertainment', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80328, 80328, 'Action', 'Action', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80329, 80329, 'Adventure', 'Adventure', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80330, 80330, 'Arcade', 'Arcade', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80331, 80331, 'Board Games & Trivia', 'Board-Games-and-Trivia', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80332, 80332, 'Driving and Racing', 'Driving-and-Racing', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80333, 80333, 'Family Entertainment', 'Family-Entertainment', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80334, 80334, 'Puzzle', 'Puzzle', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80335, 80335, 'Role Playing', 'Role-Playing', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80336, 80336, 'Simulation', 'Simulation', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80337, 80337, 'Sports', 'Sports', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80338, 80338, 'Strategy', 'Strategy', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80339, 80339, 'Other', 'Other', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41859, 41859, 'Graphics, Photo & Publishing', 'Graphics-Photo-and-Publishing', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3771, 3771, 'CAD / CAM', 'CAD-CAM', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80622, 80622, 'CD / DVD Authoring', 'CD-DVD-Authoring', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14306, 14306, 'Clip Art', 'Clip-Art', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41876, 41876, 'Desktop & Web Publishing', 'Desktop-and-Web-Publishing', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41877, 41877, 'Adobe', 'Adobe', 41876, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41878, 41878, 'Corel', 'Corel', 41876, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41879, 41879, 'Microsoft', 'Microsoft', 41876, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41880, 41880, 'Ulead', 'Ulead', 41876, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 185, 185, 'Other', 'Other', 41876, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86731, 86731, 'Digital Image Editing', 'Digital-Image-Editing', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86732, 86732, 'Adobe', 'Adobe', 86731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86733, 86733, 'Jasc', 'Jasc', 86731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86734, 86734, 'Microsoft', 'Microsoft', 86731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86735, 86735, 'Ulead', 'Ulead', 86731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51344, 51344, 'Other', 'Other', 86731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80340, 80340, 'Illustration', 'Illustration', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80341, 80341, 'Media Collection', 'Media-Collection', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80342, 80342, 'Web Graphics', 'Web-Graphics', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 188, 188, 'Other', 'Other', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80343, 80343, 'Handheld Software', 'Handheld-Software', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80344, 80344, 'Handheld, Entertainment', 'Handheld-Entertainment', 80343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80345, 80345, 'Handheld, Productivity', 'Handheld-Productivity', 80343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80346, 80346, 'Handheld, Utilities', 'Handheld-Utilities', 80343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80347, 80347, 'Other', 'Other', 80343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80348, 80348, 'Internet Related Utilities', 'Internet-Related-Utilities', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80349, 80349, 'Adware Removal', 'Adware-Removal', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80350, 80350, 'E-Commerce Software', 'E-Commerce-Software', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80351, 80351, 'E-Mail Software', 'E-Mail-Software', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80352, 80352, 'Filters and Access Control', 'Filters-and-Access-Control', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80353, 80353, 'Pop-up Blocker', 'Pop-up-Blocker', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3776, 3776, 'Remote Access', 'Remote-Access', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3779, 3779, 'Security and Firewall', 'Security-and-Firewall', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80354, 80354, 'Spam Utilities', 'Spam-Utilities', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80355, 80355, 'Spyware Removal', 'Spyware-Removal', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4291, 4291, 'Other', 'Other', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41870, 41870, 'Kids Software', 'Kids-Software', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51347, 51347, 'Art & Creativity', 'Art-and-Creativity', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51348, 51348, 'Early Learning', 'Early-Learning', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106283, 106283, 'Kids Games', 'Kids-Games', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106284, 106284, 'Board Games', 'Board-Games', 106283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106285, 106285, 'Cartoon Characters', 'Cartoon-Characters', 106283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106286, 106286, 'Disney', 'Disney', 106283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106287, 106287, 'Sports', 'Sports', 106283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41871, 41871, 'Other Kids Games', 'Other-Kids-Games', 106283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41872, 41872, 'Math', 'Math', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106288, 106288, 'Reading & Language', 'Reading-and-Language', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106289, 106289, 'Disney', 'Disney', 106288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106290, 106290, 'Reader Rabbit', 'Reader-Rabbit', 106288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41873, 41873, 'Other Reading & Language', 'Other-Reading-and-Language', 106288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41874, 41874, 'Science & Nature', 'Science-and-Nature', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82646, 82646, 'Social Studies', 'Social-Studies', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41875, 41875, 'Thinking & Problem Solving', 'Thinking-and-Problem-Solving', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51349, 51349, 'Virtual Pets', 'Virtual-Pets', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1248, 1248, 'Other', 'Other', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80356, 80356, 'Networking', 'Networking', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80358, 80358, 'Connectivity', 'Connectivity', 80356, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80357, 80357, 'Data Sharing', 'Data-Sharing', 80356, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80359, 80359, 'Performance Management', 'Performance-Management', 80356, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51350, 51350, 'Other', 'Other', 80356, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11226, 11226, 'Operating Systems', 'Operating-Systems', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11685, 11685, 'DOS', 'DOS', 11226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41881, 41881, 'Linux', 'Linux', 11226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41882, 41882, 'Windows', 'Windows', 11226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41883, 41883, 'Windows 95', 'Windows-95', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41884, 41884, 'Windows 98', 'Windows-98', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41885, 41885, 'Windows 2000', 'Windows-2000', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80360, 80360, 'Windows 2003', 'Windows-2003', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41886, 41886, 'Windows NT', 'Windows-NT', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41887, 41887, 'Windows XP Home Edition', 'Windows-XP-Home-Edition', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41888, 41888, 'Windows XP Professional', 'Windows-XP-Professional', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41889, 41889, 'Windows ME', 'Windows-ME', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147789, 147789, 'Windows Vista', 'Windows-Vista', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11229, 11229, 'Other Windows', 'Other-Windows', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4619, 4619, 'Other Operating Systems', 'Other-Operating-Systems', 11226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 182, 182, 'Other Software', 'Other-Software', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40134, 40134, 'Wholesale Lots', 'Wholesale-Lots', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3516, 3516, 'Technology Books', 'Technology-Books', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3517, 3517, 'Certification', 'Certification', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3518, 3518, 'Graphics, Software', 'Graphics-Software', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3519, 3519, 'Hardware', 'Hardware', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3521, 3521, 'How-To', 'How-To', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3520, 3520, 'Internet', 'Internet', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3524, 3524, 'Networking, OS', 'Networking-OS', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67381, 67381, 'Owners Manuals', 'Owners-Manuals', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67382, 67382, 'Compaq', 'Compaq', 67381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67383, 67383, 'Toshiba', 'Toshiba', 67381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67384, 67384, 'Dell', 'Dell', 67381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16210, 16210, 'HP', 'HP', 67381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67385, 67385, 'IBM', 'IBM', 67381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67386, 67386, 'Epson', 'Epson', 67381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67387, 67387, 'Other Brands', 'Other-Brands', 67381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3522, 3522, 'Programming', 'Programming', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 183, 183, 'Software', 'Software', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3523, 3523, 'Web Development', 'Web-Development', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 163, 163, 'Other', 'Other', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11189, 11189, 'Vintage Computing Products', 'Vintage-Computing-Products', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80286, 80286, 'Apple, Macintosh', 'Apple-Macintosh', 11189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4598, 4598, 'Amiga', 'Amiga', 11189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82631, 82631, 'Atari', 'Atari', 11189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74945, 74945, 'Commodore', 'Commodore', 11189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74946, 74946, 'IBM', 'IBM', 11189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74947, 74947, 'TRS 80', 'TRS-80', 11189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4193, 4193, 'Vintage PCs', 'Vintage-PCs', 11189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1247, 1247, 'Other', 'Other', 11189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58059, 58059, 'Other Hardware & Services', 'Other-Hardware-and-Services', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11154, 11154, 'Domain Names', 'Domain-Names', 58059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), #NAME? #NAME? #NAME? ('', '', '', '', 3767, 3767, 'Other', 'Other', 11154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 192, 192, 'Services', 'Services', 58059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1253, 1253, 'Informational', 'Informational', 192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1311, 1311, 'Auction Services', 'Auction-Services', 1253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4949, 4949, 'Compilations', 'Compilations', 1253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1491, 1491, 'Other', 'Other', 1253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4617, 4617, 'Web Design', 'Web-Design', 192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 194, 194, 'Web Hosting', 'Web-Hosting', 192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 193, 193, 'Other', 'Other', 192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 161, 161, 'Other Hardware', 'Other-Hardware', 58059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11188, 11188, 'Internet Appliances', 'Internet-Appliances', 161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51093, 51093, 'Switchboards', 'Switchboards', 161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 162, 162, 'Other', 'Other', 161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 293, 293, 'Consumer Electronics', 'Consumer-Electronics', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15057, 15057, 'Apple iPod, MP3 Players', 'Apple-iPod-MP3-Players', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67833, 67833, 'Apple iPod', 'Apple-iPod', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90964, 90964, 'iPod', 'iPod', 67833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75458, 75458, 'iPod Mini', 'iPod-Mini', 67833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 125478, 125478, 'iPod Nano', 'iPod-Nano', 67833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97930, 97930, 'iPod Shuffle', 'iPod-Shuffle', 67833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150002, 150002, 'iPod Special Edition', 'iPod-Special-Edition', 67833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94930, 94930, 'Other', 'Other', 67833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114618, 114618, 'Archos', 'Archos', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75463, 75463, 'Creative Labs', 'Creative-Labs', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114612, 114612, 'Dell', 'Dell', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114622, 114622, 'iRiver', 'iRiver', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147175, 147175, 'Microsoft Zune', 'Microsoft-Zune', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114626, 114626, 'Philips-Nike', 'Philips-Nike', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48686, 48686, 'RCA', 'RCA', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75452, 75452, 'Rio', 'Rio', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114630, 114630, 'Samsung', 'Samsung', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114632, 114632, 'SanDisk', 'SanDisk', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79878, 79878, 'Sony', 'Sony', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73839, 73839, 'Other MP3 Players', 'Other-MP3-Players', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14961, 14961, 'A/V Accessories & Cables', 'A-V-Accessories-and-Cables', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149953, 149953, 'Antennas', 'Antennas', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149954, 149954, 'AM/FM Antennas', 'AM-FM-Antennas', 149953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73383, 73383, 'Amplified TV Antennas', 'Amplified-TV-Antennas', 149953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149955, 149955, 'HDTV Antennas', 'HDTV-Antennas', 149953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149956, 149956, 'Non-Amplified TV Antennas', 'Non-Amplified-TV-Antennas', 149953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149957, 149957, 'Outdoor TV Antennas', 'Outdoor-TV-Antennas', 149953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71532, 71532, 'Satellite Radio Antennas', 'Satellite-Radio-Antennas', 149953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15064, 15064, 'Other', 'Other', 149953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14964, 14964, 'Audio Cables & Connectors', 'Audio-Cables-and-Connectors', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149958, 149958, 'A/V Transmitters', 'A-V-Transmitters', 14964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32838, 32838, 'Adapters, Connectors, Plugs', 'Adapters-Connectors-Plugs', 14964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64591, 64591, 'Analog Interconnects', 'Analog-Interconnects', 14964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14965, 14965, 'Digital Interconnects', 'Digital-Interconnects', 14964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14966, 14966, 'Speaker Cables', 'Speaker-Cables', 14964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64596, 64596, 'Speaker Selectors, Switchers', 'Speaker-Selectors-Switchers', 14964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64595, 64595, 'Subwoofer Cables', 'Subwoofer-Cables', 14964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 32833, 32833, 'Other', 'Other', 14964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94893, 94893, 'Blank Media', 'Blank-Media', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14962, 14962, 'Audio Tapes', 'Audio-Tapes', 94893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94894, 94894, 'CDs, DVDs', 'CDs-DVDs', 94893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149959, 149959, 'MiniDiscs', 'MiniDiscs', 94893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149960, 149960, 'VHS Videotapes', 'VHS-Videotapes', 94893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64588, 64588, 'Media Cases, Storage', 'Media-Cases-Storage', 94893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149961, 149961, 'Other', 'Other', 94893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40135, 40135, 'Headphones, Headsets', 'Headphones-Headsets', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149962, 149962, 'Bluetooth', 'Bluetooth', 40135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40137, 40137, 'DJ & Traditional Headphones', 'DJ-and-Traditional-Headphones', 40135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64601, 64601, 'Headsets with Microphone', 'Headsets-with-Microphone', 40135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88762, 88762, 'Noise-Canceling Headphones', 'Noise-Canceling-Headphones', 40135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88761, 88761, 'Sport & Travel Headphones', 'Sport-and-Travel-Headphones', 40135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140938, 140938, 'Wireless Headphones', 'Wireless-Headphones', 40135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3274, 3274, 'Other', 'Other', 40135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48641, 48641, 'Maintenance & Care', 'Maintenance-and-Care', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48644, 48644, 'A/V Owners & Service Manuals', 'A-V-Owners-and-Service-Manuals', 48641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48643, 48643, 'CD/DVD Cleaners, Repair Kits', 'CD-DVD-Cleaners-Repair-Kits', 48641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15091, 15091, 'Head Cleaners', 'Head-Cleaners', 48641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149963, 149963, 'LP Record Cleaners', 'LP-Record-Cleaners', 48641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48642, 48642, 'Other', 'Other', 48641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61335, 61335, 'Mounts & Brackets', 'Mounts-and-Brackets', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48656, 48656, 'Flat-Panel TV Brackets, Mounts', 'Flat-Panel-TV-Brackets-Mounts', 61335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84078, 84078, 'Standard TV Brackets & Mounts', 'Standard-TV-Brackets-and-Mounts', 61335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71584, 71584, 'Projector Mounts', 'Projector-Mounts', 61335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61336, 61336, 'Speaker Brackets & Mounts', 'Speaker-Brackets-and-Mounts', 61335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14997, 14997, 'Speaker Stands', 'Speaker-Stands', 61335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149964, 149964, 'TV Swivels', 'TV-Swivels', 61335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64587, 64587, 'Other', 'Other', 61335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61312, 61312, 'Remote Controls', 'Remote-Controls', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149965, 149965, 'Cable Box Remotes', 'Cable-Box-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15065, 15065, 'Home Audio Remotes', 'Home-Audio-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 91388, 91388, 'TV, DVD, VCR Remotes', 'TV-DVD-VCR-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61323, 61323, 'Universal Remotes', 'Universal-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67881, 67881, 'DirecTV Remotes', 'DirecTV-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67886, 67886, 'Dish Network Remotes', 'Dish-Network-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149966, 149966, 'Sirius Remotes', 'Sirius-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71541, 71541, 'TiVo Remotes', 'TiVo-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109274, 109274, 'XM Radio Remotes', 'XM-Radio-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 93376, 93376, 'Other', 'Other', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67779, 67779, 'Surge Protection, Filtration', 'Surge-Protection-Filtration', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67780, 67780, 'Power Centers', 'Power-Centers', 67779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67781, 67781, 'Surge Protectors', 'Surge-Protectors', 67779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32830, 32830, 'Other', 'Other', 67779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32834, 32834, 'Video Cables & Connectors', 'Video-Cables-and-Connectors', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73384, 73384, 'Coaxial Cables', 'Coaxial-Cables', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64631, 64631, 'Component Cables', 'Component-Cables', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32836, 32836, 'Composite (RCA) Cables', 'Composite-RCA-Cables', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73385, 73385, 'DVI Cables & Adapters', 'DVI-Cables-and-Adapters', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149974, 149974, 'HDMI Cables & Adapters', 'HDMI-Cables-and-Adapters', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137919, 137919, 'Optical Cables', 'Optical-Cables', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32831, 32831, 'RF Modulators', 'RF-Modulators', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73388, 73388, 'S-Video Cables & Adapters', 'S-Video-Cables-and-Adapters', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73390, 73390, 'Video Splitters & Switches', 'Video-Splitters-and-Switches', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32837, 32837, 'Other', 'Other', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61395, 61395, 'Other A/V Accessories', 'Other-A-V-Accessories', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40971, 40971, 'Batteries & Chargers', 'Batteries-and-Chargers', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48616, 48616, 'General-Use Batteries', 'General-Use-Batteries', 40971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14951, 14951, 'Alkaline', 'Alkaline', 48616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101364, 101364, 'Lithium', 'Lithium', 48616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40975, 40975, 'Rechargeable', 'Rechargeable', 48616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50603, 50603, 'Battery & Charger Combos', 'Battery-and-Charger-Combos', 40971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48618, 48618, 'Battery Chargers', 'Battery-Chargers', 40971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79845, 79845, 'Battery Testers', 'Battery-Testers', 40971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79846, 79846, 'Other', 'Other', 40971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3270, 3270, 'Car Electronics', 'Car-Electronics', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48610, 48610, 'Car Alarms & Security', 'Car-Alarms-and-Security', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50554, 50554, 'Installation Manuals', 'Installation-Manuals', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94830, 94830, 'Keys, Transponders', 'Keys-Transponders', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75389, 75389, 'Relays, Sensors', 'Relays-Sensors', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94828, 94828, 'Remote Entry/Alarm Combos', 'Remote-Entry-Alarm-Combos', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94829, 94829, 'With 2-Way Paging', 'With-2-Way-Paging', 94828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60202, 60202, 'Without 2-Way Paging', 'Without-2-Way-Paging', 94828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94831, 94831, 'Remote Start/Alarm Combos', 'Remote-Start-Alarm-Combos', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94832, 94832, 'With 2-Way Paging', 'With-2-Way-Paging', 94831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48611, 48611, 'Without 2-Way Paging', 'Without-2-Way-Paging', 94831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71530, 71530, 'Replacement Remotes', 'Replacement-Remotes', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75390, 75390, 'Standard Car Alarm Systems', 'Standard-Car-Alarm-Systems', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94833, 94833, 'With 2-Way Paging', 'With-2-Way-Paging', 75390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94834, 94834, 'Without 2-Way Paging', 'Without-2-Way-Paging', 75390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75391, 75391, 'Factory, OEM Car Security', 'Factory-OEM-Car-Security', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60203, 60203, 'Other Car Alarm', 'Other-Car-Alarm', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18795, 18795, 'Car Amplifiers', 'Car-Amplifiers', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64570, 64570, 'Mono Car Amplifiers', 'Mono-Car-Amplifiers', 18795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39732, 39732, '2-Channel Car Amps', '2-Channel-Car-Amps', 18795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39739, 39739, 'Multi-Channel Car Amps', 'Multi-Channel-Car-Amps', 18795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48602, 48602, 'Car Audio In-Dash Units', 'Car-Audio-In-Dash-Units', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64574, 64574, 'Car Cassette Receivers', 'Car-Cassette-Receivers', 48602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3288, 3288, 'Aftermarket Receivers', 'Aftermarket-Receivers', 64574, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64575, 64575, 'Factory & OEM Receivers', 'Factory-and-OEM-Receivers', 64574, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64576, 64576, 'Car CD/Cassette Combos', 'Car-CD-Cassette-Combos', 48602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32815, 32815, 'Aftermarket Receivers', 'Aftermarket-Receivers', 64576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64577, 64577, 'Factory & OEM Receivers', 'Factory-and-OEM-Receivers', 64576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39749, 39749, 'Car CD/MP3 Receivers', 'Car-CD-MP3-Receivers', 48602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39750, 39750, 'Alpine', 'Alpine', 39749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50558, 50558, 'Clarion', 'Clarion', 39749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50559, 50559, 'JVC', 'JVC', 39749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39751, 39751, 'Kenwood', 'Kenwood', 39749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50560, 50560, 'Panasonic', 'Panasonic', 39749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39752, 39752, 'Pioneer', 'Pioneer', 39749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39753, 39753, 'Sony', 'Sony', 39749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18798, 18798, 'Other Brands', 'Other-Brands', 39749, 1000, '', '', '', '', '', '', '', '', 1, 1,