							function  sicObj(name, code)
							{
								this.name = name;
								this.code = code;
							}
							
							function addOption(selectbox,text,value )
							{
								var optn = document.createElement("OPTION");
								optn.text = text;
								optn.value = value;
								selectbox.options.add(optn);
							}	

							// needed variables
							var subIndustryCategories = new Array();
							subIndustryCategories[subIndustryCategories.length] = new sicObj("AGRICULTURE: CROP ","0100");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Food: Wheat ","0111");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Food: Rice ","0112");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Food: Corn ","0115");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Food: Soybean ","0116");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Grain: Cash, Other ","0119");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Cotton ","0131");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Tobacco ","0132");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Food: Sugarcane & Sugar Beet ","0133");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Food: Potato ","0134");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Field, Other ","0139");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Food: Fruit: Vegetable & Melon ","0161");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Food: Fruit: Berry ","0171");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Food: Fruit: Grape ","0172");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Food: Nut ","0173");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Food: Fruit: Citrus ","0174");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Food: Fruit: Deciduous ","0175");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Food: Nuts, also Other ","0179");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Flower/Nursery ","0181");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: Food, under cover ","0182");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Crop: General ","0191");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("AGRICULTURE: LIVESTOCK ","0200");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Livestock: Beef Cattle, Feedlot ","0211");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Livestock: Beef Cattle, except Feedlot ","0212");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Livestock: Hog ","0213");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Livestock: Sheep & Goat ","0214");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Livestock: Other, except Dairy/Poultry ","0219");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Livestock: Dairy ","0241");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Livestock: Poultry: Chicken: Meat ","0251");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Livestock: Poultry: Chicken: Egg ","0252");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Livestock: Poultry: Turkey: Meat & Egg ","0253");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Livestock: Poultry: Hatchery ","0254");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Livestock: Poultry: Meat & Egg, Other ","0259");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Livestock: Animal: Fur-Bearing ","0271");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Livestock: Equine, including Horse ","0272");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Livestock: Aquaculture, including Fish ","0273");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Livestock: Animal Specialty, Other ","0279");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Livestock: Livestock & Animal ","0291");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("AGRICULTURE: SERVICE ","0700");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Service: Soil Preparation ","0711");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Service: Crop: Planting & Cultivating ","0721");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Service: Crop: Machine Harvesting ","0722");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Service: Crop: Preparation, except Cotton Ginning ","0723");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Service: Crop: Cotton Ginning ","0724");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Service: Animal: Veterinary: Livestock ","0741");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Service: Animal: Other, except, Livestock ","0742");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Service: Animal: Livestock, except Veterinary ","0751");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Service: Animal: Other, except Veterinary ","0752");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Service: Management: Labor ","0761");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Service: Management, Other ","0762");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Service: Landscape: Planning/Consulting ","0781");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Service: Landscape: Lawn & Garden ","0782");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Agriculture: Service: Landscape: Ornamental Shrub & Tree ","0783");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("FORESTRY ","0800");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Forestry: Timber Tract ","0811");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Forestry: Nurseries & Product ","0831");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Forestry: Service ","0851");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("FISHING, HUNTING AND TRAPPING ","0900");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Fishing: Finfish ","0912");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Fishing: Shellfish ","0913");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Fishing: Marine Product, Other ","0919");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Fish Hatcheries & Preserves ","0921");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Hunting/Trapping/Propagation ","0971");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MINING: METAL ","1000");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Metal: Ore: Iron ","1011");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Metal: Ore: Copper ","1021");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Metal: Ore: Lead & Zinc ","1031");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Metal: Ore: Gold ","1041");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Metal: Ore: Silver ","1044");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Metal: Ore: Ferroalloy, except Vanadium ","1061");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Metal: Service ","1081");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Metal: Uranium/Radium/Vanadium ","1094");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Metal: Ore, Other ","1099");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MINING: COAL ","1200");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Coal: Bituminous/Lignite, Surface ","1221");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Coal: Bituminous, Underground ","1222");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Coal: Anthracite ","1231");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Coal: Service ","1241");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MINING: OIL AND GAS ","1300");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Oil & Gas: Extraction: Crude Petroleum & Natural Gas ","1311");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Oil & Gas: Production: Natural Gas Liquid ","1321");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Oil & Gas: Drilling: Well ","1381");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Oil & Gas: Service: Field Exploration ","1382");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Oil & Gas: Service: Field, Other ","1389");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MINING: MINERAL: NONMETALLIC ","1400");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Mineral: Stone: Dimension ","1411");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Mineral: Stone: Limestone: Crushed/Broken ","1422");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Mineral: Stone: Granite: Crushed/Broken ","1423");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Mineral: Stone: Other: Crushed/Broken ","1429");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Mineral: Stone: Sand & Gravel ","1442");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Mineral: Stone: Industrial Sand ","1446");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Mineral: Stone: Clay: Kaolin & Ball ","1455");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Mineral: Stone: Clay: Refractory, Other ","1459");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Mineral: Stone: Potash/Soda/Borate ","1474");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Mineral: Stone: Phosphate ","1475");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Mineral: Chemical, Other ","1479");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Mineral: Nonmetal, except Fuel ","1481");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Mining: Mineral: Nonmetal, except Fuel ","1499");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("CONSTRUCTION: GENERAL BUILDING ","1500");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Residential: House ","1521");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Residential, Other ","1522");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Builder: Operative ","1531");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Nonresidential: Industrial: Building/Warehouse ","1541");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Nonresidential: Building, except Industrial ","1542");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("CONSTRUCTION: HEAVY, EXCEPT BUILDING ","1600");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Road, except Elevated Highways ","1611");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Road: Bridge/Tunnel/Elevated Highway ","1622");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Utility/Power Line ","1623");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Heavy, Other ","1629");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("CONSTRUCTION: SPECIAL TRADE ","1700");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade: Plumbing, Heating & A/C ","1711");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade: Painting & Paper Hanging ","1721");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade: Electrical ","1731");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade: Masonry/Stone Setting/Other ","1741");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade: Plaster/Wall/Insulation ","1742");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade: Tile/Marble/Mosaic ","1743");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade: Carpentry ","1751");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade: Floor ","1752");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade: Roof/Siding/Sheet Metal ","1761");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade: Concrete ","1771");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade: Water Well Drilling ","1781");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade: Structural Steel ","1791");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade: Glass & Glazing ","1793");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade: Excavation ","1794");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade: Wrecking & Demolition ","1795");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade: Install/Erect Building Equipment, Other ","1796");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Construction: Special Trade, Other ","1799");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: FOOD AND KINDRED PRODUCT ","2000");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Meat Packing ","2011");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Meat: Sausage/Prepared ","2013");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Meat: Slaughter/Process Poultry ","2015");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Dairy: Butter ","2021");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Dairy: Cheese ","2022");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Dairy: Processed ","2023");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Dairy: Ice Cream & Dessert ","2024");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Dairy: Fluid Milk ","2026");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Canned: Specialty ","2032");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Canned: Preserve/Jam/Jelly ","2033");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Mix: Dried Fruit/Vegetable/Soup ","2034");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Sauce: Fruit/Vegetable/Seasoning ","2035");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Frozen: Fruit/Juice/Vegetable ","2037");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Frozen: Specialty, Other ","2038");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Milled: Flour & Grain ","2041");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Milled: Cereal Breakfast ","2043");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Milled: Rice ","2044");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Milled: Flour Mixes/Dough ","2045");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Milled: Wet Corn ","2046");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Milled: Animal Feed: Dog & Cat Food ","2047");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Milled: Animal Feed, Other ","2048");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Bakery: Bread, except Cookie/Cracker ","2051");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Bakery: Cookie & Cracker ","2052");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Bakery: Frozen, except Bread ","2053");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Sugar: Cane, except Refined ","2061");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Sugar: Cane, Refined ","2062");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Sugar: Beet ","2063");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Confectionery: Candy & Other ","2064");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Confectionery: Chocolate & Cocoa ","2066");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Confectionery: Chewing Gum ","2067");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Confectionery: Salted/Roasted Nut & Seed ","2068");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Oil: Cottonseed ","2074");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Oil: Soybean ","2075");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Oil: Vegetable, except Corn/Soybean ","2076");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Oil: Animal/Marine, Fat & Oil ","2077");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Oil: Margarine, Other ","2079");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Beverage: Malt ","2082");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Beverage: Ingredient: Malt ","2083");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Beverage: Wine, Brandy & Brandy Spirit ","2084");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Beverage: Distilled & Blended Liquor ","2085");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Beverage: Soft Drink/Water (Canned/Bottled) ","2086");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Beverage: Ingredient: Extracts/Syrup, Other ","2087");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Seafood: Canned/Cured ","2091");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Seafood: Fresh/Frozen ","2092");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Beverage: Coffee: Roasted ","2095");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Snack: Potato/Corn Chips/Other ","2096");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Ice ","2097");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Pasta: Macaroni & Noodle ","2098");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Food: Preparation, Other ","2099");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: TOBACCO ","2100");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Tobacco: Cigarette ","2111");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Tobacco: Cigar ","2121");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Tobacco: Chewing/Smoking Tobacco & Snuff ","2131");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Tobacco: Stemming & Re-drying ","2141");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: TEXTILE: MILL ","2200");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Board woven Fabric: Cotton ","2211");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Board woven Fabric: Silk ","2221");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Board woven Fabric: Wool ","2231");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Mill: Narrow Fabric/Small ware ","2241");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Hosiery, except Sock, Female ","2251");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Hosiery, Other ","2252");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Knit: Outerwear ","2253");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Knit: Underwear/Nightwear ","2254");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Knit: Weft ","2257");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Knit: Lace/Warp ","2258");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Knit: Other ","2259");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Finish Fabric: Cotton ","2261");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Finish Fabric: Silk ","2262");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Finish Fabric: Other ","2269");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Carpets & Rugs ","2273");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Yarn: Spun ","2281");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Yarn ","2282");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Thread ","2284");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Fabric: Coated, except Rubber ","2295");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Fabric: Tire Cord, Other ","2296");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Non-woven Fabric ","2297");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Cordage & Twine ","2298");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile, Other ","2299");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: TEXTILE: APPAREL ","2300");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Male: Suit/Coat/Overcoat ","2311");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Male: Shirt Except Work Shirt ","2321");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Male: Underwear/Nightwear ","2322");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Male: Neckwear ","2323");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Male: Separate Trouser/Slack ","2325");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Male: Work Clothing, Male ","2326");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Male: Clothing, Other ","2329");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Female: Blouse/Shirt ","2331");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Female: Dress ","2335");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Female: Suit/Skirt/Coat ","2337");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Outerwear, Other ","2339");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Female/Child: Underwear/Nightwear ","2341");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Female: Bra/Girdle/Garment ","2342");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Female: Hat/Cap/Millinery ","2353");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Child: Dress/Blouse/Shirt ","2361");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Child: Outerwear, Other ","2369");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Fur Good ","2371");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Glove Except Knit/Leather ","2381");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Robe & Dressing Gown ","2384");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Waterproof Outerwear ","2385");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Leather/Sheep-Lined Clothing ","2386");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Belts ","2387");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Clothes: Apparel & Accessory, Other ","2389");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Home furnishing: Curtain & Drapery ","2391");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Home furnishing, Other ","2392");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Bags ","2393");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Canvas and Related ","2394");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Trim: Decorative Stitching (Trade) ","2395");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Trim: Auto and Apparel ","2396");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Trim: Embroidery: Schiffli Machine ","2397");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Textile: Fabric, Other ","2399");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: LUMBER-WOOD ","2400");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Logging ","2411");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Sawmill: General Planing ","2421");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Sawmill: Hardwood Dimension/Floor ","2426");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Sawmill: Special Product, Other ","2429");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Sawmill ","2431");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Cabinet: Kitchen ","2434");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Veneer & Plywood: Hardwood ","2435");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Veneer & Plywood: Softwood ","2436");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Structural, Other ","2439");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Box: Nail/Lock Corner ","2441");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Pallet & Skid ","2448");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Container, Other ","2449");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Home: Mobile ","2451");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Building/Component: Prefab ","2452");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Preservation ","2491");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Reconstituted ","2493");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Lumber-Wood: Product, Other ","2499");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: FURNITURE & FIXTURE ","2500");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Furniture: Household: Wood ","2511");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Furniture: Household: Wood: Upholstered ","2512");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Furniture: Household: Metal ","2514");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Furniture: Household: Mattress/Convertible Bed ","2515");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Furniture: Household: Wood: TV/Stereo/Sewing ","2517");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Furniture: Household, Other ","2519");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Furniture: Office: Wood ","2521");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Furniture: Office, except Wood ","2522");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Furniture: Office: Public Building/Related ","2531");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Fixture: Store: Wood ","2541");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Fixture/Partitions: Office ","2542");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Furniture: Drapery Hardware/Window Shade ","2591");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Furniture & Fixtures, Other (incl. hospital bed) ","2599");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: PAPER AND ALLIED PRODUCT ","2600");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Mill: Pulp ","2611");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Mill: Paper ","2621");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Mill: Paperboard ","2631");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Paper: Container: Box: Setup Paperboard ","2652");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Paper: Container: Box: Corrugated & Solid Fiber ","2653");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Paper: Container: Fiber Can/Tube/Drum ","2655");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Paper: Container: Sanitary Food ","2656");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Paper: Container: Box: Folding ","2657");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Paper: Packaging: Coated & Laminated ","2671");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Paper: Packaging: Coated & Laminated, Other ","2672");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Paper: Container: Bag: Plastic/Foil/Coated ","2673");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Paper: Bag: Uncoated Paper/Multi-wall Bag ","2674");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Paper: Die-Cut Paper/Cardboard ","2675");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Paper: Sanitary ","2676");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Paper: Envelope ","2677");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Paper: Stationery/Related Product ","2678");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Paper: Converted, Other ","2679");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: PRINTING AND PUBLISHING ","2700");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Publishing & Printing: Newspaper ","2711");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Publishing & Printing: Periodical ","2721");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Publishing & Printing: Book ","2731");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Printing: Printing Book ","2732");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Publishing, Other ","2741");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Printing: Commercial: Lithographic ","2752");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Printing: Commercial: Gravure ","2754");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Printing: Commercial, Other ","2759");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Printing: Manifold Business Form ","2761");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Printing: Greeting Card ","2771");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Printing Related: Blankbook/Looseleaf Binder ","2782");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Printing Related: Bookbinding & Related Work ","2789");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Printing Related: Typesetting ","2791");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Printing Related: Plate making ","2796");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("CHEMICALS AND ALLIED PRODUCTS ","2800");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Alkali & Chlorine ","2812");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Industrial Gas ","2813");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Pigment: Inorganic ","2816");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Inorganic, Other ","2819");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Plastics Material ","2821");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Synthetic Rubber ","2822");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Fiber: Manmade: Cellulose ","2823");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Fiber: Manmade: Organic ","2824");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Medicine/Botanical Chemical ","2833");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Pharmaceutical Preparation ","2834");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: In Vitro/Vivo Diagnostic ","2835");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Biological Product ","2836");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Soap/Other Detergent ","2841");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Cleaning Preparation ","2842");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Surface Active/Finish Agent ","2843");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Cosmetics/Toilet Preparation ","2844");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Paint/Varnish/Other Product ","2851");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Gum & Wood ","2861");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Cyclic Organic Crude/Dye ","2865");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Industrial Organic Chemical, Other ","2869");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Fertilizer: Nitrogenous ","2873");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Fertilizer: Phosphate ","2874");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Fertilizer: Mixing Only ","2875");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Pesticides/Farm Chemical, Other ","2879");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Adhesive & Sealant ","2891");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Explosive ","2892");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Printing Ink ","2893");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemical: Carbon Black ","2895");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Chemicals & Preparations, Other ","2899");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: PETROLEUM AND COAL PRODUCT ","2900");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Petroleum: Refining ","2911");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Petroleum: Asphalt Paving Mixture/Blocks ","2951");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Petroleum: Asphalt Felts & Coatings ","2952");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Petroleum: Lubricating Oils & Grease ","2992");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Petroleum/Coal Products, Other ","2999");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: RUBBER AND OTHER PRODUCT ","3000");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Rubber: Tires & Inner Tube ","3011");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Rubber & Plastic: Footwear ","3021");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Rubber & Plastic: Hose/Belting ","3052");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Rubber: Gasket/Packing/Seal Devices ","3053");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Rubber: Mechanical Rubber Good ","3061");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Rubber: Fabricated, Other ","3069");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Plastic: Film & Sheet ","3081");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Plastic: Shape: Profile ","3082");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Plastic: Shape: Laminated ","3083");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Plastic: Pipe ","3084");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Plastic: Bottle ","3085");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Plastic: Foam ","3086");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Plastic: Resin Custom Compounding ","3087");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Plastic: Plumbing Fixture ","3088");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Plastic: Product, Other ","3089");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: LEATHER AND LEATHER PRODUCT ","3100");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Leather: Tanning & Finishing ","3111");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Leather: Boot/Shoe Cut Stock/Finding ","3131");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Leather: House Slipper ","3142");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Leather: Footwear: Male ","3143");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Leather: Footwear: Female ","3144");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Leather: Footwear ","3149");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Leather: Glove & Mitten ","3151");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Leather: Luggage ","3161");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Leather: Handbag/Purse: Female ","3171");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Leather: Personal ","3172");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Leather: Goods, Other ","3199");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: STONE, CLAY AND GLASS PRODUCT ","3200");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Glass: Flat ","3211");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Glass: Container ","3221");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Glass: Glassware, Pressed/Blown, Other ","3229");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Glass: Products ","3231");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Clay: Cement, Hydraulic ","3241");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Clay: Tile & Brick ","3251");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Clay: Tile, Ceramic Wall & Floor ","3253");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Clay: Refractory ","3255");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Clay: Structural, Other ","3259");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Clay: China: Plumbing Fixture ","3261");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Clay: China: Table/Kitchen Good ","3262");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Clay: Porcelain: Electrical Supply ","3264");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Clay: Pottery, Other ","3269");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Clay: Concrete: Block & Brick ","3271");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Clay: Concrete: Product, Other ","3272");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Clay: Concrete: Ready-Mix ","3273");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Clay: Lime ","3274");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Clay: Gypsum Products ","3275");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Stone: Cut Stone, Other ","3281");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Stone: Abrasive ","3291");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Stone: Asbestos ","3292");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Stone: Ground/Mineral, Other ","3295");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Stone: Mineral Wool ","3296");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Stone: Non-clay Refractory ","3297");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Stone: Mineral: Product, Other ","3299");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: PRIMARY METAL ","3300");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Steel: Work & Blast Furnace ","3312");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Electrometallurgical Product ","3313");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Steel: Wiredrawing/Nails/Spike ","3315");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Steel: Cold-Rolled ","3316");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Steel: Pipe & Tube ","3317");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Iron: Gray & Ductile ","3321");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Iron: Malleable ","3322");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Steel Investment Foundries ","3324");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Steel Foundries, Other ","3325");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Copper: Smelt/Refine ","3331");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Aluminum: Primary Production ","3334");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Nonferrous: Smelting/Refining ","3339");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Secondary Metal: Nonferrous ","3341");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Copper: Rolling/Drawing/Extruding ","3351");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Sheet, Plate & Foil ","3353");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Extruded Products ","3354");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Aluminum Rolling/Drawing, Other ","3355");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Nonferrous: Rolling/Drawing/Extruding ","3356");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Nonferrous Wire: Drawing/Insulating ","3357");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Die-Cast: Aluminum ","3363");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Die-Cast: Nonferrous ","3364");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Aluminum: Foundry ","3365");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Copper: Foundry ","3366");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Nonferrous Foundries, Other ","3369");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Heat Treating ","3398");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Primary Metal: Product, Other ","3399");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: METAL PRODUCT ","3400");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Container: Can ","3411");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Container: Ship Barrel/Drum ","3412");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Tool: Cutlery ","3421");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Tool: Hand/Edge Tool ","3423");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Tool: Saw Blade and Handsaw ","3425");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Tool: Hardware, Other ","3429");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Enameled Iron/Metal Ware ","3431");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Building Material: Plumbing Fixture Part ","3432");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Building Material: Heating Equipment ","3433");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Building Material: Structural ","3441");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Building Material: Door/Molding/Trim ","3442");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Plate: Boiler Shop ","3443");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Sheet ","3444");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Ornamental ","3446");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Building Material/Component: Prefabricated ","3448");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Structural, Other ","3449");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Screw Machine ","3451");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Nut/Screw/Washer ","3452");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Forging: Iron & Steel ","3462");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Forging: Nonferrous ","3463");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Stamping: Automotive ","3465");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Crown & Closure ","3466");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Stamping, Other ","3469");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Process: Electroplating/Polishing/Coloring ","3471");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Process: Coating/Engraving, Other ","3479");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Weapon: Ammunition: Small Arm ","3482");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Weapon: Ammunition, except Small Arm ","3483");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Weapon: Small Arm ","3484");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Weapon: Ordnance & Accessory, Other ","3489");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Valve: Industrial ","3491");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Fluid Power Valves/Hose ","3492");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Steel Spring, except Wire ","3493");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Valve & Pipe Fittings, Other ","3494");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Wire Spring ","3495");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Wire, Other ","3496");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Foil & Leaf ","3497");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product: Pipe/Fitting ","3498");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Metal Product, Other ","3499");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: MACHINERY & EQUIPMENT ","3500");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Machinery: Turbines/Generator Set ","3511");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Internal Combustion Engine, Other ","3519");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Farm ","3523");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Lawn/Garden Tractor ","3524");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Construction ","3531");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Mining ","3532");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Oil/Gas ","3533");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Conveyance: Elevator & Escalator ","3534");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Conveyance: Conveyor/Conveying ","3535");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Conveyance: Overhead System ","3536");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Conveyance: Truck/Tractor/Trailer ","3537");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Tool: Metal Cutting ","3541");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Tool: Metal Forming ","3542");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Tool: Industrial Pattern ","3543");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Tool & Die, Special ","3544");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Tool/Accessory ","3545");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Tool: Hand: Power-Driven ","3546");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Rolling Mill ","3547");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Electric/Gas Welding/Soldering ","3548");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Metalworking, Other ","3549");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Trade: Textile ","3552");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Trade: Woodworking ","3553");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Trade: Paper Industry ","3554");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Trade: Print ","3555");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Trade: Food ","3556");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Trade: Special, Other ","3559");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Pump & Pumping ","3561");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Ball & Roller Bearing ","3562");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Air/Gas Compressors ","3563");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Fan/Blower/Air Purification ","3564");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Packaging ","3565");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: High Speed Drive/Gear Changer ","3566");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Furnace/Oven ","3567");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Transmission, Other ","3568");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment, Other ","3569");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Computer: Electronic ","3571");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Computer: Storage Device ","3572");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Computer: Terminal ","3575");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Computer: Peripheral, Other ","3577");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Calculating Machine, not Computers ","3578");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Office Machine, Other ","3579");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Automatic Vending ","3581");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Dry-cleaning/Pressing ","3582");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: A/C & Heating ","3585");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Measuring & Dispensing Pump ","3586");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Service Industry, Other ","3589");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Carburetor/Piston/Valve ","3592");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Fluid Power: Cylinder/Actuator ","3593");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Fluid Power: Pump & Motor ","3594");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Scale/Balance, except Laboratory ","3596");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Machinery & Equipment: Industrial ","3599");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: ELECTRONIC & ELECTRIC EQUIPMENT ","3600");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Industrial: Power & Specialty Transformer ","3612");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Industrial: Switchgear/Board Apparatus ","3613");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Industrial: Motor & Generator ","3621");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Industrial: Carbon & Graphite Product ","3624");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Industrial: Relay & Control ","3625");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Industrial: Apparatus, Other ","3629");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Household: Equipment: Cooking ","3631");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Household: Refrigerator/Freezer ","3632");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Household: Equipment: Laundry ","3633");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Household: Equipment: Fan, Other ","3634");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Household: Equipment: Vacuum Cleaner ","3635");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Household: Appliances, Other ","3639");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Current: Lighting: Lamp Bulb & Tube ","3641");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Current: Wiring Device ","3643");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Non-current Carrying: Wiring Device ","3644");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Lighting: Fixture: Residential ","3645");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Lighting: Fixture: Nonresidential ","3646");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Lighting: Fixture: Vehicular ","3647");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Lighting, Other ","3648");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Audio/Video Equipment: Household ","3651");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Audio Equipment: Record/Tape/Disk ","3652");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Audio Equipment: Telephone/Telegraph ","3661");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Audio Equipment: Broadcast ","3663");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Audio Equipment: Communication ","3669");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Component: Electron Tube ","3671");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Component: Printed Circuit Board ","3672");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Component: Semiconductor/Related Device ","3674");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Component: Capacitor ","3675");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Component: Resistor ","3676");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Component: Coil/Transformer ","3677");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Component: Connector ","3678");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Component, Other ","3679");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Battery: Storage ","3691");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Battery: Primary - Dry & Wet ","3692");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Equipment: Engine: Internal Combustion ","3694");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Audio/Video Equipment: Recording ","3695");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Electronic/Electric: Machinery, Other ","3699");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: TRANSPORTATION EQUIPMENT ","3700");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Motor Vehicle Body ","3711");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Truck & Bus Body ","3713");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Vehicle Part/Accessory ","3714");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Truck Trailers ","3715");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Motor Homes ","3716");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Aircraft ","3721");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Aircraft: Engine/Part ","3724");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Aircraft: Part, Other ","3728");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Ship: Building & Repair ","3731");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Boat: Building & Repair ","3732");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Train: Railroad ","3743");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Motorcycle & Bicycle: Part/Repair ","3751");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Space: Missile: Guided Vehicle ","3761");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Space: Propulsion Unit: Part ","3764");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Space: Missile: Part/Equipment ","3769");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Travel Trailers & Camp ","3792");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment: Military: Tank & Tank Component ","3795");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Transportation Equipment, Other ","3799");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: INSTRUMENT AND RELATED PRODUCT ","3800");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Industrial: Navigation/Guidance ","3812");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Industrial: Lab Apparatus & Furniture ","3821");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Industrial: Automatic Regulating Control ","3822");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Industrial: Display/Control ","3823");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Industrial: Totalizing Fluid Meter ","3824");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Industrial: Electricity Testers ","3825");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Medical: Lab Analytical Instrument ","3826");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Medical: Optical & Lens ","3827");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Medical: Measure/Control, Other ","3829");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Medical: Surgical/Medical ","3841");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Medical: Orthopedic/Prosthetic Apparatus ","3842");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Medical: Dental Equipment & Supply ","3843");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Medical: X-Ray Apparatus & Tube ","3844");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Medical: Electro Medical/Therapy Apparatus ","3845");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Medical: Ophthalmic ","3851");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Photographic ","3861");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Instrument: Watch/Clock Device & Part ","3873");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("MANUFACTURING: OTHER ","3900");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Jewelry: Precious Metal ","3911");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Silver/Plated/Stainless Ware ","3914");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Jeweler Findings/Material ","3915");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Recreation and Amusement: Musical Instruments ","3931");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Recreation and Amusement: Doll & Stuffed Toy ","3942");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Recreation and Amusement: Game & Toy ","3944");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Recreation and Amusement: Sporting & Athletic ","3949");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Marking Device: Pen, Mechanical Pencil & Part ","3951");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Marking Device: Lead Pencil/Artist Material ","3952");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Marking Device, Other ","3953");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Marking Device: Carbon Paper & Inked Ribbon ","3955");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Jewelry/Novelties: Non-precious/Costume ","3961");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Sundries: Fastener/Button/Needle/Pin ","3965");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Broom & Brush ","3991");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Sign & Advertising ","3993");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Burial Casket ","3995");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other: Floor Covering: Hard Surface ","3996");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Manufacturing: Other, Other ","3999");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("TRANSPORTATION: RAILROAD ","4000");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Railroad: Operating: Line-Haul ","4011");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Railroad: Terminal: Switching ","4013");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("TRANSPORTATION: LOCAL AND INTERURBAN ","4100");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Transit & Transport: Local & Suburban ","4111");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Transit & Transport: Local Passenger, Other ","4119");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Taxicab ","4121");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Bus: Intercity/Rural ","4131");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Bus: Charter: Local ","4141");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Bus: Charter: Non-local ","4142");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Bus: School ","4151");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Terminal: Vehicle Passenger ","4173");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("TRANSPORTATION: TRUCKING AND WAREHOUSING ","4200");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Trucking: Local: Non-storage ","4212");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Trucking: Non-local ","4213");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Trucking: Local: Storage ","4214");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Courier Service, except by Air ","4215");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Warehousing & Storage: Farm Product ","4221");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Warehouse & Storage: Refrigerated ","4222");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Warehousing & Storage: General ","4225");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Warehousing & Storage: Special ","4226");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Terminal: Motor Maintenance ","4231");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("TRANSPORTATION: UNITED STATES POSTAL SERVICE ","4300");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: United States Postal Service ","4311");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("TRANSPORTATION: WATER ","4400");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Water: Freight: Sea: Foreign ","4412");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Water: Freight: Sea: Domestic ","4424");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Water: Freight: Great Lakes ","4432");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Water: Freight, Other ","4449");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Water: Passenger ","4481");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Water: Freight or Passenger: Ferry ","4482");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Water, Other ","4489");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Water: Marine Cargo Handling ","4491");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Water: Towing & Tugboat ","4492");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Water: Marina ","4493");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Water: Service, Other ","4499");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("TRANSPORTATION: AIR ","4500");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Air: Scheduled ","4512");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Air: Courier Service ","4513");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Air: Non-Scheduled ","4522");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Air: Service: Airport/Terminal ","4581");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("TRANSPORTATION: PIPELINE ","4600");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Pipeline: Crude Petroleum ","4612");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Pipeline: Refined Petroleum ","4613");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Pipeline, Other ","4619");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("TRANSPORTATION: SERVICE ","4700");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Service: Travel Agency ","4724");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Service: Tour Operator ","4725");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Service: Arranged Passenger, Other ","4729");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Service: Arranged Cargo/Freight ","4731");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Service: Railroad Car: Rental ","4741");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Service: Packing & Crating ","4783");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Service: Inspecting/Weighing ","4785");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Transportation: Service: Other ","4789");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("COMMUNICATION ","4800");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Communication: Cellular/Radiotelephone ","4812");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Communication: Telephone ","4813");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Communication: Telegraph, Other ","4822");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Communication: Broadcasting: Radio ","4832");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Communication: Broadcasting: Television ","4833");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Communication: Cable, Other ","4841");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Communication: Service, Other ","4899");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("UTILITY: ELECTRIC, GAS & SANITARY ","4900");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Utility: Electric ","4911");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Utility: Natural Gas: Transmission ","4922");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Utility: Natural Gas: Transmission/Distribution ","4923");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Utility: Natural Gas: Distribution ","4924");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Utility: Petroleum Gas ","4925");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Utility: Electric & Other Service Combined ","4931");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Utility: Gas & Other Service Combined ","4932");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Utility: Combination, Other ","4939");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Utility: Water Supply ","4941");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Utility: Sewerage System ","4952");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Utility: Refuse System ","4953");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Utility: Sanitary Service, Other ","4959");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Utility: Steam & A/C Supply ","4961");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Utility: Irrigation System ","4971");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("WHOLESALE: DURABLE ","5000");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Automotive: Auto & Other Motor Vehicles ","5012");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Automotive: Vehicle Supply & New Part ","5013");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Automotive: Tire & Tube ","5014");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Automotive: Motor Vehicle Parts, Used ","5015");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Home Furnishings: Furniture ","5021");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Home Furnishings, Other ","5023");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Material: Construction: Lumber/Plywood/Millwork ","5031");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Material: Construction: Brick/Stone ","5032");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Material: Construction: Roof/Siding/Insulation ","5033");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Material: Construction, Other ","5039");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Equipment & Supply: Photo ","5043");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Equipment: Office ","5044");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Equipment & Supply: Computer ","5045");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Equipment: Commercial, Other ","5046");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Equipment & Supply: Medical/Dental ","5047");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Equipment & Supply: Ophthalmic ","5048");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Equipment & Supply: Professional, Other ","5049");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Metals Service Centers & Offices ","5051");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Coal & Other Mineral & Ore ","5052");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Equipment & Supply: Electrical/Wiring ","5063");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Equipment: Electrical Appliances ","5064");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Equipment & Parts: Electronic, Other ","5065");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Construction: Hardware ","5072");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Equipment & Supply: Construction: Plumbing/Heating ","5074");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Equipment & Supply: Construction: Heating & A/C ","5075");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Equipment & Supply: Construction: Refrigeration ","5078");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Equipment: Construction & Mining ","5082");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Machinery & Equipment: Farm/Garden ","5083");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Machinery & Equipment: Industrial ","5084");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Supply: Industrial ","5085");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Equipment: Service Establishment ","5087");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Equipment & Supply: Transportation ","5088");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Goods & Supply: Sporting/Recreational ","5091");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Goods & Supply: Toy/Hobby ","5092");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Material: Scrap & Waste ","5093");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Material: Jewelry/Watches/Precious Metal ","5094");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Durable: Goods, Other ","5099");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("WHIOLESALE: NONDURABLE ","5100");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Supply: Printing & Writing Paper ","5111");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Supply: Stationery & Office ","5112");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Supply: Industry/Personal Service Paper ","5113");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Drugs/Druggist Sundry ","5122");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Piece Good/Other Dry Good ","5131");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Clothing & Furnishing: Male ","5136");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Clothing & Furnishing: Female/Children ","5137");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Clothing: Footwear ","5139");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Food: Grocery, General Line ","5141");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Packaged Frozen ","5142");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Food: Dairy ","5143");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Food: Poultry & Poultry ","5144");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Food: Confectionery ","5145");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Food: Fish & Seafood ","5146");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Food: Meat, Other ","5147");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Food: Fruit & Vegetable: Fresh ","5148");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Food: Groceries & Related Product, Other ","5149");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Agriculture: Grain & Field Bean ","5153");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Agriculture: Livestock ","5154");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Agriculture: Farm Product Raw Material, Other ","5159");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Plastic Material/Basic Form ","5162");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Chemical/Allied Product, Other ","5169");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Petroleum: Bulk Terminal ","5171");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Petroleum: Product ","5172");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Beverage: Beer & Ale ","5181");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Beverage: Wine/Distilled Alcohol ","5182");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Agriculture: Farm Supply ","5191");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Books/Periodicals/Newspapers ","5192");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Flowers/Florists' Supply ","5193");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Tobacco & Tobacco Product ","5194");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Paints/Varnish & Supply ","5198");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Wholesale: Nondurable: Goods, Other ","5199");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("RETAIL: BUILDING MATERIAL & GARDEN ","5200");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Building Material: Lumber/Building ","5211");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Building: Paint/Glass/Wallpaper ","5231");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Building: Hardware ","5251");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Lawn & Garden Supply ","5261");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Mobile Home ","5271");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("RETAIL: GENERAL ","5300");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: General: Department ","5311");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: General: Variety ","5331");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: General, Other ","5399");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("RETAIL: FOOD ","5400");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Food: Grocery ","5411");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Food: Meat/Seafood ","5421");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Food: Fruit & Vegetable ","5431");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Food: Candy/Confectionery ","5441");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Food: Dairy Product ","5451");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Food: Bakery ","5461");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Food, Other ","5499");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("RETAIL: AUTO & SERVICE ","5500");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Auto: New ","5511");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Auto: Used ","5521");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Auto & Home Supply ","5531");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Gasoline Service Stations ","5541");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Boat ","5551");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Recreational Vehicle ","5561");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Motorcycle ","5571");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Automotive, Other ","5599");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("RETAIL: APPAREL & ACCESSORY ","5600");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Apparel & Accessory: Male ","5611");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Apparel: Female ","5621");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Accessory: Female ","5632");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Apparel & Accessory: Child ","5641");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Apparel: Family ","5651");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Apparel: Shoe ","5661");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Apparel/Accessory, Other ","5699");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("RETAIL: FURNITURE AND HOME FURNISHING ","5700");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Home Furnishing: Furniture ","5712");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Home Furnishing: Floor Covering ","5713");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Home Furnishing: Curtain & Upholstery Store ","5714");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Home Furnishing, Other ","5719");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Home Furnishing: Appliance ","5722");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Home Furnishing: Consumer Electronic ","5731");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Computer/Software ","5734");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Record/Tape ","5735");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Musical Instrument ","5736");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("RETAIL: RESTAURANT AND BAR ","5800");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Restaurant: Eating Place ","5812");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Bar: Drinking Place ","5813");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("RETAIL, OTHER ","5900");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Drug ","5912");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Liquor Stores ","5921");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Used Merchandise ","5932");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Sporting Goods/Bike ","5941");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Book ","5942");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Stationery ","5943");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Jewelry ","5944");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Hobby/Toy/Game ","5945");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Camera/Photo Supply ","5946");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Gift/Novelty/Souvenir ","5947");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Luggage/Leather ","5948");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Sewing & Piece Good ","5949");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Catalog & Mail-Order House ","5961");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Vending Machine ","5962");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Direct Selling ","5963");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Fuel: Oil ","5983");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Fuel: Bottled Gas ","5984");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Fuel, Other ","5989");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Florist ","5992");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Tobacco ","5993");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: News Dealer & Newsstand ","5994");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Optical Good ","5995");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Retail: Other ","5999");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("FINANCE: DEPOSITORY INSTITUTION ","6000");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Depository Institution: Federal Reserve Bank ","6011");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Depository Institution: Central Reserve, Other ","6019");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Depository Institution: Commercial Bank: National ","6021");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Depository Institution: Commercial Bank: State ","6022");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Depository Institution: Commercial Bank, Other ","6029");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Depository Institution: Saving: Federally Chartered ","6035");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Depository Institution: Saving: Non Federally Chartered ","6036");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Depository Institution: Credit Union: Federally Chartered ","6061");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Depository Institution: Credit Union: Non Federally Chartered ","6062");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Depository Institution: Foreign Bank Branch/Agency ","6081");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Depository Institution: Foreign Trade/International Bank ","6082");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Non-depository: Trust Facility ","6091");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Depository Institution: Functions, Other ","6099");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("FINANCE: NONDEPOSITORY INSTITUTION ","6100");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Non-depository Institution: Credit: Federally Sponsored ","6111");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Non-depository Institution: Credit: Personal ","6141");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Non-depository Institution: Credit: Business: Short-Term ","6153");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Non-depository Institution: Credit: Business , Other ","6159");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Non-depository Institution: Credit: Mortgage & Loan ","6162");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Non-depository Institution: Credit: Loan Brokers ","6163");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("FINANCE: SECURITY AND COMMODITY BROKER ","6200");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Security Broker/Flotation Company ","6211");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Commodity Broker/Dealers ","6221");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Security & Commodity Exchange ","6231");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Investment Advice ","6282");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Security/Commodity Exchange Service ","6289");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("FINANCE: INSURANCE CARRIER ","6300");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Insurance: Carrier: Life ","6311");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Insurance: Carrier: Accident & Health ","6321");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Insurance: Carrier: Hospital & Medical Service Plan ","6324");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Insurance: Carrier: Fire/Marine/Casualty ","6331");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Insurance: Carrier: Surety ","6351");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Insurance: Carrier: Title ","6361");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Insurance: Pension/Health/Welfare Fund ","6371");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Insurance: Carrier, Other ","6399");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("FINANCE: INSURANCE AGENT/BROKER/SERVICE ","6400");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Insurance: Agent/Broker/Service ","6411");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("REAL ESTATE ","6500");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Real Estate: Operator: Nonresidential Building ","6512");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Real Estate: Operator: Apartment Building ","6513");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Real Estate: Operator: Dwelling, except Apt. Building ","6514");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Real Estate: Operator: Residential Mobile Home ","6515");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Real Estate: Lessor: Railroad Property ","6517");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Real Estate: Lessor: Real Property, Other ","6519");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Real Estate: Agent & Manager ","6531");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Real Estate: Title Abstract Office ","6541");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Real Estate: Sub-divider/Developer: Land ","6552");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Real Estate: Developer/Developer: Cemetery ","6553");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("FINANCE: HOLDING AND INVESTMENT ","6700");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Holding and Investment: Bank Holding ","6712");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Holding and Investment: Bank, Other ","6719");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Holding and Investment: Management Investment, Open-End ","6722");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Holding and Investment: Trust: Unit Investment ","6726");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Holding and Investment: Trust: Education/Religious/Charitable ","6732");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Holding and Investment: Trust, except Religious/Charitable ","6733");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Holding and Investment: Oil Royalty Trader ","6792");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Holding and Investment: Patent Owner & Lessor ","6794");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Holding and Investment: Trust: Real Estate ","6798");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Finance: Holding and Investment: Investment, Other ","6799");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("SERVICE: LODGING ","7000");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Lodging: Hotel & Motel ","7011");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Lodging: Rooming & Boarding House ","7021");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Lodging: Camp: Sporting & Recreational ","7032");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Lodging: Campsite: RV Park, Other ","7033");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Lodging: Hotel, Other ","7041");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("SERVICE: PERSONAL ","7200");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Personal: Cleaning: Laundry: Family/Commercial ","7211");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Personal: Cleaning: Garment Pressing (Trade) ","7212");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Personal: Cleaning: Linen Supply ","7213");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Personal: Cleaning: Coin-Operated Laundry ","7215");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Personal: Cleaning: Dry-cleaning, except Rugs ","7216");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Personal: Cleaning: Carpet & Upholstery ","7217");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Personal: Cleaning: Laundry: Industrial ","7218");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Personal: Cleaning: Laundry & Garment, Other ","7219");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Personal: Photography: Portrait ","7221");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Personal: Grooming: Beauty Shop ","7231");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Personal: Grooming: Barber Shop ","7241");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Personal: Shoe Repair/Shine Shop ","7251");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Personal: Funeral Service/Crematory ","7261");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Personal: Finance: Tax Return Preparation ","7291");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Personal: Other ","7299");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("SERVICE: BUSINESS ","7300");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Advertising: Agency ","7311");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Advertising: Outdoor ","7312");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Advertising: Radio/TV/Publisher Representation ","7313");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Advertising, Other ","7319");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Finance: Adjustment/Collection ","7322");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Finance: Credit Reporting ","7323");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Advertising: Direct Mail ","7331");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Photocopy/Duplicating ","7334");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Photography: Commercial ","7335");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Advertising: Commercial Art/Graphic Design ","7336");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Secretarial/Court Reporting ","7338");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Building Maintenance: Disinfection/Pest Control ","7342");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Building Maintenance: Cleaning, Other ","7349");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Equipment: Rental/Leasing: Medical ","7352");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Equipment: Rental/Leasing: Heavy Construction ","7353");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Equipment: Rental/Leasing, Other ","7359");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Personnel: Employment Agency ","7361");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Personnel: Help Supply ","7363");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Computer: Programming ","7371");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Computer: Prepackaged Software ","7372");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Computer: Integrated System Design ","7373");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Computer: Processing/Data ","7374");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Computer: Information Retrieval ","7375");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Computer: Facility Management ","7376");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Computer: Rental/Leasing ","7377");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Computer: Maintenance/Repair ","7378");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Computer: Related, Other ","7379");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Security: Detective/Guard/Armored Car ","7381");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Security: Systems and Devices ","7382");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: News Syndicate ","7383");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business: Photo finishing Laboratory ","7384");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Business, Other ","7389");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("SERVICE: AUTO REPAIR, SERVICE, PARKING ","7500");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Truck: Rental/Leasing, No Driver ","7513");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Auto: Rental ","7514");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Auto: Leasing ","7515");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Utility Trailer & RV: Rental ","7519");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Auto: Parking ","7521");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Repair: Auto: Top/Body, including Painting ","7532");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Repair: Auto: Exhaust System ","7533");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Repair: Auto: Tire, including Re-treading, Other ","7534");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Repair: Auto: Glass Replacement ","7536");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Repair: Auto: Transmission ","7537");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Repair: Auto: General ","7538");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Repair: Auto, Other ","7539");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Auto: Carwash ","7542");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Auto, Other ","7549");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("SERVICE: REPAIR, OTHER ","7600");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Repair: Radio & TV ","7622");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Repair: Refrigeration & A/C ","7623");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Repair: Electronics, Other ","7629");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Repair: Watch/Clock/Jewelry ","7631");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Repair: Re-upholstery/Furniture ","7641");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Repair: Welding ","7692");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Repair: Armature Rewinding ","7694");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Repair, Other ","7699");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("SERVICE: AMUSEMENT AND RECREATION: MOVIE ","7800");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Movie & Video: Production ","7812");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Movie: Production ","7819");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Movie & Video: Distribution ","7822");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Movie: Distribution - Allied Service ","7829");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Movie: Theater: Non-Drive-In ","7832");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Movie: Theater: Drive-In ","7833");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Video: Rental ","7841");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("SERVICE: AMUSEMENT AND RECREATION: OTHER ","7900");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Other: Dance Studio/School/Hall ","7911");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Other: Movie: Producer ","7922");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Other: Actor/Musician/Entertainer ","7929");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Other: Bowling Center ","7933");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Other: Pro Sport Club & Promoter ","7941");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Other: Race Track, incl. Operation ","7948");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Other: Physical Fitness Facility ","7991");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Other: Public Golf Course ","7992");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Other: Coin Amusement Device ","7993");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Other: Amusement Park ","7996");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation: Other: Sport/Recreation: Private ","7997");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Amusement and Recreation, Other ","7999");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("HEALTH SERVICE ","8000");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Office: Doctor of Medicine ","8011");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Office: Doctor of Dentistry ","8021");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Office: Doctor of Osteopathy ","8031");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Office: Doctor of Chiropractor ","8041");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Office: Doctor of Optometry ","8042");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Office: Doctor of Podiatry ","8043");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Office: Health Practitioner, Other ","8049");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Facility: Skilled Nursing Care ","8051");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Facility: Intermediate Care ","8052");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Facility: Nursing/Care, Other ","8059");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Hospital: General Medical/Surgical ","8062");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Hospital: Psychiatric ","8063");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Hospital: Specialty ","8069");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Laboratory: Medical ","8071");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Laboratory: Dental ","8072");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Home Health Care ","8082");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Kidney Dialysis Center ","8092");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Facility: Specialized Outpatient, Other ","8093");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Health: Allied Services, Other ","8099");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("SERVICE: LEGAL ","8100");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Legal ","8111");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("SERVICE: EDUCATIONAL ","8200");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Education: Elementary & Secondary School ","8211");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Education: College/University/Professional School ","8221");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Education: Junior College/Technical Institute ","8222");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Education: Library ","8231");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Education: Data Processing School ","8243");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Education: Business & Secretarial School ","8244");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Education: Vocational School, Other ","8249");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Education: Schools/Educational, Other ","8299");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("SERVICE: SOCIAL ","8300");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Social: Individual/Family ","8322");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Social: Job Training/Vocational Rehabilitation ","8331");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Social: Child Day Care ","8351");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Social: Residential Care ","8361");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Social, Other ","8399");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("SERVICE: CULTURAL - MUSEUM, GARDEN AND ZOO ","8400");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Cultural: Museum & Art Gallery ","8412");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Cultural: Arboreta/Botanical Garden/Zoo ","8422");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("SERVICE: MEMBERSHIP ORGANIZATION ","8600");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Membership Organization: Business ","8611");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Membership Organization: Professional ","8621");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Membership Organization: Labor Unions/Similar Labor ","8631");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Membership Organization: Civil/Social/Fraternal ","8641");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Membership Organization: Political ","8651");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Membership Organization: Religious ","8661");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Membership Organization, Other ","8699");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("SERVICE: TECHNICAL AND MANAGEMENT ","8700");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Technical: Engineering ","8711");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Technical: Architectural ","8712");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Technical: Surveying ","8713");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Technical: Accounting/Auditing/Bookkeeping ","8721");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Technical: Research: Commercial: Physical/Biological ","8731");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Technical: Research: Commercial: Economic/Socio./Education ","8732");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Technical: Research: Noncommercial ","8733");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Technical: Testing Laboratory ","8734");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Management ","8741");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Management: Consulting ","8742");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Management: Public Relations ","8743");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Management: Facility Support ","8744");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Management: Consulting, Other ","8748");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("SERVICE: OTHER ","8800");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Other: Private Household ","8811");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("SERVICE: OTHER ","8900");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Service: Other ","8999");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("GOVERNMENT: EXECUTIVE, LEGISLATIVE AND GENERAL ","9100");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Executive ","9111");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Legislative Body ","9121");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Executive/Legislative, Combined ","9131");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: General, Other ","9199");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("GOVERNMENT: SECURITY: DOMESTIC ","9200");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Security: Domestic: Court ","9211");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Security: Domestic: Police ","9221");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Security: Domestic: Legal Counsel & Prosecution ","9222");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Security: Domestic: Correctional Institution ","9223");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Security: Domestic: Fire ","9224");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Security: Domestic: Public Order & Safety, Other ","9229");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("GOVERNMENT: FINANCE: TAXATION AND MONETARY ","9300");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Finance: Taxation and Monetary Policy ","9311");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("GOVERNMENT: HUMAN RESOURCE ADMINISTRATION ","9400");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Human Resource: Educational m ","9411");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Human Resource: Public Health ","9431");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Human Resource: Social and Income Replacement ","9441");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Human Resource: Veteran Affairs, except Health/Insurance ","9451");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("GOVERNMENT: ENVIRONMENT AND HOUSING ","9500");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Environment: Air/Water/Solid Waste Management ","9511");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Environment: Land & Wildlife Conservation ","9512");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Housing: Programs ","9531");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Housing: Urban Planning/Rural Development ","9532");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("GOVERNMENT: ECONOMIC AND SPACE ","9600");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Economic: General, Regulation & Administration ","9611");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Economic: Transportation, Regulation & Administration ","9621");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Economic: Utilities, Regulation & Administration ","9631");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Economic: Agricultural, Regulation, Administration & Marketing ","9641");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Economic: Commercial Sectors, Regulation & Administration ","9651");
							subIndustryCategories[subIndustryCategories.length] = new sicObj("Government: Space Research & Technology ","9661");

							function getIndustryFromSIC(code)
							{
								for(count=0; count < subIndustryCategories.length; count++)
								{
									if(subIndustryCategories[count].code == code)
									{
										return subIndustryCategories[count].text;
									}
								}
								return "Invalide SIC Code";
							}

							function buildSubIndustryList(selector)
							{
								this.selectedValue = selector.options[selector.selectedIndex].value;
								this.subIndustries = new Array();
								arguments = this.selectedValue.split('-');
								for(this.i=0; this.i < subIndustryCategories.length; this.i++)
								{
									if(
										(Number(subIndustryCategories[i].code) % 100 == 0) &&
										(
											(Number(subIndustryCategories[i].code) >= Number(arguments[0])) &&
											(Number(subIndustryCategories[i].code) < Number(arguments[1]))
										)
									 ){
										this.subIndustries[this.subIndustries.length] = new sicObj(subIndustryCategories[i].name,subIndustryCategories[i].code);
									}
								} 
	
								clearSelectorById('industry');
								document.getElementById('errors-sic').style.display="none";
								document.getElementById('industry').disabled="true";
								rebuildSelector('subIndustry',this.subIndustries);

							}
							
							
							function buildSuperSubIndustryList(selector)
							{
								this.selectedValue = selector.options[selector.selectedIndex].value;
								this.subIndustries = new Array();
								this.segmentEnd = Number(selectedValue)+99;
								
								for(this.i=0; this.i < subIndustryCategories.length; this.i++)
								{
									if(Number(subIndustryCategories[i].code) >= Number(selectedValue) && 
										Number(subIndustryCategories[i].code) < segmentEnd && Number(subIndustryCategories[i].code) % 100 != 0)
									{
										this.subIndustries[this.subIndustries.length] = new sicObj(subIndustryCategories[i].name,subIndustryCategories[i].code);
									}						
								}
								rebuildSelector('industry',this.subIndustries);
							}
							
							
							function chooseSICCode(selector)
							{
								this.selectedValue = selector.options[selector.selectedIndex].value;
								this.errorHolder = document.getElementById('errors-sic');
								
								if(Number(checkSICEligiblity(selectedValue)))
								{
									errorHolder.style.display="none";
									document.getElementById('standardIndustryCode').value = this.selectedValue;
								}
								else
								{
									errorHolder.style.display="block";
									document.getElementById('standardIndustryCode').value = "";
								}
							}
							
							function rebuildSelector(selectorId, dataArray)
							{
								clearSelectorById(selectorId);
								buildSelector = document.getElementById(selectorId);
								for(i=0; i < dataArray.length; i++)
								{
									addOption(buildSelector, dataArray[i].name, dataArray[i].code); 
								}
								
								buildSelector.disabled=true;

								if(dataArray.length != 0)
								{
									buildSelector.disabled=false;
								}
							}
							
							// clears all the options except the first option
							function clearSelectorById(selectorId)
							{
								var clearSelector = document.getElementById(selectorId);
								for(var i = clearSelector.options.length - 1; i >= 1; i--)
								{
        							clearSelector.options[i] = null;
								}
							}
							
							
							function checkSICEligiblity(code)
							{
								if(
								   (code == "") ||
								   ((code >= 970) && (code <= 979)) ||
								   ((code >= 1010) && (code <= 1249)) ||
								   ((code >= 1200) && (code <= 1299)) ||
								   ((code >= 1300) && (code <= 1399)) ||
								   ((code >= 2100) && (code <= 2199)) ||
								   ((code >= 2410) && (code <= 2429)) ||
								   ((code >= 2610) && (code <= 2639)) ||
								   ((code >= 2890) && (code <= 2899)) ||
								   ((code >= 3290) && (code <= 3299)) ||
								   ((code >= 3310) && (code <= 3329)) ||
								   ((code >= 4010) && (code <= 4019)) ||
								   ((code >= 4110) && (code <= 4179)) ||
								   ((code >= 4210) && (code <= 4239)) ||
								   ((code >= 4310) && (code <= 4399)) ||
								   ((code >= 4410) && (code <= 4499)) ||
								   ((code >= 4510) && (code <= 4599)) ||
								   ((code >= 5810) && (code <= 5819)) ||
								   ((code >= 6210) && (code <= 6289)) ||
								   ((code >= 6720) && (code <= 6799)) ||
								   ((code >= 7010) && (code <= 7049)) ||
								   ((code >= 7210) && (code <= 7239)) ||
								   ((code >= 7250) && (code <= 7299)) ||
								   ((code >= 7360) && (code <= 7389)) ||
								   ((code >= 7920) && (code <= 7929)) ||
								   ((code >= 8010) && (code <= 8049)) ||
								   ((code >= 8090) && (code <= 8099)) ||
								   ((code >= 8660) && (code <= 8669)) ||
								   ((code >= 8810) && (code <= 8819)) ||
								   ((code >= 8890) && (code <= 8899)) ||
								   ((code >= 9220) && (code <= 9229)) ||
								   ((code >= 9990) && (code <= 9999))
								)
								{
									return false;
								}

								return true;
							}
	
							function sicCodeTest(inputField)
							{
								if(Number(checkSICEligiblity(inputField.value)))
								{
									document.getElementById('errors-sic').style.display="none";
								}
								else
								{
									document.getElementById('errors-sic').style.display="block";
								}
							}
	
							function toggleSicLocator()
							{
								sicContainer = $('sic-selectors');
								if(sicContainer.style.display == "" || sicContainer.style.display == "none")
								{
									sicContainer.style.display="block";
								}
								else
								{
									sicContainer.style.display="";
								}
							}