;------------------------------------------------------------------------------------------------
; The format of this file:
;    Record
;    Header   Record Contents
;    -------------------------
;      0      Class:Property[Array] - identifying the database parameter
;                which the following symbol list describes (array index
;                is 1-based (1-N))
;             Integer - numeric value corresponding to the defualt symbol
;                selection
;
;      1      Class:Property[Array] - identifying the database parameter
;                which deteremines whether or not the following symbol
;                list should be used to describe the parameter identified
;                in the preceeding 0-record. (array index is 1-based)
;             Float - value which the preceeding database parameter must
;                equal in order for the following symbol list to be used
;                to describe the parameter identified in the preceeding
;                0-record.
;             Integer - numeric value corresponding to the default symbol
;                selection (overrides the default value contained in
;                preceeding 0- or 1-records).
;
;      2      Integer - the numeric value corresponding to this symbol
;             String - the symbol string which is used to select the
;                value of the database parameter identified in the 
;                preceeding 0-record.
;
;  Note regarding 0-records:
;   - Multiple records beginning with 0 ocurring one after the other 
;     cause the following symbol lists to be defined for each of the
;     database parameters described in each 0 record.
;
;  Notes regarding 1-records:
;   - Records beginning w/ 1 occur only when the list of selectable
;     symbols or the default symbol varies based on the value of another
;     database parameter.
;   - There can be a maximum of 2 subsequent 1-records.
;   - A value of -999 for the database value indicates "any other value"
;     meaning any value not captured in the previous 1-record entries.
;
;  Notes regarding 2-records:
;   - If at all possible, it is best that all symbol strings across all
;     dependency lists are either unique, or if duplicates exist, then
;     their corresponding values should be equal.  If need be, the same
;     symbol string can map to different values in different dependency
;     lists.
;     HOWEVER, UNDER NO CASE SHOULD THE SAME SYMBOL STRING IN DIFFERENT
;     DEPENDENCY LISTS REFERENCE DIFFERENT VALUES THAT ALSO MAP TO OTHER
;     STRINGS IN ANY OTHER DEPENDENCY LIST FOR THAT PROPERTY!!
;     FOR EXAMPLE, THE FOLLOWING SHOULD NEVER OCCUR:
;           0, CompType:SymProp, 0
;           1,      CompType:DepProp,  1, 0
;           2,              1,    "String 1"  
;           2,              2,    "String 2"  
;           1,      CompType:DepProp,  2, 0
;           2,              2,    "String 1"  
;           2,              3,    "String 3"
;     THE ERROR HERE IS THAT "String 1" MAPS TO SEPARATE VALUES, ONE OF
;     WHICH (2) IS NOT UNIQUE ACROSS ALL DEPENDENCY LISTS.
;   - The value associated with any symbol should never be -999, as this
;     is a reserved value used to catch errors conditions where a symbol
;     string is NOT found in the list.
;             
;-------------------------------------------------------------------------

0, Proj:DOE2Version,  0   ; SAC 11/18/04 - moved up from DEERProto
2,              0,    "Standard"
2,              1,    "Refrigeration" 

0, Proj:ProductCode, 0
0, MainWiz:ProductCode, 0
0, ShellWiz:ProductCode, 0
0, HVACWiz:ProductCode, 0
2,              0,    "unknown"  
2,              1,    "PowerDOE"
2,              2,    "PowerDOE-Lite"
2,              3,    "eQUEST"
2,              4,    "PG&E Plant-Only"
2,              5,    "CALENER"
2,              6,    "CALENER Developer"
2,              7,    "SMComply"
2,              8,    "EnergyShape"
2,              9,    "GTI Restaurant Loads Tool"
2,             10,    "eQUEST Refrigeration"

; to differentiate simple wizard from component wizard
0, MainWiz:WizardType, 0
1,      MainWiz:ProductCode,  998, 0  ; SAC 2/25/03 - Prevent backward compatibility options from causing errors in resolving duplicate symbol values following project-open
2,              0,    "Schematic Design"  
2,              1,    "Design Development"
1,      MainWiz:ProductCode,  999, 0  ; NONE - backward compatibility
2,              0,    "Simple"  
2,              1,    "Component"
1,      MainWiz:ProductCode, -999, 0  ; all products
2,              0,    "Schematic Design"  
2,              1,    "Design Development"

; SAC 1/15/04 - Added DefaultMechanism to differentiate DEER processing from other project data
0, MainWiz:DefaultMechanism, 0
2,              0,    "General Defaults"  
2,              1,    "California Deemed Savings (DEER)"


; SAC 1/24/02 - Added to enable user-specified level of detail for schedule and enduse inputs
; SAC 1/15/04 - Added new 'Hourly Profiles by Activity Area and Enduse' item to facilitate DEER analysis
0, MainWiz:DetailsOption, 0
1,      MainWiz:ProductCode,    8, 1  ; EnergyShape
2,              1,    "Hourly Profiles and Equip Inventories"
1,      MainWiz:ProductCode,    9, 1  ; GTI Restaurant Loads Tool
2,              1,    "Hourly Profiles and Equip Inventories"
1,      MainWiz:WizardType,       1, 3  ; Disallow 'Simplified Schedules' for Design Development wizard projects
1,      MainWiz:DefaultMechanism, 1, 3  ; => 'California Deemed Savings (DEER)'
2,              2,    "Hourly Enduse Profiles"
2,              3,    "Hourly Profiles by Activity Area and Enduse"
1,      MainWiz:WizardType,     1, 2  ; Only allow 'Hourly Enduse Profiles' for generic (non-DEER) Design Development wizard projects
2,              2,    "Hourly Enduse Profiles"
1,      MainWiz:ProductCode, -999, 0  ; all others
2,              0,    "Simplified Schedules"
2,              2,    "Hourly Enduse Profiles"


; SAC 4/8/03 - Added "Savings By Design" ruleset options
; properties to enable compliance analysis features
0, MainWiz:Compliance, 0
1,      MainWiz:ProductCode,    7, 2  ; SMcomply
2,              2,    "Santa Monica Green Buildings"  
1,      MainWiz:ProductCode, -999, 0  ; all others
2,              0,    "- none -"  
2,              1,    "California Title 24"
2,              3,    "Savings By Design (T-24)"

0, ShellWiz:Compliance, 0
1,      ShellWiz:ProductCode,    7, 2  ; SMcomply
2,              2,    "Santa Monica Green Buildings"  
1,      ShellWiz:ProductCode, -999, 0  ; all others
2,              0,    "- none -"  
2,              1,    "California Title 24"
2,              3,    "Savings By Design (T-24)"


; SAC 2/12/02 - added to enable varying wizard options based on location
0, MainWiz:Jurisdiction, 0
2,              0,    "- none -"  
2,              1,    "CA Title24"  
2,              3,    "CA DEER"  
2,              2,    "WA Seattle"  


; KJM 5/8/03 - added to enable distingusihing code vintage
; KJM 5/12/03 - vintage must be unique to jurisdiction to maintain backward compatibility
; this means that the two symbols added for CA T24 must be unique (1&2 cannot be used for
; other Jurisdictions???)
0, MainWiz:CodeVintage, 0
1,  	  MainWiz:Jurisdiction, 1, 1
;2,              0,    "- none -"        - Any use for "none" here??
2,              1,    "Before 2001"
2,              2,    "2001 or after"
1,      MainWiz:Jurisdiction, -999, 0
2,              0,    "- none -"

; SAC 5/29/03 - added to facilitate Title-24 defaults
0, MainWiz:CodeClimateRgn, 0
1,  	  MainWiz:Jurisdiction, 1, 0       ; CA Title24
2,              0,    "- none -"
2,              1,    "T24 - 1"
2,              2,    "T24 - 2"
2,              3,    "T24 - 3"
2,              4,    "T24 - 4"
2,              5,    "T24 - 5"
1,      MainWiz:Jurisdiction, -999, 0
2,              0,    "- none -"


0, MainWiz:PermitScope, 0
2,              0,    "Envelope/Mechanical/Lighting"
2,              1,    "Envelope Only"
2,              2,    "Mechanical Only"
2,              3,    "Lighting Only"
2,              4,    "Envelope/Mechanical"
2,              5,    "Mechanical/Lighting"
2,              6,    "Envelope/Lighting"

0, MainWiz:BuildingType, 0
2,              0,    "Nonresidential"
2,              1,    "High-Rise Residential"
2,              2,    "Hotel/Motel Guest Room"
2,              3,    "Nonresidential + High-Rise Residential"
2,              4,    "Hotel/Motel Guest Room + High-Rise Residential"
2,              5,    "Nonresidential + Hotel/Motel Guest Room"
2,              6,    "Nonres + High-Rise Res + Hotel/Motel G/R"

0, MainWiz:ConsPhase, 0
2,              0,    "New Building"
2,              1,    "Addition"
2,              2,    "Alteration"
2,              3,    "Existing + Addition"


0, Proj:Render3DMethod, 0
2,              0,    "Single Cell per Component"  
2,              1,    "Multiple Cells per Component"  

0, Proj:Manip3DMethod, 0
2,              0,    "Base Wire Frame (ext walls & roofs)"  
2,              1,    "Full Wire Frame (all components)"  
2,              2,    "Current View Mode"  

0, Proj:Background3D, 0
2,              0,    "Black"  
2,              1,    "White"  


; SAC 6/9/00 - added input & output units type symbols (for future use)
0, Proj:InputUnitsType,  0
0, Proj:OutputUnitsType,  0
0, MainWiz:InputUnitsType,  0
0, MainWiz:OutputUnitsType,  0
2,              0,    "English"  
2,              1,    "Metric"  


0, Proj:ComplianceRules,  0
0, MainWiz:Ruleset,  0
2,              0,    "Constructed At Runtime"  

; SAC 5/21/04 - added more compliance-related properties
0, Proj:ComplianceOutput,  1
; 2,              0,    "User-Defined Reports"  
2,              1,    "Minimal Reporting (fastest)"  
2,              2,    "ALL Reports (slowest)"  

; SAC 9/10/04 - added to facilitate prelim. vs. permit analysis
0, Proj:CompAnalysisType,  1
2,              1,    "Preliminary"  
2,              2,    "Permit Submittal"  


0, MainWiz:Coverage,  0
1,        MainWiz:ProductCode, 8, 106
2,            101,    "Central Industrial"
2,            102,    "Lower Southeast"
2,            103,    "Mid Atlantic"
2,            104,    "New England"
2,            105,    "Northwest"
2,            106,    "South Central"
2,            107,    "Southwest"
2,            108,    "Upper Southeast"
2,            109,    "West Central"
2,              2,    "- user selected -"     ; SAC 6/11/02 - added ability to assign custom weather
1,        MainWiz:ProductCode, 9, 106
2,            101,    "Central Industrial"
2,            102,    "Lower Southeast"
2,            103,    "Mid Atlantic"
2,            104,    "New England"
2,            105,    "Northwest"
2,            106,    "South Central"
2,            107,    "Southwest"
2,            108,    "Upper Southeast"
2,            109,    "West Central"
2,              2,    "- user selected -"     ; SAC 6/11/02 - added ability to assign custom weather
1,        MainWiz:Compliance, 0, 0
2,              0,    "California (Title 24)"  
2,              1,    "All eQUEST Locations"  
2,              2,    "User Selected"  
1,        MainWiz:Compliance, -999, 0
2,              0,    "California (Title 24)"  


0, ESProto:Region, 7
2,              1,    "Central Industrial"
2,              2,    "Lower Southeast"
2,              3,    "Mid Atlantic"
2,              4,    "New England"
2,              5,    "Northwest"
2,              6,    "Southwest"
2,              7,    "South Central"
2,              8,    "Upper Southeast"
2,              9,    "West Central"


; SAC 2/20/02 - added SCL
; SAC 4/23/02 - added '- custom -' option
0, MainWiz:ElecUtility,  2
2,           9999,    "- none -"
2,              1,    "PG&E (CA)"
2,              2,    "SCE (CA)"
2,              3,    "SDG&E (CA)"
2,              4,    "SCL (WA)"
2,             -1,    "- custom -"
2,              0,    "- file -"

; SAC 2/20/02 - added PSE
; SAC 12/9/02 - added '- custom -' option
0, MainWiz:GasUtility,  2
2,           9999,    "- none -"
2,              1,    "PG&E (CA)"
2,              2,    "SCG (CA)"
2,              3,    "SDG&E (CA)"
2,              4,    "PSE (WA)"
2,             -1,    "- custom -"
2,              0,    "- file -"


; SAC 2/20/02 - added SCL electric rate entries
; SAC 4/23/02 - added '- custom -' option
; SAC 3/12/04 - Shifted symbol values 241-245 & 251-255 up by two to line up w/ region values
0, MainWiz:ElecRate,  0
1,      MainWiz:ElecUtility, 9999, 9999  ; - none -
2,           9999,    "- none -"
1,      MainWiz:ElecUtility,   -1,   -1  ; - custom -
2,             -1,    "- custom -"
1,      MainWiz:ElecUtility,    1, 100   ; PG&E
2,            100,    "A1(1) (kWh charges only, < 499kW, single-phase service)"
2,            101,    "A1(3) (kWh charges only, < 499kW, polyphase service)"
2,            110,    "A10s (kWh & kW charges, < 499kW, secondary voltage)"
2,            111,    "A10p (kWh & kW charges, < 499kW, primary voltage)"
2,            112,    "A10t (kWh & kW charges, < 499kW, transmission voltage)"
2,            120,    "A6(1) (TOU kWh & kW, < 499kW, single-phase service)"
2,            121,    "A6(3) (TOU kWh & kW, < 499kW, polyphase service)"
2,            130,    "E19s (TOU kWh & kW, 499 < kW < 1000, secondary voltage)"
2,            131,    "E19p (TOU kWh & kW, 499 < kW < 1000, primary voltage)"
2,            132,    "E19t (TOU kWh & kW, 499 < kW < 1000, transmission voltage)"
2,            140,    "E20s (TOU kWh & kW, > 1000 kW, secondary voltage)"
2,            141,    "E20p (TOU kWh & kW, > 1000 kW, primary voltage)"
2,            142,    "E20t (TOU kWh & kW, > 1000 kW, transmission voltage)"
1,      MainWiz:ElecUtility,    2, 200   ; SCE
2,            200,    "GS-1(1) ( < 20 kW, single-phase service)"
2,            201,    "GS-1(3) ( < 20 kW, three-phase service)"
2,            202,    "GS-2 (non-TOU, 20 < kW < 500, three-phase service)"              ; SAC 10/4/02 - revised
2,            203,    "GS-2 (TOU, 20 < kW < 500, three-phase service)"                  ; SAC 10/4/02 - added
2,            210,    "TOU-GS-1(1) ( < 20 kW, kWh charges only, single-phase service)"
2,            211,    "TOU-GS-1(3) ( < 20 kW, kWh charges only, three-phase service)"
2,            212,    "TOU-GS-2A (20 < kW < 500, < 2kv, lower kW & higher kWh charges)"
2,            213,    "TOU-GS-2B (20 < kW < 500, < 2kv, lower kWh & higher kW charges)"
2,            220,    "TOU-8A ( > 500 kW, < 2kv)"
2,            221,    "TOU-8B ( > 500 kW, 2 < kv < 50)"
2,            222,    "TOU-8C ( > 500 kW, > 50kv)"
2,            230,    "I-6A ( > 500 kW, < 2kv)"
2,            231,    "I-6B ( > 500 kW, 2 < kv < 50)"
2,            232,    "I-6C ( > 500 kW, > 50kv)"
2,            240,    "D 2F-10 (domestic, region 10, 2 Fuels)"
2,            243,    "D 2F-13 (domestic, region 13, 2 Fuels)"
2,            244,    "D 2F-14 (domestic, region 14, 2 Fuels)"
2,            245,    "D 2F-15 (domestic, region 15, 2 Fuels)"
2,            246,    "D 2F-16 (domestic, region 16, 2 Fuels)"
2,            247,    "D 2F-17 (domestic, region 17, 2 Fuels)"
2,            250,    "D E-10 (domestic, region 10, all elec)"
2,            253,    "D E-13 (domestic, region 13, all elec)"
2,            254,    "D E-14 (domestic, region 14, all elec)"
2,            255,    "D E-15 (domestic, region 15, all elec)"
2,            256,    "D E-16 (domestic, region 16, all elec)"
2,            257,    "D E-17 (domestic, region 17, all elec)"
1,      MainWiz:ElecUtility,    3, 300   ; SDG&E
2,            300,    "As (kWh charges only, < 20 kW @ secondary voltage)"
2,            301,    "Ap (kWh charges only, < 20 kW @ primary voltage)"
2,            302,    "ADs (kWh & kW charges,  20 < kW < 500, secondary voltage)"
2,            303,    "ADp (kWh & kW charges, 20 < kW < 500, primary voltage)"
2,            308,    "A-TOUs (TOU kWh, kW < 40, secondary voltage)"                    ; SAC 10/4/02 - added
2,            304,    "AL-TOUs1 (TOU kWh & kW, 20 < kW < 500, secondary voltage)"
2,            305,    "AL-TOUs2 (TOU kWh & kW, > 500kW, secondary voltage)"
2,            306,    "AL-TOUp1 (TOU kWh & kW, 20 < kW < 500, primary voltage)"
2,            307,    "AL-TOUp2 (TOU kWh & kW, > 500kW, primary voltage)"
1,      MainWiz:ElecUtility,    4, 407   ; SCL (Seattle City Light)
2,            400,    "RSC (in-city residential)"
2,            401,    "RSS (suburb residential)"
2,            402,    "REC-RLC (in-city low-inc residential)"
2,            403,    "RES-RLS (suburb low-inc residential)"
2,            404,    "SMC (small non-res in-city (< 50 kW))"
2,            405,    "SMS (small non-res suburb (< 50 kW))"
2,            406,    "MDD (medium non-res ugrnd-network (50-1,000 kW))"
2,            407,    "MDC (medium non-res in-city (50-1,000 kW))"
2,            408,    "MDS (medium non-res suburb (50-1,000 kW))"
2,            409,    "LGD (large non-res ugrnd-network (> 1,000 kW))"
2,            410,    "LGC (large non-res in-city (> 1,000 kW))"
2,            411,    "LGS (large non-res suburb (> 1,000 kW))"
2,            412,    "HDC (hi-demand non-res (>10,000 kW))"
1,      MainWiz:Compliance,   999, 202   ; backward compatibility
2,            202,    "GS-2 (20 < kW < 500, three-phase service)"                       ; SAC 10/4/02 - added (for backward compatibility)
1,      MainWiz:ElecUtility, -999,   0   ; - file -
2,              0,    "Select Rate File"


; SAC 2/20/02 - added PSE gas rate entries
0, MainWiz:GasRate,   0
1,      MainWiz:GasUtility, 9999, 9999  ; - none -
2,           9999,    "- none -"
1,      MainWiz:GasUtility,   -1,   -1  ; - custom -
2,             -1,    "- custom -"
1,      MainWiz:GasUtility,    1, 100   ; PG&E
2,            100,    "GNR-1 (buildings with < 20800 therms/mo)"
2,            101,    "GNR-2 (buildings with > 20800 therms/mo)"
1,      MainWiz:GasUtility,    2, 200   ; SCG
2,            200,    "GN-10 (buildings with < 20800 therms/mo)"
2,            201,    "GN-20 (buildings with > 20800 therms/mo)"
2,            202,    "GR z1 (residential, zone 1)"
2,            203,    "GR z2 (residential, zone 2)"
2,            204,    "GR z3 (residential, zone 3)"
1,      MainWiz:GasUtility,    3, 300   ; SDG&E
2,            300,    "GN-1 (buildings with < 20800 therms/mo)"
2,            301,    "GN-2 (buildings with > 20800 therms/mo)"
2,            302,    "GN-3a (buildings with < 1000 therms/mo)"                         ; SAC 10/4/02 - added
2,            303,    "GN-3b (buildings with < 21000 therms/mo)"                        ; SAC 10/4/02 - added
2,            304,    "GN-3c (buildings with > 21000 therms/mo)"                        ; SAC 10/4/02 - added
1,      MainWiz:GasUtility,    4, 403   ; PSE (Puget Sound Energy)
2,            400     "11 (served as of 10-9-1993)"
2,            401     "23 (residential)"
2,            402     "24 (residential primarily spc/wtr heat)"
2,            403     "31 (non-res connected after 10-9-1993)"
2,            404     "36 (edu or multi-fam, single meter, prim spc/wtr ht)"
2,            405     "41 (large non-res (> 500 therms))"
2,            406     "43 (armed forces served as of 10-9-1993)"
2,            407     "51 (4 or more housing structures, prim spc/wtr ht)"
1,      MainWiz:GasUtility, -999,   0   ; - file -
2,              0,    "Select Rate File"


; SAC 4/23/02 - Added custom electric rate component
0, ERateWiz:RateType,   2
2,              0,    "Uniform Charges"
2,              1,    "Time-of-Use Charges"
2,              2,    "Block Charges"

; SAC 12/9/02 - Added to differentiate incremental from cumulative blocks
0, ERateWiz:RateBlockType,   0
2,              0,    "Incremental Blocks"
2,              1,    "Cumulative Blocks"

0, ERateWiz:CustChargeType,   0
2,              0,    "$ / Month"
2,              1,    "$ / Day"

; SAC 4/28/02 - Added custom electric rate TOU periods
0, ERateWiz:TOUPeriodStrSeas1,  5
0, ERateWiz:TOUPeriodStrSeas2,  5
2,              1,    "Super On-Peak"
2,              2,    "On-Peak"
2,              3,    "Mid-Peak"
2,              4,    "Off-Peak"
2,              5,    "Super Off-Peak"

; SAC 11/30/02 - Added new properties to facilitate BDL component naming
0, ERateWiz:TOUPerShortStrS1,  5
2,              1,    "S1-SprOnPk"
2,              2,    "S1-OnPk"
2,              3,    "S1-MidPk"
2,              4,    "S1-OffPk"
2,              5,    "S1-SprOffPk"
0, ERateWiz:TOUPerShortStrS2,  5
2,              1,    "S2-SprOnPk"
2,              2,    "S2-OnPk"
2,              3,    "S2-MidPk"
2,              4,    "S2-OffPk"
2,              5,    "S2-SprOffPk"

; SAC 4/29/02 - Added custom electric rate block types
; SAC 12/9/02 - Added reference to block type since kWh/kW makes no sense for cumulative blocks
0, ERateWiz:EBlockTypeSeas1,  0
0, ERateWiz:EBlockTypeSeas2,  0
1,      ERateWiz:RateBlockType,    1,  0    ; "Cumulative Blocks"
2,              1,    "kWh Block"
2,              0,    "- select another -"
1,      ERateWiz:RateBlockType, -999,  0    ; incremental (and other?) blocks
2,              1,    "kWh Block"
2,              2,    "kWh/kW Block"
2,              0,    "- select another -"

; SAC 11/29/02 - Switched 'kW Block' value from 1 to 4 to be consistent w/ BDL symbol value
0, ERateWiz:DBlockTypeSeas1,  0
0, ERateWiz:DBlockTypeSeas2,  0
2,              4,    "kW Block"
2,              0,    "- select another -"

; SAC 5/1/02 - Added custom electric rate TOU period assignment ERROR symbol
0, ERateWiz:TOUPeriodErrSeas1,  0
0, ERateWiz:TOUPeriodErrSeas2,  0
2,              0,    " "
2,              1,    "One or more hours are assigned to invalid TOU periods."
0, ERateWiz:TOUPeriodErrS1b,  0
0, ERateWiz:TOUPeriodErrS2b,  0
2,              0,    " "
2,              1,    "TOU period assignment error (see next screen)."


; SAC 12/9/02 - Added custom fuel rate component
0, FRateWiz:RateType,   2
2,              0,    "Uniform Charges"
2,              2,    "Block Charges"

0, FRateWiz:RateBlockType,   0
2,              0,    "Incremental Blocks"
2,              1,    "Cumulative Blocks"

0, FRateWiz:CustChargeType,   0
2,              0,    "$ / Month"
2,              1,    "$ / Day"

0, FRateWiz:EBlockTypeSeas1,  0
0, FRateWiz:EBlockTypeSeas2,  0
2,              1,    "Therm Block"
2,              0,    "- select another -"

0, FRateWiz:DBlockTypeSeas1,  0
0, FRateWiz:DBlockTypeSeas2,  0
2,              4,    "Therm/hr Block"
2,              0,    "- select another -"


; SAC 11/13/02 - Added component to track automated DOE-2 rate update info
0, RateUpd:Utility,  0
2,              1,    "Seattle City Light"
2,              0,    "- other -"

0, RateUpd:Protocol,  0
2,              0,    "HTTP"
2,              1,    "FTP"


; SAC 6/28/04 - Added during implementation of LCC taxes
0, MainWiz:LCC_DiscRateType,  1
2,              0,    "Real"
2,              1,    "Nominal"
0, MainWiz:LCC_DiscPrePostTax,  1
2,              0,    "Pre-Tax"
2,              1,    "After Tax"

; SAC 8/9/02 - Added properties to store project-wide LCC data
0, MainWiz:LCC_DOEFPERegion,  4
2,              0,    "Northeast"
2,              1,    "Midwest"
2,              2,    "South"
2,              3,    "West"
2,              4,    "U.S. Average"

0, MainWiz:LCC_AnalSector,  1
2,              0,    "Residential"
2,              1,    "Commercial"
2,              2,    "Industrial"

0, MainWiz:LCC_SecondFuel,  0
1,      MainWiz:LCC_AnalSector,    1,  1   ; Residential
2,              0,    "None"
2,              1,    "Natural Gas"
2,              2,    "LPG"
2,              3,    "Distillate Oil"
2,              5,    "Coal"
1,      MainWiz:LCC_AnalSector, -999,  1   ; all others
2,              0,    "None"
2,              1,    "Natural Gas"
2,              2,    "LPG"
2,              3,    "Distillate Oil"
2,              4,    "Residual Oil"
2,              5,    "Coal"


; SAC 10/30/03 - Added to enable multiple hourly reporting options (for DEER)
; SAC 2/25/05 - added new "Hourly Rpt (elec ltg & msc)" option
; SAC 4/19/05 - Added 4 new symbol selections to facilitate DEER programmable thermostat analysis
0, MainWiz:HrlyRptName,  0
2,              0,    "Hourly Report"
2,              1,    "Hourly Rpt (elec/gas totals)"
2,              2,    "Hourly Rpt (elec ltg & msc)"
2,            211,    "Elec/Fuel 1-Mtr HVAC Hrly Rpt"
2,            221,    "Elec/Fuel 2-Mtr HVAC Hrly Rpt"
2,            111,    "Elec 1-Mtr HVAC Hrly Rpt"
2,            121,    "Elec 2-Mtr HVAC Hrly Rpt"

; SAC 1/13/05 - Added Global key field (symbol) specifying footprint/zoning mechanism (initially for DEER)
0, MainWiz:Geom_Mechanism,  0
2,              0,    "default geometry mechanism"
2,              1,    "DEER Single Family Residential"
2,              2,    "DEER Multi-Family Residential"

; SAC 1/13/05 - New mechanism for IDing shells within project using custom geometry mechanism (initially used to facilitate DEER single family res analysis w/ varying areas & num floors)
0, ShellWiz:Geom_ShellID,  0
1,      MainWiz:Geom_Mechanism,    1,  0   ; DEER Single Family Residential
2,              0,    "none"
2,              1,    "Single Story"
2,             11,    "Single Story #2"
2,              2,    "Two Story Dwelling"
2,             12,    "Two Story Dwelling #2"
2,              3,    "Garage 1 (2-story)"
2,             13,    "Garage 1 (2-story) #2"
2,              4,    "Garage 2 (2-story)"
2,             14,    "Garage 2 (2-story) #2"
1,      MainWiz:Geom_Mechanism, -999,  0   ; default geometry mechanism  (or other?)
2,              0,    "none"

; SAC 1/13/05 - New mechanism for IDing zones within project using custom geometry mechanism (initially used to facilitate DEER single family res analysis w/ varying areas & num floors)
0, CustomZone:Geom_ZoneID,  0
1,      MainWiz:Geom_Mechanism,    1,  0   ; DEER Single Family Residential
2,              0,    "none"
2,              1,    "Living Area"
2,              2,    "Bedroom(s)"
2,              3,    "Garage #1"
2,              4,    "Garage #2"
1,      MainWiz:Geom_Mechanism,    2,  0   ; DEER Multi-Family Residential
2,              0,    "none"
2,             11,    "Unit 1, Living"
2,             12,    "Unit 1, Bedroom"
2,             21,    "Unit 2, Living"
2,             22,    "Unit 2, Bedroom"
2,             31,    "Unit 3, Living"
2,             32,    "Unit 3, Bedroom"
2,             41,    "Unit 4, Living"
2,             42,    "Unit 4, Bedroom"
2,             51,    "Unit 5, Living"
2,             52,    "Unit 5, Bedroom"
2,             61,    "Unit 6, Living"
2,             62,    "Unit 6, Bedroom"
1,      MainWiz:Geom_Mechanism, -999,  0   ; default geometry mechanism  (or other?)
2,              0,    "none"


; SAC 5/19/99 - New Version
; SAC 1/17/01 - added dependence on Compliance selection to prevent selection of building types incompatible with compliance rulesets
; SAC 3/30/01 - Added ShapeWiz:BldgType
; SAC 2/2/02 - Added Multifamily building types
; SAC 3/12/04 - DEER revisions - Added 6 new building types (2 refrig-related available only for DEER analysis)
0, MainWiz:BldgType, 202
0, ShellWiz:BldgType, 202
0, ShapeWiz:BldgType, 202
1,      MainWiz:Compliance,    1,  202  ; Title 24  (removes unconditioned storage & low/mid-rise multifamily bldg types)
2,            214,    "Community Center"
2,            215,    "Conference/Convention Center"
2,            216,    "Health/Fitness Center"
2,            217,    "Health, Hospital (inpatient)"
2,            218,    "Health, Long-term Care (Nursing Home)"
2,            200,    "Health, Medical Clinic/Prof. Bldg (outpatient)"
2,            201,    "Lodging, Motel"
2,            219,    "Lodging, High-Rise Hotel"
2,            240,    "Manufacturing, General"
2,            241,    "Manufacturing, High Tech/Bio Tech"
2,            239,    "Multifamily, High-Rise (interior entries)"
2,            223,    "Museum"
2,            202,    "Office Bldg, High-Rise"
2,            220,    "Office Bldg, Mid-Rise"
2,            221,    "Office Bldg, Two Story"
2,            222,    "Office Bldg, Bank/Financial"
2,            203,    "Religious Worship"
2,            204,    "Restaurant, Full Service (full menu)"
2,            205,    "Restaurant, Quick Service (fast food)"
2,            225,    "Restaurant, Bar/Lounge"
2,            206,    "Retail, Department Store"
2,            207,    "Retail, Large Single Story"
2,            226,    "Retail, Stand-Alone Structure"
2,            227,    "Retail, Single Storefront"
2,            228,    "Retail, Strip Mall"
2,            229,    "Retail, Service Station"
2,            230,    "Retail, Service Station/Convenience Store"
2,            231,    "Retail, Warehouse Sales"
2,            232,    "School, Preschool/Daycare"
2,            208,    "School, K-6 Elementary"
2,            233,    "School, Middle School"
2,            209,    "School, Secondary (High School)"
2,            234,    "School, College/University"
2,            210,    "Storage, Conditioned High Bay"
2,            235,    "Storage, Conditioned Low Bay"
2,            212,    "Theater / Performing Arts"
2,            213,    "Unknown, Custom or Mixed Use"
1,      MainWiz:Compliance,    2,  202  ; SMECCA    (removes unconditioned storage & low/mid-rise multifamily bldg types)
2,            214,    "Community Center"
2,            215,    "Conference/Convention Center"
2,            216,    "Health/Fitness Center"
2,            217,    "Health, Hospital (inpatient)"
2,            218,    "Health, Long-term Care (Nursing Home)"
2,            200,    "Health, Medical Clinic/Prof. Bldg (outpatient)"
2,            201,    "Lodging, Motel"
2,            219,    "Lodging, High-Rise Hotel"
2,            240,    "Manufacturing, General"
2,            241,    "Manufacturing, High Tech/Bio Tech"
2,            239,    "Multifamily, High-Rise (interior entries)"
2,            223,    "Museum"
2,            202,    "Office Bldg, High-Rise"
2,            220,    "Office Bldg, Mid-Rise"
2,            221,    "Office Bldg, Two Story"
2,            222,    "Office Bldg, Bank/Financial"
2,            203,    "Religious Worship"
2,            204,    "Restaurant, Full Service (full menu)"
2,            205,    "Restaurant, Quick Service (fast food)"
2,            225,    "Restaurant, Bar/Lounge"
2,            206,    "Retail, Department Store"
2,            207,    "Retail, Large Single Story"
2,            226,    "Retail, Stand-Alone Structure"
2,            227,    "Retail, Single Storefront"
2,            228,    "Retail, Strip Mall"
2,            229,    "Retail, Service Station"
2,            230,    "Retail, Service Station/Convenience Store"
2,            231,    "Retail, Warehouse Sales"
2,            232,    "School, Preschool/Daycare"
2,            208,    "School, K-6 Elementary"
2,            233,    "School, Middle School"
2,            209,    "School, Secondary (High School)"
2,            234,    "School, College/University"
2,            210,    "Storage, Conditioned High Bay"
2,            235,    "Storage, Conditioned Low Bay"
2,            212,    "Theater / Performing Arts"
2,            213,    "Unknown, Custom or Mixed Use"
1,      MainWiz:Compliance,    3,  202  ; SBD - T-24  (removes unconditioned storage & low/mid-rise multifamily bldg types)
2,            214,    "Community Center"
2,            215,    "Conference/Convention Center"
2,            216,    "Health/Fitness Center"
2,            217,    "Health, Hospital (inpatient)"
2,            218,    "Health, Long-term Care (Nursing Home)"
2,            200,    "Health, Medical Clinic/Prof. Bldg (outpatient)"
2,            201,    "Lodging, Motel"
2,            219,    "Lodging, High-Rise Hotel"
2,            240,    "Manufacturing, General"
2,            241,    "Manufacturing, High Tech/Bio Tech"
2,            239,    "Multifamily, High-Rise (interior entries)"
2,            223,    "Museum"
2,            202,    "Office Bldg, High-Rise"
2,            220,    "Office Bldg, Mid-Rise"
2,            221,    "Office Bldg, Two Story"
2,            222,    "Office Bldg, Bank/Financial"
2,            203,    "Religious Worship"
2,            204,    "Restaurant, Full Service (full menu)"
2,            205,    "Restaurant, Quick Service (fast food)"
2,            225,    "Restaurant, Bar/Lounge"
2,            206,    "Retail, Department Store"
2,            207,    "Retail, Large Single Story"
2,            226,    "Retail, Stand-Alone Structure"
2,            227,    "Retail, Single Storefront"
2,            228,    "Retail, Strip Mall"
2,            229,    "Retail, Service Station"
2,            230,    "Retail, Service Station/Convenience Store"
2,            231,    "Retail, Warehouse Sales"
2,            232,    "School, Preschool/Daycare"
2,            208,    "School, K-6 Elementary"
2,            233,    "School, Middle School"
2,            209,    "School, Secondary (High School)"
2,            234,    "School, College/University"
2,            210,    "Storage, Conditioned High Bay"
2,            235,    "Storage, Conditioned Low Bay"
2,            212,    "Theater / Performing Arts"
2,            213,    "Unknown, Custom or Mixed Use"
1,      MainWiz:DefaultMechanism,  1,  202  ; "California Deemed Savings (DEER)" => ADDs two refrigeration building types (grocery & refrig storage)
2,            214,    "Community Center"
2,            215,    "Conference/Convention Center"
2,            216,    "Health/Fitness Center"
2,            217,    "Health, Hospital (inpatient)"
2,            218,    "Health, Long-term Care (Nursing Home)"
2,            200,    "Health, Medical Clinic/Prof. Bldg (outpatient)"
2,            201,    "Lodging, Motel"
2,            219,    "Lodging, High-Rise Hotel"
2,            240,    "Manufacturing, General"
2,            241,    "Manufacturing, High Tech/Bio Tech"
2,            237,    "Multifamily, Low-Rise (exterior entries)"
2,            238,    "Multifamily, Mid-Rise (interior entries)"
2,            239,    "Multifamily, High-Rise (interior entries)"
2,            223,    "Museum"
2,            202,    "Office Bldg, High-Rise"
2,            220,    "Office Bldg, Mid-Rise"
2,            221,    "Office Bldg, Two Story"
2,            222,    "Office Bldg, Bank/Financial"
2,            203,    "Religious Worship"
2,            242,    "Residential, Single Wide Mobile Home"
2,            243,    "Residential, Double Wide Mobile Home"
2,            224,    "Residential, Single-Family"
2,            204,    "Restaurant, Full Service (full menu)"
2,            205,    "Restaurant, Quick Service (fast food)"
2,            225,    "Restaurant, Bar/Lounge"
2,            206,    "Retail, Department Store"
2,            244,    "Retail, Grocery Store"
2,            207,    "Retail, Large Single Story"
2,            226,    "Retail, Stand-Alone Structure"
2,            227,    "Retail, Single Storefront"
2,            228,    "Retail, Strip Mall"
2,            229,    "Retail, Service Station"
2,            230,    "Retail, Service Station/Convenience Store"
2,            231,    "Retail, Warehouse Sales"
2,            232,    "School, Preschool/Daycare"
2,            208,    "School, K-6 Elementary"
2,            233,    "School, Middle School"
2,            209,    "School, Secondary (High School)"
2,            234,    "School, College/University"
2,            210,    "Storage, Conditioned High Bay"
2,            211,    "Storage, Unconditioned High Bay"
2,            235,    "Storage, Conditioned Low Bay"
2,            236,    "Storage, Unconditioned Low Bay"
2,            245,    "Storage, Refrigerated"
2,            212,    "Theater / Performing Arts"
2,            213,    "Unknown, Custom or Mixed Use"
1,      MainWiz:Compliance,  999,  202  ; backward compatibility (hyphenation of *-Rise)
2,            219,    "Lodging, Highrise Hotel"
2,            202,    "Office Bldg, Highrise"
2,            220,    "Office Bldg, Midrise"
1,      MainWiz:Compliance, -999,  202  ; all others
2,            214,    "Community Center"
2,            215,    "Conference/Convention Center"
2,            216,    "Health/Fitness Center"
2,            217,    "Health, Hospital (inpatient)"
2,            218,    "Health, Long-term Care (Nursing Home)"
2,            200,    "Health, Medical Clinic/Prof. Bldg (outpatient)"
2,            201,    "Lodging, Motel"
2,            219,    "Lodging, High-Rise Hotel"
2,            240,    "Manufacturing, General"
2,            241,    "Manufacturing, High Tech/Bio Tech"
2,            237,    "Multifamily, Low-Rise (exterior entries)"
2,            238,    "Multifamily, Mid-Rise (interior entries)"
2,            239,    "Multifamily, High-Rise (interior entries)"
2,            223,    "Museum"
2,            202,    "Office Bldg, High-Rise"
2,            220,    "Office Bldg, Mid-Rise"
2,            221,    "Office Bldg, Two Story"
2,            222,    "Office Bldg, Bank/Financial"
2,            203,    "Religious Worship"
; SAC 4/26/04 - REMOVED residential building types (added for DEER) from general wizard access (until all appropriate defaults are in place)
; 2,            242,    "Residential, Single Wide Mobile Home"
; 2,            243,    "Residential, Double Wide Mobile Home"
; 2,            224,    "Residential, Single-Family"
2,            204,    "Restaurant, Full Service (full menu)"
2,            205,    "Restaurant, Quick Service (fast food)"
2,            225,    "Restaurant, Bar/Lounge"
2,            206,    "Retail, Department Store"
2,            207,    "Retail, Large Single Story"
2,            226,    "Retail, Stand-Alone Structure"
2,            227,    "Retail, Single Storefront"
2,            228,    "Retail, Strip Mall"
2,            229,    "Retail, Service Station"
2,            230,    "Retail, Service Station/Convenience Store"
2,            231,    "Retail, Warehouse Sales"
2,            232,    "School, Preschool/Daycare"
2,            208,    "School, K-6 Elementary"
2,            233,    "School, Middle School"
2,            209,    "School, Secondary (High School)"
2,            234,    "School, College/University"
2,            210,    "Storage, Conditioned High Bay"
2,            211,    "Storage, Unconditioned High Bay"
2,            235,    "Storage, Conditioned Low Bay"
2,            236,    "Storage, Unconditioned Low Bay"
2,            212,    "Theater / Performing Arts"
2,            213,    "Unknown, Custom or Mixed Use"


; SAC 2/15/02 - Added SecBldgType to enable more accurate profile assignment - particularly for restaurants
; SAC 4/18/02 - Added SecBldgTypeList to determine which list of symbols to utilize for SecBldgType (and also when to expose SecBldgType to user)
0, ShellWiz:SecBldgType, 0
1,      ShellWiz:SecBldgTypeList,    1,  6  ; Restaurant, Full Service (full menu) & Quick Service (fast food)
2,              1,    "Breakfast Only"
2,              2,    "Lunch Only"
2,              3,    "Dinner Only"
2,              4,    "Breakfast & Lunch"
2,              5,    "Lunch & Dinner"
2,              6,    "All Meals"
2,              7,    "All Meals (24 hour)"
1,      ShellWiz:SecBldgTypeList,    2,   3  ; Restaurant, Bar/Lounge
2,              3,    "Dinner Only"
2,              5,    "Lunch & Dinner"
2,              8,    "No Meals"
1,      ShellWiz:SecBldgTypeList, -999,  0  ; all others
2,              0,    "n/a"

; SAC 2/15/02 - Added SecBldgType to enable more accurate profile assignment - particularly for restaurants
0, ShapeWiz:SecBldgType, 0   ; value is prescribed, so we need not bother w/ conditional lists or defaults
2,              0,    "n/a"
2,              1,    "Breakfast Only"
2,              2,    "Lunch Only"
2,              3,    "Dinner Only"
2,              4,    "Breakfast & Lunch"
2,              5,    "Lunch & Dinner"
2,              6,    "All Meals"
2,              7,    "All Meals (24 hour)"
2,              8,    "No Meals"


; SAC 2/17/02 - Added ProfileGroup to better facilitate profile assignment
; SAC 10/18/04 - Updated to include new manufacturing profile groups
0, ShellWiz:ProfileGroup, 0   ; value is prescribed, so we need not bother w/ conditional lists or defaults
2,            214,    "Community Center"
2,            215,    "Conference/Convention Center"
2,            216,    "Health/Fitness Center"
2,            217,    "Health, Hospital (inpatient)"
2,            218,    "Health, Long-term Care (Nursing Home)"
2,            200,    "Health, Medical Clinic/Prof. Bldg (outpatient)"
2,            201,    "Lodging, Motel"
2,            219,    "Lodging, High-Rise Hotel"
2,            240,    "Manufacturing, General"
2,            241,    "Manufacturing, High Tech/Bio Tech"
2,           1000,    "Multifamily (all)"
2,            223,    "Museum"
2,           2000,    "Office Bldg (all)"
2,            203,    "Religious Worship"
2,            224,    "Residential, Single-Family"
2,           3000,    "Restaurant (Breakfast Only)"
2,           3001,    "Restaurant (Lunch Only)"
2,           3002,    "Restaurant (Dinner Only)"
2,           3003,    "Restaurant (Breakfast & Lunch)"
2,           3004,    "Restaurant (Lunch & Dinner)"
2,           3005,    "Restaurant (All Meals)"
2,           3006,    "Restaurant (All Meals (24 hour))"
2,           3007,    "Restaurant (No Meals)"
2,           4000,    "Retail, Department Store"
2,           4001,    "Retail, Service Station"
2,           5000,    "School, Preschool/Daycare"
2,            234,    "School, College/University"
2,           6000,    "Storage, Conditioned High Bay"
2,            212,    "Theater / Performing Arts"
2,            213,    "Unknown, Custom or Mixed Use"


; SAC 5/29/03 - added to facilitate Title-24 defaults
0, ShellWiz:CodeBldgTypeCateg,  1
1,  	  MainWiz:Jurisdiction, 1, 1       ; CA Title24
2,              1,    "Non-Residential"
2,              2,    "Residential"
1,      MainWiz:Jurisdiction, -999, 0
2,              0,    "n/a"


; SAC 2/15/02 - Added new BldgSeasons input to facilitate season defaulting
0, MainWiz:BldgSeasons,  0
1,      MainWiz:BldgType,   232,  122  ;  School, Preschool/Daycare
2,            120,    "Year Round Classes"
2,            121,    "Full Nine Months, Reduced Summer Session"
2,            122,    "Full Nine Months, No Summer Session"
1,      MainWiz:BldgType,   208,  122  ;  School, K-6 Elementary
2,            120,    "Year Round Classes"
2,            121,    "Full Nine Months, Reduced Summer Session"
2,            122,    "Full Nine Months, No Summer Session"
1,      MainWiz:BldgType,   233,  121  ;  School, Middle School
2,            120,    "Year Round Classes"
2,            121,    "Full Nine Months, Reduced Summer Session"
2,            122,    "Full Nine Months, No Summer Session"
1,      MainWiz:BldgType,   209,  121  ;  School, Secondary (High School)
2,            120,    "Year Round Classes"
2,            121,    "Full Nine Months, Reduced Summer Session"
2,            122,    "Full Nine Months, No Summer Session"
1,      MainWiz:BldgType,   234,  121  ;  School, College/University
2,            120,    "Year Round Classes"
2,            121,    "Full Nine Months, Reduced Summer Session"
2,            122,    "Full Nine Months, No Summer Session"
1,      MainWiz:BldgType,   206,  141  ;  Retail, Department Store
2,            100,    "Typical Use Throughout Year"
2,            141,    "Higher Holiday Sales"
1,      MainWiz:BldgType,   244,  100  ;  Retail, Grocery Store    - SAC 11/18/04
2,            100,    "Typical Use Throughout Year"
1,      MainWiz:BldgType,   207,  141  ;  Retail, Large Single Story
2,            100,    "Typical Use Throughout Year"
2,            141,    "Higher Holiday Sales"
1,      MainWiz:BldgType,   226,  141  ;  Retail, Stand-Alone Structure
2,            100,    "Typical Use Throughout Year"
2,            141,    "Higher Holiday Sales"
1,      MainWiz:BldgType,   227,  141  ;  Retail, Single Storefront
2,            100,    "Typical Use Throughout Year"
2,            141,    "Higher Holiday Sales"
1,      MainWiz:BldgType,   228,  141  ;  Retail, Strip Mall
2,            100,    "Typical Use Throughout Year"
2,            141,    "Higher Holiday Sales"
1,      MainWiz:BldgType,   231,  141  ;  Retail, Warehouse Sales
2,            100,    "Typical Use Throughout Year"
2,            141,    "Higher Holiday Sales"
1,      MainWiz:BldgType,   201,  100  ;  Lodging, Motel
2,            100,    "Typical Use Throughout Year"
2,            151,    "Heavier Winter Season"
2,            152,    "Heavier Summer Season"
2,            153,    "Heavier Shoulder Seasons"
2,            154,    "Heavier Summer & Winter"
1,      MainWiz:BldgType,   219,  100  ;  Lodging, High-Rise Hotel
2,            100,    "Typical Use Throughout Year"
2,            151,    "Heavier Winter Season"
2,            152,    "Heavier Summer Season"
2,            153,    "Heavier Shoulder Seasons"
2,            154,    "Heavier Summer & Winter"
1,      MainWiz:BldgType,   204,  100  ;  Restaurant, Full Service (full menu)
2,            100,    "Typical Use Throughout Year"
2,            151,    "Heavier Winter Season"
2,            152,    "Heavier Summer Season"
2,            153,    "Heavier Shoulder Seasons"
2,            154,    "Heavier Summer & Winter"
1,      MainWiz:BldgType,   225,  100  ;  Restaurant, Bar/Lounge
2,            100,    "Typical Use Throughout Year"
2,            151,    "Heavier Winter Season"
2,            152,    "Heavier Summer Season"
2,            153,    "Heavier Shoulder Seasons"
2,            154,    "Heavier Summer & Winter"
1,      MainWiz:BldgType,   203,  171  ;  Religious Worship
2,            100,    "Typical Use Throughout Year"
2,            171,    "Higher Holiday Use"
; SAC 2/25/03 - Moved backward compatibility lists to END of symbol defs to fix errors in resolving duplicate symbol values following project-open
1,      MainWiz:ProductCode, 999, 122  ;  backward compatibility
2,            121,    "Full Nine Months, Less Summer"
2,            122,    "Full Nine Months, No Summer"
1,      MainWiz:BldgType,  -999,  100  ;  all others
2,            100,    "Typical Use Throughout Year"



; SAC 2/17/02 - Added new property to facilitate defaulting of season label (and ShellWiz:SeasonType properties)
; SAC 12/10/02 - Added "Daytime Unoccupied..." vs. "24-Hour Operation..." SeasonTypes for multifamily building types
; SAC 10/18/04 - Updated to include new manufacturing season types
0, MainWiz:SeasonType,  0
1,      MainWiz:BldgType,   232,  10000  ;  School, Preschool/Daycare
2,          10000,    "Breaks (Winter, Spring...)"
2,          12001,    "School In Session"
2,          12002,    "Low Use (Summer)"
2,          12003,    "No Use (Summer)"
1,      MainWiz:BldgType,   208,  10000  ;  School, K-6 Elementary
2,          10000,    "Breaks (Winter, Spring...)"
2,          12001,    "School In Session"
2,          12002,    "Low Use (Summer)"
2,          12003,    "No Use (Summer)"
1,      MainWiz:BldgType,   233,  10000  ;  School, Middle School
2,          10000,    "Breaks (Winter, Spring...)"
2,          12001,    "School In Session"
2,          12002,    "Low Use (Summer)"
2,          12003,    "No Use (Summer)"
1,      MainWiz:BldgType,   209,  10000  ;  School, Secondary (High School)
2,          10000,    "Breaks (Winter, Spring...)"
2,          12001,    "School In Session"
2,          12002,    "Low Use (Summer)"
2,          12003,    "No Use (Summer)"
1,      MainWiz:BldgType,   234,  10000  ;  School, College/University
2,          10000,    "Breaks (Winter, Spring...)"
2,          12001,    "School In Session"
2,          12002,    "Low Use (Summer)"
2,          12003,    "No Use (Summer)"
1,      MainWiz:BldgType,   206,  10000  ;  Retail, Department Store
2,          10000,    "Closed for Business"
2,          14001,    "Low Sales"
2,          14002,    "Typical Sales"
2,          14003,    "High Sales"
2,          14004,    "Holiday Sales"
1,      MainWiz:BldgType,   207,  10000  ;  Retail, Large Single Story
2,          10000,    "Closed for Business"
2,          14001,    "Low Sales"
2,          14002,    "Typical Sales"
2,          14003,    "High Sales"
2,          14004,    "Holiday Sales"
1,      MainWiz:BldgType,   226,  10000  ;  Retail, Stand-Alone Structure
2,          10000,    "Closed for Business"
2,          14001,    "Low Sales"
2,          14002,    "Typical Sales"
2,          14003,    "High Sales"
2,          14004,    "Holiday Sales"
1,      MainWiz:BldgType,   227,  10000  ;  Retail, Single Storefront
2,          10000,    "Closed for Business"
2,          14001,    "Low Sales"
2,          14002,    "Typical Sales"
2,          14003,    "High Sales"
2,          14004,    "Holiday Sales"
1,      MainWiz:BldgType,   228,  10000  ;  Retail, Strip Mall
2,          10000,    "Closed for Business"
2,          14001,    "Low Sales"
2,          14002,    "Typical Sales"
2,          14003,    "High Sales"
2,          14004,    "Holiday Sales"
1,      MainWiz:BldgType,   231,  10000  ;  Retail, Warehouse Sales
2,          10000,    "Closed for Business"
2,          14001,    "Low Sales"
2,          14002,    "Typical Sales"
2,          14003,    "High Sales"
2,          14004,    "Holiday Sales"
1,      MainWiz:BldgType,   201,  10000  ;  Lodging, Motel
2,          10000,    "Closed for Business"
2,          15001,    "Low Occupancy"
2,          15002,    "Typical Occupancy"
2,          15003,    "High Occupancy"
2,          15004,    "Peak Occupancy"
1,      MainWiz:BldgType,   219,  10000  ;  Lodging, High-Rise Hotel
2,          10000,    "Closed for Business"
2,          15001,    "Low Occupancy"
2,          15002,    "Typical Occupancy"
2,          15003,    "High Occupancy"
2,          15004,    "Peak Occupancy"
1,      MainWiz:BldgType,   204,  10000  ;  Restaurant, Full Service (full menu)
2,          10000,    "Closed for Business"
2,          16001,    "Low Meals Served"
2,          16002,    "Typical Meals Served"
2,          16003,    "High Meals Served"
1,      MainWiz:BldgType,   205,  10000  ;  Restaurant, Quick Service (fast food)
2,          10000,    "Closed for Business"
2,          16001,    "Low Meals Served"
2,          16002,    "Typical Meals Served"
2,          16003,    "High Meals Served"
1,      MainWiz:BldgType,   225,  10000  ;  Restaurant, Bar/Lounge
2,          10000,    "Closed for Business"
2,          16001,    "Low Meals Served"
2,          16002,    "Typical Meals Served"
2,          16003,    "High Meals Served"
1,      MainWiz:BldgType,   237,  10000  ;  Multifamily, Low-Rise (exterior entries)
2,          10000,    "Closed"
2,          10001,    "Daytime Unoccupied, Low Use"
2,          10002,    "Daytime Unoccupied, Typical Use"
2,          10003,    "Daytime Unoccupied, High Use"
2,          17001,    "24-Hour Operation, Low Use"
2,          17002,    "24-Hour Operation, Typical Use"
2,          17003,    "24-Hour Operation, High Use"
1,      MainWiz:BldgType,   238,  10000  ;  Multifamily, Mid-Rise (interior entries)
2,          10000,    "Closed"
2,          10001,    "Daytime Unoccupied, Low Use"
2,          10002,    "Daytime Unoccupied, Typical Use"
2,          10003,    "Daytime Unoccupied, High Use"
2,          17001,    "24-Hour Operation, Low Use"
2,          17002,    "24-Hour Operation, Typical Use"
2,          17003,    "24-Hour Operation, High Use"
1,      MainWiz:BldgType,   239,  10000  ;  Multifamily, High-Rise (interior entries)
2,          10000,    "Closed"
2,          10001,    "Daytime Unoccupied, Low Use"
2,          10002,    "Daytime Unoccupied, Typical Use"
2,          10003,    "Daytime Unoccupied, High Use"
2,          17001,    "24-Hour Operation, Low Use"
2,          17002,    "24-Hour Operation, Typical Use"
2,          17003,    "24-Hour Operation, High Use"
1,      MainWiz:BldgType,   240,  10002  ;  Manufacturing, General
2,          10000,    "Closed"
2,          10001,    "1 Shift (8 hr, 5 d/wk), Low Use"
2,          10002,    "1 Shift (8 hr, 5 d/wk), Typical Use"
2,          10003,    "1 Shift (8 hr, 5 d/wk), High Use"
2,          18001,    "2 Shift (16 hr, 7 d/wk), Low Use"
2,          18002,    "2 Shift (16 hr, 7 d/wk), Typical Use"
2,          18003,    "2 Shift (16 hr, 7 d/wk), High Use"
2,          19001,    "3 Shift (24 hr, 7 d/wk), Low Use"
2,          19002,    "3 Shift (24 hr, 7 d/wk), Typical Use"
2,          19003,    "3 Shift (24 hr, 7 d/wk), High Use"
1,      MainWiz:BldgType,   241,  10002  ;  Manufacturing, High Tech/Bio Tech
2,          10000,    "Closed"
2,          10001,    "1 Shift (8 hr, 5 d/wk), Low Use"
2,          10002,    "1 Shift (8 hr, 5 d/wk), Typical Use"
2,          10003,    "1 Shift (8 hr, 5 d/wk), High Use"
2,          18001,    "2 Shift (16 hr, 7 d/wk), Low Use"
2,          18002,    "2 Shift (16 hr, 7 d/wk), Typical Use"
2,          18003,    "2 Shift (16 hr, 7 d/wk), High Use"
2,          19001,    "3 Shift (24 hr, 7 d/wk), Low Use"
2,          19002,    "3 Shift (24 hr, 7 d/wk), Typical Use"
2,          19003,    "3 Shift (24 hr, 7 d/wk), High Use"
1,      MainWiz:BldgType,  -999,  10000  ;  all others
2,          10000,    "Closed"
2,          10001,    "Low Use"
2,          10002,    "Typical Use"
2,          10003,    "High Use"

; SAC 2/17/02 - Added new property to facilitate defaulting of operating hours and profiles
; SAC 12/10/02 - Added "Daytime Unoccupied..." vs. "24-Hour Operation..." SeasonTypes for multifamily building types
; SAC 10/18/04 - Updated to include new manufacturing season types
0, ShellWiz:SeasonType,  0
1,      ShellWiz:BldgType,   232,  10000  ;  School, Preschool/Daycare
2,          10000,    "Breaks (Winter, Spring...)"
2,          12001,    "School In Session"
2,          12002,    "Low Use (Summer)"
2,          12003,    "No Use (Summer)"
1,      ShellWiz:BldgType,   208,  10000  ;  School, K-6 Elementary
2,          10000,    "Breaks (Winter, Spring...)"
2,          12001,    "School In Session"
2,          12002,    "Low Use (Summer)"
2,          12003,    "No Use (Summer)"
1,      ShellWiz:BldgType,   233,  10000  ;  School, Middle School
2,          10000,    "Breaks (Winter, Spring...)"
2,          12001,    "School In Session"
2,          12002,    "Low Use (Summer)"
2,          12003,    "No Use (Summer)"
1,      ShellWiz:BldgType,   209,  10000  ;  School, Secondary (High School)
2,          10000,    "Breaks (Winter, Spring...)"
2,          12001,    "School In Session"
2,          12002,    "Low Use (Summer)"
2,          12003,    "No Use (Summer)"
1,      ShellWiz:BldgType,   234,  10000  ;  School, College/University
2,          10000,    "Breaks (Winter, Spring...)"
2,          12001,    "School In Session"
2,          12002,    "Low Use (Summer)"
2,          12003,    "No Use (Summer)"
1,      ShellWiz:BldgType,   206,  10000  ;  Retail, Department Store
2,          10000,    "Closed for Business"
2,          14001,    "Low Sales"
2,          14002,    "Typical Sales"
2,          14003,    "High Sales"
2,          14004,    "Holiday Sales"
1,      ShellWiz:BldgType,   207,  10000  ;  Retail, Large Single Story
2,          10000,    "Closed for Business"
2,          14001,    "Low Sales"
2,          14002,    "Typical Sales"
2,          14003,    "High Sales"
2,          14004,    "Holiday Sales"
1,      ShellWiz:BldgType,   226,  10000  ;  Retail, Stand-Alone Structure
2,          10000,    "Closed for Business"
2,          14001,    "Low Sales"
2,          14002,    "Typical Sales"
2,          14003,    "High Sales"
2,          14004,    "Holiday Sales"
1,      ShellWiz:BldgType,   227,  10000  ;  Retail, Single Storefront
2,          10000,    "Closed for Business"
2,          14001,    "Low Sales"
2,          14002,    "Typical Sales"
2,          14003,    "High Sales"
2,          14004,    "Holiday Sales"
1,      ShellWiz:BldgType,   228,  10000  ;  Retail, Strip Mall
2,          10000,    "Closed for Business"
2,          14001,    "Low Sales"
2,          14002,    "Typical Sales"
2,          14003,    "High Sales"
2,          14004,    "Holiday Sales"
1,      ShellWiz:BldgType,   231,  10000  ;  Retail, Warehouse Sales
2,          10000,    "Closed for Business"
2,          14001,    "Low Sales"
2,          14002,    "Typical Sales"
2,          14003,    "High Sales"
2,          14004,    "Holiday Sales"
1,      ShellWiz:BldgType,   201,  10000  ;  Lodging, Motel
2,          10000,    "Closed for Business"
2,          15001,    "Low Occupancy"
2,          15002,    "Typical Occupancy"
2,          15003,    "High Occupancy"
2,          15004,    "Peak Occupancy"
1,      ShellWiz:BldgType,   219,  10000  ;  Lodging, High-Rise Hotel
2,          10000,    "Closed for Business"
2,          15001,    "Low Occupancy"
2,          15002,    "Typical Occupancy"
2,          15003,    "High Occupancy"
2,          15004,    "Peak Occupancy"
1,      ShellWiz:BldgType,   204,  10000  ;  Restaurant, Full Service (full menu)
2,          10000,    "Closed for Business"
2,          16001,    "Low Meals Served"
2,          16002,    "Typical Meals Served"
2,          16003,    "High Meals Served"
1,      ShellWiz:BldgType,   205,  10000  ;  Restaurant, Quick Service (fast food)
2,          10000,    "Closed for Business"
2,          16001,    "Low Meals Served"
2,          16002,    "Typical Meals Served"
2,          16003,    "High Meals Served"
1,      ShellWiz:BldgType,   225,  10000  ;  Restaurant, Bar/Lounge
2,          10000,    "Closed for Business"
2,          16001,    "Low Meals Served"
2,          16002,    "Typical Meals Served"
2,          16003,    "High Meals Served"
; SAC 4/29/03 - Fixed bug in symbol list stuff - changed reference from MainWiz -> ShellWiz
; 1,      MainWiz:BldgType,   237,  10000  ;  Multifamily, Low-Rise (exterior entries)
1,      ShellWiz:BldgType,   237,  10000  ;  Multifamily, Low-Rise (exterior entries)
2,          10000,    "Closed"
2,          10001,    "Daytime Unoccupied, Low Use"
2,          10002,    "Daytime Unoccupied, Typical Use"
2,          10003,    "Daytime Unoccupied, High Use"
2,          17001,    "24-Hour Operation, Low Use"
2,          17002,    "24-Hour Operation, Typical Use"
2,          17003,    "24-Hour Operation, High Use"
; SAC 4/29/03 - Fixed bug in symbol list stuff - changed reference from MainWiz -> ShellWiz
; 1,      MainWiz:BldgType,   238,  10000  ;  Multifamily, Mid-Rise (interior entries)
1,      ShellWiz:BldgType,   238,  10000  ;  Multifamily, Mid-Rise (interior entries)
2,          10000,    "Closed"
2,          10001,    "Daytime Unoccupied, Low Use"
2,          10002,    "Daytime Unoccupied, Typical Use"
2,          10003,    "Daytime Unoccupied, High Use"
2,          17001,    "24-Hour Operation, Low Use"
2,          17002,    "24-Hour Operation, Typical Use"
2,          17003,    "24-Hour Operation, High Use"
; SAC 4/29/03 - Fixed bug in symbol list stuff - changed reference from MainWiz -> ShellWiz
; 1,      MainWiz:BldgType,   239,  10000  ;  Multifamily, High-Rise (interior entries)
1,      ShellWiz:BldgType,   239,  10000  ;  Multifamily, High-Rise (interior entries)
2,          10000,    "Closed"
2,          10001,    "Daytime Unoccupied, Low Use"
2,          10002,    "Daytime Unoccupied, Typical Use"
2,          10003,    "Daytime Unoccupied, High Use"
2,          17001,    "24-Hour Operation, Low Use"
2,          17002,    "24-Hour Operation, Typical Use"
2,          17003,    "24-Hour Operation, High Use"
1,      ShellWiz:BldgType,   240,  10002  ;  Manufacturing, General
2,          10000,    "Closed"
2,          10001,    "1 Shift (8 hr, 5 d/wk), Low Use"
2,          10002,    "1 Shift (8 hr, 5 d/wk), Typical Use"
2,          10003,    "1 Shift (8 hr, 5 d/wk), High Use"
2,          18001,    "2 Shift (16 hr, 7 d/wk), Low Use"
2,          18002,    "2 Shift (16 hr, 7 d/wk), Typical Use"
2,          18003,    "2 Shift (16 hr, 7 d/wk), High Use"
2,          19001,    "3 Shift (24 hr, 7 d/wk), Low Use"
2,          19002,    "3 Shift (24 hr, 7 d/wk), Typical Use"
2,          19003,    "3 Shift (24 hr, 7 d/wk), High Use"
1,      ShellWiz:BldgType,   241,  10002  ;  Manufacturing, High Tech/Bio Tech
2,          10000,    "Closed"
2,          10001,    "1 Shift (8 hr, 5 d/wk), Low Use"
2,          10002,    "1 Shift (8 hr, 5 d/wk), Typical Use"
2,          10003,    "1 Shift (8 hr, 5 d/wk), High Use"
2,          18001,    "2 Shift (16 hr, 7 d/wk), Low Use"
2,          18002,    "2 Shift (16 hr, 7 d/wk), Typical Use"
2,          18003,    "2 Shift (16 hr, 7 d/wk), High Use"
2,          19001,    "3 Shift (24 hr, 7 d/wk), Low Use"
2,          19002,    "3 Shift (24 hr, 7 d/wk), Typical Use"
2,          19003,    "3 Shift (24 hr, 7 d/wk), High Use"
1,      ShellWiz:BldgType,  -999,  10000  ;  all others
2,          10000,    "Closed"
2,          10001,    "Low Use"
2,          10002,    "Typical Use"
2,          10003,    "High Use"


0, ShellWiz:Daylighting,  0
2,              0,    "No"
2,              1,    "Yes"


; SAC 10/21/02 - Added window shade capabilities (for Seattle)
0, ShellWiz:WinShadeType,  0
2,              0,    "None"
2,             11,    "Horizontal Blinds - Light Color"
2,             12,    "Horizontal Blinds - Medium/Dark Color"
2,             20,    "Vertical Blinds"
2,             30,    "Roller Shade - Translucent"
2,             31,    "Roller Shade - Opaque - Light Color"
2,             32,    "Roller Shade - Opaque - Medium/Dark Color"
2,             41,    "Fabric Drapes - Light Color"
2,             42,    "Fabric Drapes - Medium/Dark Color"

0, ShellWiz:WinShadeSeasErr,  0
2,              0,    "n/a"
2,              1,    "ERROR:  Seasons 2 & 3 Cannot Overlap"

0, ShellWiz:WShdSeas1Lbl,  1
2,              1,    " "
2,              2,    "(all dates outside season 2 range)"
2,              3,    "(all dates outside season 2 & 3 ranges)"


0, MainWiz:CoolSource,  2
0, HVACWiz:CoolSource,  2
0, EEMRun2:CoolSource,  2
2,              0,    "No Cooling"  
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
2,              3,    "Evaporative Coolers"  

0, MainWiz:HeatSource,  2
1,      MainWiz:CoolSource, 0, 1
2,              0,    "No Heating"  
2,              1,    "Furnace"  
2,              2,    "Electric Resistance"  
2,              4,    "Hot Water Coils"  
2,              5,    "Baseboards Only"  
1,      MainWiz:CoolSource, 1, 1
2,              0,    "No Heating"  
2,              1,    "Furnace"  
2,              2,    "Electric Resistance"  
2,              3,    "DX Coils (Heat Pump)"  
2,              4,    "Hot Water Coils"  
1,      MainWiz:CoolSource, 2, 4
2,              0,    "No Heating"  
2,              2,    "Electric Resistance"  
2,              4,    "Hot Water Coils"  
1,      MainWiz:CoolSource, 3, 1
2,              0,    "No Heating"  
2,              1,    "Furnace"  
2,              2,    "Electric Resistance"  

0, HVACWiz:HeatSource,  2
1,      HVACWiz:CoolSource, 0, 1
2,              0,    "No Heating"  
2,              1,    "Furnace"  
2,              2,    "Electric Resistance"  
2,              4,    "Hot Water Coils"  
2,              5,    "Baseboards Only"  
1,      HVACWiz:CoolSource, 1, 1
2,              0,    "No Heating"  
2,              1,    "Furnace"  
2,              2,    "Electric Resistance"  
2,              3,    "DX Coils (Heat Pump)"  
2,              4,    "Hot Water Coils"  
1,      HVACWiz:CoolSource, 2, 4
2,              0,    "No Heating"  
2,              2,    "Electric Resistance"  
2,              4,    "Hot Water Coils"  
1,      HVACWiz:CoolSource, 3, 1
2,              0,    "No Heating"  
2,              1,    "Furnace"  
2,              2,    "Electric Resistance"  

0, EEMRun2:HeatSource,  2
1,      EEMRun2:CoolSource, 0, 1
2,              0,    "No Heating"  
2,              1,    "Furnace"  
2,              2,    "Electric Resistance"  
2,              4,    "Hot Water Coils"  
2,              5,    "Baseboards Only"  
1,      EEMRun2:CoolSource, 1, 1
2,              0,    "No Heating"  
2,              1,    "Furnace"  
2,              2,    "Electric Resistance"  
2,              3,    "DX Coils (Heat Pump)"  
2,              4,    "Hot Water Coils"  
1,      EEMRun2:CoolSource, 2, 4
2,              0,    "No Heating"  
2,              2,    "Electric Resistance"  
2,              4,    "Hot Water Coils"  
1,      EEMRun2:CoolSource, 3, 1
2,              0,    "No Heating"  
2,              1,    "Furnace"  
2,              2,    "Electric Resistance"  

; SAC 6/10/02 - Added flag to enable space HW heating to be supplied via DHW loops
; SAC 10/8/02 - Added reference to EnableDHWHWSource to enable toggling of availability
0, HVACWiz:HWHeatSource,  2
1,      HVACWiz:EnableDHWHWSource, 1, 1
1,      HVACWiz:HeatSource, 4, 1
2,              1,    "Hot Water Loop"  
2,              2,    "Domestic Hot Water Loop"  
1,      HVACWiz:HeatSource, -999, 0
2,              0,    "n/a"  


0, ShellWiz:Footprint,  1
2,              0,    "Triangle"  
2,              1,    "Rectangle"  
2,              2,    "Trapezoid"  
2,              3,    "'L' Shape"  
2,              4,    "'T' Shape"  
2,              8,    "'+' Shape"    ; SAC 10/10/01
2,              5,    "'U' Shape"  
2,              6,    "'H' Shape"  
2,              7,    "Rectangle Minus Corner"  
2,              9,    "Rectangular Atrium"    ; SAC 10/10/01
2,            999,    "- custom -"  

0, ShellWiz:Orientation,  0
2,              0,    "North"  
2,              1,    "North North West"  
2,              2,    "North West"  
2,              3,    "West North West"  
2,              4,    "West"  
2,              5,    "West South West"  
2,              6,    "South West"  
2,              7,    "South South West"  
2,              8,    "South"  
2,              9,    "South South East"  
2,             10,    "South East"  
2,             11,    "East South East"  
2,             12,    "East"  
2,             13,    "East North East"  
2,             14,    "North East"  
2,             15,    "North North East"  

; SAC 3/8/02 - added properties to provide a more simplified approach to positioning of this shell in relation to a previously-defined shell
0, ShellWiz:ShellPos_Dir,  0
2,             -2,    "Immediately Above"  
2,             -1,    "Immediately Below"  
2,              0,    "North"  
2,              1,    "North North West"  
2,              2,    "North West"  
2,              3,    "West North West"  
2,              4,    "West"  
2,              5,    "West South West"  
2,              6,    "South West"  
2,              7,    "South South West"  
2,              8,    "South"  
2,              9,    "South South East"  
2,             10,    "South East"  
2,             11,    "East South East"  
2,             12,    "East"  
2,             13,    "East North East"  
2,             14,    "North East"  
2,             15,    "North North East"  
2,             -3,    "via Coordinates"  

; SAC 2/26/02 - Added (and commented out for now) new zoning pattern options
0, ShellWiz:ZoningPattern, 1
1,      ShellWiz:Footprint,    1,   1       ; Rectangular shape
2,              0,    "One Per Floor"
2,              1,    "Perimeter / Core"
; 2,              2,    "Perimeter / Corners / Core"
2,              3,    "Multi-Perimeter / Core"         ; SAC 10/27/02 - STILL NEEDS IMPLEMENTATION - SAC TO DO - ?????
2,              6,    "Perimeter / Multi-Core"         ; SAC 11/21/03 - Implemented for DEER
; 2,              4,    "Parallel (2 zones)"
; 2,              5,    "Parallel (3 zones)"
2,            998,    "By Activity Area"
2,            999,    "- custom -"
1,      ShellWiz:Footprint,  999, 999       ; custom shape
2,              0,    "One Per Floor"
2,              1,    "Perimeter / Core"
; 2,              2,    "Perimeter / Corners / Core"
2,              3,    "Multi-Perimeter / Core"
2,            998,    "By Activity Area"
2,            999,    "- custom -"
1,      ShellWiz:Footprint, -999,   1       ; all other footprint shapes
2,              0,    "One Per Floor"  
2,              1,    "Perimeter / Core"  
; 2,              2,    "Perimeter / Corners / Core"
2,              3,    "Multi-Perimeter / Core"
2,            998,    "By Activity Area"
2,            999,    "- custom -"


; SAC 3/4/04 - Integrated RW's partial vaulted ceiling mods
; RW 9/26/03 - Added vaulted ceiling orientaion options
0, ShellWiz:VaultOrientation, 0
; 0, CustomZone:VaultOrientation, 0
2,              0,    "Plan North"  
2,              1,    "Plan South"  
2,              2,    "Plan East"  
2,              3,    "Plan West"  


; SAC 6/24/04 - Added property to enable specification of Atrium (& refrigerated) spaces
0, CustomZone:ZoneType, 0
1,      MainWiz:DefaultMechanism,     1,  0  ; "California Deemed Savings (DEER)" => ADDs two refrigeration building types (grocery & refrig storage)
2,              0,    "Conditioned"  
2,              2,    "Unconditioned"  
2,              1,    "Refrigerated"  
1,      MainWiz:DefaultMechanism,  -999,  0  ; all other scenarios
2,              0,    "Conditioned"  
2,              2,    "Unconditioned"  


; SAC 11/18/03 - Added new Zone By Activity Area input mechanism
0, ShellWiz:ZBAInputOption,  0
2,              0,    "Exact Coordinates/Dimensions"  
2,              1,    "Percent of Footprint Dimensions"  


; SAC 11/20/03 - Added error message for new Perimeter / Multi-Core zoning pattern
; SAC 12/4/03 - Added symbol values > 10 which are set by the zoning machanism source code and are not to be overwritten by the ruleset!
0, ShellWiz:MultiCoreError,  0
2,              0,    "n/a"
2,              1,    "ERROR:  Cannot subdivide core when no core zone exists."
2,              2,    "ERROR:  Perimeter / Multi-Core zoning pattern not implemented in EnergyShape."
2,             11,    "ERROR:  No core zone found."
2,             12,    "ERROR:  Perimeter / Multi-Core zoning pattern not valid when more than 1 core zones exist."
2,             13,    "ERROR:  Core zone not a rectangle."
2,             14,    "ERROR:  Unable to split core space."


; SAC 2/28/01 - added dependence on ProductCode to exclude those not desired for EnergyShape
; SAC 3/30/01 - Added ShapeWiz:ActAreaType
; SAC 2/3/02 - Added "Residential (Multifamily Dwelling Unit)" and revised other residential activity area names
; SAC 11/21/03 - Added MultiCoreAAreaType to facilitate new Perimeter / Multi-Core zoning scheme (for DEER)
; SAC 3/12/04 - Additions made for DEER analysis
; SAC 7/12/04 - Incorporated "Residential (Garage)" and "Comm/Ind Work (Loading Dock)" mods from KJM for DEER
0, ShellWiz:ActAreaType, 0
0, ShellWiz:MultiCoreAAreaType, 0
0, EEMRun:ActAreaType, 0
0, ShapeWiz:ActAreaType, 0
1,      MainWiz:ProductCode,    8, 0   ; EnergyShape
2,              0,    "- select another -"
2,            301,    "Auditorium"
2,            302,    "Auto Repair Workshop"
2,            303,    "Bank/Financial Institution"
2,            304,    "Bar, Cocktail Lounge"
2,            305,    "Barber and Beauty Shop"
2,            306,    "Casino/Gaming"
2,            307,    "Classroom/Lecture"
2,            308,    "Courtrooms"
2,            309,    "Comm/Ind Work (General, High Bay)"
2,            310,    "Comm/Ind Work (General, Low Bay)"
2,            311,    "Comm/Ind Work (Precision)"
2,            312,    "Conference Room"
2,            313,    "Convention and Meeting Center"
2,            314,    "Copy Room (photocopying equipment)"
2,            315,    "Corridor"
2,            316,    "Dining Area"
2,            317,    "Dry Cleaning (Coin Operated)"
2,            318,    "Dry Cleaning (Full Service Commercial)"
2,            319,    "Exercising Centers and Gymnasium"
2,            320,    "Exhibit Display Area / Museum"
2,            322,    "Hotel/Motel Guest Room (incl. toilets)"
2,            323,    "Kitchen and Food Preparation"
2,            324,    "Laboratory, Medical"
2,            325,    "Laundry"
2,            326,    "Library (Reading Areas)"
2,            327,    "Library (Stacks)"
2,            328,    "Lobby (Hotel)"
2,            329,    "Lobby (Main Entry and Assembly)"
2,            330,    "Lobby (Office Reception/Waiting)"
2,            331,    "Locker and Dressing Room"
2,            332,    "Mall, Arcade and Atrium"
2,            333,    "Mechanical/Electrical Room"
2,            334,    "Medical and Clinical Care"
2,            335,    "Office (General)"
2,            336,    "Office (Executive/Private)"
2,            337,    "Office (Open Plan)"
2,            338,    "Police Station and Fire Station"
2,            339,    "Religious Worship"
2,            340,    "Restrooms"
2,            341,    "Retail Sales and Wholesale Showroom"
2,            342,    "Smoking Lounge"
2,            343,    "Storage (Conditioned)"
2,            344,    "Storage (Unconditioned)"
2,            345,    "Theater (Motion Picture)"
2,            346,    "Theater (Performance)"
2,            347,    "Vocational Areas"
1,      MainWiz:ProductCode,    9, 0   ; ES - GTI Restaurant Loads Tool
2,              0,    "- select another -"
2,            301,    "Auditorium"
2,            302,    "Auto Repair Workshop"
2,            303,    "Bank/Financial Institution"
2,            304,    "Bar, Cocktail Lounge"
2,            305,    "Barber and Beauty Shop"
2,            306,    "Casino/Gaming"
2,            307,    "Classroom/Lecture"
2,            308,    "Courtrooms"
2,            309,    "Comm/Ind Work (General, High Bay)"
2,            310,    "Comm/Ind Work (General, Low Bay)"
2,            311,    "Comm/Ind Work (Precision)"
2,            312,    "Conference Room"
2,            313,    "Convention and Meeting Center"
2,            314,    "Copy Room (photocopying equipment)"
2,            315,    "Corridor"
2,            316,    "Dining Area"
2,            317,    "Dry Cleaning (Coin Operated)"
2,            318,    "Dry Cleaning (Full Service Commercial)"
2,            319,    "Exercising Centers and Gymnasium"
2,            320,    "Exhibit Display Area / Museum"
2,            322,    "Hotel/Motel Guest Room (incl. toilets)"
2,            323,    "Kitchen and Food Preparation"
2,            324,    "Laboratory, Medical"
2,            325,    "Laundry"
2,            326,    "Library (Reading Areas)"
2,            327,    "Library (Stacks)"
2,            328,    "Lobby (Hotel)"
2,            329,    "Lobby (Main Entry and Assembly)"
2,            330,    "Lobby (Office Reception/Waiting)"
2,            331,    "Locker and Dressing Room"
2,            332,    "Mall, Arcade and Atrium"
2,            333,    "Mechanical/Electrical Room"
2,            334,    "Medical and Clinical Care"
2,            335,    "Office (General)"
2,            336,    "Office (Executive/Private)"
2,            337,    "Office (Open Plan)"
2,            338,    "Police Station and Fire Station"
2,            339,    "Religious Worship"
2,            340,    "Restrooms"
2,            341,    "Retail Sales and Wholesale Showroom"
2,            342,    "Smoking Lounge"
2,            343,    "Storage (Conditioned)"
2,            344,    "Storage (Unconditioned)"
2,            345,    "Theater (Motion Picture)"
2,            346,    "Theater (Performance)"
2,            347,    "Vocational Areas"
1,      MainWiz:DefaultMechanism,  1,  202  ; "California Deemed Savings (DEER)" => ADDs 5 refrigeration & 1 grocery act area type
2,              0,    "- select another -"
2,            300,    "All Others"
2,            301,    "Auditorium"
2,            302,    "Auto Repair Workshop"
2,            303,    "Bank/Financial Institution"
2,            304,    "Bar, Cocktail Lounge"
2,            305,    "Barber and Beauty Shop"
2,            306,    "Casino/Gaming"
2,            307,    "Classroom/Lecture"
2,            308,    "Courtrooms"
2,            309,    "Comm/Ind Work (General, High Bay)"
2,            310,    "Comm/Ind Work (General, Low Bay)"
2,            361,    "Comm/Ind Work (High Tech, Bio Tech, Lab)"
2,            363,    "Comm/Ind Work (Loading Dock)"
2,            311,    "Comm/Ind Work (Precision)"
2,            353,    "Computer Room (Mainframe/Server)"
2,            354,    "Computer Room (Instructional/PC Lab)"
2,            312,    "Conference Room"
2,            313,    "Convention and Meeting Center"
2,            314,    "Copy Room (photocopying equipment)"
2,            315,    "Corridor"
2,            316,    "Dining Area"
2,            317,    "Dry Cleaning (Coin Operated)"
2,            318,    "Dry Cleaning (Full Service Commercial)"
2,            319,    "Exercising Centers and Gymnasium"
2,            320,    "Exhibit Display Area / Museum"
2,            322,    "Hotel/Motel Guest Room (incl. toilets)"
2,            323,    "Kitchen and Food Preparation"
2,            324,    "Laboratory, Medical"
2,            325,    "Laundry"
2,            326,    "Library (Reading Areas)"
2,            327,    "Library (Stacks)"
2,            328,    "Lobby (Hotel)"
2,            329,    "Lobby (Main Entry and Assembly)"
2,            330,    "Lobby (Office Reception/Waiting)"
2,            331,    "Locker and Dressing Room"
2,            332,    "Mall, Arcade and Atrium"
2,            333,    "Mechanical/Electrical Room"
2,            334,    "Medical and Clinical Care"
2,            335,    "Office (General)"
2,            336,    "Office (Executive/Private)"
2,            337,    "Office (Open Plan)"
2,            338,    "Police Station and Fire Station"
2,            356,    "Refrigerated (Cooled Storage)"
2,            357,    "Refrigerated (Food Preparation)"
2,            358,    "Refrigerated (Frozen Storage)"
2,            359,    "Refrigerated (Walk-in Cooler)"
2,            360,    "Refrigerated (Walk-in Freezer)"
2,            339,    "Religious Worship"
2,            351,    "Residential (Bedroom)"
2,            362,    "Residential (Garage)"
2,            352,    "Residential (General Living Space)"
2,            321,    "Residential (High-Rise)"
2,            350,    "Residential (Multifamily Dwelling Unit)"
2,            349,    "Residential (Single Family)"
2,            340,    "Restrooms"
2,            355,    "Retail Sales, Grocery"
2,            341,    "Retail Sales and Wholesale Showroom"
2,            342,    "Smoking Lounge"
2,            343,    "Storage (Conditioned)"
2,            344,    "Storage (Unconditioned)"
2,            345,    "Theater (Motion Picture)"
2,            346,    "Theater (Performance)"
2,            347,    "Vocational Areas"
2,            348,    "Unknown"
1,      MainWiz:ProductCode,  998, 0  ; SAC 2/25/03 - Prevent backward compatibility options from causing errors in resolving duplicate symbol values following project-open
2,            321,    "Residential (High-Rise)"
2,            349,    "Residential (Single Family)"
1,      MainWiz:ProductCode,  999, 0   ; Backward compatibility
2,            321,    "High-Rise Residential"
2,            349,    "Single Family Residential"
1,      MainWiz:ProductCode, -999, 0   ; All Other Products
2,              0,    "- select another -"
2,            300,    "All Others"
2,            301,    "Auditorium"
2,            302,    "Auto Repair Workshop"
2,            303,    "Bank/Financial Institution"
2,            304,    "Bar, Cocktail Lounge"
2,            305,    "Barber and Beauty Shop"
2,            306,    "Casino/Gaming"
2,            307,    "Classroom/Lecture"
2,            308,    "Courtrooms"
2,            309,    "Comm/Ind Work (General, High Bay)"
2,            310,    "Comm/Ind Work (General, Low Bay)"
2,            361,    "Comm/Ind Work (High Tech, Bio Tech, Lab)"
2,            363,    "Comm/Ind Work (Loading Dock)"
2,            311,    "Comm/Ind Work (Precision)"
2,            353,    "Computer Room (Mainframe/Server)"
2,            354,    "Computer Room (Instructional/PC Lab)"
2,            312,    "Conference Room"
2,            313,    "Convention and Meeting Center"
2,            314,    "Copy Room (photocopying equipment)"
2,            315,    "Corridor"
2,            316,    "Dining Area"
2,            317,    "Dry Cleaning (Coin Operated)"
2,            318,    "Dry Cleaning (Full Service Commercial)"
2,            319,    "Exercising Centers and Gymnasium"
2,            320,    "Exhibit Display Area / Museum"
2,            322,    "Hotel/Motel Guest Room (incl. toilets)"
2,            323,    "Kitchen and Food Preparation"
2,            324,    "Laboratory, Medical"
2,            325,    "Laundry"
2,            326,    "Library (Reading Areas)"
2,            327,    "Library (Stacks)"
2,            328,    "Lobby (Hotel)"
2,            329,    "Lobby (Main Entry and Assembly)"
2,            330,    "Lobby (Office Reception/Waiting)"
2,            331,    "Locker and Dressing Room"
2,            332,    "Mall, Arcade and Atrium"
2,            333,    "Mechanical/Electrical Room"
2,            334,    "Medical and Clinical Care"
2,            335,    "Office (General)"
2,            336,    "Office (Executive/Private)"
2,            337,    "Office (Open Plan)"
2,            338,    "Police Station and Fire Station"
2,            339,    "Religious Worship"
2,            351,    "Residential (Bedroom)"
2,            362,    "Residential (Garage)"
2,            352,    "Residential (General Living Space)"
2,            321,    "Residential (High-Rise)"
2,            350,    "Residential (Multifamily Dwelling Unit)"
2,            349,    "Residential (Single Family)"
2,            340,    "Restrooms"
2,            341,    "Retail Sales and Wholesale Showroom"
2,            342,    "Smoking Lounge"
2,            343,    "Storage (Conditioned)"
2,            344,    "Storage (Unconditioned)"
2,            345,    "Theater (Motion Picture)"
2,            346,    "Theater (Performance)"
2,            347,    "Vocational Areas"
2,            348,    "Unknown"

; SAC 6/14/00 - identical to above list except for the symbol corresponding to the value 0
; SAC 2/3/02 - Added "Residential (Multifamily Dwelling Unit)" and revised other residential activity area names
0, ZnGrpWiz:ActAreaType, 0
0, ShellWiz:ActAreaTypeX3, 0
0, ShellWiz:ActAreaTypeX5, 0
2,              0,    " "
2,            300,    "All Others"
2,            301,    "Auditorium"
2,            302,    "Auto Repair Workshop"
2,            303,    "Bank/Financial Institution"
2,            304,    "Bar, Cocktail Lounge"
2,            305,    "Barber and Beauty Shop"
2,            306,    "Casino/Gaming"
2,            307,    "Classroom/Lecture"
2,            308,    "Courtrooms"
2,            309,    "Comm/Ind Work (General, High Bay)"
2,            310,    "Comm/Ind Work (General, Low Bay)"
2,            361,    "Comm/Ind Work (High Tech, Bio Tech, Lab)"
2,            363,    "Comm/Ind Work (Loading Dock)"
2,            311,    "Comm/Ind Work (Precision)"
2,            353,    "Computer Room (Mainframe/Server)"
2,            354,    "Computer Room (Instructional/PC Lab)"
2,            312,    "Conference Room"
2,            313,    "Convention and Meeting Center"
2,            314,    "Copy Room (photocopying equipment)"
2,            315,    "Corridor"
2,            316,    "Dining Area"
2,            317,    "Dry Cleaning (Coin Operated)"
2,            318,    "Dry Cleaning (Full Service Commercial)"
2,            319,    "Exercising Centers and Gymnasium"
2,            320,    "Exhibit Display Area / Museum"
2,            322,    "Hotel/Motel Guest Room (incl. toilets)"
2,            323,    "Kitchen and Food Preparation"
2,            324,    "Laboratory, Medical"
2,            325,    "Laundry"
2,            326,    "Library (Reading Areas)"
2,            327,    "Library (Stacks)"
2,            328,    "Lobby (Hotel)"
2,            329,    "Lobby (Main Entry and Assembly)"
2,            330,    "Lobby (Office Reception/Waiting)"
2,            331,    "Locker and Dressing Room"
2,            332,    "Mall, Arcade and Atrium"
2,            333,    "Mechanical/Electrical Room"
2,            334,    "Medical and Clinical Care"
2,            335,    "Office (General)"
2,            336,    "Office (Executive/Private)"
2,            337,    "Office (Open Plan)"
2,            338,    "Police Station and Fire Station"
2,            356,    "Refrigerated (Cooled Storage)"
2,            357,    "Refrigerated (Food Preparation)"
2,            358,    "Refrigerated (Frozen Storage)"
2,            359,    "Refrigerated (Walk-in Cooler)"
2,            360,    "Refrigerated (Walk-in Freezer)"
2,            339,    "Religious Worship"
2,            351,    "Residential (Bedroom)"
2,            362,    "Residential (Garage)"
2,            352,    "Residential (General Living Space)"
2,            321,    "Residential (High-Rise)"
2,            350,    "Residential (Multifamily Dwelling Unit)"
2,            349,    "Residential (Single Family)"
2,            340,    "Restrooms"
2,            355,    "Retail Sales, Grocery"
2,            341,    "Retail Sales and Wholesale Showroom"
2,            342,    "Smoking Lounge"
2,            343,    "Storage (Conditioned)"
2,            344,    "Storage (Unconditioned)"
2,            345,    "Theater (Motion Picture)"
2,            346,    "Theater (Performance)"
2,            347,    "Vocational Areas"
2,            348,    "Unknown"

; SAC 7/19/03 - Added ActAreaAbrev symbol to facilitate setting of SPACE:C-ACTIVITY-DESC which is used to populate the system/zone QC summary report
0, ShellWiz:ActAreaAbrev, 0
2,              0,    "(unknown)"
2,            300,    "Other Use"
2,            301,    "Auditorium"
2,            302,    "Auto Repair Workshop"
2,            303,    "Bank / Financial Instit."
2,            304,    "Bar, Cocktail Lounge"
2,            305,    "Barber / Beauty Shop"
2,            306,    "Casino / Gaming"
2,            307,    "Classroom / Lecture"
2,            308,    "Courtrooms"
2,            309,    "Comm/Ind Work (Gen, High)"
2,            310,    "Comm/Ind Work (Gen, Low)"
2,            361,    "Comm/Ind Work (Hi/Bio/Lab)"
2,            363,    "Comm/Ind Work (Lding Dock)"
2,            311,    "Comm/Ind Work (Precision)"
2,            353,    "Computer (Mainframe/Srvr)"
2,            354,    "Computer (Instruc/PC Lab)"
2,            312,    "Conference Room"
2,            313,    "Convention / Meeting Ctr"
2,            314,    "Copy Room (photocopy eq)"
2,            315,    "Corridor"
2,            316,    "Dining Area"
2,            317,    "Dry Cleaning (Coin)"
2,            318,    "Dry Cleaning (Full Srvc)"
2,            319,    "Exercising Center / Gym"
2,            320,    "Exhibit Display / Museum"
2,            322,    "Hotel/Motel Guest Room"
2,            323,    "Kitchen and Food Prep"
2,            324,    "Laboratory, Medical"
2,            325,    "Laundry"
2,            326,    "Library (Reading Areas)"
2,            327,    "Library (Stacks)"
2,            328,    "Lobby (Hotel)"
2,            329,    "Lobby (Main Entry / Assem)"
2,            330,    "Lobby (Reception/Waiting)"
2,            331,    "Locker and Dressing Room"
2,            332,    "Mall, Arcade and Atrium"
2,            333,    "Mechanical/Electrical Room"
2,            334,    "Medical and Clinical Care"
2,            335,    "Office (General)"
2,            336,    "Office (Executive/Private)"
2,            337,    "Office (Open Plan)"
2,            338,    "Police / Fire Station"
2,            356,    "Refrig (Cooled Storage)"
2,            357,    "Refrig (Food Prep)"
2,            358,    "Refrig (Frozen Storage)"
2,            359,    "Refrig (Walk-in Cooler)"
2,            360,    "Refrig (Walk-in Freezer)"
2,            339,    "Religious Worship"
2,            351,    "Residential (Bedroom)"
2,            362,    "Residential (Garage)"
2,            352,    "Residential (Living)"
2,            321,    "Residential (High-Rise)"
2,            350,    "Residential (Multifamily)"
2,            349,    "Residential (Single Fam.)"
2,            340,    "Restrooms"
2,            355,    "Retail Sales, Grocery"
2,            341,    "Retail / Wholesale Showrm"
2,            342,    "Smoking Lounge"
2,            343,    "Storage (Conditioned)"
2,            344,    "Storage (Unconditioned)"
2,            345,    "Theater (Motion Picture)"
2,            346,    "Theater (Performance)"
2,            347,    "Vocational Areas"
2,            348,    "Unknown"

; SAC 2/18/05 - Added additional (shorter) ActAreaAbrev2 symbol to facilitate hourly profile names by activity area type
0, ShellWiz:ActAreaAbrev2, 0
2,              0,    "(unk)"
2,            300,    "Other"
2,            301,    "Auditorium"
2,            302,    "Auto Repair"
2,            303,    "Bank-Fin"
2,            304,    "Bar-Lounge"
2,            305,    "Barbr-Beauty"
2,            306,    "Casino-Gamng"
2,            307,    "Classroom"
2,            308,    "Courtrooms"
2,            309,    "C/I-HighBay"
2,            310,    "C/I-LowBay"
2,            361,    "C/I-Bio-Lab"
2,            363,    "C/I-LdgDock"
2,            311,    "C/I-Precisn"
2,            353,    "Cmptr-Server"
2,            354,    "Cmptr-PCLab"
2,            312,    "Conference"
2,            313,    "Meeting Ctr"
2,            314,    "Copy Room"
2,            315,    "Corridor"
2,            316,    "Dining Area"
2,            317,    "DryCln-Coin"
2,            318,    "DryCln-Srvc"
2,            319,    "Exercising"
2,            320,    "Exhibit"
2,            322,    "Guest Room"
2,            323,    "Kitchen-Prep"
2,            324,    "Lab-Medical"
2,            325,    "Laundry"
2,            326,    "Lib-Reading"
2,            327,    "Lib-Stacks"
2,            328,    "Lobby-Hotel"
2,            329,    "Lobby-Entry"
2,            330,    "Lobby-Waitng"
2,            331,    "Dressing Rm"
2,            332,    "Mall-Arcade"
2,            333,    "MechElec Rm"
2,            334,    "MedicalCare"
2,            335,    "Office-Gen"
2,            336,    "Office-Priv"
2,            337,    "Office-Open"
2,            338,    "Police-Fire"
2,            356,    "Ref-ClStor"
2,            357,    "Ref-Prep"
2,            358,    "Ref-FrStor"
2,            359,    "Ref-WlkIn Cl"
2,            360,    "Ref-WlkIn Fr"
2,            339,    "Religious"
2,            351,    "Res-Bedroom"
2,            362,    "Res-Garage"
2,            352,    "Res-Living"
2,            321,    "Res-HiRise"
2,            350,    "Res-MFam"
2,            349,    "Res-SFam"
2,            340,    "Restrooms"
2,            355,    "Retail-Groc"
2,            341,    "Retail-Whlsl"
2,            342,    "Smoking Lng"
2,            343,    "Stor-Cond"
2,            344,    "Stor-Uncond"
2,            345,    "Thtr-Movie"
2,            346,    "Thtr-Perform"
2,            347,    "Voc Areas"
2,            348,    "Unknown"


; SAC 1/24/02 - Added symbol definitions for ShapeWiz's DayStartHr property
0, ShapeWiz:DayStartHr, 0
2,             -1,    "No Shift"
2,             24,    "Midnt"
2,              1,    "1 am"
2,              2,    "2 am"
2,              3,    "3 am"
2,              4,    "4 am"
2,              5,    "5 am"
2,              6,    "6 am"
2,              7,    "7 am"
2,              8,    "8 am"
2,              9,    "9 am"
2,             10,    "10 am"
2,             11,    "11 am"
2,             12,    "Noon"
2,             13,    "1 pm"
2,             14,    "2 pm"
2,             15,    "3 pm"
2,             16,    "4 pm"
2,             17,    "5 pm"
2,             18,    "6 pm"
2,             19,    "7 pm"
2,             20,    "8 pm"
2,             21,    "9 pm"
2,             22,    "10 pm"
2,             23,    "11 pm"

; SAC 1/24/02 - Added symbol definitions for ShapeWiz's DayEndHr property
0, ShapeWiz:DayEndHr, 0
2,             -1,    "No Shift"
2,              1,    "1 am"
2,              2,    "2 am"
2,              3,    "3 am"
2,              4,    "4 am"
2,              5,    "5 am"
2,              6,    "6 am"
2,              7,    "7 am"
2,              8,    "8 am"
2,              9,    "9 am"
2,             10,    "10 am"
2,             11,    "11 am"
2,             12,    "Noon"
2,             13,    "1 pm"
2,             14,    "2 pm"
2,             15,    "3 pm"
2,             16,    "4 pm"
2,             17,    "5 pm"
2,             18,    "6 pm"
2,             19,    "7 pm"
2,             20,    "8 pm"
2,             21,    "9 pm"
2,             22,    "10 pm"
2,             23,    "11 pm"
2,             24,    "Midnt"

0, ShellWiz:SchedOpen1, 0
0, ShellWiz:SchedOpen2, 0
2,              0,    "Unocc"
2,             24,    "Midnt"
2,              1,    "1 am"
2,              2,    "2 am"
2,              3,    "3 am"
2,              4,    "4 am"
2,              5,    "5 am"
2,              6,    "6 am"
2,              7,    "7 am"
2,              8,    "8 am"
2,              9,    "9 am"
2,             10,    "10 am"
2,             11,    "11 am"
2,             12,    "Noon"
2,             13,    "1 pm"
2,             14,    "2 pm"
2,             15,    "3 pm"
2,             16,    "4 pm"
2,             17,    "5 pm"
2,             18,    "6 pm"
2,             19,    "7 pm"
2,             20,    "8 pm"
2,             21,    "9 pm"
2,             22,    "10 pm"
2,             23,    "11 pm"

0, HVACWiz:SchedOn1, 0
0, HVACWiz:SchedOn2, 0
0, PrimWiz:SchedOn1, 0
0, PrimWiz:SchedOn2, 0
2,              0,    "Off"
2,             24,    "Midnt"
2,              1,    "1 am"
2,              2,    "2 am"
2,              3,    "3 am"
2,              4,    "4 am"
2,              5,    "5 am"
2,              6,    "6 am"
2,              7,    "7 am"
2,              8,    "8 am"
2,              9,    "9 am"
2,             10,    "10 am"
2,             11,    "11 am"
2,             12,    "Noon"
2,             13,    "1 pm"
2,             14,    "2 pm"
2,             15,    "3 pm"
2,             16,    "4 pm"
2,             17,    "5 pm"
2,             18,    "6 pm"
2,             19,    "7 pm"
2,             20,    "8 pm"
2,             21,    "9 pm"
2,             22,    "10 pm"
2,             23,    "11 pm"

0, ShellWiz:SchedClose1, 1
0, ShellWiz:SchedClose2, 1
0, HVACWiz:SchedOff1, 1
0, HVACWiz:SchedOff2, 1
0, PrimWiz:SchedOff1, 1
0, PrimWiz:SchedOff2, 1
2,              1,    "1 am"
2,              2,    "2 am"
2,              3,    "3 am"
2,              4,    "4 am"
2,              5,    "5 am"
2,              6,    "6 am"
2,              7,    "7 am"
2,              8,    "8 am"
2,              9,    "9 am"
2,             10,    "10 am"
2,             11,    "11 am"
2,             12,    "Noon"
2,             13,    "1 pm"
2,             14,    "2 pm"
2,             15,    "3 pm"
2,             16,    "4 pm"
2,             17,    "5 pm"
2,             18,    "6 pm"
2,             19,    "7 pm"
2,             20,    "8 pm"
2,             21,    "9 pm"
2,             22,    "10 pm"
2,             23,    "11 pm"
2,             24,    "Midnt"

; SAC 1/26/02 - Added to *Seas3* properties
0, ShellWiz:DfltOpenSeas1, 0
0, ShellWiz:DfltOpenSeas2, 0
0, ShellWiz:DfltOpenSeas3, 0
; SAC 1/29/02 - switched DfltStrtSeas* from Int to Sym
0, ShellWiz:DfltStrtSeas1, 0
0, ShellWiz:DfltStrtSeas2, 0
0, ShellWiz:DfltStrtSeas3, 0
0, ShellWiz:OpenSeas1, 0
0, ShellWiz:OpenSeas2, 0
0, ShellWiz:OpenSeas3, 0
2,             25,    "Open 24 hrs."
2,              0,    "Closed"
2,             24,    "Midnt"
2,              1,    "1 am"
2,              2,    "2 am"
2,              3,    "3 am"
2,              4,    "4 am"
2,              5,    "5 am"
2,              6,    "6 am"
2,              7,    "7 am"
2,              8,    "8 am"
2,              9,    "9 am"
2,             10,    "10 am"
2,             11,    "11 am"
2,             12,    "Noon"
2,             13,    "1 pm"
2,             14,    "2 pm"
2,             15,    "3 pm"
2,             16,    "4 pm"
2,             17,    "5 pm"
2,             18,    "6 pm"
2,             19,    "7 pm"
2,             20,    "8 pm"
2,             21,    "9 pm"
2,             22,    "10 pm"
2,             23,    "11 pm"

0, HVACWiz:OpenSeas1, 0
0, HVACWiz:OpenSeas2, 0
0, HVACWiz:OpenSeas3, 0
; SAC 1/25/02 - removed unnecessary PrimWiz DD wizard schedule properties
; 0, PrimWiz:OpenSeas1, 0
; 0, PrimWiz:OpenSeas2, 0
1,      MainWiz:ProductCode,  998, 0  ; SAC 2/25/03 - Prevent backward compatibility options from causing errors in resolving duplicate symbol values following project-open
2,             25,    "Always On"
2,              0,    "Always Off"
1,      MainWiz:ProductCode,  999, 0  ; NONE - backward compatibility
2,             25,    "Open 24 hrs."
2,              0,    "Closed"
1,      MainWiz:ProductCode, -999, 0  ; all products
2,             25,    "Always On"
2,              0,    "Always Off"
2,             24,    "Midnt"
2,              1,    "1 am"
2,              2,    "2 am"
2,              3,    "3 am"
2,              4,    "4 am"
2,              5,    "5 am"
2,              6,    "6 am"
2,              7,    "7 am"
2,              8,    "8 am"
2,              9,    "9 am"
2,             10,    "10 am"
2,             11,    "11 am"
2,             12,    "Noon"
2,             13,    "1 pm"
2,             14,    "2 pm"
2,             15,    "3 pm"
2,             16,    "4 pm"
2,             17,    "5 pm"
2,             18,    "6 pm"
2,             19,    "7 pm"
2,             20,    "8 pm"
2,             21,    "9 pm"
2,             22,    "10 pm"
2,             23,    "11 pm"

; SAC 1/26/02 - Added to *Seas3* properties
0, ShellWiz:DfltCloseSeas1, 0
0, ShellWiz:DfltCloseSeas2, 0
0, ShellWiz:DfltCloseSeas3, 0
0, ShellWiz:CloseSeas1, 0
0, ShellWiz:CloseSeas2, 0
0, ShellWiz:CloseSeas3, 0
0, HVACWiz:CloseSeas1, 0
0, HVACWiz:CloseSeas2, 0
0, HVACWiz:CloseSeas3, 0
0, HVACWiz:Sys1FanOffSeas1, 0
0, HVACWiz:Sys1FanOffSeas2, 0
0, HVACWiz:Sys1FanOffSeas3, 0
0, HVACWiz:Sys2FanOffSeas1, 0
0, HVACWiz:Sys2FanOffSeas2, 0
0, HVACWiz:Sys2FanOffSeas3, 0
; SAC 1/25/02 - removed unnecessary PrimWiz DD wizard schedule properties
; 0, PrimWiz:CloseSeas1, 0
; 0, PrimWiz:CloseSeas2, 0
0, PrimWiz:CHWOffSeas1, 0
0, PrimWiz:CHWOffSeas2, 0
0, PrimWiz:CHWOffSeas3, 0
0, PrimWiz:HWOffSeas1, 0
0, PrimWiz:HWOffSeas2, 0
0, PrimWiz:HWOffSeas3, 0
2,              1,    "1 am"
2,              2,    "2 am"
2,              3,    "3 am"
2,              4,    "4 am"
2,              5,    "5 am"
2,              6,    "6 am"
2,              7,    "7 am"
2,              8,    "8 am"
2,              9,    "9 am"
2,             10,    "10 am"
2,             11,    "11 am"
2,             12,    "Noon"
2,             13,    "1 pm"
2,             14,    "2 pm"
2,             15,    "3 pm"
2,             16,    "4 pm"
2,             17,    "5 pm"
2,             18,    "6 pm"
2,             19,    "7 pm"
2,             20,    "8 pm"
2,             21,    "9 pm"
2,             22,    "10 pm"
2,             23,    "11 pm"
2,             24,    "Midnt"

; SAC 1/26/02 - Added to *Seas3* properties
0, HVACWiz:Sys1FanOnSeas1, 0
0, HVACWiz:Sys1FanOnSeas2, 0
0, HVACWiz:Sys1FanOnSeas3, 0
0, HVACWiz:Sys2FanOnSeas1, 0
0, HVACWiz:Sys2FanOnSeas2, 0
0, HVACWiz:Sys2FanOnSeas3, 0
0, PrimWiz:CHWOnSeas1, 0
0, PrimWiz:CHWOnSeas2, 0
0, PrimWiz:CHWOnSeas3, 0
0, PrimWiz:HWOnSeas1, 0
0, PrimWiz:HWOnSeas2, 0
0, PrimWiz:HWOnSeas3, 0
2,             25,    "On 24 hrs."
2,              0,    "Off"
2,             24,    "Midnt"
2,              1,    "1 am"
2,              2,    "2 am"
2,              3,    "3 am"
2,              4,    "4 am"
2,              5,    "5 am"
2,              6,    "6 am"
2,              7,    "7 am"
2,              8,    "8 am"
2,              9,    "9 am"
2,             10,    "10 am"
2,             11,    "11 am"
2,             12,    "Noon"
2,             13,    "1 pm"
2,             14,    "2 pm"
2,             15,    "3 pm"
2,             16,    "4 pm"
2,             17,    "5 pm"
2,             18,    "6 pm"
2,             19,    "7 pm"
2,             20,    "8 pm"
2,             21,    "9 pm"
2,             22,    "10 pm"
2,             23,    "11 pm"


0, MainWiz:ActiveHoliday, 0
2,              1,    "New Year's Day" 
2,              2,    "New Year's Day (celebrated)" 
2,              3,    "Martin Luther King Day" 
2,              4,    "Presidents' Day" 
2,              5,    "St. Patrick's Day" 
2,              6,    "Patriots' Day" 
2,              7,    "Easter Sunday" 
2,              8,    "Memorial Day" 
2,              9,    "Flag Day" 
2,             10,    "July 4th" 
2,             11,    "July 4th (celebrated)" 
2,             12,    "Labor Day" 
2,             13,    "Columbus Day" 
2,             14,    "Veterans' Day" 
2,             15,    "Thanksgiving" 
2,             16,    "Thanksgiving Friday" 
2,             17,    "Christmas Eve" 
2,             18,    "Christmas Day" 
2,             19,    "Christmas Day (celebrated)" 
2,             20,    "New Year's Eve" 


; SAC 1/15/04 - Added new symbol selection to facilitate defaulting of hourly profiles by activity area and enduse
; SAC 2/6/04 - Replaced temporary symbol strings w/ first set of actual selections
; SAC 2/18/05 - Added ShapeWiz:SchedGroup property to facilitate DEER analysis
0, ShellWiz:ActAreaSeas1SchGrp,  0
0, ShellWiz:ActAreaSeas2SchGrp,  0
0, ShellWiz:ActAreaSeas3SchGrp,  0
0, ShapeWiz:SchedGroup,  0
2,              0,    "- select another -"
2,           1011,    "Assembly Admin"
2,           1021,    "Assembly Auditorium"
2,           2011,    "PrimSchool Class/Office (in session)"
2,           2021,    "PrimSchool Gym (in session)"
2,           2031,    "PrimSchool Cafeteria (in session)"
2,           2041,    "PrimSchool Kitchen (in session)"
2,           2012,    "PrimSchool Class/Office (break)"
2,           2022,    "PrimSchool Gym (break)"
2,           2032,    "PrimSchool Cafeteria (break)"
2,           2042,    "PrimSchool Kitchen (break)"
2,           3011,    "HighSchool Class (in session)"
2,           3021,    "HighSchool Office (in session)"
2,           3031,    "HighSchool Gym (in session)"
2,           3041,    "HighSchool Cafeteria (in session)"
2,           3051,    "HighSchool Kitchen (in session)"
2,           3061,    "HighSchool ComputerRm (in session)"
2,           3012,    "HighSchool Class (break)"
2,           3022,    "HighSchool Office (break)"
2,           3032,    "HighSchool Gym (break)"
2,           3042,    "HighSchool Cafeteria (break)"
2,           3052,    "HighSchool Kitchen (break)"
2,           3062,    "HighSchool ComputerRm (break)"
2,           4011,    "ComCollege Class (in session)"
2,           4021,    "ComCollege Office (in session)"
2,           4031,    "ComCollege Kitchen (in session)"
2,           4041,    "ComCollege Cafeteria (in session)"
2,           4051,    "ComCollege ComputerRm (in session)"
2,           4012,    "ComCollege Class (summer)"
2,           4022,    "ComCollege Office (summer)"
2,           4032,    "ComCollege Kitchen (summer)"
2,           4042,    "ComCollege Cafeteria (summer)"
2,           4052,    "ComCollege ComputerRm (summer)"
2,           4013,    "ComCollege Class (break)"
2,           4023,    "ComCollege Office (break)"
2,           4033,    "ComCollege Kitchen (break)"
2,           4043,    "ComCollege Cafeteria (break)"
2,           4053,    "ComCollege ComputerRm (break)"
2,           5011,    "University Class (in session)"
2,           5021,    "University Office (in session)"
2,           5031,    "University Kitchen (in session)"
2,           5041,    "University Cafeteria (in session)"
2,           5051,    "University ComputerRm (in session)"
2,           5061,    "University Dorm (in session)"
2,           5012,    "University Class (summer)"
2,           5022,    "University Office (summer)"
2,           5032,    "University Kitchen (summer)"
2,           5042,    "University Cafeteria (summer)"
2,           5052,    "University ComputerRm (summer)"
2,           5062,    "University Dorm (summer)"
2,           5013,    "University Class (break)"
2,           5023,    "University Office (break)"
2,           5033,    "University Kitchen (break)"
2,           5043,    "University Cafeteria (break)"
2,           5053,    "University ComputerRm (break)"
2,           5063,    "University Dorm (break)"
2,           6011,    "Grocery Sales"
2,           6021,    "Grocery Admin"
2,           6031,    "Grocery Stock"
2,           6041,    "Grocery Refrig"
2,           6051,    "Grocery Prep"                       ; SAC 3/3/05 - added
2,           7011,    "Hospital Fac/Maint (24 hour)"
2,           7021,    "Hospital Admin/Office (12 hour)"
2,           7031,    "Hospital Kitchen"
2,           7041,    "Hospital Wards/Isolation (24 hour)"
2,           7051,    "Hospital Intensive Care (24 hour)"
2,           7061,    "Hospital Lab/Surgery/Out (12 hour)"
2,           7071,    "Hospital Nursing Suprt (24 hour)"
2,           8011,    "NursingHome Facilities"
2,           8021,    "NursingHome Admin"
2,           8031,    "NursingHome Kitchen"
2,           8041,    "NursingHome Rooms"
2,           8051,    "NursingHome Corridor"
2,           9011,    "Hotel (public) Facilities"
2,           9021,    "Hotel (public) Admin"
2,           9031,    "Hotel (public) Kitchen"
2,           9041,    "Hotel (public) Lobby"
2,           9051,    "Hotel (public) Corridor"
2,           9061,    "Hotel (public) Restaurant"
2,           9071,    "Hotel (public) Lounge"
2,           9081,    "Hotel (rooms) Rooms"
2,           9091,    "Hotel (rooms) Corridor"
2,          10011,    "Motel Rooms (unoccup)"
2,          10021,    "Motel Rooms (12 hour occup)"
2,          10031,    "Motel Rooms (24 hour occup)"
2,          10041,    "Motel Office"
2,          10051,    "Motel Facilities"
2,          10061,    "Motel Corridor"
2,          11011,    "Manufac (biotech) Mfg"
2,          11021,    "Manufac (biotech) Admin"
2,          11031,    "Manufac (biotech) Kitchen"
2,          11041,    "Manufac (biotech) ComptrRm"
2,          11051,    "Manufac (biotech) Conference"
2,          11061,    "Manufac (biotech) Cafeteria"
2,          11071,    "Manufac (biotech) Lab"
2,          11081,    "Manufac (biotech) Circulation"
2,          12011,    "Manufac (light) Mfg"
2,          12021,    "Manufac (light) Storage"
2,          13011,    "Office (large) All"
2,          14011,    "Office (small) All"
2,          15011,    "Restaurant (sit-down) Dining"
2,          15021,    "Restaurant (sit-down) Kitchen"
2,          16011,    "Restaurant (fast food) Dining"
2,          16021,    "Restaurant (fast food) Kitchen"
2,          17011,    "Retail (lrg, 3-story) Office"
2,          17021,    "Retail (lrg, 3-story) Showroom"
2,          17031,    "Retail (lrg, 3-story) Storage"
2,          18011,    "Retail (lrg, 1-story) Sales"
2,          18021,    "Retail (lrg, 1-story) Pharmacy"
2,          18031,    "Retail (lrg, 1-story) Dining"
2,          18041,    "Retail (lrg, 1-story) AutoShop"
2,          18051,    "Retail (lrg, 1-story) Office"
2,          18061,    "Retail (lrg, 1-story) Stockrm"
2,          19011,    "Retail (small) All"
2,          20011,    "Storage (cond) All"
2,          21011,    "Storage (uncond) All"
2,          22011,    "Refg Whs Stock"
2,          22021,    "Refg Whs Admin"
2,          22031,    "Refg Whs Cold"
2,          22041,    "Refg Whs Cool"
2,          23011,    "Residential (sngl fam) Living (Winter)"
2,          23021,    "Residential (sngl fam) Bedrms (Winter)"
2,          23031,    "Residential (sngl fam) Garage (Winter)"
2,          23012,    "Residential (sngl fam) Living (Spr-Sum)"
2,          23022,    "Residential (sngl fam) Bedrms (Spr-Sum)"
2,          23032,    "Residential (sngl fam) Garage (Spr-Sum)"
2,          23013,    "Residential (sngl fam) Living (other)"
2,          23023,    "Residential (sngl fam) Bedrms (other)"
2,          23033,    "Residential (sngl fam) Garage (other)"
2,          24011,    "Residential (multifam) Living (Winter)"
2,          24021,    "Residential (multifam) Bedrms (Winter)"
2,          24012,    "Residential (multifam) Living (Spr-Sum)"
2,          24022,    "Residential (multifam) Bedrms (Spr-Sum)"
2,          24013,    "Residential (multifam) Living (other)"
2,          24023,    "Residential (multifam) Bedrms (other)"
2,          25011,    "MobileHm (single wd) Living (Winter)"
2,          25021,    "MobileHm (single wd) Bedrms (Winter)"
2,          25012,    "MobileHm (single wd) Living (Spr-Sum)"
2,          25022,    "MobileHm (single wd) Bedrms (Spr-Sum)"
2,          25013,    "MobileHm (single wd) Living (other)"
2,          25023,    "MobileHm (single wd) Bedrms (other)"
2,          26011,    "MobileHm (double wd) Living (Winter)"
2,          26021,    "MobileHm (double wd) Bedrms (Winter)"
2,          26012,    "MobileHm (double wd) Living (Spr-Sum)"
2,          26022,    "MobileHm (double wd) Bedrms (Spr-Sum)"
2,          26013,    "MobileHm (double wd) Living (other)"
2,          26023,    "MobileHm (double wd) Bedrms (other)"


; SAC 8/22/03 - Added property to define where default roof insulation lies, at attic floor vs. roof surface
0, ShellWiz:RoofInsulLocation, 0
2,              0,    "Attic Floor"
2,              1,    "Roof Surface"
2,              2,    "Both Attic Floor & Roof Surface"


; 0, ShellWiz:RoofConsType, 100
; 0, EEMRun:RoofConsType, 100
; 2,            100,    "Wood Frame, 24 in. o.c."
; 2,            101,    "Wood Frame, > 24 in. o.c."
; 2,            102,    "Metal Frame, 24 in. o.c."
; 2,            103,    "Metal Frame, > 24 in. o.c."
; 2,            104,    "2 in. Concrete"
; 2,            105,    "4 in. Concrete"
; 2,            106,    "6 in. Concrete"
;
; SAC 2/3/02 - Updated RoofConsType selections for SCL-eQUEST
; SAC 8/21/02 - Added "No Exterior Exposure (adiabatic)" option (for CEUS)
; SAC 11/3/02 - Added "8 in. Concrete" option (for Seattle)
0, ShellWiz:RoofConsType, 100
1,      ShellWiz:PlenumFlag,    0,  100   ; No Attic & No Plenum
2,            100,    "Wood Advanced Frame, 24 in. o.c."
2,            101,    "Wood Advanced Frame, > 24 in. o.c."
2,            107,    "Wood Standard Frame"
2,            108,    "Vaulted (Vented) Wood Frame, 16 in. o.c."
2,            109,    "Vaulted (Vented) Wood Frame, 24 in. o.c."
2,            110,    "Vaulted (Unvented) Wood Frame, 16 in. o.c."
2,            111,    "Vaulted (Unvented) Wood Frame, 24 in. o.c."
2,            112,    "Wood Scissor Truss, 16 in. o.c."
2,            113,    "Wood Scissor Truss, 24 in. o.c."
2,            114,    "Roof Deck, 4X Beams, 48 in. o.c."
2,            102,    "Metal Frame, 24 in. o.c."
2,            103,    "Metal Frame, > 24 in. o.c."
2,            104,    "2 in. Concrete"
2,            105,    "4 in. Concrete"
2,            106,    "6 in. Concrete"
2,            115,    "8 in. Concrete"
2,            123,    "3 1/2 in.   Stress Skin"
2,            124,    "5 1/2 in.   Stress Skin"
2,            125,    "7 1/4 in.   Stress Skin"
2,            126,    "9 1/4 in.   Stress Skin"
2,            127,    "11 1/4 in. Stress Skin"
2,            199,    "No Exterior Exposure (adiabatic)"
1,      ShellWiz:PlenumFlag,    1,  100   ; No Attic, Yes Plenum
2,            100,    "Wood Advanced Frame, 24 in. o.c."
2,            101,    "Wood Advanced Frame, > 24 in. o.c."
2,            107,    "Wood Standard Frame"
2,            102,    "Metal Frame, 24 in. o.c."
2,            103,    "Metal Frame, > 24 in. o.c."
2,            104,    "2 in. Concrete"
2,            105,    "4 in. Concrete"
2,            106,    "6 in. Concrete"
2,            115,    "8 in. Concrete"
2,            199,    "No Exterior Exposure (adiabatic)"
; SAC 2/25/03 - Moved backward compatibility lists to END of symbol defs to fix errors in resolving duplicate symbol values following project-open
1,      ShellWiz:BldgType,  999,  100   ; backward compatibility
2,            100,    "Wood Frame, 24 in. o.c."
2,            101,    "Wood Frame, > 24 in. o.c."
2,            199,    "No Exterior Exposure (adiabatic)"
1,      ShellWiz:PlenumFlag, -999,  100   ; Attic on Top Floor (w/ or w/o Plenum)
2,            100,    "Wood Advanced Frame, 24 in. o.c."
2,            101,    "Wood Advanced Frame, > 24 in. o.c."
2,            107,    "Wood Standard Frame"
2,            102,    "Metal Frame, 24 in. o.c."
2,            103,    "Metal Frame, > 24 in. o.c."
2,            199,    "No Exterior Exposure (adiabatic)"

0, EEMRun:RoofConsType, 100
1,      EEMRun:HasAttic,    0,  100   ; No Attic on Top Floor
2,            100,    "Wood Advanced Frame, 24 in. o.c."
2,            101,    "Wood Advanced Frame, > 24 in. o.c."
2,            107,    "Wood Standard Frame"
2,            108,    "Vaulted (Vented) Wood Frame, 16 in. o.c."
2,            109,    "Vaulted (Vented) Wood Frame, 24 in. o.c."
2,            110,    "Vaulted (Unvented) Wood Frame, 16 in. o.c."
2,            111,    "Vaulted (Unvented) Wood Frame, 24 in. o.c."
2,            112,    "Wood Scissor Truss, 16 in. o.c."
2,            113,    "Wood Scissor Truss, 24 in. o.c."
2,            114,    "Roof Deck, 4X Beams, 48 in. o.c."
2,            102,    "Metal Frame, 24 in. o.c."
2,            103,    "Metal Frame, > 24 in. o.c."
2,            104,    "2 in. Concrete"
2,            105,    "4 in. Concrete"
2,            106,    "6 in. Concrete"
2,            115,    "8 in. Concrete"
2,            123,    "3 1/2 in.   Stress Skin"
2,            124,    "5 1/2 in.   Stress Skin"
2,            125,    "7 1/4 in.   Stress Skin"
2,            126,    "9 1/4 in.   Stress Skin"
2,            127,    "11 1/4 in. Stress Skin"
1,      EEMRun:HasAttic,    1,  100   ; Attic on Top Floor
2,            100,    "Wood Advanced Frame, 24 in. o.c."
2,            101,    "Wood Advanced Frame, > 24 in. o.c."
2,            107,    "Wood Standard Frame"
2,            102,    "Metal Frame, 24 in. o.c."
2,            103,    "Metal Frame, > 24 in. o.c."
; SAC 2/25/03 - Moved backward compatibility lists to END of symbol defs to fix errors in resolving duplicate symbol values following project-open
1,      EEMRun:BldgType,  999,  100   ; backward compatibility
2,            100,    "Wood Frame, 24 in. o.c."
2,            101,    "Wood Frame, > 24 in. o.c."


; SAC 2/3/02 - Added "1 1/2 in. poly*" selections for SCL-eQUEST
; SAC 11/3/02 - Added items 17-25 from KJM update for Seattle
0, ShellWiz:RoofBrdInsType, 0
0, EEMRun:RoofBrdInsType, 0
2,              0,    "- no ext board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
2,             17,    "4 in. polystyrene (R-20)"
2,             18,    "4 in. polyurethane (R-24)"
2,             19,    "4 in. polyisocyanurate (R-28)"
2,             20,    "5 in. polystyrene (R-25)"
2,             21,    "5 in. polyurethane (R-30)"
2,             22,    "5 in. polyisocyanurate (R-35)"
2,             23,    "6 in. polystyrene (R-30)"
2,             24,    "6 in. polyurethane (R-36)"
2,             25,    "6 in. polyisocyanurate (R-42)"


; SAC 2/3/02 - Added slew of new selections and groups of selections for SCL-eQUEST
; SAC 8/21/02 - Added new dependent section corresponding to RoofConsType = "No Exterior Exposure (adiabatic)"
; SAC 8/22/03 - Switch statement added to rules for defaulting pitched/attic roof insulation position => mods made below MAY ALSO REQUIRE MODS TO Rules.txt
0, ShellWiz:RoofSecInsType, 0
1,      ShellWiz:RoofConsType, 199,  0     ; RoofConsType = "No Exterior Exposure (adiabatic)"
2,              0,    "- none -"
1,      ShellWiz:RoofConsType, 100, 70     ; RoofConsType = "Wood Advanced Frame, 24 in. o.c."
2,             70,    "- no batt or rad barrier -"
2,           7001,    "R-3 batt, no rad barrier"
2,           7002,    "R-7 batt, no rad barrier"
2,             71,    "R-11 batt, no rad barrier"
2,             72,    "R-13 batt, no rad barrier"
2,           7201,    "R-15 batt, no rad barrier"
2,             73,    "R-19 batt, no rad barrier"
2,             74,    "R-21 batt, no rad barrier"
2,           7401,    "R-26 batt, no rad barrier"
2,             75,    "R-30 batt, no rad barrier"
2,             76,    "R-38 batt, no rad barrier"
2,             77,    "R-49 batt, no rad barrier"
2,             78,    "R-60 batt, no rad barrier"
2,             80,    "- no batt + rad barrier -"
2,             81,    "R-11 batt + rad barrier"
2,             82,    "R-13 batt + rad barrier"
2,             83,    "R-19 batt + rad barrier"
2,             84,    "R-21 batt + rad barrier"
2,             85,    "R-30 batt + rad barrier"
2,             86,    "R-38 batt + rad barrier"
2,             87,    "R-49 batt + rad barrier"
2,             88,    "R-60 batt + rad barrier"
             ; SAC 8/29/02 - Revised labels to use old ', no' convention in place of ' w/o' and kept in SAME list to ensure proper value assignments
2,           7001,    "R-3 batt w/o rad barrier"
2,           7002,    "R-7 batt w/o rad barrier"
2,           7201,    "R-15 batt w/o rad barrier"
2,           7401,    "R-26 batt w/o rad barrier"
1,      ShellWiz:RoofConsType, 101, 90     ; RoofConsType = "Wood Advanced Frame, > 24 in. o.c."
2,             90,    "- no batt or rad barrier -"
2,           9001,    "R-3 batt, no rad barrier"
2,           9002,    "R-7 batt, no rad barrier"
2,             91,    "R-11 batt, no rad barrier"
2,             92,    "R-13 batt, no rad barrier"
2,           9201,    "R-15 batt, no rad barrier"
2,             93,    "R-19 batt, no rad barrier"
2,             94,    "R-21 batt, no rad barrier"
2,           9401,    "R-26 batt, no rad barrier"
2,             95,    "R-30 batt, no rad barrier"
2,             96,    "R-38 batt, no rad barrier"
2,             97,    "R-49 batt, no rad barrier"
2,             98,    "R-60 batt, no rad barrier"
2,            100,    "- no batt + rad barrier -"
2,            101,    "R-11 batt + rad barrier"
2,            102,    "R-13 batt + rad barrier"
2,            103,    "R-19 batt + rad barrier"
2,            104,    "R-21 batt + rad barrier"
2,            105,    "R-30 batt + rad barrier"
2,            106,    "R-38 batt + rad barrier"
2,            107,    "R-49 batt + rad barrier"
2,            108,    "R-60 batt + rad barrier"
             ; SAC 8/29/02 - Revised labels to use old ', no' convention in place of ' w/o' and kept in SAME list to ensure proper value assignments
2,           9001,    "R-3 batt w/o rad barrier"
2,           9002,    "R-7 batt w/o rad barrier"
2,           9201,    "R-15 batt w/o rad barrier"
2,           9401,    "R-26 batt w/o rad barrier"
1,      ShellWiz:RoofConsType, 107, 9800   ; RoofConsType = Wood Standard Frame
2,           9800,    "- no batt or rad barrier -"
2,           9801,    "R-3 batt, no rad barrier"
2,           9802,    "R-7 batt, no rad barrier"
2,           9803,    "R-11 batt, no rad barrier"
2,           9804,    "R-13 batt, no rad barrier"
2,           9805,    "R-15 batt, no rad barrier"
2,           9806,    "R-19 batt, no rad barrier"
2,           9807,    "R-21 batt, no rad barrier"
2,           9808,    "R-26 batt, no rad barrier"
2,           9809,    "R-30 batt, no rad barrier"
2,           9810,    "R-38 batt, no rad barrier"
2,           9812,    "R-49 batt, no rad barrier"   ; SAC 6/13/02 - Incramented value to accomodate symbol inserted by KJM
2,           9813,    "R-60 batt, no rad barrier"   ; SAC 6/13/02 - Incramented value to accomodate symbol inserted by KJM
             ; SAC 8/29/02 - Revised labels to use old ', no' convention in place of ' w/o' and kept in SAME list to ensure proper value assignments
2,           9801,    "R-3 batt w/o rad barrier"
2,           9802,    "R-7 batt w/o rad barrier"
2,           9803,    "R-11 batt w/o rad barrier"
2,           9804,    "R-13 batt w/o rad barrier"
2,           9805,    "R-15 batt w/o rad barrier"
2,           9806,    "R-19 batt w/o rad barrier"
2,           9807,    "R-21 batt w/o rad barrier"
2,           9808,    "R-26 batt w/o rad barrier"
2,           9809,    "R-30 batt w/o rad barrier"
2,           9810,    "R-38 batt w/o rad barrier"
2,           9812,    "R-49 batt w/o rad barrier"
2,           9813,    "R-60 batt w/o rad barrier"
1,      ShellWiz:RoofConsType, 108, 1200   ; RoofConsType = Vaulted (Vented) Wood Frame, 16 in. o.c.
2,           1200,    "- no batt or rad barrier -"
2,           1201,    "R-3 batt, no rad barrier"
2,           1202,    "R-7 batt, no rad barrier"
2,           1203,    "R-11 batt, no rad barrier"
2,           1204,    "R-13 batt, no rad barrier"
2,           1205,    "R-15 batt, no rad barrier"
2,           1206,    "R-19 batt, no rad barrier"
2,           1207,    "R-21 batt, no rad barrier"
2,           1208,    "R-26 batt, no rad barrier"
2,           1209,    "R-30 batt, no rad barrier"
2,           1210,    "R-38 batt, no rad barrier"
             ; SAC 8/29/02 - Revised labels to use old ', no' convention in place of ' w/o' and kept in SAME list to ensure proper value assignments
2,           1201,    "R-3 batt w/o rad barrier"
2,           1202,    "R-7 batt w/o rad barrier"
2,           1203,    "R-11 batt w/o rad barrier"
2,           1204,    "R-13 batt w/o rad barrier"
2,           1205,    "R-15 batt w/o rad barrier"
2,           1206,    "R-19 batt w/o rad barrier"
2,           1207,    "R-21 batt w/o rad barrier"
2,           1208,    "R-26 batt w/o rad barrier"
2,           1209,    "R-30 batt w/o rad barrier"
2,           1210,    "R-38 batt w/o rad barrier"
1,      ShellWiz:RoofConsType, 109, 1300   ; RoofConsType = Vaulted (Vented) Wood Frame, 24 in. o.c.
2,           1300,    "- no batt or rad barrier -"
2,           1301,    "R-3 batt, no rad barrier"
2,           1302,    "R-7 batt, no rad barrier"
2,           1303,    "R-11 batt, no rad barrier"
2,           1304,    "R-13 batt, no rad barrier"
2,           1305,    "R-15 batt, no rad barrier"
2,           1306,    "R-19 batt, no rad barrier"
2,           1307,    "R-21 batt, no rad barrier"
2,           1308,    "R-26 batt, no rad barrier"
2,           1309,    "R-30 batt, no rad barrier"
2,           1310,    "R-38 batt, no rad barrier"
             ; SAC 8/29/02 - Revised labels to use old ', no' convention in place of ' w/o' and kept in SAME list to ensure proper value assignments
2,           1301,    "R-3 batt w/o rad barrier"
2,           1302,    "R-7 batt w/o rad barrier"
2,           1303,    "R-11 batt w/o rad barrier"
2,           1304,    "R-13 batt w/o rad barrier"
2,           1305,    "R-15 batt w/o rad barrier"
2,           1306,    "R-19 batt w/o rad barrier"
2,           1307,    "R-21 batt w/o rad barrier"
2,           1308,    "R-26 batt w/o rad barrier"
2,           1309,    "R-30 batt w/o rad barrier"
2,           1310,    "R-38 batt w/o rad barrier"
1,      ShellWiz:RoofConsType, 110, 1400   ; RoofConsType = Vaulted (Unvented) Wood Frame, 16 in. o.c.
2,           1400,    "- no batt or rad barrier -"
2,           1401,    "R-3 batt, no rad barrier"
2,           1402,    "R-7 batt, no rad barrier"
2,           1403,    "R-11 batt, no rad barrier"
2,           1404,    "R-13 batt, no rad barrier"
2,           1405,    "R-15 batt, no rad barrier"
2,           1406,    "R-19 batt, no rad barrier"
2,           1407,    "R-21 batt, no rad barrier"
2,           1408,    "R-26 batt, no rad barrier"
2,           1409,    "R-30 batt, no rad barrier"
2,           1410,    "R-38 batt, no rad barrier"
2,           1411,    "R-42 batt, no rad barrier"
             ; SAC 8/29/02 - Revised labels to use old ', no' convention in place of ' w/o' and kept in SAME list to ensure proper value assignments
2,           1401,    "R-3 batt w/o rad barrier"
2,           1402,    "R-7 batt w/o rad barrier"
2,           1403,    "R-11 batt w/o rad barrier"
2,           1404,    "R-13 batt w/o rad barrier"
2,           1405,    "R-15 batt w/o rad barrier"
2,           1406,    "R-19 batt w/o rad barrier"
2,           1407,    "R-21 batt w/o rad barrier"
2,           1408,    "R-26 batt w/o rad barrier"
2,           1409,    "R-30 batt w/o rad barrier"
2,           1410,    "R-38 batt w/o rad barrier"
2,           1411,    "R-42 batt w/o rad barrier"
1,      ShellWiz:RoofConsType, 111, 1500   ; RoofConsType = Vaulted (Unvented) Wood Frame, 24 in. o.c.
2,           1500,    "- no batt or rad barrier -"
2,           1501,    "R-3 batt, no rad barrier"
2,           1502,    "R-7 batt, no rad barrier"
2,           1503,    "R-11 batt, no rad barrier"
2,           1504,    "R-13 batt, no rad barrier"
2,           1505,    "R-15 batt, no rad barrier"
2,           1506,    "R-19 batt, no rad barrier"
2,           1507,    "R-21 batt, no rad barrier"
2,           1508,    "R-26 batt, no rad barrier"
2,           1509,    "R-30 batt, no rad barrier"
2,           1510,    "R-38 batt, no rad barrier"
2,           1511,    "R-42 batt, no rad barrier"
             ; SAC 8/29/02 - Revised labels to use old ', no' convention in place of ' w/o' and kept in SAME list to ensure proper value assignments
2,           1501,    "R-3 batt w/o rad barrier"
2,           1502,    "R-7 batt w/o rad barrier"
2,           1503,    "R-11 batt w/o rad barrier"
2,           1504,    "R-13 batt w/o rad barrier"
2,           1505,    "R-15 batt w/o rad barrier"
2,           1506,    "R-19 batt w/o rad barrier"
2,           1507,    "R-21 batt w/o rad barrier"
2,           1508,    "R-26 batt w/o rad barrier"
2,           1509,    "R-30 batt w/o rad barrier"
2,           1510,    "R-38 batt w/o rad barrier"
2,           1511,    "R-42 batt w/o rad barrier"
1,      ShellWiz:RoofConsType, 112, 1600   ; RoofConsType = Wood Scissor Truss, 16 in. o.c.
2,           1600,    "- no batt or rad barrier -"
2,           1601,    "R-19 batt, no rad barrier"
2,           1602,    "R-30 batt, no rad barrier"
2,           1603,    "R-38 batt, no rad barrier"
2,           1604,    "R-49 batt, no rad barrier"
2,           1605,    "R-60 batt, no rad barrier"
             ; SAC 8/29/02 - Revised labels to use old ', no' convention in place of ' w/o' and kept in SAME list to ensure proper value assignments
2,           1601,    "R-19 batt w/o rad barrier"
2,           1602,    "R-30 batt w/o rad barrier"
2,           1603,    "R-38 batt w/o rad barrier"
2,           1604,    "R-49 batt w/o rad barrier"
2,           1605,    "R-60 batt w/o rad barrier"
1,      ShellWiz:RoofConsType, 113, 1700   ; RoofConsType = Wood Scissor Truss, 24 in. o.c.
2,           1700,    "- no batt or rad barrier -"
2,           1701,    "R-19 batt, no rad barrier"
2,           1702,    "R-30 batt, no rad barrier"
2,           1703,    "R-38 batt, no rad barrier"
2,           1704,    "R-49 batt, no rad barrier"
2,           1705,    "R-60 batt, no rad barrier"
             ; SAC 8/29/02 - Revised labels to use old ', no' convention in place of ' w/o' and kept in SAME list to ensure proper value assignments
2,           1701,    "R-19 batt w/o rad barrier"
2,           1702,    "R-30 batt w/o rad barrier"
2,           1703,    "R-38 batt w/o rad barrier"
2,           1704,    "R-49 batt w/o rad barrier"
2,           1705,    "R-60 batt w/o rad barrier"
1,      ShellWiz:RoofConsType, 114, 1800   ; RoofConsType = Roof Deck, 4X Beams, 48 in. o.c.
2,           1800,    "- no batt or rad barrier -"
2,           1801,    "R-3 batt, no rad barrier"
2,           1802,    "R-7 batt, no rad barrier"
2,           1803,    "R-11 batt, no rad barrier"
2,           1804,    "R-13 batt, no rad barrier"
2,           1805,    "R-15 batt, no rad barrier"
2,           1806,    "R-19 batt, no rad barrier"
2,           1807,    "R-21 batt, no rad barrier"
2,           1808,    "R-26 batt, no rad barrier"
2,           1809,    "R-30 batt, no rad barrier"
2,           1810,    "R-38 batt, no rad barrier"
             ; SAC 8/29/02 - Revised labels to use old ', no' convention in place of ' w/o' and kept in SAME list to ensure proper value assignments
2,           1801,    "R-3 batt w/o rad barrier"
2,           1802,    "R-7 batt w/o rad barrier"
2,           1803,    "R-11 batt w/o rad barrier"
2,           1804,    "R-13 batt w/o rad barrier"
2,           1805,    "R-15 batt w/o rad barrier"
2,           1806,    "R-19 batt w/o rad barrier"
2,           1807,    "R-21 batt w/o rad barrier"
2,           1808,    "R-26 batt w/o rad barrier"
2,           1809,    "R-30 batt w/o rad barrier"
2,           1810,    "R-38 batt w/o rad barrier"
1,      ShellWiz:RoofConsType, 102, 1070   ; RoofConsType = "Metal Frame, 24 in. o.c."
2,           1070,    "- no batt or rad barrier -"
2,          10701,    "R-3 batt, no rad barrier"
2,          10702,    "R-7 batt, no rad barrier"
2,           1071,    "R-11 batt, no rad barrier"
2,           1072,    "R-13 batt, no rad barrier"
2,          10721,    "R-15 batt, no rad barrier"
2,           1073,    "R-19 batt, no rad barrier"
2,           1074,    "R-21 batt, no rad barrier"
2,          10741,    "R-26 batt, no rad barrier"
2,           1075,    "R-30 batt, no rad barrier"
2,           1076,    "R-38 batt, no rad barrier"
2,           1077,    "R-49 batt, no rad barrier"
2,           1078,    "R-60 batt, no rad barrier"
2,           1080,    "- no batt + rad barrier -"
2,           1081,    "R-11 batt + rad barrier"
2,           1082,    "R-13 batt + rad barrier"
2,           1083,    "R-19 batt + rad barrier"
2,           1084,    "R-21 batt + rad barrier"
2,           1085,    "R-30 batt + rad barrier"
2,           1086,    "R-38 batt + rad barrier"
2,           1087,    "R-49 batt + rad barrier"
2,           1088,    "R-60 batt + rad barrier"
             ; SAC 8/29/02 - Revised labels to use old ', no' convention in place of ' w/o' and kept in SAME list to ensure proper value assignments
2,          10701,    "R-3 batt w/o rad barrier"
2,          10702,    "R-7 batt w/o rad barrier"
2,          10721,    "R-15 w/o rad barrier"
2,          10741,    "R-26 batt w/o rad barrier"
1,      ShellWiz:RoofConsType, 103, 1090   ; RoofConsType = "Metal Frame, > 24 in. o.c."
2,           1090,    "- no batt or rad barrier -"
2,          10901,    "R-3 batt, no rad barrier"
2,          10902,    "R-7 batt, no rad barrier"
2,           1091,    "R-11 batt, no rad barrier"
2,           1092,    "R-13 batt, no rad barrier"
2,          10921,    "R-15 batt, no rad barrier"
2,           1093,    "R-19 batt, no rad barrier"
2,           1094,    "R-21 batt, no rad barrier"
2,          10941,    "R-26 batt, no rad barrier"
2,           1095,    "R-30 batt, no rad barrier"
2,           1096,    "R-38 batt, no rad barrier"
2,           1097,    "R-49 batt, no rad barrier"
2,           1098,    "R-60 batt, no rad barrier"
2,           1100,    "- no batt + rad barrier -"
2,           1101,    "R-11 batt + rad barrier"
2,           1102,    "R-13 batt + rad barrier"
2,           1103,    "R-19 batt + rad barrier"
2,           1104,    "R-21 batt + rad barrier"
2,           1105,    "R-30 batt + rad barrier"
2,           1106,    "R-38 batt + rad barrier"
2,           1107,    "R-49 batt + rad barrier"
2,           1108,    "R-60 batt + rad barrier"
             ; SAC 8/29/02 - Revised labels to use old ', no' convention in place of ' w/o' and kept in SAME list to ensure proper value assignments
2,          10901,    "R-3 batt w/o rad barrier"
2,          10902,    "R-7 batt w/o rad barrier"
2,          10921,    "R-15 w/o rad barrier"
2,          10941,    "R-26 batt w/o rad barrier"
1,      ShellWiz:RoofConsType, 104, 0      ; RoofConsType = "2 in. Concrete"
2,              0,    "no LtWt Conc Cap"
2,             11,    "w/ LtWt Conc Cap"
1,      ShellWiz:RoofConsType, 105, 0      ; RoofConsType = "4 in. Concrete"
2,              0,    "no LtWt Conc Cap"
2,             11,    "w/ LtWt Conc Cap"
1,      ShellWiz:RoofConsType, 106, 0      ; RoofConsType = "6 in. Concrete"
2,              0,    "no LtWt Conc Cap"
2,             11,    "w/ LtWt Conc Cap"
1,      ShellWiz:RoofConsType, 115, 0      ; RoofConsType = "8 in. Concrete"
2,              0,    "no LtWt Conc Cap"
2,             11,    "w/ LtWt Conc Cap"
1,      ShellWiz:RoofConsType, 123, 1900   ; RoofConsType = 3 1/2 in. Stress Skin
2,           1900,    "3 1/2 in. Insul. Cavity"
2,           1901,    "5 1/2 in. Insul. Cavity"
2,           1902,    "7 1/4 in. Insul. Cavity"
2,           1903,    "9 1/4 in. Insul. Cavity"
2,           1904,    "11 1/4 in. Insul. Cavity"
1,      ShellWiz:RoofConsType, 124, 1900   ; RoofConsType = 5 1/2 in. Stress Skin
2,           1900,    "3 1/2 in. Insul. Cavity"
2,           1901,    "5 1/2 in. Insul. Cavity"
2,           1902,    "7 1/4 in. Insul. Cavity"
2,           1903,    "9 1/4 in. Insul. Cavity"
2,           1904,    "11 1/4 in. Insul. Cavity"
1,      ShellWiz:RoofConsType, 125, 1900   ; RoofConsType = 7 1/4 in. Stress Skin
2,           1900,    "3 1/2 in. Insul. Cavity"
2,           1901,    "5 1/2 in. Insul. Cavity"
2,           1902,    "7 1/4 in. Insul. Cavity"
2,           1903,    "9 1/4 in. Insul. Cavity"
2,           1904,    "11 1/4 in. Insul. Cavity"
1,      ShellWiz:RoofConsType, 126, 1900   ; RoofConsType = 9 1/4 in. Stress Skin
2,           1900,    "3 1/2 in. Insul. Cavity"
2,           1901,    "5 1/2 in. Insul. Cavity"
2,           1902,    "7 1/4 in. Insul. Cavity"
2,           1903,    "9 1/4 in. Insul. Cavity"
2,           1904,    "11 1/4 in. Insul. Cavity"
1,      ShellWiz:RoofConsType, 127, 1900   ; RoofConsType = 11 1/4 in. Stress Skin
2,           1900,    "3 1/2 in. Insul. Cavity"
2,           1901,    "5 1/2 in. Insul. Cavity"
2,           1902,    "7 1/4 in. Insul. Cavity"
2,           1903,    "9 1/4 in. Insul. Cavity"
2,           1904,    "11 1/4 in. Insul. Cavity"

; SAC 2/3/02 - Added slew of new selections and groups of selections for SCL-eQUEST
0, EEMRun:RoofSecInsType, 0
1,      EEMRun:RoofConsType, 100, 70
2,             70,    "- no batt or rad barrier -"
2,           7001,    "R-3 batt, no rad barrier"
2,           7002,    "R-7 batt, no rad barrier"
2,             71,    "R-11 batt, no rad barrier"
2,             72,    "R-13 batt, no rad barrier"
2,           7201,    "R-15 batt, no rad barrier"
2,             73,    "R-19 batt, no rad barrier"
2,             74,    "R-21 batt, no rad barrier"
2,           7401,    "R-26 batt, no rad barrier"
2,             75,    "R-30 batt, no rad barrier"
2,             76,    "R-38 batt, no rad barrier"
2,             77,    "R-49 batt, no rad barrier"
2,             78,    "R-60 batt, no rad barrier"
2,             80,    "- no batt + rad barrier -"
2,             81,    "R-11 batt + rad barrier"
2,             82,    "R-13 batt + rad barrier"
2,             83,    "R-19 batt + rad barrier"
2,             84,    "R-21 batt + rad barrier"
2,             85,    "R-30 batt + rad barrier"
2,             86,    "R-38 batt + rad barrier"
2,             87,    "R-49 batt + rad barrier"
2,             88,    "R-60 batt + rad barrier"
1,      EEMRun:RoofConsType, 101, 90
2,             90,    "- no batt or rad barrier -"
2,           9001,    "R-3 batt, no rad barrier"
2,           9002,    "R-7 batt, no rad barrier"
2,             91,    "R-11 batt, no rad barrier"
2,             92,    "R-13 batt, no rad barrier"
2,           9201,    "R-15 batt, no rad barrier"
2,             93,    "R-19 batt, no rad barrier"
2,             94,    "R-21 batt, no rad barrier"
2,           9401,    "R-26 batt, no rad barrier"
2,             95,    "R-30 batt, no rad barrier"
2,             96,    "R-38 batt, no rad barrier"
2,             97,    "R-49 batt, no rad barrier"
2,             98,    "R-60 batt, no rad barrier"
2,            100,    "- no batt + rad barrier -"
2,            101,    "R-11 batt + rad barrier"
2,            102,    "R-13 batt + rad barrier"
2,            103,    "R-19 batt + rad barrier"
2,            104,    "R-21 batt + rad barrier"
2,            105,    "R-30 batt + rad barrier"
2,            106,    "R-38 batt + rad barrier"
2,            107,    "R-49 batt + rad barrier"
2,            108,    "R-60 batt + rad barrier"
1,      EEMRun:RoofConsType, 107, 9800   ; Wood Standard Frame
2,           9800,    "- no batt or rad barrier -"
2,           9801,    "R-3 batt, no rad barrier"
2,           9802,    "R-7 batt, no rad barrier"
2,           9803,    "R-11 batt, no rad barrier"
2,           9804,    "R-13 batt, no rad barrier"
2,           9805,    "R-15 batt, no rad barrier"
2,           9806,    "R-19 batt, no rad barrier"
2,           9807,    "R-21 batt, no rad barrier"
2,           9808,    "R-26 batt, no rad barrier"
2,           9809,    "R-30 batt, no rad barrier"
2,           9810,    "R-38 batt, no rad barrier"
2,           9812,    "R-49 batt, no rad barrier"    ; SAC 6/13/02 - Incramented value to accomodate symbol inserted by KJM
2,           9813,    "R-60 batt, no rad barrier"    ; SAC 6/13/02 - Incramented value to accomodate symbol inserted by KJM
1,      EEMRun:RoofConsType, 108, 1200   ; Vaulted (Vented) Wood Frame, 16 in. o.c.
2,           1200,    "- no batt or rad barrier -"
2,           1201,    "R-3 batt, no rad barrier"
2,           1202,    "R-7 batt, no rad barrier"
2,           1203,    "R-11 batt, no rad barrier"
2,           1204,    "R-13 batt, no rad barrier"
2,           1205,    "R-15 batt, no rad barrier"
2,           1206,    "R-19 batt, no rad barrier"
2,           1207,    "R-21 batt, no rad barrier"
2,           1208,    "R-26 batt, no rad barrier"
2,           1209,    "R-30 batt, no rad barrier"
2,           1210,    "R-38 batt, no rad barrier"
1,      EEMRun:RoofConsType, 109, 1300   ; Vaulted (Vented) Wood Frame, 24 in. o.c.
2,           1300,    "- no batt or rad barrier -"
2,           1301,    "R-3 batt, no rad barrier"
2,           1302,    "R-7 batt, no rad barrier"
2,           1303,    "R-11 batt, no rad barrier"
2,           1304,    "R-13 batt, no rad barrier"
2,           1305,    "R-15 batt, no rad barrier"
2,           1306,    "R-19 batt, no rad barrier"
2,           1307,    "R-21 batt, no rad barrier"
2,           1308,    "R-26 batt, no rad barrier"
2,           1309,    "R-30 batt, no rad barrier"
2,           1310,    "R-38 batt, no rad barrier"
1,      EEMRun:RoofConsType, 110, 1400   ; Vaulted (Unvented) Wood Frame, 16 in. o.c.
2,           1400,    "- no batt or rad barrier -"
2,           1401,    "R-3 batt, no rad barrier"
2,           1402,    "R-7 batt, no rad barrier"
2,           1403,    "R-11 batt, no rad barrier"
2,           1404,    "R-13 batt, no rad barrier"
2,           1405,    "R-15 batt, no rad barrier"
2,           1406,    "R-19 batt, no rad barrier"
2,           1407,    "R-21 batt, no rad barrier"
2,           1408,    "R-26 batt, no rad barrier"
2,           1409,    "R-30 batt, no rad barrier"
2,           1410,    "R-38 batt, no rad barrier"
2,           1411,    "R-42 batt, no rad barrier"
1,      EEMRun:RoofConsType, 111, 1500   ; Vaulted (Unvented) Wood Frame, 24 in. o.c.
2,           1500,    "- no batt or rad barrier -"
2,           1501,    "R-3 batt, no rad barrier"
2,           1502,    "R-7 batt, no rad barrier"
2,           1503,    "R-11 batt, no rad barrier"
2,           1504,    "R-13 batt, no rad barrier"
2,           1505,    "R-15 batt, no rad barrier"
2,           1506,    "R-19 batt, no rad barrier"
2,           1507,    "R-21 batt, no rad barrier"
2,           1508,    "R-26 batt, no rad barrier"
2,           1509,    "R-30 batt, no rad barrier"
2,           1510,    "R-38 batt, no rad barrier"
2,           1511,    "R-42 batt, no rad barrier"
1,      EEMRun:RoofConsType, 112, 1600   ; Wood Scissor Truss, 16 in. o.c.
2,           1600,    "- no batt or rad barrier -"
2,           1601,    "R-19 batt, no rad barrier"
2,           1602,    "R-30 batt, no rad barrier"
2,           1603,    "R-38 batt, no rad barrier"
2,           1604,    "R-49 batt, no rad barrier"
2,           1605,    "R-60 batt, no rad barrier"
1,      EEMRun:RoofConsType, 113, 1700   ; Wood Scissor Truss, 24 in. o.c.
2,           1700,    "- no batt or rad barrier -"
2,           1701,    "R-19 batt, no rad barrier"
2,           1702,    "R-30 batt, no rad barrier"
2,           1703,    "R-38 batt, no rad barrier"
2,           1704,    "R-49 batt, no rad barrier"
2,           1705,    "R-60 batt, no rad barrier"
1,      EEMRun:RoofConsType, 114, 1800   ; Roof Deck, 4X Beams, 48 in. o.c.
2,           1800,    "- no batt or rad barrier -"
2,           1801,    "R-3 batt, no rad barrier"
2,           1802,    "R-7 batt, no rad barrier"
2,           1803,    "R-11 batt, no rad barrier"
2,           1804,    "R-13 batt, no rad barrier"
2,           1805,    "R-15 batt, no rad barrier"
2,           1806,    "R-19 batt, no rad barrier"
2,           1807,    "R-21 batt, no rad barrier"
2,           1808,    "R-26 batt, no rad barrier"
2,           1809,    "R-30 batt, no rad barrier"
2,           1810,    "R-38 batt, no rad barrier"
1,      EEMRun:RoofConsType, 102, 1070
2,           1070,    "- no batt or rad barrier -"
2,          10701,    "R-3 batt, no rad barrier"
2,          10702,    "R-7 batt, no rad barrier"
2,           1071,    "R-11 batt, no rad barrier"
2,           1072,    "R-13 batt, no rad barrier"
2,          10721,    "R-15 w/o rad barrier"
2,           1073,    "R-19 batt, no rad barrier"
2,           1074,    "R-21 batt, no rad barrier"
2,          10741,    "R-26 batt, no rad barrier"
2,           1075,    "R-30 batt, no rad barrier"
2,           1076,    "R-38 batt, no rad barrier"
2,           1077,    "R-49 batt, no rad barrier"
2,           1078,    "R-60 batt, no rad barrier"
2,           1080,    "- no batt + rad barrier -"
2,           1081,    "R-11 batt + rad barrier"
2,           1082,    "R-13 batt + rad barrier"
2,           1083,    "R-19 batt + rad barrier"
2,           1084,    "R-21 batt + rad barrier"
2,           1085,    "R-30 batt + rad barrier"
2,           1086,    "R-38 batt + rad barrier"
2,           1087,    "R-49 batt + rad barrier"
2,           1088,    "R-60 batt + rad barrier"
1,      EEMRun:RoofConsType, 103, 1090
2,           1090,    "- no batt or rad barrier -"
2,          10901,    "R-3 batt, no rad barrier"
2,          10902,    "R-7 batt, no rad barrier"
2,           1091,    "R-11 batt, no rad barrier"
2,           1092,    "R-13 batt, no rad barrier"
2,          10921,    "R-15 w/o rad barrier"
2,           1093,    "R-19 batt, no rad barrier"
2,           1094,    "R-21 batt, no rad barrier"
2,          10941,    "R-26 batt, no rad barrier"
2,           1095,    "R-30 batt, no rad barrier"
2,           1096,    "R-38 batt, no rad barrier"
2,           1097,    "R-49 batt, no rad barrier"
2,           1098,    "R-60 batt, no rad barrier"
2,           1100,    "- no batt + rad barrier -"
2,           1101,    "R-11 batt + rad barrier"
2,           1102,    "R-13 batt + rad barrier"
2,           1103,    "R-19 batt + rad barrier"
2,           1104,    "R-21 batt + rad barrier"
2,           1105,    "R-30 batt + rad barrier"
2,           1106,    "R-38 batt + rad barrier"
2,           1107,    "R-49 batt + rad barrier"
2,           1108,    "R-60 batt + rad barrier"
1,      EEMRun:RoofConsType, 104, 0
2,              0,    "no LtWt Conc Cap"
2,             11,    "w/ LtWt Conc Cap"
1,      EEMRun:RoofConsType, 105, 0
2,              0,    "no LtWt Conc Cap"
2,             11,    "w/ LtWt Conc Cap"
1,      EEMRun:RoofConsType, 106, 0
2,              0,    "no LtWt Conc Cap"
2,             11,    "w/ LtWt Conc Cap"
1,      EEMRun:RoofConsType, 115, 0
2,              0,    "no LtWt Conc Cap"
2,             11,    "w/ LtWt Conc Cap"
1,      EEMRun:RoofConsType, 123, 1900   ; 3 1/2 in. Stress Skin
2,           1900,    "3 1/2 in. Insul. Cavity"
2,           1901,    "5 1/2 in. Insul. Cavity"
2,           1902,    "7 1/4 in. Insul. Cavity"
2,           1903,    "9 1/4 in. Insul. Cavity"
2,           1904,    "11 1/4 in. Insul. Cavity"
1,      EEMRun:RoofConsType, 124, 1900   ; 5 1/2 in. Stress Skin
2,           1900,    "3 1/2 in. Insul. Cavity"
2,           1901,    "5 1/2 in. Insul. Cavity"
2,           1902,    "7 1/4 in. Insul. Cavity"
2,           1903,    "9 1/4 in. Insul. Cavity"
2,           1904,    "11 1/4 in. Insul. Cavity"
1,      EEMRun:RoofConsType, 125, 1900   ; 7 1/4 in. Stress Skin
2,           1900,    "3 1/2 in. Insul. Cavity"
2,           1901,    "5 1/2 in. Insul. Cavity"
2,           1902,    "7 1/4 in. Insul. Cavity"
2,           1903,    "9 1/4 in. Insul. Cavity"
2,           1904,    "11 1/4 in. Insul. Cavity"
1,      EEMRun:RoofConsType, 126, 1900   ; 9 1/4 in. Stress Skin
2,           1900,    "3 1/2 in. Insul. Cavity"
2,           1901,    "5 1/2 in. Insul. Cavity"
2,           1902,    "7 1/4 in. Insul. Cavity"
2,           1903,    "9 1/4 in. Insul. Cavity"
2,           1904,    "11 1/4 in. Insul. Cavity"
1,      EEMRun:RoofConsType, 127, 1900   ; 11 1/4 in. Stress Skin
2,           1900,    "3 1/2 in. Insul. Cavity"
2,           1901,    "5 1/2 in. Insul. Cavity"
2,           1902,    "7 1/4 in. Insul. Cavity"
2,           1903,    "9 1/4 in. Insul. Cavity"
2,           1904,    "11 1/4 in. Insul. Cavity"


; SAC 2/3/02 - Added new selections for SCL-eQUEST
0, ShellWiz:VertExtConsType, 0
0, EEMRun:VertExtConsType, 0
2,              0,    "Wood Frame, 2x4, 16 in. o.c."
2,              1,    "Wood Frame, 2x4, 24 in. o.c."
2,              2,    "Wood Frame, 2x6, 16 in. o.c."
2,              3,    "Wood Frame, 2x6, 24 in. o.c."
2,              4,    "Wood Frame, > 24 in. o.c."
2,             35,    "Double Standard Wood Frame"
2,             36,    "Double Advanced Wood Frame"
2,             10,    "Metal Frame, 2x4, 16 in. o.c."
2,             11,    "Metal Frame, 2x4, 24 in. o.c."
2,             12,    "Metal Frame, 2x6, 16 in. o.c."
2,             13,    "Metal Frame, 2x6, 24 in. o.c."
2,             14,    "Metal Frame, > 24 in. o.c."
2,             37,    "3 1/2 in.   Stress Skin"
2,             38,    "5 1/2 in.   Stress Skin"
2,             39,    "7 1/4 in.   Stress Skin"
2,             40,    "9 1/4 in.   Stress Skin"
2,             41,    "11 1/4 in. Stress Skin"
2,             30,    "4 in.   HW Concrete"
2,             31,    "6 in.   HW Concrete"
2,             32,    "8 in.   HW Concrete"
2,             33,    "10 in. HW Concrete"
2,             34,    "12 in. HW Concrete"
2,             20,    "6  in. CMU"
2,             21,    "8  in. CMU"
2,             22,    "12 in. CMU"


; SAC 2/3/02 - Added new selections and selection groups for SCL-eQUEST
0, ShellWiz:VertExtBrdInsType, 0
1,      ShellWiz:VertExtConsType,   20,  0   ; 6 in. CMU
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
1,      ShellWiz:VertExtConsType,   21,  0   ; 8 in. CMU
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
1,      ShellWiz:VertExtConsType,   22,  0   ; 12 in. CMU
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
1,      ShellWiz:VertExtConsType,   30,  0   ; 4 in. HW Concrete
2,              0,    "- no ext board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
1,      ShellWiz:VertExtConsType,   31,  0   ; 6 in. HW Concrete
2,              0,    "- no ext board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
1,      ShellWiz:VertExtConsType,   32,  0   ; 8 in. HW Concrete
2,              0,    "- no ext board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
1,      ShellWiz:VertExtConsType,   33,  0   ; 10 in. HW Concrete
2,              0,    "- no ext board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
1,      ShellWiz:VertExtConsType,   34,  0   ; 12 in. HW Concrete
2,              0,    "- no ext board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
1,      ShellWiz:VertExtConsType,   37,  0   ; 3 1/2 in. Stress Skin
2,              0,    "- no board insulation -"
1,      ShellWiz:VertExtConsType,   38,  0   ; 5 1/2 in. Stress Skin
2,              0,    "- no board insulation -"
1,      ShellWiz:VertExtConsType,   39,  0   ; 7 1/4 in. Stress Skin
2,              0,    "- no board insulation -"
1,      ShellWiz:VertExtConsType,   40,  0   ; 9 1/4 in. Stress Skin
2,              0,    "- no board insulation -"
1,      ShellWiz:VertExtConsType,   41,  0   ; 11 1/4 in. Stress Skin
2,              0,    "- no board insulation -"
; SAC 2/25/03 - Moved backward compatibility lists to END of symbol defs to fix errors in resolving duplicate symbol values following project-open
1,      ShellWiz:VertExtConsType,  999,  0   ; backward compatibility - these moved to VertExtSecInsType
2,              0,    "Hollow"
2,             21,    "Perlite Filled"
2,             22,    "Polyurethane Filled"
2,             23,    "Solid Grouted"
2,             24,    "Grout 24 in. o.c. & Empty Cells"
2,             25,    "Grout 24 in. o.c. & Perlite Fill"
1,      ShellWiz:VertExtConsType, -999,  0   ; Wd or Mtl 2x frame, Dbl Wd Frm
2,              0,    "- no ext board insulation -"
2,             10,    "1/2in. fiber bd sheathing (R-1.3)"
2,             11,    "3/4in. fiber bd sheathing (R-2)"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"

; SAC 2/3/02 - Added new selections and selection groups for SCL-eQUEST
0, EEMRun:VertExtBrdInsType, 0
1,      EEMRun:VertExtConsType,   20,  0   ; 6 in. CMU
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
1,      EEMRun:VertExtConsType,   21,  0   ; 8 in. CMU
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
1,      EEMRun:VertExtConsType,   22,  0   ; 12 in. CMU
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
1,      EEMRun:VertExtConsType,   30,  0   ; 4 in. HW Concrete
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
1,      EEMRun:VertExtConsType,   31,  0   ; 6 in. HW Concrete
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
1,      EEMRun:VertExtConsType,   32,  0   ; 8 in. HW Concrete
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
1,      EEMRun:VertExtConsType,   33,  0   ; 10 in. HW Concrete
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
1,      EEMRun:VertExtConsType,   34,  0   ; 12 in. HW Concrete
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"
1,      EEMRun:VertExtConsType,   37,  0   ; 3 1/2 in. Stress Skin
2,              0,    "- no board insulation -"
1,      EEMRun:VertExtConsType,   38,  0   ; 5 1/2 in. Stress Skin
2,              0,    "- no board insulation -"
1,      EEMRun:VertExtConsType,   39,  0   ; 7 1/4 in. Stress Skin
2,              0,    "- no board insulation -"
1,      EEMRun:VertExtConsType,   40,  0   ; 9 1/4 in. Stress Skin
2,              0,    "- no board insulation -"
1,      EEMRun:VertExtConsType,   41,  0   ; 11 1/4 in. Stress Skin
2,              0,    "- no board insulation -"
; SAC 2/25/03 - Moved backward compatibility lists to END of symbol defs to fix errors in resolving duplicate symbol values following project-open
1,      EEMRun:VertExtConsType,  998,  0   ; backward compatibility - removed 'ext'
2,              0,    "- no board insulation -"
1,      EEMRun:VertExtConsType,  999,  0   ; backward compatibility - these moved to VertExtSecInsType
2,              0,    "Hollow"
2,             21,    "Perlite Filled"
2,             22,    "Polyurethane Filled"
2,             23,    "Solid Grouted"
2,             24,    "Grout 24 in. o.c. & Empty Cells"
2,             25,    "Grout 24 in. o.c. & Perlite Fill"
1,      EEMRun:VertExtConsType, -999,  0   ; Wd or Mtl 2x frame, Dbl Wd Frm
2,              0,    "- no board insulation -"
2,             10,    "1/2in. fiber bd sheathing (R-1.3)"
2,             11,    "3/4in. fiber bd sheathing (R-2)"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"


; SAC 2/3/02 - Added new selections and selection groups for SCL-eQUEST
0, ShellWiz:VertExtSecInsType, 0
1,      ShellWiz:VertExtConsType,  0, 20    ; VertExtConsType = Wood Frame, 2x4, 16 in. o.c.
2,             20,    "- no batt -"
2,           2001,    "R-3 batt"
2,           2002,    "R-7 batt"
2,             21,    "R-11 batt"
2,             22,    "R-13 batt"
2,           2201,    "R-15 batt"
1,      ShellWiz:VertExtConsType,  1, 40    ; VertExtConsType = Wood Frame, 2x4, 24 in. o.c.
2,             40,    "- no batt -"
2,           4001,    "R-3 batt"
2,           4002,    "R-7 batt"
2,             41,    "R-11 batt"
2,             42,    "R-13 batt"
2,           4201,    "R-15 batt"
1,      ShellWiz:VertExtConsType,  2, 30    ; VertExtConsType = Wood Frame, 2x6, 16 in. o.c.
2,             30,    "- no batt -"
2,             31,    "R-11 batt"
2,             32,    "R-13 batt"
2,           3201,    "R-15 batt"
2,             33,    "R-19 batt"
2,             34,    "R-21 batt"
1,      ShellWiz:VertExtConsType,  3, 50    ; VertExtConsType = Wood Frame, 2x6, 24 in. o.c.
2,             50,    "- no batt -"
2,             51,    "R-11 batt"
2,             52,    "R-13 batt"
2,           5201,    "R-15 batt"
2,             53,    "R-19 batt"
2,             54,    "R-21 batt"
1,      ShellWiz:VertExtConsType,  4, 60    ; VertExtConsType = Wood Frame, > 24 in. o.c.
2,             60,    "- no batt -"
2,             61,    "R-11 batt"
2,             62,    "R-13 batt"
2,             63,    "R-19 batt"
2,             64,    "R-21 batt"
2,             65,    "R-30 batt"
1,      ShellWiz:VertExtConsType, 35, 6601  ; VertExtConsType = Double Std Wd Frame 2x4
2,           6601,    "R-30 batt"
2,           6602,    "R-33 batt"
2,           6603,    "R-39 batt"
1,      ShellWiz:VertExtConsType, 36, 6604  ; VertExtConsType = Double Adv Wd Frame 2x4
2,           6604,    "R-30 batt"
2,           6605,    "R-33 batt"
2,           6606,    "R-39 batt"
1,      ShellWiz:VertExtConsType, 10, 1020  ; VertExtConsType = Metal Frame, 2x4, 16 in. o.c.
2,           1020,    "- no batt -"
2,           1021,    "R-11 batt"
2,           1022,    "R-13 batt"
1,      ShellWiz:VertExtConsType, 11, 1040  ; VertExtConsType = Metal Frame, 2x4, 24 in. o.c.
2,           1040,    "- no batt -"
2,           1041,    "R-11 batt"
2,           1042,    "R-13 batt"
1,      ShellWiz:VertExtConsType, 12, 1030  ; VertExtConsType = Metal Frame, 2x6, 16 in. o.c.
2,           1030,    "- no batt -"
2,           1031,    "R-11 batt"
2,           1032,    "R-13 batt"
2,           1033,    "R-19 batt"
2,           1034,    "R-21 batt"
1,      ShellWiz:VertExtConsType, 13, 1050  ; VertExtConsType = Metal Frame, 2x6, 24 in. o.c.
2,           1050,    "- no batt -"
2,           1051,    "R-11 batt"
2,           1052,    "R-13 batt"
2,           1053,    "R-19 batt"
2,           1054,    "R-21 batt"
1,      ShellWiz:VertExtConsType, 14, 1060  ; VertExtConsType = Metal Frame, > 24 in. o.c.
2,           1060,    "- no batt -"
2,           1061,    "R-11 batt"
2,           1062,    "R-13 batt"
2,           1063,    "R-19 batt"
2,           1064,    "R-21 batt"
2,           1065,    "R-30 batt"
1,      ShellWiz:VertExtConsType, 20, 0     ; VertExtConsType = 6  in. CMU
2,              0,    "Hollow"
2,             21,    "Perlite Filled"
2,             22,    "Polyurethane Filled"
2,             23,    "Solid Grouted"
2,             24,    "Grout 24 in. o.c. & Empty Cells"
2,             25,    "Grout 24 in. o.c. & Perlite Fill"
1,      ShellWiz:VertExtConsType, 21, 0     ; VertExtConsType = 8  in. CMU
2,              0,    "Hollow"
2,             21,    "Perlite Filled"
2,             22,    "Polyurethane Filled"
2,             23,    "Solid Grouted"
2,             24,    "Grout 24 in. o.c. & Empty Cells"
2,             25,    "Grout 24 in. o.c. & Perlite Fill"
1,      ShellWiz:VertExtConsType, 22, 0     ; VertExtConsType = 12 in. CMU
2,              0,    "Hollow"
2,             22,    "Polyurethane Filled"
2,             23,    "Solid Grouted"
2,             24,    "Grout 24 in. o.c. & Empty Cells"
1,      ShellWiz:VertExtConsType, 30, 0     ; VertExtConsType = 4 in.   HW Concrete
2,              0,    "- no integral insul -"
1,      ShellWiz:VertExtConsType, 31, 0     ; VertExtConsType = 6 in.   HW Concrete
2,              0,    "- no integral insul -"
1,      ShellWiz:VertExtConsType, 32, 0     ; VertExtConsType = 8 in.   HW Concrete
2,              0,    "- no integral insul -"
1,      ShellWiz:VertExtConsType, 33, 0     ; VertExtConsType = 10 in. HW Concrete
2,              0,    "- no integral insul -"
1,      ShellWiz:VertExtConsType, 34, 0     ; VertExtConsType = 12 in. HW Concrete
2,              0,    "- no integral insul -"
1,      ShellWiz:VertExtConsType,  37,  0   ; VertExtConsType = 3 1/2 in. Stress Skin
2,           6701,    "3 1/2 in. Insul. Cavity"
2,           6702,    "5 1/2 in. Insul. Cavity"
2,           6703,    "7 1/4 in. Insul. Cavity"
2,           6704,    "9 1/4 in. Insul. Cavity"
2,           6705,    "11 1/4 in. Insul. Cavity"
1,      ShellWiz:VertExtConsType,  38,  0   ; VertExtConsType = 5 1/2 in. Stress Skin
2,           6701,    "3 1/2 in. Insul. Cavity"
2,           6702,    "5 1/2 in. Insul. Cavity"
2,           6703,    "7 1/4 in. Insul. Cavity"
2,           6704,    "9 1/4 in. Insul. Cavity"
2,           6705,    "11 1/4 in. Insul. Cavity"
1,      ShellWiz:VertExtConsType,  39, 6701 ; VertExtConsType = 7 1/4 in. Stress Skin
2,           6701,    "3 1/2 in. Insul. Cavity"
2,           6702,    "5 1/2 in. Insul. Cavity"
2,           6703,    "7 1/4 in. Insul. Cavity"
2,           6704,    "9 1/4 in. Insul. Cavity"
2,           6705,    "11 1/4 in. Insul. Cavity"
1,      ShellWiz:VertExtConsType,  40, 6701 ; VertExtConsType = 9 1/4 in. Stress Skin
2,           6701,    "3 1/2 in. Insul. Cavity"
2,           6702,    "5 1/2 in. Insul. Cavity"
2,           6703,    "7 1/4 in. Insul. Cavity"
2,           6704,    "9 1/4 in. Insul. Cavity"
2,           6705,    "11 1/4 in. Insul. Cavity"
1,      ShellWiz:VertExtConsType,  41, 6701 ; VertExtConsType = 11 1/4 in. Stress Skin
2,           6701,    "3 1/2 in. Insul. Cavity"
2,           6702,    "5 1/2 in. Insul. Cavity"
2,           6703,    "7 1/4 in. Insul. Cavity"
2,           6704,    "9 1/4 in. Insul. Cavity"
2,           6705,    "11 1/4 in. Insul. Cavity"
; SAC 2/25/03 - Moved backward compatibility lists to END of symbol defs to fix errors in resolving duplicate symbol values following project-open
1,      ShellWiz:VertExtConsType, 999,  0  ; backward compatibility (CMU & Concrete insul settings moved to new VertExtIntInsType property)
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"

; SAC 2/3/02 - Added new selections and selection groups for SCL-eQUEST
0, EEMRun:VertExtSecInsType, 0
1,      EEMRun:VertExtConsType,  0, 20
2,             20,    "- no batt -"
2,           2001,    "R-3 batt"
2,           2002,    "R-7 batt"
2,             21,    "R-11 batt"
2,             22,    "R-13 batt"
2,           2201,    "R-15 batt"
1,      EEMRun:VertExtConsType,  1, 40
2,             40,    "- no batt -"
2,           4001,    "R-3 batt"
2,           4002,    "R-7 batt"
2,             41,    "R-11 batt"
2,             42,    "R-13 batt"
2,           4201,    "R-15 batt"
1,      EEMRun:VertExtConsType,  2, 30
2,             30,    "- no batt -"
2,             31,    "R-11 batt"
2,             32,    "R-13 batt"
2,           3201,    "R-15 batt"
2,             33,    "R-19 batt"
2,             34,    "R-21 batt"
1,      EEMRun:VertExtConsType,  3, 50
2,             50,    "- no batt -"
2,             51,    "R-11 batt"
2,             52,    "R-13 batt"
2,           5201,    "R-15 batt"
2,             53,    "R-19 batt"
2,             54,    "R-21 batt"
1,      EEMRun:VertExtConsType,  4, 60
2,             60,    "- no batt -"
2,             61,    "R-11 batt"
2,             62,    "R-13 batt"
2,             63,    "R-19 batt"
2,             64,    "R-21 batt"
2,             65,    "R-30 batt"
1,      EEMRun:VertExtConsType, 35, 6601  ; Double Std Wd Frame 2x4
2,           6601,    "R-30 batt"
2,           6602,    "R-33 batt"
2,           6603,    "R-39 batt"
1,      EEMRun:VertExtConsType, 36, 6604  ; Double Adv Wd Frame 2x4
2,           6604,    "R-30 batt"
2,           6605,    "R-33 batt"
2,           6606,    "R-39 batt"
1,      EEMRun:VertExtConsType, 10, 1020
2,           1020,    "- no batt -"
2,           1021,    "R-11 batt"
2,           1022,    "R-13 batt"
1,      EEMRun:VertExtConsType, 11, 1040
2,           1040,    "- no batt -"
2,           1041,    "R-11 batt"
2,           1042,    "R-13 batt"
1,      EEMRun:VertExtConsType, 12, 1030
2,           1030,    "- no batt -"
2,           1031,    "R-11 batt"
2,           1032,    "R-13 batt"
2,           1033,    "R-19 batt"
2,           1034,    "R-21 batt"
1,      EEMRun:VertExtConsType, 13, 1050
2,           1050,    "- no batt -"
2,           1051,    "R-11 batt"
2,           1052,    "R-13 batt"
2,           1053,    "R-19 batt"
2,           1054,    "R-21 batt"
1,      EEMRun:VertExtConsType, 14, 1060
2,           1060,    "- no batt -"
2,           1061,    "R-11 batt"
2,           1062,    "R-13 batt"
2,           1063,    "R-19 batt"
2,           1064,    "R-21 batt"
2,           1065,    "R-30 batt"
1,      EEMRun:VertExtConsType, 20, 0
2,              0,    "Hollow"
2,             21,    "Perlite Filled"
2,             22,    "Polyurethane Filled"
2,             23,    "Solid Grouted"
2,             24,    "Grout 24 in. o.c. & Empty Cells"
2,             25,    "Grout 24 in. o.c. & Perlite Fill"
1,      EEMRun:VertExtConsType, 21, 0
2,              0,    "Hollow"
2,             21,    "Perlite Filled"
2,             22,    "Polyurethane Filled"
2,             23,    "Solid Grouted"
2,             24,    "Grout 24 in. o.c. & Empty Cells"
2,             25,    "Grout 24 in. o.c. & Perlite Fill"
1,      EEMRun:VertExtConsType, 22, 0
2,              0,    "Hollow"
2,             22,    "Polyurethane Filled"
2,             23,    "Solid Grouted"
2,             24,    "Grout 24 in. o.c. & Empty Cells"
1,      EEMRun:VertExtConsType, 30, 0
2,              0,    "- no integral insul -"
1,      EEMRun:VertExtConsType, 31, 0
2,              0,    "- no integral insul -"
1,      EEMRun:VertExtConsType, 32, 0
2,              0,    "- no integral insul -"
1,      EEMRun:VertExtConsType, 33, 0
2,              0,    "- no integral insul -"
1,      EEMRun:VertExtConsType, 34, 0
2,              0,    "- no integral insul -"
1,      EEMRun:VertExtConsType,  37, 6701  ; 3 1/2 in. Stress Skin
2,           6701,    "3 1/2 in. Insul. Cavity"
2,           6702,    "5 1/2 in. Insul. Cavity"
2,           6703,    "7 1/4 in. Insul. Cavity"
2,           6704,    "9 1/4 in. Insul. Cavity"
2,           6705,    "11 1/4 in. Insul. Cavity"
1,      EEMRun:VertExtConsType,  38, 6701  ; 5 1/2 in. Stress Skin
2,           6701,    "3 1/2 in. Insul. Cavity"
2,           6702,    "5 1/2 in. Insul. Cavity"
2,           6703,    "7 1/4 in. Insul. Cavity"
2,           6704,    "9 1/4 in. Insul. Cavity"
2,           6705,    "11 1/4 in. Insul. Cavity"
1,      EEMRun:VertExtConsType,  39, 6701  ; 7 1/4 in. Stress Skin
2,           6701,    "3 1/2 in. Insul. Cavity"
2,           6702,    "5 1/2 in. Insul. Cavity"
2,           6703,    "7 1/4 in. Insul. Cavity"
2,           6704,    "9 1/4 in. Insul. Cavity"
2,           6705,    "11 1/4 in. Insul. Cavity"
1,      EEMRun:VertExtConsType,  40, 6701  ; 9 1/4 in. Stress Skin
2,           6701,    "3 1/2 in. Insul. Cavity"
2,           6702,    "5 1/2 in. Insul. Cavity"
2,           6703,    "7 1/4 in. Insul. Cavity"
2,           6704,    "9 1/4 in. Insul. Cavity"
2,           6705,    "11 1/4 in. Insul. Cavity"
1,      EEMRun:VertExtConsType,  41, 6701  ; 11 1/4 in. Stress Skin
2,           6701,    "3 1/2 in. Insul. Cavity"
2,           6702,    "5 1/2 in. Insul. Cavity"
2,           6703,    "7 1/4 in. Insul. Cavity"
2,           6704,    "9 1/4 in. Insul. Cavity"
2,           6705,    "11 1/4 in. Insul. Cavity"
; SAC 2/25/03 - Moved backward compatibility lists to END of symbol defs to fix errors in resolving duplicate symbol values following project-open
1,      EEMRun:VertExtConsType, 999,  0  ; backward compatibility (CMU & Concrete insul settings moved to new VertExtIntInsType property)
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"


; SAC 2/3/02 - Added entirely new exterior wall Interior insulation property for SCL-eQUEST
0, ShellWiz:VertExtIntInsType, 0
1,      ShellWiz:VertExtConsType,   20,  0  ; 6 in. CMU
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             13,    "R-5   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,           2201,    "R-15 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1024,    "R-8   mtl furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1025,    "R-15 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"
1,      ShellWiz:VertExtConsType,   21,  0  ; 8 in. CMU
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             13,    "R-5   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,           2201,    "R-15 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1024,    "R-8   mtl furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1025,    "R-15 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"
1,      ShellWiz:VertExtConsType,   22,  0  ; 12 in. CMU
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             13,    "R-5   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,           2201,    "R-15 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1024,    "R-8   mtl furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1025,    "R-15 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"
1,      ShellWiz:VertExtConsType,   30,  0  ; 4 in. HW Concrete
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             13,    "R-5   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,           2201,    "R-15 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1024,    "R-8   mtl furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1025,    "R-15 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"
1,      ShellWiz:VertExtConsType,   31,  0  ; 6 in. HW Concrete
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             13,    "R-5   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,           2201,    "R-15 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1024,    "R-8   mtl furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1025,    "R-15 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"
1,      ShellWiz:VertExtConsType,   32,  0  ; 8 in. HW Concrete
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             13,    "R-5   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,           2201,    "R-15 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1024,    "R-8   mtl furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1025,    "R-15 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"
1,      ShellWiz:VertExtConsType,   33,  0  ; 10 in. HW Concrete
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             13,    "R-5   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,           2201,    "R-15 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1024,    "R-8   mtl furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1025,    "R-15 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"
1,      ShellWiz:VertExtConsType,   34,  0  ; 12 in. HW Concrete
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             13,    "R-5   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,           2201,    "R-15 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1024,    "R-8   mtl furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1025,    "R-15 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"
1,      ShellWiz:VertExtConsType, -999,  0  ; all other VertExtConsType s
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"

; SAC 2/3/02 - Added entirely new exterior wall Interior insulation property for SCL-eQUEST
0, EEMRun:VertExtIntInsType, 0
1,      EEMRun:VertExtConsType,   20,  0  ; 6 in. CMU
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             13,    "R-5   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,           2201,    "R-15 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1024,    "R-8   mtl furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1025,    "R-15 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"
1,      EEMRun:VertExtConsType,   21,  0  ; 8 in. CMU
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             13,    "R-5   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,           2201,    "R-15 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1024,    "R-8   mtl furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1025,    "R-15 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"
1,      EEMRun:VertExtConsType,   22,  0  ; 12 in. CMU
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             13,    "R-5   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,           2201,    "R-15 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1024,    "R-8   mtl furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1025,    "R-15 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"
1,      EEMRun:VertExtConsType,   30,  0  ; 4 in. HW Concrete
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             13,    "R-5   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,           2201,    "R-15 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1024,    "R-8   mtl furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1025,    "R-15 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"
1,      EEMRun:VertExtConsType,   31,  0  ; 6 in. HW Concrete
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             13,    "R-5   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,           2201,    "R-15 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1024,    "R-8   mtl furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1025,    "R-15 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"
1,      EEMRun:VertExtConsType,   32,  0  ; 8 in. HW Concrete
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             13,    "R-5   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,           2201,    "R-15 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1024,    "R-8   mtl furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1025,    "R-15 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"
1,      EEMRun:VertExtConsType,   33,  0  ; 10 in. HW Concrete
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             13,    "R-5   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,           2201,    "R-15 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1024,    "R-8   mtl furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1025,    "R-15 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"
1,      EEMRun:VertExtConsType,   34,  0  ; 12 in. HW Concrete
2,              0,    "- no furred insul -"
2,             11,    "R-4   wd furred insul"
2,             13,    "R-5   wd furred insul"
2,             12,    "R-6   wd furred insul"
2,             21,    "R-11 wd furred insul"
2,             22,    "R-13 wd furred insul"
2,           2201,    "R-15 wd furred insul"
2,             33,    "R-19 wd furred insul"
2,             34,    "R-21 wd furred insul"
2,           1024,    "R-8   mtl furred insul"
2,           1021,    "R-11 mtl furred insul"
2,           1022,    "R-13 mtl furred insul"
2,           1025,    "R-15 mtl furred insul"
2,           1033,    "R-19 mtl furred insul"
2,           1034,    "R-21 mtl furred insul"
1,      EEMRun:VertExtConsType, -999,  0  ; all other VertExtConsType s
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"


; SAC 6/26/00
0, ShellWiz:RoofSlope, 0
2,              0,    "flat"
2,              1,    "sloped"

; SAC 6/26/00
0, ShellWiz:VertExtFrmFin, 0
2,              0,    "brick"
2,              1,    "metal"

; SAC 6/26/00
; SAC 5/30/03 - Added dependence on ERoofCMUorConc
; SAC 3/11/05 - Added "Clay Tile" (for DEER)
0, ShellWiz:RoofFinish, 11
1,      ShellWiz:ERoofCMUorConc,    1, 11    ; Any CMU or Concrete construction type
2,              1,    "Aluminum"
2,              2,    "Asphalt pavement, weathered"
; 2,              3,    "Brick"                - Removed per MSA's request 8/31/00
2,             18,    "Clay Tile"
; 2,              4,    "CMU"                  - Removed per MSA's request 8/31/00
2,              5,    "Concrete (no ext finish)"
2,              6,    "Felt, bituminous"
2,              7,    "Film, Mylar aluminized"
2,              8,    "Glass, spandrel"
2,              9,    "Gravel"
2,             10,    "Marble"
2,             11,    "Roof, built-up"
2,             12,    "Roofing, shingle"
2,             13,    "Steel, galvanized (bright)"
2,             14,    "Steel, galvanized (weathered)"
; 2,             15,    "Stucco/Gunite"        - Removed per MSA's request 8/31/00
2,             16,    "Vapor deposited low-e coating"
2,             17,    "Wood/Plywood"
1,      ShellWiz:ERoofCMUorConc, -999, 11    ; All other scenarios
2,              1,    "Aluminum"
2,              2,    "Asphalt pavement, weathered"
; 2,              3,    "Brick"                - Removed per MSA's request 8/31/00
2,             18,    "Clay Tile"
; 2,              4,    "CMU"                  - Removed per MSA's request 8/31/00
2,              5,    "Concrete"
2,              6,    "Felt, bituminous"
2,              7,    "Film, Mylar aluminized"
2,              8,    "Glass, spandrel"
2,              9,    "Gravel"
2,             10,    "Marble"
2,             11,    "Roof, built-up"
2,             12,    "Roofing, shingle"
2,             13,    "Steel, galvanized (bright)"
2,             14,    "Steel, galvanized (weathered)"
; 2,             15,    "Stucco/Gunite"        - Removed per MSA's request 8/31/00
2,             16,    "Vapor deposited low-e coating"
2,             17,    "Wood/Plywood"

; SAC 6/28/00 - added to eliminate certain Roof-only options
; SAC 5/30/03 - Added dependence on EWallCMUorConc
0, ShellWiz:VertExtFinish, 3
1,      ShellWiz:EWallCMUorConc,    1, 3    ; Any CMU or Concrete construction type
2,              1,    "Aluminum"
2,              2,    "Asphalt pavement, weathered"
2,              3,    "Brick"
2,              4,    "CMU (no ext finish)"
2,              5,    "Concrete (no ext finish)"
; 2,              6,    "Felt, bituminous"     - Removed per MSA's request 8/31/00
2,              7,    "Film, Mylar aluminized"
2,              8,    "Glass, spandrel"
2,             10,    "Marble"
2,             12,    "Roofing, shingle"
2,             13,    "Steel, galvanized (bright)"
2,             14,    "Steel, galvanized (weathered)"
2,             15,    "Stucco/Gunite"
2,             16,    "Vapor deposited low-e coating"
2,             17,    "Wood/Plywood"
1,      ShellWiz:EWallCMUorConc, -999, 3    ; All other scenarios
2,              1,    "Aluminum"
2,              2,    "Asphalt pavement, weathered"
2,              3,    "Brick"
2,              4,    "CMU"
2,              5,    "Concrete"
; 2,              6,    "Felt, bituminous"     - Removed per MSA's request 8/31/00
2,              7,    "Film, Mylar aluminized"
2,              8,    "Glass, spandrel"
2,             10,    "Marble"
2,             12,    "Roofing, shingle"
2,             13,    "Steel, galvanized (bright)"
2,             14,    "Steel, galvanized (weathered)"
2,             15,    "Stucco/Gunite"
2,             16,    "Vapor deposited low-e coating"
2,             17,    "Wood/Plywood"

; SAC 6/26/00
; SAC 7/24/04 - Added 2 'DEER' items to facilitate DEER measure analysis
0, ShellWiz:RoofColor, 0
1,      ShellWiz:RoofFinish, 3, 0    ; Brick
2,              0,    "uncolored"
2,              1,    "Aluminum paint"
2,              2,    "Beige, masonry"
2,              3,    "Black, masonry"
2,              4,    "Black, flat"
2,              5,    "Black, gloss"
2,              6,    "Black, oil"
2,              7,    "Blue, dark"
2,              8,    "Blue, gloss"
2,              9,    "Blue, medium"
2,             10,    "Blue-gray, dark"
2,             11,    "Brown gloss"
2,             12,    "Brown, masonry"
2,             13,    "Brown, dark brown"
2,             14,    "Brown, medium"
2,             15,    "Brown, medium light"
2,             16,    "'Dark' (abs=0.9)"
2,             39,    "DEER 'Light' (0.45)"
2,             40,    "DEER 'Base' (0.7)"
2,             17,    "Gray, dark"
2,             18,    "Gray, light oil"
2,             19,    "Green, gloss"
2,             20,    "Green, gloss, dark"
2,             21,    "Green, light"
2,             22,    "Green, medium dull"
2,             23,    "Green, medium Kelly"
2,             24,    "'Light' (abs=0.4)"
2,             25,    "'Medium' (abs=0.6)"
2,             26,    "Olive, dark drab"
2,             27,    "Orange, medium"
2,             28,    "Red, masonry"
2,             29,    "Red, oil"
2,             30,    "Rust, medium"
2,             31,    "Silver"
2,             33,    "White, glazed masonry"
2,             34,    "White, gloss"
2,             35,    "White, lacquer"
2,             37,    "White, semi-gloss"
2,             38,    "Yellow"
1,      ShellWiz:RoofFinish, 4, 0    ; CMU
2,              0,    "uncolored"
2,              1,    "Aluminum paint"
2,              2,    "Beige, masonry"
2,              3,    "Black, masonry"
2,              4,    "Black, flat"
2,              5,    "Black, gloss"
2,              6,    "Black, oil"
2,              7,    "Blue, dark"
2,              8,    "Blue, gloss"
2,              9,    "Blue, medium"
2,             10,    "Blue-gray, dark"
2,             11,    "Brown gloss"
2,             12,    "Brown, masonry"
2,             13,    "Brown, dark brown"
2,             14,    "Brown, medium"
2,             15,    "Brown, medium light"
2,             16,    "'Dark' (abs=0.9)"
2,             39,    "DEER 'Light' (0.45)"
2,             40,    "DEER 'Base' (0.7)"
2,             17,    "Gray, dark"
2,             18,    "Gray, light oil"
2,             19,    "Green, gloss"
2,             20,    "Green, gloss, dark"
2,             21,    "Green, light"
2,             22,    "Green, medium dull"
2,             23,    "Green, medium Kelly"
2,             24,    "'Light' (abs=0.4)"
2,             25,    "'Medium' (abs=0.6)"
2,             26,    "Olive, dark drab"
2,             27,    "Orange, medium"
2,             28,    "Red, masonry"
2,             29,    "Red, oil"
2,             30,    "Rust, medium"
2,             31,    "Silver"
2,             33,    "White, glazed masonry"
2,             34,    "White, gloss"
2,             35,    "White, lacquer"
2,             37,    "White, semi-gloss"
2,             38,    "Yellow"
1,      ShellWiz:RoofFinish, 5, 0    ; Concrete
2,              0,    "uncolored"
2,              1,    "Aluminum paint"
2,              2,    "Beige, masonry"
2,              3,    "Black, masonry"
2,              4,    "Black, flat"
2,              5,    "Black, gloss"
2,              6,    "Black, oil"
2,              7,    "Blue, dark"
2,              8,    "Blue, gloss"
2,              9,    "Blue, medium"
2,             10,    "Blue-gray, dark"
2,             11,    "Brown gloss"
2,             12,    "Brown, masonry"
2,             13,    "Brown, dark brown"
2,             14,    "Brown, medium"
2,             15,    "Brown, medium light"
2,             16,    "'Dark' (abs=0.9)"
2,             39,    "DEER 'Light' (0.45)"
2,             40,    "DEER 'Base' (0.7)"
2,             17,    "Gray, dark"
2,             18,    "Gray, light oil"
2,             19,    "Green, gloss"
2,             20,    "Green, gloss, dark"
2,             21,    "Green, light"
2,             22,    "Green, medium dull"
2,             23,    "Green, medium Kelly"
2,             24,    "'Light' (abs=0.4)"
2,             25,    "'Medium' (abs=0.6)"
2,             26,    "Olive, dark drab"
2,             27,    "Orange, medium"
2,             28,    "Red, masonry"
2,             29,    "Red, oil"
2,             30,    "Rust, medium"
2,             31,    "Silver"
2,             34,    "White, gloss"
2,             35,    "White, lacquer"
2,             37,    "White, semi-gloss"
2,             38,    "Yellow"
1,      ShellWiz:RoofFinish, 10, 0   ; Marble
2,              0,    "uncolored"
2,              1,    "Aluminum paint"
2,              4,    "Black, flat"
2,              5,    "Black, gloss"
2,              6,    "Black, oil"
2,              7,    "Blue, dark"
2,              8,    "Blue, gloss"
2,              9,    "Blue, medium"
2,             10,    "Blue-gray, dark"
2,             11,    "Brown gloss"
2,             13,    "Brown, dark brown"
2,             14,    "Brown, medium"
2,             15,    "Brown, medium light"
2,             16,    "'Dark' (abs=0.9)"
2,             39,    "DEER 'Light' (0.45)"
2,             40,    "DEER 'Base' (0.7)"
2,             17,    "Gray, dark"
2,             18,    "Gray, light oil"
2,             19,    "Green, gloss"
2,             20,    "Green, gloss, dark"
2,             21,    "Green, light"
2,             22,    "Green, medium dull"
2,             23,    "Green, medium Kelly"
2,             24,    "'Light' (abs=0.4)"
2,             25,    "'Medium' (abs=0.6)"
2,             26,    "Olive, dark drab"
2,             27,    "Orange, medium"
2,             29,    "Red, oil"
2,             30,    "Rust, medium"
2,             31,    "Silver"
2,             34,    "White, gloss"
2,             35,    "White, lacquer"
2,             36,    "White, marble"
2,             37,    "White, semi-gloss"
2,             38,    "Yellow"
1,      ShellWiz:RoofFinish, 11, 0   ; Roof, built up
2,              0,    "uncolored"
2,              1,    "Aluminum paint"
2,              4,    "Black, flat"
2,              5,    "Black, gloss"
2,              6,    "Black, oil"
2,              7,    "Blue, dark"
2,              8,    "Blue, gloss"
2,              9,    "Blue, medium"
2,             10,    "Blue-gray, dark"
2,             11,    "Brown gloss"
2,             13,    "Brown, dark brown"
2,             14,    "Brown, medium"
2,             15,    "Brown, medium light"
2,             16,    "'Dark' (abs=0.9)"
2,             39,    "DEER 'Light' (0.45)"
2,             40,    "DEER 'Base' (0.7)"
2,             17,    "Gray, dark"
2,             18,    "Gray, light oil"
2,             19,    "Green, gloss"
2,             20,    "Green, gloss, dark"
2,             21,    "Green, light"
2,             22,    "Green, medium dull"
2,             23,    "Green, medium Kelly"
2,             24,    "'Light' (abs=0.4)"
2,             25,    "'Medium' (abs=0.6)"
2,             26,    "Olive, dark drab"
2,             27,    "Orange, medium"
2,             29,    "Red, oil"
2,             30,    "Rust, medium"
2,             31,    "Silver"
2,             32,    "White built-up roof"
2,             34,    "White, gloss"
2,             35,    "White, lacquer"
2,             37,    "White, semi-gloss"
2,             38,    "Yellow"
1,      ShellWiz:RoofFinish, -999, 0
2,              0,    "uncolored"
2,              1,    "Aluminum paint"
2,              4,    "Black, flat"
2,              5,    "Black, gloss"
2,              6,    "Black, oil"
2,              7,    "Blue, dark"
2,              8,    "Blue, gloss"
2,              9,    "Blue, medium"
2,             10,    "Blue-gray, dark"
2,             11,    "Brown gloss"
2,             13,    "Brown, dark brown"
2,             14,    "Brown, medium"
2,             15,    "Brown, medium light"
2,             16,    "'Dark' (abs=0.9)"
2,             39,    "DEER 'Light' (0.45)"
2,             40,    "DEER 'Base' (0.7)"
2,             17,    "Gray, dark"
2,             18,    "Gray, light oil"
2,             19,    "Green, gloss"
2,             20,    "Green, gloss, dark"
2,             21,    "Green, light"
2,             22,    "Green, medium dull"
2,             23,    "Green, medium Kelly"
2,             24,    "'Light' (abs=0.4)"
2,             25,    "'Medium' (abs=0.6)"
2,             26,    "Olive, dark drab"
2,             27,    "Orange, medium"
2,             29,    "Red, oil"
2,             30,    "Rust, medium"
2,             31,    "Silver"
2,             34,    "White, gloss"
2,             35,    "White, lacquer"
2,             37,    "White, semi-gloss"
2,             38,    "Yellow"

; SAC 6/27/00
; SAC 7/24/04 - Added 2 'DEER' items to facilitate DEER measure analysis
0, ShellWiz:VertExtColor, 0
1,      ShellWiz:VertExtFinish, 3, 0    ; Brick
2,              0,    "uncolored"
2,              1,    "Aluminum paint"
2,              2,    "Beige, masonry"
2,              3,    "Black, masonry"
2,              4,    "Black, flat"
2,              5,    "Black, gloss"
2,              6,    "Black, oil"
2,              7,    "Blue, dark"
2,              8,    "Blue, gloss"
2,              9,    "Blue, medium"
2,             10,    "Blue-gray, dark"
2,             11,    "Brown gloss"
2,             12,    "Brown, masonry"
2,             13,    "Brown, dark brown"
2,             14,    "Brown, medium"
2,             15,    "Brown, medium light"
2,             16,    "'Dark' (abs=0.9)"
2,             39,    "DEER 'Light' (0.45)"
2,             40,    "DEER 'Base' (0.7)"
2,             17,    "Gray, dark"
2,             18,    "Gray, light oil"
2,             19,    "Green, gloss"
2,             20,    "Green, gloss, dark"
2,             21,    "Green, light"
2,             22,    "Green, medium dull"
2,             23,    "Green, medium Kelly"
2,             24,    "'Light' (abs=0.4)"
2,             25,    "'Medium' (abs=0.6)"
2,             26,    "Olive, dark drab"
2,             27,    "Orange, medium"
2,             28,    "Red, masonry"
2,             29,    "Red, oil"
2,             30,    "Rust, medium"
2,             31,    "Silver"
2,             33,    "White, glazed masonry"
2,             34,    "White, gloss"
2,             35,    "White, lacquer"
2,             37,    "White, semi-gloss"
2,             38,    "Yellow"
1,      ShellWiz:VertExtFinish, 4, 0    ; CMU
2,              0,    "uncolored"
2,              1,    "Aluminum paint"
2,              2,    "Beige, masonry"
2,              3,    "Black, masonry"
2,              4,    "Black, flat"
2,              5,    "Black, gloss"
2,              6,    "Black, oil"
2,              7,    "Blue, dark"
2,              8,    "Blue, gloss"
2,              9,    "Blue, medium"
2,             10,    "Blue-gray, dark"
2,             11,    "Brown gloss"
2,             12,    "Brown, masonry"
2,             13,    "Brown, dark brown"
2,             14,    "Brown, medium"
2,             15,    "Brown, medium light"
2,             16,    "'Dark' (abs=0.9)"
2,             39,    "DEER 'Light' (0.45)"
2,             40,    "DEER 'Base' (0.7)"
2,             17,    "Gray, dark"
2,             18,    "Gray, light oil"
2,             19,    "Green, gloss"
2,             20,    "Green, gloss, dark"
2,             21,    "Green, light"
2,             22,    "Green, medium dull"
2,             23,    "Green, medium Kelly"
2,             24,    "'Light' (abs=0.4)"
2,             25,    "'Medium' (abs=0.6)"
2,             26,    "Olive, dark drab"
2,             27,    "Orange, medium"
2,             28,    "Red, masonry"
2,             29,    "Red, oil"
2,             30,    "Rust, medium"
2,             31,    "Silver"
2,             33,    "White, glazed masonry"
2,             34,    "White, gloss"
2,             35,    "White, lacquer"
2,             37,    "White, semi-gloss"
2,             38,    "Yellow"
1,      ShellWiz:VertExtFinish, 5, 0    ; Concrete
2,              0,    "uncolored"
2,              1,    "Aluminum paint"
2,              2,    "Beige, masonry"
2,              3,    "Black, masonry"
2,              4,    "Black, flat"
2,              5,    "Black, gloss"
2,              6,    "Black, oil"
2,              7,    "Blue, dark"
2,              8,    "Blue, gloss"
2,              9,    "Blue, medium"
2,             10,    "Blue-gray, dark"
2,             11,    "Brown gloss"
2,             12,    "Brown, masonry"
2,             13,    "Brown, dark brown"
2,             14,    "Brown, medium"
2,             15,    "Brown, medium light"
2,             16,    "'Dark' (abs=0.9)"
2,             39,    "DEER 'Light' (0.45)"
2,             40,    "DEER 'Base' (0.7)"
2,             17,    "Gray, dark"
2,             18,    "Gray, light oil"
2,             19,    "Green, gloss"
2,             20,    "Green, gloss, dark"
2,             21,    "Green, light"
2,             22,    "Green, medium dull"
2,             23,    "Green, medium Kelly"
2,             24,    "'Light' (abs=0.4)"
2,             25,    "'Medium' (abs=0.6)"
2,             26,    "Olive, dark drab"
2,             27,    "Orange, medium"
2,             28,    "Red, masonry"
2,             29,    "Red, oil"
2,             30,    "Rust, medium"
2,             31,    "Silver"
2,             34,    "White, gloss"
2,             35,    "White, lacquer"
2,             37,    "White, semi-gloss"
2,             38,    "Yellow"
1,      ShellWiz:VertExtFinish, 10, 0   ; Marble
2,              0,    "uncolored"
2,              1,    "Aluminum paint"
2,              4,    "Black, flat"
2,              5,    "Black, gloss"
2,              6,    "Black, oil"
2,              7,    "Blue, dark"
2,              8,    "Blue, gloss"
2,              9,    "Blue, medium"
2,             10,    "Blue-gray, dark"
2,             11,    "Brown gloss"
2,             13,    "Brown, dark brown"
2,             14,    "Brown, medium"
2,             15,    "Brown, medium light"
2,             16,    "'Dark' (abs=0.9)"
2,             39,    "DEER 'Light' (0.45)"
2,             40,    "DEER 'Base' (0.7)"
2,             17,    "Gray, dark"
2,             18,    "Gray, light oil"
2,             19,    "Green, gloss"
2,             20,    "Green, gloss, dark"
2,             21,    "Green, light"
2,             22,    "Green, medium dull"
2,             23,    "Green, medium Kelly"
2,             24,    "'Light' (abs=0.4)"
2,             25,    "'Medium' (abs=0.6)"
2,             26,    "Olive, dark drab"
2,             27,    "Orange, medium"
2,             29,    "Red, oil"
2,             30,    "Rust, medium"
2,             31,    "Silver"
2,             34,    "White, gloss"
2,             35,    "White, lacquer"
2,             36,    "White, marble"
2,             37,    "White, semi-gloss"
2,             38,    "Yellow"
1,      ShellWiz:VertExtFinish, 11, 0   ; Roof, built up
2,              0,    "uncolored"
2,              1,    "Aluminum paint"
2,              4,    "Black, flat"
2,              5,    "Black, gloss"
2,              6,    "Black, oil"
2,              7,    "Blue, dark"
2,              8,    "Blue, gloss"
2,              9,    "Blue, medium"
2,             10,    "Blue-gray, dark"
2,             11,    "Brown gloss"
2,             13,    "Brown, dark brown"
2,             14,    "Brown, medium"
2,             15,    "Brown, medium light"
2,             16,    "'Dark' (abs=0.9)"
2,             39,    "DEER 'Light' (0.45)"
2,             40,    "DEER 'Base' (0.7)"
2,             17,    "Gray, dark"
2,             18,    "Gray, light oil"
2,             19,    "Green, gloss"
2,             20,    "Green, gloss, dark"
2,             21,    "Green, light"
2,             22,    "Green, medium dull"
2,             23,    "Green, medium Kelly"
2,             24,    "'Light' (abs=0.4)"
2,             25,    "'Medium' (abs=0.6)"
2,             26,    "Olive, dark drab"
2,             27,    "Orange, medium"
2,             29,    "Red, oil"
2,             30,    "Rust, medium"
2,             31,    "Silver"
2,             32,    "White built-up roof"
2,             34,    "White, gloss"
2,             35,    "White, lacquer"
2,             37,    "White, semi-gloss"
2,             38,    "Yellow"
1,      ShellWiz:VertExtFinish, -999, 0
2,              0,    "uncolored"
2,              1,    "Aluminum paint"
2,              4,    "Black, flat"
2,              5,    "Black, gloss"
2,              6,    "Black, oil"
2,              7,    "Blue, dark"
2,              8,    "Blue, gloss"
2,              9,    "Blue, medium"
2,             10,    "Blue-gray, dark"
2,             11,    "Brown gloss"
2,             13,    "Brown, dark brown"
2,             14,    "Brown, medium"
2,             15,    "Brown, medium light"
2,             16,    "'Dark' (abs=0.9)"
2,             39,    "DEER 'Light' (0.45)"
2,             40,    "DEER 'Base' (0.7)"
2,             17,    "Gray, dark"
2,             18,    "Gray, light oil"
2,             19,    "Green, gloss"
2,             20,    "Green, gloss, dark"
2,             21,    "Green, light"
2,             22,    "Green, medium dull"
2,             23,    "Green, medium Kelly"
2,             24,    "'Light' (abs=0.4)"
2,             25,    "'Medium' (abs=0.6)"
2,             26,    "Olive, dark drab"
2,             27,    "Orange, medium"
2,             29,    "Red, oil"
2,             30,    "Rust, medium"
2,             31,    "Silver"
2,             34,    "White, gloss"
2,             35,    "White, lacquer"
2,             37,    "White, semi-gloss"
2,             38,    "Yellow"


; SAC 11/4/02 - Added properties for slab-edge rigid insulation
0, ShellWiz:IntFlrPTSlabIns, 0
0, ShellWiz:GrndFlrPTSlabIns, 0
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"

; SAC 11/4/02 - Added properties for slab-edge finish
0, ShellWiz:IntFlrPTSlabFin, 0
0, ShellWiz:GrndFlrPTSlabFin, 0
2,              0,    "- none -"
2,              1,    "Aluminum"
2,              2,    "Asphalt pavement, weathered"
2,              3,    "Brick"
2,              4,    "CMU"
2,              5,    "Concrete"
; 2,              6,    "Felt, bituminous"     - Removed per MSA's request 8/31/00
2,              7,    "Film, Mylar aluminized"
2,              8,    "Glass, spandrel"
2,             10,    "Marble"
2,             12,    "Roofing, shingle"
2,             13,    "Steel, galvanized (bright)"
2,             14,    "Steel, galvanized (weathered)"
2,             15,    "Stucco/Gunite"
2,             16,    "Vapor deposited low-e coating"
2,             17,    "Wood/Plywood"


; SAC 10/15/03 - Added new properties to model crawl spaces
; 0, ShellWiz:CrawlSpaceType, 0
; 2,              0,    "TBD"
; 0, ShellWiz:CrSpWallConsType, 0
; 2,              0,    "TBD"
; 0, ShellWiz:CrSpWallExtFinish, 0
; 2,              0,    "TBD"
; 0, ShellWiz:CrSpWallExtBrdInsType, 0
; 2,              0,    "TBD"
; 0, ShellWiz:CrSpWallSecInsType, 0
; 2,              0,    "TBD"
; 0, ShellWiz:CrSpWallIntInsType, 0
; 2,              0,    "TBD"
; 0, ShellWiz:CrSpWallInfilOption, 0
; 2,              0,    "TBD"
; 0, ShellWiz:CrSpFlrConsType, 0
; 2,              0,    "TBD"
; 0, ShellWiz:CrSpPerimInfMethod, 0
; 2,              0,    "TBD"
; 0, ShellWiz:CrSpCoreInfMethod, 0
; 2,              0,    "TBD"


; SAC 2/6/02 - Added property to label ceiling controls in screens
0, ShellWiz:CeilingLabel,  0
2,              0,    "no ceilings"
2,              1,    "Ceilings"
2,              2,    "Other Floor Ceilings"

0, ShellWiz:CeilingConsType, 201
1,      ShellWiz:PlenumFlag,    1, 201      ; No Attic w/ Plenum
2,            201,    "Lay-In Acoustic Tile"
2,            202,    "Drywall Finish"
2,            203,    "Plaster Finish"
1,      ShellWiz:PlenumFlag,    3, 201      ; Attic & Plenum
2,            201,    "Lay-In Acoustic Tile"
2,            202,    "Drywall Finish"
2,            203,    "Plaster Finish"
1,      ShellWiz:PlenumFlag, -999, 201      ; No Plenum (w/ or w/o attic)
2,            200,    "- none -"
2,            201,    "Lay-In Acoustic Tile"
2,            202,    "Drywall Finish"
2,            203,    "Plaster Finish"

0, ShellWiz:CeilingInsType, 0
1,      ShellWiz:CeilingConsType,  200, 0
2,              0,    "- no ceiling insulation -"
1,      ShellWiz:CeilingConsType,  201, 0
2,              0,    "- no ceiling insulation -"
2,              1,    "R-11  batt"
2,              2,    "R-13  batt"
2,              3,    "R-19  batt"
2,              4,    "R-21  batt"
2,              5,    "R-30  batt"
1,      ShellWiz:CeilingConsType,  202, 0
2,              0,    "- no ceiling insulation -"
2,              1,    "R-11  batt"
2,              2,    "R-13  batt"
2,              3,    "R-19  batt"
2,              4,    "R-21  batt"
2,              5,    "R-30  batt"
1,      ShellWiz:CeilingConsType,  203, 0
2,              0,    "- no ceiling insulation -"
2,              1,    "R-11  batt"
2,              2,    "R-13  batt"
2,              3,    "R-19  batt"
2,              4,    "R-21  batt"
2,              5,    "R-30  batt"


; SAC 2/5/02 - Added entirely new attic construction properties for SCL-eQUEST
; SAC 8/22/03 - 
0, ShellWiz:AtticConsType, 0
1,      ShellWiz:HasAtticCons,    0, 250
2,            250,    "- none -"
1,      ShellWiz:HasAtticCons, -999, 252
2,            251,    "Lay-In Acoustic Tile"
2,            252,    "Drywall Finish"
2,            253,    "Plaster Finish"

; SAC 2/5/02 - Added entirely new attic construction properties for SCL-eQUEST
0, ShellWiz:AtticFrameType,   0
1,      ShellWiz:HasAtticCons,    0,   0
2,              0,    "- none -"
1,      ShellWiz:HasAtticCons, -999,   1
2,              1,    "Wood, Standard Framing"
2,              2,    "Wood, Advanced Framing"
2,              3,    "Metal Stud, 24 in. o.c."

; SAC 2/5/02 - Added entirely new attic construction properties for SCL-eQUEST
; SAC 8/22/03 - NOTE - there are Rules.txt references to this symbol value vs. AtticFrameType, so mods done here may require mods to Rules.txt as well
0, ShellWiz:AtticInsType,   0
1,      ShellWiz:AtticFrameType,    1, 9800   ; Wood, Standard Framing
2,           9800,    "- no batt -"
2,           9801,    "R-3  batt"
2,           9802,    "R-7  batt"
2,           9803,    "R-11  batt"
2,           9804,    "R-13  batt"
2,           9805,    "R-15  batt"
2,           9806,    "R-19  batt"
2,           9807,    "R-21  batt"
2,           9808,    "R-26  batt"
2,           9809,    "R-30  batt"
2,           9810,    "R-38  batt"
2,           9811,    "R-45  batt"
2,           9812,    "R-49  batt"
2,           9813,    "R-60  batt"    ; SAC 6/13/02 - added based on KJM spreadsheet revisions
1,      ShellWiz:AtticFrameType,    2,   70   ; Wood, Advanced Framing
2,             70,    "- no batt -"
2,           7001,    "R-3  batt"
2,           7002,    "R-7  batt"
2,             71,    "R-11 batt"
2,             72,    "R-13 batt"
2,           7201,    "R-15 batt"
2,             73,    "R-19 batt"
2,             74,    "R-21 batt"
2,           7401,    "R-26 batt"
2,             75,    "R-30 batt"
2,             76,    "R-38 batt"
2,           7601,    "R-45 batt"     ; SAC 6/13/02 - altered value based on KJM spreadsheet revisions
2,             77,    "R-49 batt"     ; SAC 6/13/02 - altered value based on KJM spreadsheet revisions
2,             78,    "R-60 batt"     ; SAC 6/13/02 - added based on KJM spreadsheet revisions
1,      ShellWiz:AtticFrameType,    3, 1070   ; Metal Framing 24 in. o.c.)
2,           1070,    "- no batt -"
2,          10701,    "R-3  batt"
2,          10702,    "R-7  batt"
2,           1071,    "R-11 batt"
2,           1072,    "R-13 batt"
2,          10721,    "R-15 batt"
2,           1073,    "R-19 batt"
2,           1074,    "R-21 batt"
2,          10741,    "R-26 batt"
2,           1075,    "R-30 batt"
2,           1076,    "R-38 batt"
2,          10761,    "R-45 batt"     ; SAC 6/13/02 - altered value based on KJM spreadsheet revisions
2,           1077,    "R-49 batt"     ; SAC 6/13/02 - altered value based on KJM spreadsheet revisions
2,           1078,    "R-60 batt"     ; SAC 6/13/02 - added based on KJM spreadsheet revisions
1,      ShellWiz:AtticFrameType, -999,    0
2,              0,    "- no batt -"

; SAC 6/15/02 - Added new property to handle input of secondary/interior rigid insulation
0, ShellWiz:AtticIntInsType, 0
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"


0, ShellWiz:VertIntConsType, 300
2,            300,    "Air (none)"
2,            301,    "Frame"
2,            302,    "Mass"

0, ShellWiz:VertIntInsType, 0
1,      ShellWiz:VertIntConsType,  300, 0
2,              0,    "- no wall insulation -"
1,      ShellWiz:VertIntConsType,  301, 0
2,              0,    "- no wall insulation -"
2,              1,    "R-7  batt"
2,              2,    "R-11  batt"
2,              3,    "R-13  batt"
1,      ShellWiz:VertIntConsType,  302, 0
2,              0,    "- no wall insulation -"
1,      ShellWiz:VertIntConsType,  999, 1
2,              1,    "R-6  batt"

0, ShellWiz:IntFlrConsType, 400
2,            400,    "2 in. Concrete"
2,            401,    "4 in. Concrete"
2,            402,    "6 in. Concrete"
2,            403,    "8 in. Concrete"
2,            404,    "1 in. plywood/underlayment"
2,            405,    "2 in. plywood/underlayment"

0, ShellWiz:IntFlrInsType, 0
2,              0,    "- no surface finish -"
2,              1,    "Carpet (no pad)"
2,              2,    "Carpet with rubber pad"
2,              3,    "Carpet with fiber pad"
2,              4,    "Vinyl Tile"
2,              5,    "Ceramic/Stone Tile"

; SAC 6/15/02 - Added 2 new properties to handle input of secondary/interior rigid insulation and a LW concrete cap
0, ShellWiz:IntFlrSecInsType, 0
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"

0, ShellWiz:IntFlrConcCap, 4300
1,      ShellWiz:IntFlrSecInsType,    0, 4300  ; - no board insulation -
2,           4300,    "- no concrete cap -"
2,           4301,    "1.25 in. LW Concrete"
2,           4302,    "2 in. LW Concrete"
2,           4303,    "3 in. LW Concrete"
2,           4304,    "4 in. LW Concrete"
1,      ShellWiz:IntFlrSecInsType, -999, 4301  ; some type of board insulation selected
2,           4301,    "1.25 in. LW Concrete"
2,           4302,    "2 in. LW Concrete"
2,           4303,    "3 in. LW Concrete"
2,           4304,    "4 in. LW Concrete"


; SAC 2/3/02 - Added entirely new Ground Floor Exposure property for SCL-eQUEST
; SAC 12/1/02 - Added dependence on FlrsBelowGrade
0, ShellWiz:GrndFlrExposure,  0
1,      ShellWiz:FlrsBelowGrade,    0,   0  ; No below grade floors
2,              0,    "Earth Contact"
2,              1,    "Over Conditioned Space (adiabatic)"
2,              2,    "Over Crawl Space"
2,              3,    "Over Unconditioned Space"
2,              4,    "Over Parking Garage"
2,              5,    "Exposed To Ambient Conditions"
1,      ShellWiz:FlrsBelowGrade, -999,   0  ; > 0 below grade floors
2,              0,    "Earth Contact"
2,              4,    "Over Parking Garage"


; SAC 2/3/02 - Added non-earth contact options for SCL-eQUEST
0, ShellWiz:GrndFlrConsType, 500
1,      ShellWiz:GrndFlrExposure,    0,  500  ; Earth Contact
2,            500,    "4 in. Concrete"
2,            501,    "6 in. Concrete"
2,            502,    "8 in. Concrete"
2,            503,    "12 in. Concrete"
1,      ShellWiz:GrndFlrExposure, -999, 4002  ; Non-Earth Contact
2,           4001,    "2 in. Concrete"
2,           4002,    "4 in. Concrete"
2,           4003,    "6 in. Concrete"
2,           4004,    "8 in. Concrete"
2,           4005,    "1 in. plywood/underlayment"
2,           4006,    "2 in. plywood/underlayment"


; SAC 2/3/02 - Added non-earth contact options for SCL-eQUEST
; SAC 3/12/04 - Added new entries to facilitate DEER analysis
0, ShellWiz:GrndFlrInsType, 100
1,      ShellWiz:GrndFlrExposure,    0,  100  ; Earth Contact
2,            100,    "- no perimeter insulation -"
2,            101,    "horz int bd, R-5,  2ft wide"
2,            102,    "horz int bd, R-5,  4ft wide"
2,            138,    "horz int bd, R-8,  2ft wide"
2,            139,    "horz int bd, R-8,  4ft wide"
2,            103,    "horz int bd, R-10, 2ft wide"
2,            104,    "horz int bd, R-10, 4ft wide"
2,            105,    "horz int bd, R-10, 15ft wide"
2,            111,    "horz ext bd, R-5,  2ft wide"
2,            112,    "horz ext bd, R-5,  4ft wide"
2,            140,    "horz ext bd, R-8,  2ft wide"
2,            141,    "horz ext bd, R-8,  4ft wide"
2,            113,    "horz ext bd, R-10, 2ft wide"
2,            114,    "horz ext bd, R-10, 4ft wide"
2,            121,    "vert int bd, R-5,  2ft deep"
2,            122,    "vert int bd, R-5,  4ft deep"
2,            142,    "vert int bd, R-8,  2ft deep"
2,            143,    "vert int bd, R-8,  4ft deep"
2,            123,    "vert int bd, R-10, 2ft deep"
2,            124,    "vert int bd, R-10, 4ft deep"
2,            125,    "vert int bd, R-15, 4ft deep"
2,            126,    "vert int bd, R-20, 4ft deep"
2,            131,    "vert ext bd, R-5,  2ft deep"
2,            132,    "vert ext bd, R-5,  4ft deep"
2,            144,    "vert ext bd, R-8,  2ft deep"
2,            145,    "vert ext bd, R-8,  4ft deep"
2,            133,    "vert ext bd, R-10, 2ft deep"
2,            134,    "vert ext bd, R-10, 4ft deep"
2,            135,    "vert ext bd, R-15, 4ft deep"
2,            136,    "vert ext bd, R-20, 4ft deep"
2,            137,    "full under slab insul, R-10"
1,      ShellWiz:GrndFlrConsType, 4005, 10200  ; Non-Earth Contact - 1 in. plywood/underlayment
2,          10200,    "- no batt  -"
2,          10201,    "R-3  batt"
2,          10202,    "R-7  batt"
2,          10203,    "R-11 batt"
2,          10204,    "R-13 batt"
2,          10205,    "R-15 batt"
2,          10206,    "R-19 batt"
2,          10207,    "R-21 batt"
2,          10208,    "R-26 batt"
2,          10209,    "R-30 batt"
2,          10210,    "R-38 batt"
1,      ShellWiz:GrndFlrConsType, 4006, 10200  ; Non-Earth Contact - 2 in. plywood/underlayment
2,          10200,    "- no batt  -"
2,          10201,    "R-3  batt"
2,          10202,    "R-7  batt"
2,          10203,    "R-11 batt"
2,          10204,    "R-13 batt"
2,          10205,    "R-15 batt"
2,          10206,    "R-19 batt"
2,          10207,    "R-21 batt"
2,          10208,    "R-26 batt"
2,          10209,    "R-30 batt"
2,          10210,    "R-38 batt"
1,      ShellWiz:GrndFlrConsType, -999, 10100  ; Non-Earth Contact - all others (concrete)
2,          10100,    "- no batt or board insulation -"
2,          10101,    "1 in. polystyrene (R-4)"
2,          10102,    "1 in. polyurethane (R-6)"
2,          10103,    "1 in. polyisocyanurate (R-7)"
2,          10104,    "1 1/2 in. polystyrene (R-6)"
2,          10105,    "1 1/2 in. polyurethane (R-9)"
2,          10106,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,          10107,    "2 in. polystyrene (R-8)"
2,          10108,    "2 in. polyurethane (R-12)"
2,          10109,    "2 in. polyisocyanurate (R-14)"
2,          10110,    "3 in. polystyrene (R-12)"
2,          10111,    "3 in. polyurethane (R-18)"
2,          10112,    "3 in. polyisocyanurate (R-21)"
2,          10113,    "4 in. polystyrene (R-16)"
2,          10114,    "4 in. polyurethane (R-24)"
2,          10115,    "4 in. polyisocyanurate (R-28)"
2,          10116,    "5 in. polystyrene (R-20)"
2,          10117,    "5 in. polyurethane (R-30)"
2,          10118,    "5 in. polyisocyanurate (R-35)"
2,          10119,    "R-3  batt"
2,          10120,    "R-7  batt"
2,          10121,    "R-11 batt"
2,          10122,    "R-13 batt"
2,          10123,    "R-15 batt"
2,          10124,    "R-19 batt"
2,          10125,    "R-21 batt"
2,          10126,    "R-26 batt"
2,          10127,    "R-30 batt"
2,          10128,    "R-38 batt"

0, ShellWiz:GrndFlrSecInsType, 1
2,              0,    "- no surface finish -"
2,              1,    "Carpet (no pad)"
2,              2,    "Carpet with rubber pad"
2,              3,    "Carpet with fiber pad"
2,              4,    "Vinyl Tile"
2,              5,    "Ceramic/Stone Tile"

; SAC 6/14/02 - Added 2 new properties to handle input of secondary/interior rigid insulation and a LW concrete cap
0, ShellWiz:GrndFlrIntInsType, 0
1,      ShellWiz:GrndFlrExposure,    0,  0  ; Earth Contact
2,              0,    "- no board insulation -"
1,      ShellWiz:GrndFlrExposure, -999,  0  ; Non-Earth Contact
2,              0,    "- no board insulation -"
2,              1,    "1 in. polystyrene (R-4)"
2,              2,    "1 in. polyurethane (R-6)"
2,              3,    "1 in. polyisocyanurate (R-7)"
2,             14,    "1 1/2 in. polystyrene (R-6)"
2,             15,    "1 1/2 in. polyurethane (R-9)"
2,             16,    "1 1/2 in. polyisocyanurate (R-10.5)"
2,              4,    "2 in. polystyrene (R-8)"
2,              5,    "2 in. polyurethane (R-12)"
2,              6,    "2 in. polyisocyanurate (R-14)"
2,              7,    "3 in. polystyrene (R-12)"
2,              8,    "3 in. polyurethane (R-18)"
2,              9,    "3 in. polyisocyanurate (R-21)"

0, ShellWiz:GrndFlrConcCap, 4300
1,      ShellWiz:GrndFlrIntInsType,    0, 4300  ; - no board insulation -
2,           4300,    "- no concrete cap -"
2,           4301,    "1.25 in. LW Concrete"
2,           4302,    "2 in. LW Concrete"
2,           4303,    "3 in. LW Concrete"
2,           4304,    "4 in. LW Concrete"
1,      ShellWiz:GrndFlrIntInsType, -999, 4301  ; some type of board insulation selected
2,           4301,    "1.25 in. LW Concrete"
2,           4302,    "2 in. LW Concrete"
2,           4303,    "3 in. LW Concrete"
2,           4304,    "4 in. LW Concrete"


0, ShellWiz:VertUndConsType, 600
2,            600,    "6 in. Concrete"
2,            601,    "8 in. Concrete"
2,            602,    "12 in. Concrete"
2,            610,    "Wood Frame, 2x4, 16 in. o.c."
2,            611,    "Wood Frame, 2x6, 16 in. o.c."
2,            612,    "Wood Frame, 2x10, 16 in. o.c."

0, ShellWiz:VertUndInsType, 0
1,      ShellWiz:VertUndConsType,  600, 200
2,            200,    "- no wall insulation -"
2,            210,    "ext bd, R-5,  4ft deep"
2,            211,    "ext bd, R-5,  8ft deep"
2,            212,    "ext bd, R-10, 4ft deep"
2,            213,    "ext bd, R-10, 8ft deep"
2,            214,    "ext bd, R-15, 8ft deep"
2,            215,    "ext bd, R-20, 8ft deep"
2,            220,    "int bd, R-10"
1,      ShellWiz:VertUndConsType,  601, 200
2,            200,    "- no wall insulation -"
2,            210,    "ext bd, R-5,  4ft deep"
2,            211,    "ext bd, R-5,  8ft deep"
2,            212,    "ext bd, R-10, 4ft deep"
2,            213,    "ext bd, R-10, 8ft deep"
2,            214,    "ext bd, R-15, 8ft deep"
2,            215,    "ext bd, R-20, 8ft deep"
2,            220,    "int bd, R-10"
1,      ShellWiz:VertUndConsType,  602, 200
2,            200,    "- no wall insulation -"
2,            210,    "ext bd, R-5,  4ft deep"
2,            211,    "ext bd, R-5,  8ft deep"
2,            212,    "ext bd, R-10, 4ft deep"
2,            213,    "ext bd, R-10, 8ft deep"
2,            214,    "ext bd, R-15, 8ft deep"
2,            215,    "ext bd, R-20, 8ft deep"
2,            220,    "int bd, R-10"
1,      ShellWiz:VertUndConsType,  610, 231
2,            200,    "- no wall insulation -"
2,            231,    "R-11  batt"
1,      ShellWiz:VertUndConsType,  611, 231
2,            200,    "- no wall insulation -"
2,            231,    "R-11  batt"
2,            232,    "R-19  batt"
1,      ShellWiz:VertUndConsType,  612, 231
2,            200,    "- no wall insulation -"
2,            231,    "R-11  batt"
2,            232,    "R-19  batt"
2,            233,    "R-30  batt"


; SAC 3/6/05 - Added new BDLLib/eQ_Lib material library selections
0, ConsWiz:Type,  1
2,              1,    "Individual Layers"
; 2,              2,    "Overall U-Value"           - not yet implemented

; SAC 3/27/05 - Added new SurfaceType property
0, ConsWiz:SurfaceType,  0
2,              0,    "- select surface type -"
2,              1,    "Vertical Exterior Wall"
2,              2,    "Roof"
2,              3,    "Exposed Ground Floor"
2,             10,    "Ground Floor Slab"
2,             11,    "Floor above Space (crawl/cond/uncond)"
2,             12,    "Attic Floor"
2,             13,    "Ceiling"
2,             14,    "Vertical Interior Wall"
2,             15,    "Vertical Underground Wall"

; SAC 3/6/05 - Added new BDLLib/eQ_Lib material library selections
0, ConsWiz:MatType,  0
2,              0,    "- select material type -"
2,              1,    "Library Entry"
; 2,              2,    "Specify Properties"        - not yet implemented
2,              3,    "Specify Resistance Only"

; SAC 3/6/05 - Added new BDLLib/eQ_Lib material library selections
0, ConsWiz:MatLibType,  0
2,              0,    "n/a"
2,              1,    "Properties"
2,              2,    "Resistance"

; SAC 3/6/05 - Added new BDLLib/eQ_Lib material library selections
0, ConsWiz:MatLibCateg, 0
2,              0,    "- select category -"
2,            100,    "Acoustic Tile"
2,            200,    "Asbestos Cement"
2,            300,    "Asbestos Vinyl"
2,            400,    "Asphalt"
2,            500,    "Brick"
2,            600,    "Building Paper"
2,            700,    "Built-Up Roofing"
2,            800,    "Carpet"
2,            900,    "Cement Mortar"
2,           1000,    "Clay Tile"
2,           1100,    "Concrete 140 lbs"
2,           1200,    "Concrete 80 lbs"
2,           1300,    "Concrete 40 lbs"
2,           1400,    "Concrete 30 lbs"
2,           1500,    "Conc Blk Hvy Wt"
2,           1600,    "Conc Blk Med Wt"
2,           1700,    "Conc Blk Lt Wt"
2,           1800,    "Felt"
2,           1900,    "Finish"
2,           2000,    "Gypsum"
2,           2100,    "Hard Board"
2,           2200,    "Linoleum Tile"
2,           2300,    "Particle Board"
2,           2400,    "Plywood"
2,           2500,    "Roof Gravel"
2,           2600,    "Rubber Tile"
2,           2700,    "Slate"
2,           2800,    "Soil"
2,           2900,    "Spandrel Glass"
2,           3000,    "Steel Siding"
2,           3100,    "Stone"
2,           3200,    "Stucco"
2,           3300,    "Terrazzo"
2,           3400,    "Wood"
2,           3500,    "Air Layer"
2,           3600,    "Batt Insulation"
2,           3700,    "Board Insulation"
2,           3800,    "Fill Insulation"
2,           3900,    "Polyisocyanurate"
2,           4000,    "Polystyrene"
2,           4100,    "Polyurethane"
2,           4200,    "Surface Air Film"
2,           4300,    "Urea Formaldehyde"

; SAC 3/6/05 - Added new BDLLib/eQ_Lib material library selections
0, ConsWiz:MatLibSelection, 0
1,      ConsWiz:MatLibCateg,   100,   101                    ; "Acoustic Tile"    
2,            101,    "Acoustic Tile (HF-E5)"
2,            102,    "Acoustic Tile, 3/8 Inch (AC01)"
2,            103,    "Acoustic Tile, 1/2 Inch (AC02)"
2,            104,    "Acoustic Tile, 3/4 Inch (AC03)"
1,      ConsWiz:MatLibCateg,   200,   201                    ; "Asbestos Cement"  
2,            201,    "Asbestos-Cement Board, 1/8 Inch (AB01)"
2,            202,    "Asbestos-Cement Board, 1/4 Inch (AB02)"
2,            203,    "Asbestos-Cement Shingle (AB03)"
2,            204,    "Asbestos-Cement Lapped, 1/4 Inch Siding (AB04)"
1,      ConsWiz:MatLibCateg,   300,   301                    ; "Asbestos Vinyl"   
2,            301,    "Asbestos-Vinyl Tile (AV01)"
1,      ConsWiz:MatLibCateg,   400,   401                    ; "Asphalt"          
2,            401,    "Asphalt-Roofing, Roll (AR01)"
2,            402,    "Asphalt-Shingle and Siding (AR02)"
2,            403,    "Asphalt-Tile (AR03)"
1,      ConsWiz:MatLibCateg,   500,   501                    ; "Brick"            
2,            501,    "Brick, Common, 4 Inch (BK01)"
2,            502,    "Common Brick, 4 Inch (HF-C4)"
2,            503,    "Brick, Common, 8 Inch (BK02)"
2,            504,    "Common Brick, 8 Inch (HF-C9)"
2,            505,    "Brick, Common, 12 Inch (BK03)"
2,            506,    "Brick, Face, 3 Inch (BK04)"
2,            507,    "Brick, Face, 4 Inch (BK05)"
2,            508,    "Face Brick, 4 Inch (HF-A2)"
2,            509,    "Face Brick, 4 Inch (HF-A7)"
1,      ConsWiz:MatLibCateg,   600,   601                    ; "Building Paper"   
2,            601,    "Building Paper, Permeable Felt (BP01)"
2,            602,    "Building Paper, Seal, 2-Layers (BP02)"
2,            603,    "Plastic Film Seal (BP03)"
1,      ConsWiz:MatLibCateg,   700,   701                    ; "Built-Up Roofing" 
2,            701,    "Built-Up Roofing, 3/8 Inch (BR01)"
1,      ConsWiz:MatLibCateg,   800,   801                    ; "Carpet"           
2,            801,    "Carpet with Fibrous Pad (CP01)"
2,            802,    "Carpet with Rubber Pad (CP02)"
2,            803,    "Carpet with No Pad"
1,      ConsWiz:MatLibCateg,   900,   901                    ; "Cement Mortar"    
2,            901,    "Cement Mortar, 1 Inch (CM01)"
2,            902,    "Cement Mortar, 1-3/4 Inch (CM02)"
2,            903,    "Cement Plaster with Sand-Aggregate, 1 Inch (CM03)"
1,      ConsWiz:MatLibCateg,  1000,  1001                    ; "Clay Tile"        
2,           1001,    "Clay Tile, Hollow, 1 Cell, 3 Inch (CT01)"
2,           1002,    "Clay Tile, Hollow, 1 Cell, 4 Inch (CT02)"
2,           1003,    "Clay Tile, Hollow, 2 Cells, 6 Inch (CT03)"
2,           1004,    "Clay Tile, Hollow, 2 Cells, 8 Inch (CT04)"
2,           1005,    "Clay Tile, Hollow, 2 Cells, 10 Inch (CT05)"
2,           1006,    "Clay Tile, Hollow, 3 Cells, 12 Inch (CT06)"
2,           1007,    "Clay Tile, 4 Inch (HF-C1)"
2,           1008,    "Clay Tile, 8 Inch (HF-C6)"
2,           1009,    "Clay Tile, Paver, 3/8 Inch (CT11)"
1,      ConsWiz:MatLibCateg,  1100,  1101                    ; "Concrete 140 lbs" 
2,           1101,    "Concrete, HW, Undried, 140 Lb., 3/4 Inch (CC11)"
2,           1102,    "Concrete, HW, Undried, 140 Lb., 1-3/8 Inch (CC12)"
2,           1103,    "Concrete, HW, Dried, 140 Lb., 1-1/4 Inch (CC01)"
2,           1104,    "Concrete, HW, Undried, 140 Lb., 3-1/4 Inch (CC13)"
2,           1105,    "Concrete, HW, Dried, 140 Lb., 2 Inch (CC02)"
2,           1106,    "Concrete, HW, 2 Inch (HF-C12)"
2,           1107,    "Concrete, HW, Dried, 140 Lb., 4 Inch (CC03)"
2,           1108,    "Concrete, HW, Undried, 140 Lb., 4 Inch (CC14)"
2,           1109,    "Concrete, HW, 4 Inch (HF-C5)"
2,           1110,    "Concrete, HW, Dried, 140 Lb., 6 Inch (CC04)"
2,           1111,    "Concrete, HW, Undried, 140 Lb., 6 Inch (CC15)"
2,           1112,    "Concrete, HW, 140 Lb., 6 Inch (HF-C13)"
2,           1113,    "Concrete, HW, Dried, 140 Lb., 8 Inch (CC05)"
2,           1114,    "Concrete, HW, Undried, 140 Lb., 8 Inch (CC16)"
2,           1115,    "Concrete, HW, 140 Lb., 8 Inch (HF-C10)"
2,           1116,    "Concrete, HW, Dried, 140 Lb., 10 Inch (CC06)"
2,           1117,    "Concrete, HW, Dried, 140 Lb., 12 Inch (CC07)"
2,           1118,    "Concrete, HW, 140 Lb., 12 Inch (HF-C11)"
1,      ConsWiz:MatLibCateg,  1200,  1201                    ; "Concrete 80 lbs"  
2,           1201,    "Concrete, LW, 80 Lb., 3/4 Inch (CC21)"
2,           1202,    "Concrete, LW, 80 Lb., 1-1/4 Inch (CC22)"
2,           1203,    "Concrete, LW, 80 Lb., 2 Inch (CC23)"
2,           1204,    "Concrete, LW, 80 Lb., 4 Inch (CC24)"
2,           1205,    "Concrete, LW, 80 Lb., 6 Inch (CC25)"
2,           1206,    "Concrete, LW, 80 Lb., 8 Inch (CC26)"
1,      ConsWiz:MatLibCateg,  1300,  1301                    ; "Concrete 40 lbs"  
2,           1301,    "Concrete, LW, 40 Lb., 4 Inch (HF-C14)"
2,           1302,    "Concrete, LW, 40 Lb., 6 Inch (HF-C15)"
2,           1303,    "Concrete, LW, 40 Lb., 8 Inch (HF-C16)"
1,      ConsWiz:MatLibCateg,  1400,  1401                    ; "Concrete 30 lbs"  
2,           1401,    "Concrete, LW, 30 Lb., 3/4 Inch (CC31)"
2,           1402,    "Concrete, LW, 30 Lb., 1-1/4 Inch (CC32)"
2,           1403,    "Concrete, LW, 30 Lb., 2 Inch (CC33)"
2,           1404,    "Concrete, LW, 30 Lb., 3 Inch"
2,           1405,    "Concrete, LW, 30 Lb., 4 Inch (CC34)"
2,           1406,    "Concrete, LW, 30 Lb., 6 Inch (CC35)"
2,           1407,    "Concrete, LW, 30 Lb., 8 Inch (CC36)"
1,      ConsWiz:MatLibCateg,  1500,  1501                    ; "Conc Blk Hvy Wt"  
2,           1501,    "ConcBlk, HW, 4 Inch, Hollow (CB01)"
2,           1502,    "ConcBlk, HW, 4 Inch, Concrete Filled (CB02)"
2,           1503,    "ConcBlk, HW, 4 Inch, Perlite Filled (CB03)"
2,           1504,    "ConcBlk, HW, 4 Inch, Partial Concrete Fill (24 in. O.C.) (CB04)"
2,           1505,    "ConcBlk, HW, 4 Inch, Conc (24 in. O.C.) & Perlite Fill (CB05)"
2,           1506,    "ConcBlk, HW, 4 Inch (HF-C3)"
2,           1507,    "ConcBlk, HW, 6 Inch, Hollow (CB06)"
2,           1508,    "ConcBlk, HW, 6 Inch, Concrete Filled (CB07)"
2,           1509,    "ConcBlk, HW, 6 Inch, Perlite Filled (CB08)"
2,           1510,    "ConcBlk, HW, 6 Inch, Partial Concrete Fill (24 in. O.C.) (CB09)"
2,           1511,    "ConcBlk, HW, 6 Inch, Conc (24 in. O.C.) & Perlite Fill (CB10)"
2,           1512,    "ConcBlk, HW, 8 Inch, Hollow (CB11)"
2,           1513,    "ConcBlk, HW, 8 Inch, Concrete Filled (CB12)"
2,           1514,    "ConcBlk, HW, 8 Inch, Perlite Filled (CB13)"
2,           1515,    "ConcBlk, HW, 8 Inch, Partial Concrete Fill (24 in. O.C.) (CB14)"
2,           1516,    "ConcBlk, HW, 8 Inch Conc (24 in. O.C.) & Perlite Fill (CB15)"
2,           1517,    "ConcBlk, HW, 8 Inch (HF-C8)"
2,           1518,    "ConcBlk, HW, 12 Inch, Hollow (CB16)"
2,           1519,    "ConcBlk, HW, 12 Inch, Concrete Filled (CB17)"
2,           1520,    "ConcBlk, HW, 12 Inch, Partial Concrete Fill (24 in. O.C.) (CB18)"
1,      ConsWiz:MatLibCateg,  1600,  1601                    ; "Conc Blk Med Wt"  
2,           1601,    "ConcBlk, MW, 4 Inch, Hollow (CB21)"
2,           1602,    "ConcBlk, MW, 4 Inch, Concrete Filled (CB22)"
2,           1603,    "ConcBlk, MW, 4 Inch, Perlite Filled (CB23)"
2,           1604,    "ConcBlk, MW, 4 Inch, Partial Concrete Fill (24 in. O.C.) (CB24)"
2,           1605,    "ConcBlk, MW, 4 Inch, Conc (24 in. O.C.) & Perlite Fill (CB25)"
2,           1606,    "ConcBlk, MW, 6 Inch, Hollow (CB26)"
2,           1607,    "ConcBlk, MW, 6 Inch, Concrete Filled (CB27)"
2,           1608,    "ConcBlk, MW, 6 Inch, Perlite Filled (CB28)"
2,           1609,    "ConcBlk, MW, 6 Inch, Partial Concrete Fill (24 in. O.C.) (CB29)"
2,           1610,    "ConcBlk, MW, 6 Inch, Conc (24 in. O.C.) & Perlite Fill (CB30)"
2,           1611,    "ConcBlk, MW, 6 Inch, with EPS filled core"
2,           1612,    "ConcBlk, MW, 8 Inch, Hollow (CB31)"
2,           1613,    "ConcBlk, MW, 8 Inch, Concrete Filled (CB32)"
2,           1614,    "ConcBlk, MW, 8 Inch, Perlite Filled (CB33)"
2,           1615,    "ConcBlk, MW, 8 Inch, Partial Concrete Fill (24 in. O.C.) (CB34)"
2,           1616,    "ConcBlk, MW, 8 Inch, Conc (24 in. O.C.) & Perlite Fill (CB35)"
2,           1617,    "ConcBlk, MW, 8 Inch, with EPS filled core"
2,           1618,    "ConcBlk, MW, 12 Inch, Hollow (CB36)"
2,           1619,    "ConcBlk, MW, 12 Inch, Concrete Filled (CB37)"
2,           1620,    "ConcBlk, MW, 12 Inch, Partial Concrete Fill (24 in. O.C.) (CB38)"
2,           1621,    "ConcBlk, MW, 12 Inch, with EPS filled core"
1,      ConsWiz:MatLibCateg,  1700,  1701                    ; "Conc Blk Lt Wt"   
2,           1701,    "ConcBlk, LW, 4 Inch, Hollow (CB41)"
2,           1702,    "ConcBlk, LW, 4 Inch, Concrete Filled (CB42)"
2,           1703,    "ConcBlk, LW, 4 Inch, Perlite Filled (CB43)"
2,           1704,    "ConcBlk, LW, 4 Inch, Partial Concrete Fill (24 in. O.C.) (CB44)"
2,           1705,    "ConcBlk, LW, 4 Inch, Conc (24 in. O.C.) & Perlite Fill (CB45)"
2,           1706,    "ConcBlk, LW, 4 Inch (HF-C2)"
2,           1707,    "ConcBlk, LW, 6 Inch, Hollow (CB46)"
2,           1708,    "ConcBlk, LW, 6 Inch, Concrete Filled (CB47)"
2,           1709,    "ConcBlk, LW, 6 Inch, Perlite Filled (CB48)"
2,           1710,    "ConcBlk, LW, 6 Inch, Partial Concrete Fill (24 in. O.C.) (CB49)"
2,           1711,    "ConcBlk, LW, 6 Inch, Conc (24 in. O.C.) & Perlite Fill (CB50)"
2,           1712,    "ConcBlk, LW, 8 Inch, Hollow (CB51)"
2,           1713,    "ConcBlk, LW, 8 Inch, Concrete Filled (CB52)"
2,           1714,    "ConcBlk, LW, 8 Inch, Perlite Filled (CB53)"
2,           1715,    "ConcBlk, LW, 8 Inch, Partial Concrete Fill (24 in. O.C.) (CB54)"
2,           1716,    "ConcBlk, LW, 8 Inch, Conc (24 in. O.C.) & Perlite Fill (CB55)"
2,           1717,    "ConcBlk, LW, 8 Inch (HF-C7)"
2,           1718,    "ConcBlk, LW, 12 Inch, Hollow (CB56)"
2,           1719,    "ConcBlk, LW, 12 Inch, Concrete Filled (CB57)"
2,           1720,    "ConcBlk, LW, 12 Inch, Partial Concrete Fill (24 in. O.C.) (CB58)"
1,      ConsWiz:MatLibCateg,  1800,  1801                    ; "Felt"             
2,           1801,    "Felt and Memb., 3/8 Inch (HF-E3)"
1,      ConsWiz:MatLibCateg,  1900,  1901                    ; "Finish"           
2,           1901,    "Finish (HF-A6)"
1,      ConsWiz:MatLibCateg,  2000,  2001                    ; "Gypsum"           
2,           2001,    "Gypsum or Plaster Board, 1/2 Inch (GP01)"
2,           2002,    "Gypsum or Plaster Board, 5/8 Inch (GP02)"
2,           2003,    "Gypsum or Plaster Board, 3/4 Inch (GP03)"
2,           2004,    "Plaster Board (Gypsum), 3/4 Inch (HF-E1)"
2,           2005,    "Gypsum Plaster, Light Weight Aggregate, 3/4 Inch (GP04)"
2,           2006,    "Gypsum Plaster, Light Weight Aggregate, 1 Inch (GP05)"
2,           2007,    "Gypsum Plaster, Sand Aggregate, 3/4 Inch (GP06)"
2,           2008,    "Gypsum Plaster, Sand Aggregate, 1 Inch (GP07)"
1,      ConsWiz:MatLibCateg,  2100,  2101                    ; "Hard Board"       
2,           2101,    "Hard Board, 3/4 Inch, Medium Density Siding (HB01)"
2,           2102,    "Hard Board, 3/4 Inch, Medium Density Others (HB02)"
2,           2103,    "Hard Board, 3/4 Inch, Standard Tempered (HB03)"
2,           2104,    "Hard Board, 3/4 Inch, Service Tempered (HB04)"
1,      ConsWiz:MatLibCateg,  2200,  2201                    ; "Linoleum Tile"    
2,           2201,    "Linoleum Tile (LT01)"
1,      ConsWiz:MatLibCateg,  2300,  2301                    ; "Particle Board"   
2,           2301,    "Particle Board, Low Density, 3/4 Inch (PB01)"
2,           2302,    "Particle Board, Medium Density, 3/4 Inch (PB02)"
2,           2303,    "Particle Board, High Density, 3/4 Inch (PB03)"
2,           2304,    "Particle Board, Underlay, 5/8 Inch (PB04)"
1,      ConsWiz:MatLibCateg,  2400,  2401                    ; "Plywood"          
2,           2401,    "Plywood, 1/4 Inch (PW01)"
2,           2402,    "Plywood, 3/8 Inch (PW02)"
2,           2403,    "Plywood, 1/2 Inch (PW03)"
2,           2404,    "Plywood, 5/8 Inch (PW04)"
2,           2405,    "Plywood, 3/4 Inch (PW05)"
2,           2406,    "Plywood, 1 Inch (PW06)"
1,      ConsWiz:MatLibCateg,  2500,  2501                    ; "Roof Gravel"      
2,           2501,    "Roof Gravel or Slag, 1/2 Inch (RG01)"
2,           2502,    "Roof Gravel or Slag, 1 Inch (RG02)"
1,      ConsWiz:MatLibCateg,  2600,  2601                    ; "Rubber Tile"      
2,           2601,    "Rubber Tile (RT01)"
1,      ConsWiz:MatLibCateg,  2700,  2701                    ; "Slate"            
2,           2701,    "Slate, 1/2 Inch (SL01)"
1,      ConsWiz:MatLibCateg,  2800,  2801                    ; "Soil"             
2,           2801,    "Light Soil, Damp 12 Inch"
2,           2802,    "Soil, 12 Inch"
1,      ConsWiz:MatLibCateg,  2900,  2901                    ; "Spandrel Glass"   
2,           2901,    "Spandrel Glass, 1/4 Inch"
1,      ConsWiz:MatLibCateg,  3000,  3001                    ; "Steel Siding"     
2,           3001,    "Aluminum or Steel Siding (AS01)"
2,           3002,    "Steel Siding, Light Weight (HF-A3)"
1,      ConsWiz:MatLibCateg,  3100,  3101                    ; "Stone"            
2,           3101,    "Slag or Stone, 1/2 Inch (HF-E2)"
2,           3102,    "Stone, 1 Inch (ST01)"
1,      ConsWiz:MatLibCateg,  3200,  3201                    ; "Stucco"           
2,           3201,    "Stucco, 1 Inch (SC01)"
2,           3202,    "Stucco, 1 Inch (HF-A1)"
1,      ConsWiz:MatLibCateg,  3300,  3301                    ; "Terrazzo"         
2,           3301,    "Terrazzo, 1 Inch (TZ01)"
1,      ConsWiz:MatLibCateg,  3400,  3401                    ; "Wood"             
2,           3401,    "Wood, 1 Inch (HF-B7)"
2,           3402,    "Wood, 2 Inch (HF-B10)"
2,           3403,    "Wood, 2-1/2 Inch (HF-B8)"
2,           3404,    "Wood, 3 Inch (HF-B11)"
2,           3405,    "Wood, 4 Inch (HF-B9)"
2,           3406,    "Wood, Hard, 3/4 Inch (WD11)"
2,           3407,    "Wood, Soft, 3/4 Inch (WD01)"
2,           3408,    "Wood, Hard, 1 Inch (WD12)"
2,           3409,    "Wood, Soft, 1-1/2 Inch (WD02)"
2,           3410,    "WOOD, SOFT, 2-1/2 Inch (WD03)"
2,           3411,    "Wood, Soft, 3-1/2 Inch (WD04)"
2,           3412,    "Wood, Soft, 4 Inch (WD05)"
2,           3413,    "Wood, Shingle, for Wall (WS01)"
2,           3414,    "Wood, Shingle, for Roof (WS02)"
1,      ConsWiz:MatLibCateg,  3500,  3501                    ; "Air Layer"        
2,           3501,    "Air Layer, 3/4 Inch or less Vertical Walls (AL11)"
2,           3502,    "Air Layer, 3/4 Inch or less Slope 45 Degrees (AL12)"
2,           3503,    "Air Layer, 3/4 Inch or less Horizontal Roofs (AL13)"
2,           3504,    "Air Layer, 3/4 Inch to 4 Inch Vertical Walls (AL21)"
2,           3505,    "Air Layer, 3/4 Inch to 4 Inch Slope 45 Degrees (AL22)"
2,           3506,    "Air Layer, 3/4 Inch to 4 Inch Horizontal Roofs (AL23)"
2,           3507,    "Air Layer, 4 Inch or more Vertical Walls (AL31)"
2,           3508,    "Air Layer, 4 Inch or more Slope 45 Degrees (AL32)"
2,           3509,    "Air Layer, 4 Inch or more Horizontal Roofs (AL33)"
2,           3510,    "Ceiling Air Space (HF-E4)"
2,           3511,    "Air Space Resistance (HF-B1)"
1,      ConsWiz:MatLibCateg,  3600,  3601                    ; "Batt Insulation"  
2,           3601,    "Mineral Wool/Fiber, Batt, R-7 (IN01)"
2,           3602,    "Mineral Wool/Fiber, Batt, R-11 (IN02)"
2,           3603,    "Mineral Wool/Fiber, Batt, R-13"
2,           3604,    "Mineral Wool/Fiber, Batt, R-19 (IN03)"
2,           3605,    "Mineral Wool/Fiber, Batt, R-21"
2,           3606,    "Mineral Wool/Fiber, Batt, R-24 (IN04)"
2,           3607,    "Mineral Wool/Fiber, Batt, R-30 (IN05)"
1,      ConsWiz:MatLibCateg,  3700,  3701                    ; "Board Insulation" 
2,           3701,    "Insulator Board, Shingle Backer, 3/8 Inch (IN63)"
2,           3702,    "Insulator Board, Sheath, 1/2 Inch (IN61)"
2,           3703,    "Insulator Board, Nail Base Sheathing, 1/2 Inch (IN64)"
2,           3704,    "Insulator Board, Sheath, 3/4 Inch (IN62)"
2,           3705,    "Insulation, 1 Inch (HF-B2)"
2,           3706,    "Insulation, 1 Inch (HF-B5)"
2,           3707,    "Insulation, 2 Inch (HF-B3)"
2,           3708,    "Insulation, 2 Inch (HF-B6)"
2,           3709,    "Insulation, 3 Inch (HF-B4)"
2,           3710,    "Insulation, 3 Inch (HF-B12)"
2,           3711,    "Preformed Mineral Board, 7/8 Inch, R-3 (IN21)"
2,           3712,    "Preformed Mineral Board, 1 Inch, R-3.5 (IN22)"
2,           3713,    "Preformed Mineral Board, 2 Inch, R-6.9 (IN23)"
2,           3714,    "Preformed Mineral Board, 3 Inch, R-10.3 (IN24)"
2,           3715,    "Roof Insulator, Preformed, 1/2 Inch (IN71)"
2,           3716,    "Roof Insulator, Preformed, 1 Inch (IN72)"
2,           3717,    "Roof Insulator, Preformed, 1-1/2 Inch (IN73)"
2,           3718,    "Roof Insulator, Preformed, 2 Inch (IN74)"
2,           3719,    "Roof Insulator, Preformed, 2-1/2 Inch (IN75)"
2,           3720,    "Roof Insulator, Preformed, 3 Inch (IN76)"
2,           3721,    "Glass Wool, 1/4 Inch (GL01)"
1,      ConsWiz:MatLibCateg,  3800,  3801                    ; "Fill Insulation"  
2,           3801,    "Mineral Wool/Fiber, Fill, 3-1/2 Inch, R-11 (IN11)"
2,           3802,    "Mineral Wool/Fiber, Fill, 5-1/2 Inch, R-19 (IN12)"
2,           3803,    "Cellulose, Fill, 3-1/2 Inch, R-13 (IN13)"
2,           3804,    "Cellulose, Fill, 5-1/2 Inch, R-20 (IN14)"
1,      ConsWiz:MatLibCateg,  3900,  3901                    ; "Polyisocyanurate" 
2,           3901,    "Polyisocyanurate, 1 Inch"
2,           3902,    "Polyisocyanurate, 1-1/2 Inch"
2,           3903,    "Polyisocyanurate, 2 Inch"
2,           3904,    "Polyisocyanurate, 3 Inch"
2,           3905,    "Polyisocyanurate, 4 Inch"
2,           3906,    "Polyisocyanurate, 5 Inch"
2,           3907,    "Polyisocyanurate, 6 Inch"
1,      ConsWiz:MatLibCateg,  4000,  4001                    ; "Polystyrene"      
2,           4001,    "Polystyrene, Expanded, 1/2 Inch (IN31)"
2,           4002,    "Polystyrene, Expanded, 3/4 Inch (IN32)"
2,           4003,    "Polystyrene, Expanded, 1 Inch (IN33)"
2,           4004,    "Polystyrene, Expanded, 1-1/4 Inch (IN34)"
2,           4005,    "Polystyrene, Expanded, 1-1/2 Inch"
2,           4006,    "Polystyrene, Expanded, 2 Inch (IN35)"
2,           4007,    "Polystyrene, Expanded, 3 Inch (IN36)"
2,           4008,    "Polystyrene, Expanded, 4 Inch (IN37)"
2,           4009,    "Polystyrene, 4 Inch, R-5 per inch"
2,           4010,    "Polystyrene, 5 Inch, R-5 per inch"
2,           4011,    "Polystyrene, 6 Inch, R-5 per inch"
1,      ConsWiz:MatLibCateg,  4100,  4101                    ; "Polyurethane"     
2,           4101,    "Polyurethane, Expanded, 1/2 Inch (IN41)"
2,           4102,    "Polyurethane, Expanded, 3/4 Inch (IN42)"
2,           4103,    "Polyurethane, Expanded, 1 Inch (IN43)"
2,           4104,    "Polyurethane, Expanded, 1-1/4 Inch (IN44)"
2,           4105,    "Polyurethane, Expanded, 1-1/2 Inch"
2,           4106,    "Polyurethane, Expanded, 2 Inch (IN45)"
2,           4107,    "Polyurethane, Expanded, 4 Inch (IN47)"
2,           4108,    "Polyurethane, 3 Inch (IN46)"
2,           4109,    "Polyurethane, 5 Inch"
2,           4110,    "Polyurethane, 6 Inch"
1,      ConsWiz:MatLibCateg,  4200,  4201                    ; "Surface Air Film" 
2,           4201,    "Inside Surface Air Film Vertical Walls (AL01)"
2,           4202,    "Inside Surface Air Film Slope 45 Degrees (AL02)"
2,           4203,    "Inside Surface Air Film Horizontal Roofs (AL03)"
1,      ConsWiz:MatLibCateg,  4300,  4301                    ; "Urea Formaldehyde"
2,           4301,    "Urea Formaldehyde, 3-1/2 Inch, R-19 (IN51)"
2,           4302,    "Urea Formaldehyde, 5-1/2 Inch, R-23 (IN52)"

; SAC 3/6/05 - Added new BDLLib/eQ_Lib material library selections
0, ConsWiz:MatBDLLibEntry, 0
2,              0,    "- none -"
2,            101,    "AcousTile (HF-E5)"
2,            102,    "AcousTile 3/8in (AC01)"
2,            103,    "AcousTile 1/2in (AC02)"
2,            104,    "AcousTile 3/4in (AC03)"
2,            201,    "AbsCem Bd 1/8in (AB01)"
2,            202,    "AbsCem Bd 1/4in (AB02)"
2,            203,    "AbsCem Shingle (AB03)"
2,            204,    "AbsCem Siding (AB04)"
2,            301,    "AbsVinyl Tile (AV01)"
2,            401,    "Asph Roll Roof (AR01)"
2,            402,    "Asph Siding (AR02)"
2,            403,    "Asph Tile (AR03)"
2,            501,    "Com Brick 4in (BK01)"
2,            502,    "Com Brick 4in (HF-C4)"
2,            503,    "Com Brick 8in (BK02)"
2,            504,    "Com Brick 8in (HF-C9)"
2,            505,    "Com Brick 12in (BK03)"
2,            506,    "Face Brick 3in (BK04)"
2,            507,    "Face Brick 4in (BK05)"
2,            508,    "Face Brick 4in (HF-A2)"
2,            509,    "Face Brick 4in (HF-A7)"
2,            601,    "Bldg Paper Felt (BP01)"
2,            602,    "Bldg Paper Seal (BP02)"
2,            603,    "Plastic Film Seal (BP03)"
2,            701,    "Blt-Up Roof 3/8in (BR01)"
2,            801,    "Carpet & Fiber Pad (CP01)"
2,            802,    "Carpet & Rubber Pad (CP02)"
2,            803,    "Carpet & No Pad"
2,            901,    "Cmt Mortar 1in (CM01)"
2,            902,    "Cmt Mortar 1.75in (CM02)"
2,            903,    "Cmt Plaster 1in (CM03)"
2,           1001,    "Hol ClayTile 3in (CT01)"
2,           1002,    "Hol ClayTile 4in (CT02)"
2,           1003,    "Hol ClayTile 6in (CT03)"
2,           1004,    "Hol ClayTile 8in (CT04)"
2,           1005,    "Hol ClayTile 10in (CT05)"
2,           1006,    "Hol ClayTile 12in (CT06)"
2,           1007,    "ClayTile 4in (HF-C1)"
2,           1008,    "ClayTile 8in (HF-C6)"
2,           1009,    "ClayTile Paver 3/8in (CT11)"
2,           1101,    "Conc HW 140lb 3/4in (CC11)"
2,           1102,    "Conc HW 140lb 1-3/8in (CC12)"
2,           1103,    "Conc HW 140lb 1.25in (CC01)"
2,           1104,    "Conc HW 140lb 3.25in (CC13)"
2,           1105,    "Conc HW 140lb 2in (CC02)"
2,           1106,    "Conc HW 140lb 2in (HF-C12)"
2,           1107,    "Conc HW 140lb 4in (CC03)"
2,           1108,    "Conc HW 140lb 4in (CC14)"
2,           1109,    "Conc HW 140lb 4in (HF-C5)"
2,           1110,    "Conc HW 140lb 6in (CC04)"
2,           1111,    "Conc HW 140lb 6in (CC15)"
2,           1112,    "Conc HW 140lb 6in (HF-C13)"
2,           1113,    "Conc HW 140lb 8in (CC05)"
2,           1114,    "Conc HW 140lb 8in (CC16)"
2,           1115,    "Conc HW 140lb 8in (HF-C10)"
2,           1116,    "Conc HW 140lb 10in (CC06)"
2,           1117,    "Conc HW 140lb 12in (CC07)"
2,           1118,    "Conc HW 140lb 12in (HF-C11)"
2,           1201,    "Conc LW 80lb 3/4in (CC21)"
2,           1202,    "Conc LW 80lb 1.25in (CC22)"
2,           1203,    "Conc LW 80lb 2in (CC23)"
2,           1204,    "Conc LW 80lb 4in (CC24)"
2,           1205,    "Conc LW 80lb 6in (CC25)"
2,           1206,    "Conc LW 80lb 8in (CC26)"
2,           1301,    "Conc LW 40lb 4in (HF-C14)"
2,           1302,    "Conc LW 40lb 6in (HF-C15)"
2,           1303,    "Conc LW 40lb 8in (HF-C16)"
2,           1401,    "Conc LW 30lb 3/4in (CC31)"
2,           1402,    "Conc LW 30lb 1.25in (CC32)"
2,           1403,    "Conc LW 30lb 2in (CC33)"
2,           1404,    "Conc LW 30lb 3in"
2,           1405,    "Conc LW 30lb 4in (CC34)"
2,           1406,    "Conc LW 30lb 6in (CC35)"
2,           1407,    "Conc LW 30lb 8in (CC36)"
2,           1501,    "CMU HW 4in Hollow (CB01)"
2,           1502,    "CMU HW 4in ConcFill (CB02)"
2,           1503,    "CMU HW 4in PerlFill (CB03)"
2,           1504,    "CMU HW 4in PartFill (CB04)"
2,           1505,    "CMU HW 4in Conc/Perl (CB05)"
2,           1506,    "CMU HW 4in (HF-C3)"
2,           1507,    "CMU HW 6in Hollow (CB06)"
2,           1508,    "CMU HW 6in ConcFill (CB07)"
2,           1509,    "CMU HW 6in PerlFill (CB08)"
2,           1510,    "CMU HW 6in PartFill (CB09)"
2,           1511,    "CMU HW 6in Conc/Perl (CB10)"
2,           1512,    "CMU HW 8in Hollow (CB11)"
2,           1513,    "CMU HW 8in ConcFill (CB12)"
2,           1514,    "CMU HW 8in PerlFill (CB13)"
2,           1515,    "CMU HW 8in PartFill (CB14)"
2,           1516,    "CMU HW 8in Conc/Perl (CB15)"
2,           1517,    "CMU HW 8in (HF-C8)"
2,           1518,    "CMU HW 12in Hollow (CB16)"
2,           1519,    "CMU HW 12in ConcFill (CB17)"
2,           1520,    "CMU HW 12in PartFill (CB18)"
2,           1601,    "CMU MW 4in Hollow (CB21)"
2,           1602,    "CMU MW 4in ConcFill (CB22)"
2,           1603,    "CMU MW 4in PerlFill (CB23)"
2,           1604,    "CMU MW 4in PartFill (CB24)"
2,           1605,    "CMU MW 4in Conc/Perl (CB25)"
2,           1606,    "CMU MW 6in Hollow (CB26)"
2,           1607,    "CMU MW 6in ConcFill (CB27)"
2,           1608,    "CMU MW 6in PerlFill (CB28)"
2,           1609,    "CMU MW 6in PartFill (CB29)"
2,           1610,    "CMU MW 6in Conc/Perl (CB30)"
2,           1611,    "CMU MW 6in PolyUFill"
2,           1612,    "CMU MW 8in Hollow (CB31)"
2,           1613,    "CMU MW 8in ConcFill (CB32)"
2,           1614,    "CMU MW 8in PerlFill (CB33)"
2,           1615,    "CMU MW 8in PartFill (CB34)"
2,           1616,    "CMU MW 8in Conc/Perl (CB35)"
2,           1617,    "CMU MW 8in PolyUFill"
2,           1618,    "CMU MW 12in Hollow (CB36)"
2,           1619,    "CMU MW 12in ConcFill (CB37)"
2,           1620,    "CMU MW 12in PartFill (CB38)"
2,           1621,    "CMU MW 12in PolyUFill"
2,           1701,    "CMU LW 4in Hollow (CB41)"
2,           1702,    "CMU LW 4in ConcFill (CB42)"
2,           1703,    "CMU LW 4in PerlFill (CB43)"
2,           1704,    "CMU LW 4in PartFill (CB44)"
2,           1705,    "CMU LW 4in Conc/Perl (CB45)"
2,           1706,    "CMU LW 4in (HF-C2)"
2,           1707,    "CMU LW 6in Hollow (CB46)"
2,           1708,    "CMU LW 6in ConcFill (CB47)"
2,           1709,    "CMU LW 6in PerlFill (CB48)"
2,           1710,    "CMU LW 6in PartFill (CB49)"
2,           1711,    "CMU LW 6in Conc/Perl (CB50)"
2,           1712,    "CMU LW 8in Hollow (CB51)"
2,           1713,    "CMU LW 8in ConcFill (CB52)"
2,           1714,    "CMU LW 8in PerlFill (CB53)"
2,           1715,    "CMU LW 8in PartFill (CB54)"
2,           1716,    "CMU LW 8in Conc/Perl (CB55)"
2,           1717,    "CMU LW 8in (HF-C7)"
2,           1718,    "CMU LW 12in Hollow (CB56)"
2,           1719,    "CMU LW 12in ConcFill (CB57)"
2,           1720,    "CMU LW 12in PartFill (CB58)"
2,           1801,    "Felt 3/8in (HF-E3)"
2,           1901,    "Finish (HF-A6)"
2,           2001,    "GypBd 1/2in (GP01)"
2,           2002,    "GypBd 5/8in (GP02)"
2,           2003,    "GypBd 3/4in (GP03)"
2,           2004,    "GypBd 3/4in (HF-E1)"
2,           2005,    "Gypsum  LW Agg 3/4in (GP04)"
2,           2006,    "Gypsum  LW Agg 1in (GP05)"
2,           2007,    "Gypsum  Sand Agg 3/4in (GP06)"
2,           2008,    "Gypsum  Sand Agg 1in (GP07)"
2,           2101,    "Hd Bd 3/4in Md Dens (HB01)"
2,           2102,    "Hd Bd 3/4in Md Dens (HB02)"
2,           2103,    "Hd Bd 3/4in Std Temp (HB03)"
2,           2104,    "Hd Bd 3/4in Srv Temp (HB04)"
2,           2201,    "Linoleum Tile (LT01)"
2,           2301,    "PartBd Lo Dens 3/4in (PB01)"
2,           2302,    "PartBd Md Dens 3/4in (PB02)"
2,           2303,    "PartBd Hi Dens 3/4in (PB03)"
2,           2304,    "PartBd Underlay 5/8in (PB04)"
2,           2401,    "Plywd 1/4in (PW01)"
2,           2402,    "Plywd 3/8in (PW02)"
2,           2403,    "Plywd 1/2in (PW03)"
2,           2404,    "Plywd 5/8in (PW04)"
2,           2405,    "Plywd 3/4in (PW05)"
2,           2406,    "Plywd 1in (PW06)"
2,           2501,    "Gravel 1/2in (RG01)"
2,           2502,    "Gravel 1in (RG02)"
2,           2601,    "Rubber Tile (RT01)"
2,           2701,    "Slate 1/2in (SL01)"
2,           2801,    "Light Soil, Damp 12in"
2,           2802,    "Soil 12in"
2,           2901,    "1/4in Spandrel Glass"
2,           3001,    "Steel Siding (AS01)"
2,           3002,    "Steel Siding (HF-A3)"
2,           3101,    "Stone 1/2in (HF-E2)"
2,           3102,    "Stone 1in (ST01)"
2,           3201,    "Stucco 1in (SC01)"
2,           3202,    "Stucco 1in (HF-A1)"
2,           3301,    "Terrazzo 1in (TZ01)"
2,           3401,    "Wood 1in (HF-B7)"
2,           3402,    "Wood 2in (HF-B10)"
2,           3403,    "Wood 2.5in (HF-B8)"
2,           3404,    "Wood 3in (HF-B11)"
2,           3405,    "Wood 4in (HF-B9)"
2,           3406,    "Wood Hd 3/4in (WD11)"
2,           3407,    "Wood Sft 3/4in (WD01)"
2,           3408,    "Wood Hd 1in (WD12)"
2,           3409,    "Wood Sft 1.5in (WD02)"
2,           3410,    "Wood Sft 2.5in (WD03)"
2,           3411,    "Wood Sft 3.5in (WD04)"
2,           3412,    "Wood Sft 4in (WD05)"
2,           3413,    "Wood Shingle (WS01)"
2,           3414,    "Wood Shingle (WS02)"
2,           3501,    "Air Lay <3/4in Vert (AL11)"
2,           3502,    "Air Lay <3/4in Slope (AL12)"
2,           3503,    "Air Lay <3/4in Horiz (AL13)"
2,           3504,    "Air Lay <4in Vert (AL21)"
2,           3505,    "Air Lay <4in Slope (AL22)"
2,           3506,    "Air Lay <4in Horiz (AL23)"
2,           3507,    "Air Lay >4in Vert (AL31)"
2,           3508,    "Air Lay >4in Slope (AL32)"
2,           3509,    "Air Lay >4in Horiz (AL33)"
2,           3510,    "Clg Air Space (HF-E4)"
2,           3511,    "Air Space (HF-B1)"
2,           3601,    "MinWool Batt R7 (IN01)"
2,           3602,    "MinWool Batt R11 (IN02)"
2,           3603,    "MinWool Batt R13"
2,           3604,    "MinWool Batt R19 (IN03)"
2,           3605,    "MinWool Batt R21"
2,           3606,    "MinWool Batt R24 (IN04)"
2,           3607,    "MinWool Batt R30 (IN05)"
2,           3701,    "Insul Bd 3/8in (IN63)"
2,           3702,    "Insul Bd 1/2in (IN61)"
2,           3703,    "Insul Bd 1/2in (IN64)"
2,           3704,    "Insul Bd 3/4in (IN62)"
2,           3705,    "Insul Bd 1in (HF-B2)"
2,           3706,    "Insul Bd 1in (HF-B5)"
2,           3707,    "Insul Bd 2in (HF-B3)"
2,           3708,    "Insul Bd 2in (HF-B6)"
2,           3709,    "Insul Bd 3in (HF-B4)"
2,           3710,    "Insul Bd 3in (HF-B12)"
2,           3711,    "MinBd 7/8in R-3 (IN21)"
2,           3712,    "MinBd 1in R-3.5 (IN22)"
2,           3713,    "MinBd 2in R-6.9 (IN23)"
2,           3714,    "MinBd 3in R-10.3 (IN24)"
2,           3715,    "Roof Insul 1/2in (IN71)"
2,           3716,    "Roof Insul 1in (IN72)"
2,           3717,    "Roof Insul 1.5in (IN73)"
2,           3718,    "Roof Insul 2in (IN74)"
2,           3719,    "Roof Insul 2.5in (IN75)"
2,           3720,    "Roof Insul 3in (IN76)"
2,           3721,    "Glass Wool 1/4in (GL01)"
2,           3801,    "MinWool Fill 3.5in R11 (IN11)"
2,           3802,    "MinWool Fill 5.5in R19 (IN12)"
2,           3803,    "Cellulose 3.5in R-13 (IN13)"
2,           3804,    "Cellulose 5.5in R-20 (IN14)"
2,           3901,    "Polyisocyanurate 1in"
2,           3902,    "Polyisocyanurate 1 1/2in"
2,           3903,    "Polyisocyanurate 2in"
2,           3904,    "Polyisocyanurate 3in"
2,           3905,    "Polyisocyanurate 4in"
2,           3906,    "Polyisocyanurate 5in"
2,           3907,    "Polyisocyanurate 6in"
2,           4001,    "Polystyrene 1/2in (IN31)"
2,           4002,    "Polystyrene 3/4in (IN32)"
2,           4003,    "Polystyrene 1in (IN33)"
2,           4004,    "Polystyrene 1.25in (IN34)"
2,           4005,    "Polystyrene 1 1/2in"
2,           4006,    "Polystyrene 2in (IN35)"
2,           4007,    "Polystyrene 3in (IN36)"
2,           4008,    "Polystyrene 4in (IN37)"
2,           4009,    "Polystyrene 4in R-5/in"
2,           4010,    "Polystyrene 5in R-5/in"
2,           4011,    "Polystyrene 6in R-5/in"
2,           4101,    "Polyurethane 1/2in (IN41)"
2,           4102,    "Polyurethane 3/4in (IN42)"
2,           4103,    "Polyurethane 1in (IN43)"
2,           4104,    "Polyurethane 1.25in (IN44)"
2,           4105,    "Polyurethane 1 1/2in"
2,           4106,    "Polyurethane 2in (IN45)"
2,           4107,    "Polyurethane 4in (IN47)"
2,           4108,    "Polyurethane 3in (IN46)"
2,           4109,    "Polyurethane 5in"
2,           4110,    "Polyurethane 6in"
2,           4201,    "Surf Air Film Vert (AL01)"
2,           4202,    "Surf Air Film Slope (AL02)"
2,           4203,    "Surf Air Film Horiz (AL03)"
2,           4301,    "Urea Formald 3.5in R19 (IN51)"
2,           4302,    "Urea Formald 5.5in R23 (IN52)"


; SAC 2/5/02 - Added infiltration inputs for SCL-eQUEST
0, ShellWiz:InfilOption,  0
1,      MainWiz:Jurisdiction,    2,   0   ; WA jurisdiction only
2,              0,    "Loose (0.25 ACH)"
2,              1,    "Tight (0.20 ACH)"
2,              2,    "Unusually Tight (0.15 ACH)"
2,             99,    "- specify -"
; SAC 3/15/05 - added new option for DEER analysis -> specify ACH by Activity Area
1,      MainWiz:DefaultMechanism,  1, 10  ; DEER analysis
2,             10,    "ACH by Activity Area"
2,             99,    "- specify -"
; SAC 2/25/03 - Moved backward compatibility lists to END of symbol defs to fix errors in resolving duplicate symbol values following project-open
1,      MainWiz:Jurisdiction,  999,   0   ; backward compatibility
2,              0,    "Loose (0.6 ACH)"
2,              1,    "Tight (0.4 ACH)"
2,              2,    "Unusually Tight (0.3 ACH)"
1,      MainWiz:Jurisdiction, -999,  99   ; all other jurisdictions
2,             99,    "- specify -"

0, ShellWiz:PerimInfMethod,  0
2,              0,    "ACH (air changes per hour)"
2,              1,    "CFM/ft2 Floor Area"
2,              2,    "CFM/ft2 Exterior Wall"
0, ShellWiz:PerimInfUnitsShrt,  0
2,              0,    "ACH (air changes / hr)"
2,              1,    "CFM/ft2 (floor area)"
2,              2,    "CFM/ft2 (ext wall area)"
0, ShellWiz:PerimInfUnits,  0
2,              0,    "ACH"
2,              1,    "CFM/ft2"
2,              2,    "CFM/ft2"

0, ShellWiz:CoreInfMethod,  0
2,              0,    "ACH (air changes per hour)"
2,              1,    "CFM/ft2 Floor Area"
0, ShellWiz:CoreInfUnitsShrt,  0
2,              0,    "ACH (air changes / hr)"
2,              1,    "CFM/ft2 (floor area)"
0, ShellWiz:CoreInfUnits,  0
2,              0,    "ACH"
2,              1,    "CFM/ft2"

; SAC 1/4/05 - Added infiltration properties to override those in parent shell when populating BDL input (for DEER)
0, CustomZone:InfMethod,  -1
2,             -1,    "- use shell data -"
2,              0,    "ACH (air changes per hour)"
2,              1,    "CFM/ft2 Floor Area"
2,              2,    "CFM/ft2 Exterior Wall"


; SAC 3/8/05 - Added new properties to facilitate wizard specification of infiltration schedules by activity area (for DEER)
; SAC 3/15/05 - Added new option for "Constant (100% of input)"
0, ShellWiz:InfilSchedOption,  0
2,              0,    "Generate Based On Occupancy & HVAC Profiles"
2,              7,    "Seasonal Profiles by Activity Area" 
2,              8,    "Constant (100% of input)" 


; SAC 2/21/02 - Added new glass properties symbols

; KJM 5/8/03 - revise to split SpecMethod into to parts
;              keep GP_SpecMethod, except change strings for thermal only
;              add GP_SolSpecMethod for solar descriptors
;0, ShellWiz:GP_SpecMethod, 1
;2,              0,    "U-Value + Shading Coeff"
;2,              1,    "NFRC Ufactor + SHGC"
0, ShellWiz:GP_SpecMethod, 1
1,        MainWiz:Jurisdiction, 999,  1           ; Backward compatibility
2,              0,    "U-Value + Shading Coeff"
2,              1,    "NFRC Ufactor + SHGC"
1,        MainWiz:Jurisdiction,  1,  1            ; CA Title-24
1,        MainWiz:CodeVintage,   2,  1            ; 2001 or after
2,              0,    "U-Value"
2,              1,    "NFRC Ufactor"
2,              2,    "Title 24 Default Table"
2,              3,    "Title 24 Site-Built Default Table"
1,        MainWiz:Jurisdiction, -999,  1          ; All other scenarios
2,              0,    "U-Value"
2,              1,    "NFRC Ufactor"

; SAC 5/16/03 - default symbol values handled via RULE
; 0, ShellWiz:GP_SolSpecMethod, 1
; 1,        MainWiz:Jurisdiction,   1, 1            ; Jurisdiction = CA Title-24
; 1,        MainWiz:CodeVintage,    2, 1            ; CodeVintage  = 2001 or after
; 2,              0,    "Shading Coefficient"
; 2,              1,    "NFRC SHGC"
; 2,              2,    "Title 24 Default Table"
; 2,              3,    "Center-Of-Glass SHGC"
; 1,        MainWiz:Jurisdiction, -999, 1           ; All Other Scenarios
; 2,              0,    "Shading Coefficient"
; 2,              1,    "NFRC SHGC"
; SAC 6/8/03 - Revised above symbol selections to prevent conflicting combinations of conductance and solar transmittance specification methods
0, ShellWiz:GP_SolSpecMethod, 1
; 1,        MainWiz:Jurisdiction,   1, 0            ; Jurisdiction = CA Title-24
; --- NOTE --- may need to expand symbol depset stuff to handle up to 3 dependencies if CodeVintage turns out to NOT be unique across various Jurisdictions
1,        MainWiz:CodeVintage,    2, 0            ; CodeVintage  = 2001 or after
1,        ShellWiz:GP_SpecMethod, 0, 0            ; Conductance Spec Method = U-Value
2,              0,    "Shading Coefficient"
2,              3,    "Center-Of-Glass SHGC"
; 1,        MainWiz:Jurisdiction,   1, 1            ; Jurisdiction = CA Title-24
1,        MainWiz:CodeVintage,    2, 1            ; CodeVintage  = 2001 or after
2,              1,    "NFRC SHGC"
2,              2,    "Title 24 Default Table"
1,        ShellWiz:GP_SpecMethod, 0, 0            ; Conductance Spec Method = U-Value
2,              0,    "Shading Coefficient"
1,        MainWiz:Jurisdiction, -999, 1           ; All Other Scenarios
2,              1,    "NFRC SHGC"
; KJM 5/8/03 - end of revision to split GP-SpecMethod into two properties

; KJM 5/8/03 - "Window"=>"Operable Window", added "Fixed Window"
; KJM 5/8/03 -  Need to add rule that resets frame to "fixed" if SpecMethod is 3 (Site-Built Default)
0, ShellWiz:GP_ProductType, 0
1,        ShellWiz:GP_SpecMethod, 999, 0    ; backward compatibility
2,              0,    "Window"
1,        ShellWiz:GP_SpecMethod, 3, 2      ; Jurisdiction = CA Title-24 | CodeVintage = 2001 or after | GP_SpecMethod = Title 24 Site-Built Default
2,              2,    "Fixed Window"
1,        ShellWiz:GP_SpecMethod, -999, 0   ; all other scenarios
2,              0,    "Operable Window"
2,              2,    "Fixed Window"
2,              1,    "Garden Window"

0, ShellWiz:GP_NumPanes, 2
2,              1,    "Single"
2,              2,    "Double"
2,              3,    "Triple"

0, ShellWiz:GP_AirSpace, 0
1,      ShellWiz:GP_NumPanes,    1,  0
2,              0,    "n\a"
1,      ShellWiz:GP_NumPanes, -999,  2
2,              1,    "< 1/2 in."
2,              2,    ">= 1/2 in."

0, ShellWiz:GP_GasFill, 0
1,      ShellWiz:GP_NumPanes,    1,  0
2,              0,    "n\a"
1,      ShellWiz:GP_NumPanes, -999,  2
2,              1,    "Air"
2,              2,    "Argon"

0, ShellWiz:GP_LowECoating, 0
1,      ShellWiz:GP_NumPanes,    1,  0
2,              0,    "none"
1,      ShellWiz:GP_NumPanes, -999,  1
2,              0,    "none"
2,              1,    "0.2 < e <= 0.4"
2,              2,    "0.1 < e <= 0.2"
2,              3,    "e <= 0.1"

0, ShellWiz:GP_GlassTint, 0
2,              0,    "Clear Glass"
2,              1,    "Tinted Glass"

; SAC 2/21/02 - end of new properties to enable input of glass properties


; SAC 6/11/02 - Added new glass DOOR properties symbols

; SAC 6/11/02 - Added new properties to enable input of glass DOOR properties
; KJM 5/8/03 - revise to split SpecMethod into to parts
;              keep DGP_SpecMethod, except change strings for thermal only
;              add DGP_SolSpecMethod for solar descriptors
;0, ShellWiz:DGP_SpecMethod, 1
;2,              0,    "U-Value + Shading Coeff"
;2,              1,    "NFRC Ufactor + SHGC"
0, ShellWiz:DGP_SpecMethod, 1
1,        MainWiz:Jurisdiction, 999,  1           ; Backward compatibility
2,              0,    "U-Value + Shading Coeff"
2,              1,    "NFRC Ufactor + SHGC"
1,        MainWiz:Jurisdiction,  1,  1            ; CA Title-24
1,        MainWiz:CodeVintage,   2,  1            ; 2001 or after
2,              0,    "U-Value"
2,              1,    "NFRC Ufactor"
2,              2,    "Title 24 Default Table"
1,        MainWiz:Jurisdiction, -999,  1          ; All other scenarios
2,              0,    "U-Value"
2,              1,    "NFRC Ufactor"

; SAC 6/9/03 - default symbol values handled via RULE
0, ShellWiz:DGP_SolSpecMethod, 1
; 1,        MainWiz:Jurisdiction,   1, 0            ; Jurisdiction = CA Title-24
; --- NOTE --- may need to expand symbol depset stuff to handle up to 3 dependencies if CodeVintage turns out to NOT be unique across various Jurisdictions
1,        MainWiz:CodeVintage,    2, 0            ; CodeVintage  = 2001 or after
1,        ShellWiz:DGP_SpecMethod, 0, 0           ; Conductance Spec Method = U-Value
2,              0,    "Shading Coefficient"
2,              3,    "Center-Of-Glass SHGC"
; 1,        MainWiz:Jurisdiction,   1, 1            ; Jurisdiction = CA Title-24
1,        MainWiz:CodeVintage,    2, 1            ; CodeVintage  = 2001 or after
2,              1,    "NFRC SHGC"
2,              2,    "Title 24 Default Table"
1,        ShellWiz:DGP_SpecMethod, 0, 0           ; Conductance Spec Method = U-Value
2,              0,    "Shading Coefficient"
1,        MainWiz:Jurisdiction, -999, 1           ; All Other Scenarios
2,              1,    "NFRC SHGC"
; KJM 5/8/03 - end of revision to split GP-SpecMethod into two properties

0, ShellWiz:DGP_ProductType, 1
2,              1,    "Glass Door"
2,              2,    "Manufactured Slider"
2,             21,    "Site Built Slider"
2,             22,    "Open Revolving Door"
2,             23,    "Closed Revolving Door or Air Lock Door"

0, ShellWiz:DGP_NumPanes, 2
2,              1,    "Single"
2,              2,    "Double"
2,              3,    "Triple"

0, ShellWiz:DGP_AirSpace, 0
1,      ShellWiz:DGP_NumPanes,    1,  0
2,              0,    "n\a"
1,      ShellWiz:DGP_NumPanes, -999,  2
2,              1,    "< 1/2 in."
2,              2,    ">= 1/2 in."

0, ShellWiz:DGP_GasFill, 0
1,      ShellWiz:DGP_NumPanes,    1,  0
2,              0,    "n\a"
1,      ShellWiz:DGP_NumPanes, -999,  1
2,              1,    "Air"
2,              2,    "Argon"

; 0, ShellWiz:DGP_LowECoating, 0
; 1,      ShellWiz:DGP_NumPanes,    1,  0
; 2,              0,    "none"
; 1,      ShellWiz:DGP_NumPanes, -999,  1
; 2,              0,    "none"
; 2,              1,    "0.2 < e <= 0.4"
; 2,              2,    "0.1 < e <= 0.2"
; 2,              3,    "e <= 0.1"
; KJM 6/3/03 revised for T24 Defaulting
0, ShellWiz:DGP_LowECoating, 0
1,      ShellWiz:DGP_NumPanes,    1,  0
2,              0,    "none"
1,      MainWiz:Jurisdiction,     1,  1
1,      MainWiz:CodeVintage,      2,  1
2,              0,    "none"
2,              4,    "0.4 < e <= 0.6"
2,              1,    "0.2 < e <= 0.4"
2,              2,    "0.1 < e <= 0.2"
2,              3,    "e <= 0.1"
1,      ShellWiz:DGP_NumPanes, -999,  1
2,              0,    "none"
2,              1,    "0.2 < e <= 0.4"
2,              2,    "0.1 < e <= 0.2"
2,              3,    "e <= 0.1"

0, ShellWiz:DGP_GlassTint, 0
2,              0,    "Clear Glass"
2,              1,    "Tinted Glass"
; SAC 6/11/02 - end of new properties to enable input of glass DOOR properties


; SAC 6/12/02 - Added new properties to enable input of skylight glazing properties

; KJM 5/12/03 - revise to split SpecMethod into to parts
;              keep SGP_SpecMethod, except change strings for thermal only
;              add SGP_SolSpecMethod for solar descriptors
;0, ShellWiz:SGP_SpecMethod, 1
;2,              0,    "U-Value + Shading Coeff"
;2,              1,    "NFRC Ufactor + SHGC"
0, ShellWiz:SGP_SpecMethod, 1
1,        MainWiz:Jurisdiction, 999,  1           ; Backward compatibility
2,              0,    "U-Value + Shading Coeff"
2,              1,    "NFRC Ufactor + SHGC"
1,        MainWiz:Jurisdiction,  1,  1            ; CA Title-24
1,        MainWiz:CodeVintage,   2,  1            ; 2001 or after
2,              0,    "U-Value"
2,              1,    "NFRC Ufactor"
2,              2,    "Title 24 Default Table"
2,              3,    "Title 24 Site-Built Default Table"
1,        MainWiz:Jurisdiction, -999,  0          ; All other scenarios
2,              0,    "U-Value"
2,              1,    "NFRC Ufactor"

; SAC 5/16/03 - default symbol values handled via RULE
; 0, ShellWiz:SGP_SolSpecMethod, 1
; 1,        MainWiz:Jurisdiction,   1, 1            ; Jurisdiction = CA Title-24
; 1,        MainWiz:CodeVintage,    2, 1            ; CodeVintage  = 2001 or after
; 2,              0,    "Shading Coefficient"
; 2,              1,    "NFRC SHGC"
; 2,              2,    "Title 24 Default Table"
; 2,              3,    "Center-Of-Glass SHGC"
; 1,        MainWiz:Jurisdiction, -999, 1           ; All Other Scenarios
; 2,              0,    "Shading Coefficient"
; 2,              1,    "NFRC SHGC"
; SAC 6/8/03 - Revised above symbol selections to prevent conflicting combinations of conductance and solar transmittance specification methods
0, ShellWiz:SGP_SolSpecMethod, 1
;1,        MainWiz:Jurisdiction,    1, 0           ; Jurisdiction = CA Title-24
; --- NOTE --- may need to expand symbol depset stuff to handle up to 3 dependencies if CodeVintage turns out to NOT be unique across various Jurisdictions
1,        MainWiz:CodeVintage,     2, 0           ; CodeVintage  = 2001 or after
1,        ShellWiz:SGP_SpecMethod, 0, 0           ; Conductance Spec Method = U-Value
2,              0,    "Shading Coefficient"
2,              3,    "Center-Of-Glass SHGC"
1,        MainWiz:Jurisdiction,   1, 1            ; Jurisdiction = CA Title-24
1,        MainWiz:CodeVintage,    2, 1            ; CodeVintage  = 2001 or after
2,              1,    "NFRC SHGC"
2,              2,    "Title 24 Default Table"
1,        ShellWiz:SGP_SpecMethod, 0, 0           ; Conductance Spec Method = U-Value
2,              0,    "Shading Coefficient"
1,        MainWiz:Jurisdiction, -999, 1           ; All Other Scenarios
2,              1,    "NFRC SHGC"

; KJM 5/9/03 - Revised values to accomodate 2001 CEC default tables
;0, ShellWiz:SGP_GlazingMatl, 1
;2,              1,    "Glass"
;2,              2,    "Acrylic/Polycarbonate"
0, ShellWiz:SGP_GlazingMatl, 1
1,        ShellWiz:SGP_SpecMethod,  999, 1       ; backward compatibility
2,              1,    "Glass"
2,              2,    "Acrylic/Polycarbonate"
1,        ShellWiz:SGP_SpecMethod, -999, 1       ; ALL current scenarios
2,              1,    "Glass w/Curb"
2,              3,    "Glass w/o Curb"
2,              2,    "Acrylic/Polycarbonate w/Curb"
2,              4,    "Acrylic/Polycarbonate w/o Curb"

0, ShellWiz:SGP_NumPanes, 2
2,              1,    "Single"
2,              2,    "Double"
2,              3,    "Triple"
2,              4,    "Quadruple"

0, ShellWiz:SGP_AirSpace, 0
1,      ShellWiz:SGP_NumPanes,    1,  0
2,              0,    "n\a"
1,      ShellWiz:SGP_NumPanes, -999,  2
2,              1,    "< 1/2 in."
2,              2,    ">= 1/2 in."

0, ShellWiz:SGP_GasFill, 0
1,      ShellWiz:SGP_NumPanes,    1,  0
2,              0,    "n\a"
1,      ShellWiz:SGP_NumPanes,    4,  1
2,              1,    "Air"
2,              2,    "Argon"
2,              3,    "Krypton"
1,      ShellWiz:SGP_NumPanes, -999,  1
2,              1,    "Air"
2,              2,    "Argon"

; KJM 5/10/03 add choices for T24 defaults
0, ShellWiz:SGP_LowECoating, 0
1,      ShellWiz:SGP_NumPanes,    1,  0
2,              0,    "none"
1,      MainWiz:CodeVintage,    2, 1                      ; Jurisdiction = CA Title-24 | CodeVintage = 2001 or after
1,      ShellWiz:SGP_NumPanes,  3, 1                      ; 3 panes
2,              0,    "none (e > 0.60)"
2,              6,    "> 0.40, <= 0.60 on 1 surface"
2,              7,    "> 0.20, <= 0.40 on 1 surface"
2,              1,    "> 0.10, <= 0.20 on 1 surface"
2,              2,    "> 0.05, <= 0.10 on 1 surface"
2,              3,    "<= 0.05 on 1 surface"
2,              4,    "> 0.10, <= 0.20 on 2 surfaces"
2,              5,    "<= 0.10 on 2 surfaces"
1,      MainWiz:CodeVintage,    2, 1                      ; Jurisdiction = CA Title-24 | CodeVintage = 2001 or after
1,      ShellWiz:SGP_NumPanes,  4, 1                      ; 4 panes
2,              0,    "none (e > 0.60)"
2,              6,    "> 0.40, <= 0.60 on 1 surface"
2,              7,    "> 0.20, <= 0.40 on 1 surface"
2,              1,    "> 0.10, <= 0.20 on 1 surface"
2,              2,    "> 0.05, <= 0.10 on 1 surface"
2,              3,    "<= 0.05 on 1 surface"
2,              4,    "> 0.10, <= 0.20 on 2 surfaces"
2,              5,    "<= 0.10 on 2 surfaces"
1,      MainWiz:CodeVintage,       2, 1                   ; Jurisdiction = CA Title-24 | CodeVintage = 2001 or after
1,      ShellWiz:SGP_NumPanes,  -999, 1                   ; -ALL OTHER- panes
2,              0,    "none (e > 0.60)"
2,              6,    "> 0.40, <= 0.60 on 1 surface"
2,              7,    "> 0.20, <= 0.40 on 1 surface"
2,              1,    "> 0.10, <= 0.20 on 1 surface"
2,              2,    "> 0.05, <= 0.10 on 1 surface"
2,              3,    "<= 0.05 on 1 surface"
1,      ShellWiz:SGP_NumPanes,  3, 1                      ; 3 panes (regardless of Jurisdiction)
2,              0,    "none (e > 0.20)"
2,              1,    "> 0.10, <= 0.20 on 1 surface"
2,              2,    "> 0.05, <= 0.10 on 1 surface"
2,              3,    "<= 0.05 on 1 surface"
2,              4,    "> 0.10, <= 0.20 on 2 surfaces"
2,              5,    "<= 0.10 on 2 surfaces"
1,      ShellWiz:SGP_NumPanes,  4, 1                      ; 4 panes (regardless of Jurisdiction)
2,              0,    "none (e > 0.20)"
2,              1,    "> 0.10, <= 0.20 on 1 surface"
2,              2,    "> 0.05, <= 0.10 on 1 surface"
2,              3,    "<= 0.05 on 1 surface"
2,              4,    "> 0.10, <= 0.20 on 2 surfaces"
2,              5,    "<= 0.10 on 2 surfaces"
1,      MainWiz:CodeVintage, -999, 1                      ; ALL other scenarios
2,              0,    "none (e > 0.20)"
2,              1,    "> 0.10, <= 0.20 on 1 surface"
2,              2,    "> 0.05, <= 0.10 on 1 surface"
2,              3,    "<= 0.05 on 1 surface"

0, ShellWiz:SGP_GlassTint, 0
2,              0,    "Clear"
2,              1,    "Tinted"

; KJM 5/9/03 - added choices for 2001 Title 24
; KJM 5/10/03 - need to make sure redefualting takes place in rules when vintage/jurisdiction changes
0, ShellWiz:SGP_FrameType, 2
1,        MainWiz:CodeVintage, 2, 2                       ; Jurisdiction = CA Title-24 | CodeVintage = 2001 or after
2,              1,    "Aluminum w/out Thermal Break"
2,              2,    "Aluminum w/ Thermal Break"
2,              3,    "Reinforced Vinyl"
2,              5,    "Aluminum Clad Wood or Vinyl"
2,              4,    "Wood, Vinyl Clad Wood, Unreinforced Vinyl"
2,              6,    "Structural Glazing"
1,        MainWiz:CodeVintage, -999, 2                    ; ALL other scenarios
2,              1,    "Aluminum w/out Thermal Break"
2,              2,    "Aluminum w/ Thermal Break"
2,              3,    "Reinforced Vinyl/Alum Clad Wood or Vinyl"
2,              4,    "Wood, Vinyl Clad Wood, Unreinforced Vinyl"

; SAC 6/12/02 - end of new properties to enable input of skylight glazing properties


; SAC 3/28/05 - Added new property to facilitate output of BDL keyword WINDOW:WIN-SHADE-TYPE
0, ShellWiz:BDLWinShadeType,  -1
2,             -1,    "- default -"
2,              0,    "No Shade"
2,              1,    "Movable Interior"
2,              2,    "Movable Exterior"
2,              3,    "Fixed Interior"
2,              4,    "Fixed Exterior"


; SAC 1/13/05 - Removed EnableGlassProps flag since no longer utilized
0, ShellWiz:GTCCategory, 7
0, EEMRun:GTCCategory, 7
; 1,         MainWiz:EnableGlassProps,    1,  7     ; SAC 2/12/02
2,              0,    "- select another -"
2,             99,    "- specify properties -"    ; SAC 2/12/02
2,             98,    "- Window4/5 data -"        ; SAC 7/9/03
2,              1,    "Unglazed Opening"
2,              2,    "Single Clr/Tint"
2,              3,    "Single Reflective"
2,              4,    "Single Low-E"
2,              5,    "Single Electro"
2,              6,    "Double Clr/Tint"
2,              7,    "Double Reflective"
2,              8,    "Double Low-E"
2,              9,    "Double Electro"
2,             10,    "Triple Clr"
2,             11,    "Triple Low-E"
2,             12,    "Quadruple Low-E"
; 1,         MainWiz:EnableGlassProps, -999,  7
; 2,              0,    "- select another -"
; 2,             98,    "- Window4/5 data -"        ; SAC 7/9/03
; 2,              1,    "Unglazed Opening"
; 2,              2,    "Single Clr/Tint"
; 2,              3,    "Single Reflective"
; 2,              4,    "Single Low-E"
; 2,              5,    "Single Electro"
; 2,              6,    "Double Clr/Tint"
; 2,              7,    "Double Reflective"
; 2,              8,    "Double Low-E"
; 2,              9,    "Double Electro"
; 2,             10,    "Triple Clr"
; 2,             11,    "Triple Low-E"
; 2,             12,    "Quadruple Low-E"

0, ShellWiz:GlassTypeCode, -1
1,         ShellWiz:GTCCategory,  0, -1     ; => - none -
2,              0,    "- none -"  
1,         ShellWiz:GTCCategory, 99, -1     ; => - specify properties -  SAC 2/25/02
2,              0,    "- none -"  
1,         ShellWiz:GTCCategory, 98,  0     ; => - Window4/5 data -  SAC 7/9/03
2,              0,    "Select File"  
1,         ShellWiz:GTCCategory,  1, 0      ; => Unglazed Opening
2,              0,    "Unglazed Opening (0)"  
1,         ShellWiz:GTCCategory,  2, 1000   ; => Single Clr/Tint
2,           1000,    "Single Clear 1/8in (1000)"  
2,           1001,    "Single Clear 1/4in (1001)"  
2,           1002,    "Single Clear Low Iron 1/8in (1002)"  
2,           1003,    "Single Clear Low Iron 1/5in (1003)"  
2,           1200,    "Single Bronze 1/8in (1200)"  
2,           1201,    "Single Bronze 1/4in (1201)"  
2,           1202,    "Single Green 1/8in (1202)"  
2,           1203,    "Single Green 1/4in (1203)"  
2,           1204,    "Single Grey 1/8in (1204)"  
2,           1205,    "Single Grey 1/4in (1205)"  
2,           1206,    "Single Blue 1/4in (1206)"  
1,         ShellWiz:GTCCategory,  3, 1400   ; => Single Reflective
2,           1400,    "Single Ref-A-L Clear 1/4in (1400)"  
2,           1401,    "Single Ref-A-M Clear 1/4in (1401)"  
2,           1402,    "Single Ref-A-H Clear 1/4in (1402)"  
2,           1403,    "Single Ref-A-L Tint 1/4in (1403)"  
2,           1404,    "Single Ref-A-M Tint 1/4in (1404)"  
2,           1405,    "Single Ref-A-H Tint 1/4in (1405)"  
2,           1406,    "Single Ref-B-L Clear 1/4in (1406)"  
2,           1407,    "Single Ref-B-H Clear 1/4in (1407)"  
2,           1408,    "Single Ref-B-L Tint 1/4in (1408)"  
2,           1409,    "Single Ref-B-M Tint 1/4in (1409)"  
2,           1410,    "Single Ref-B-H Tint 1/4in (1410)"  
2,           1411,    "Single Ref-C-L Clear 1/4in (1411)"  
2,           1412,    "Single Ref-C-M Clear 1/4in (1412)"  
2,           1413,    "Single Ref-C-H Clear 1/4in (1413)"  
2,           1414,    "Single Ref-C-L Tint 1/4in (1414)"  
2,           1415,    "Single Ref-C-M Tint 1/4in (1415)"  
2,           1416,    "Single Ref-C-H Tint 1/4in (1416)"  
2,           1417,    "Single Ref-D Clear 1/4in (1417)"  
2,           1418,    "Single Ref-D Tint 1/4in (1418)"  
1,         ShellWiz:GTCCategory,  4, 1600   ; => Single Low-E
2,           1600,    "Single Low-E (e2=.4) Clear 1/8in (1600)"  
2,           1601,    "Single Low-E (e2=.2) Clear 1/8in (1601)"  
2,           1602,    "Single Low-E (e2=.2) Clear 1/4in (1602)"  
1,         ShellWiz:GTCCategory,  5, 1800   ; => Single Electro
2,           1800,    "Single Electro Abs Bleached 1/4in (1800)"  
2,           1801,    "Single Electro Abs Colored 1/4in (1801)"  
2,           1802,    "Single Electro Ref Bleached 1/4in (1802)"  
2,           1803,    "Single Electro Ref Colored 1/4in (1803)"  
1,         ShellWiz:GTCCategory,  6, 2000   ; => Double Clr/Tint
2,           2000,    "Double Clear 1/8in, 1/4in Air (2000)"  
2,           2001,    "Double Clear 1/8in, 1/2in Air (2001)"  
2,           2002,    "Double Clear 1/8in, 1/2in Argon (2002)"  
2,           2003,    "Double Clear 1/4in, 1/4in Air (2003)"  
2,           2004,    "Double Clear 1/4in, 1/2in Air (2004)"  
2,           2005,    "Double Clear 1/4in, 1/2in Argon (2005)"  
2,           2006,    "Double Clear Low Iron 1/8in, 1/4in Air (2006)"  
2,           2007,    "Double Clear Low Iron 1/8in, 1/2in Air (2007)"  
2,           2008,    "Double Clear Low Iron 1/8in, 1/2in Argon (2008)"  
2,           2009,    "Double Clear Low Iron 1/5in, 1/4in Air (2009)"  
2,           2010,    "Double Clear Low Iron 1/5in, 1/2in Air (2010)"  
2,           2011,    "Double Clear Low Iron 1/5in, 1/2in Argon (2011)"  
2,           2200,    "Double Bronze 1/8in, 1/4in Air (2200)"  
2,           2201,    "Double Bronze 1/8in, 1/2in Air (2201)"  
2,           2202,    "Double Bronze 1/8in, 1/2in Argon (2202)"  
2,           2203,    "Double Bronze 1/4in, 1/4in Air (2203)"  
2,           2204,    "Double Bronze 1/4in, 1/2in Air (2204)"  
2,           2205,    "Double Bronze 1/4in, 1/2in Argon (2205)"  
2,           2206,    "Double Green 1/8in, 1/4in Air (2206)"  
2,           2207,    "Double Green 1/8in, 1/2in Air (2207)"  
2,           2208,    "Double Green 1/8in, 1/2in Argon (2208)"  
2,           2209,    "Double Green 1/4in, 1/4in Air (2209)"  
2,           2210,    "Double Green 1/4in, 1/2in Air (2210)"  
2,           2211,    "Double Green 1/4in, 1/2in Argon (2211)"  
2,           2212,    "Double Grey 1/8in, 1/4in Air (2212)"  
2,           2213,    "Double Grey 1/8in, 1/2in Air (2213)"  
2,           2214,    "Double Grey 1/8in, 1/2in Argon (2214)"  
2,           2215,    "Double Grey 1/4in, 1/4in Air (2215)"  
2,           2216,    "Double Grey 1/4in, 1/2in Air (2216)"  
2,           2217,    "Double Grey 1/4in, 1/2in Argon (2217)"  
2,           2218,    "Double Blue 1/4in, 1/4in Air (2218)"  
2,           2219,    "Double Blue 1/4in, 1/2in Air (2219)"  
2,           2220,    "Double Blue 1/4in, 1/2in Argon (2220)"  
1,         ShellWiz:GTCCategory,  7, 2400   ; => Double Reflective
2,           2400,    "Double Ref-A-L Clear 1/4in, 1/4in Air (2400)"  
2,           2401,    "Double Ref-A-L Clear 1/4in, 1/2in Air (2401)"  
2,           2402,    "Double Ref-A-L Clear 1/4in, 1/2in Argon (2402)"  
2,           2403,    "Double Ref-A-M Clear 1/4in, 1/4in Air (2403)"  
2,           2404,    "Double Ref-A-M Clear 1/4in, 1/2in Air (2404)"  
2,           2405,    "Double Ref-A-M Clear 1/4in, 1/2in Argon (2405)"  
2,           2406,    "Double Ref-A-H Clear 1/4in, 1/4in Air (2406)"  
2,           2407,    "Double Ref-A-H 1/4in, 1/2in Air (2407)"  
2,           2408,    "Double Ref-A-H Clear 1/4in, 1/2in Argon (2408)"  
2,           2410,    "Double Ref-A-L Tint 1/4in, 1/4in Air (2410)"  
2,           2411,    "Double Ref-A-L Tint 1/4in, 1/2in Air (2411)"  
2,           2412,    "Double Ref-A-L Tint 1/4in, 1/2in Argon (2412)"  
2,           2413,    "Double Ref-A-M Tint 1/4in, 1/4in Air (2413)"  
2,           2414,    "Double Ref-A-M Tint 1/4in, 1/2in Air (2414)"  
2,           2415,    "Double Ref-A-M Tint 1/4in, 1/2in Argon (2415)"  
2,           2416,    "Double Ref-A-H Tint 1/4in, 1/4in Air (2416)"  
2,           2417,    "Double Ref-A-H Tint 1/4in, 1/2in Air (2417)"  
2,           2418,    "Double Ref-A-H Tint 1/4in, 1/2in Argon (2418)"  
2,           2420,    "Double Ref-B-L Clear 1/4in, 1/4in Air (2420)"  
2,           2421,    "Double Ref-B-L Clear 1/4in, 1/2in Air (2421)"  
2,           2422,    "Double Ref-B-L Clear 1/4in, 1/2in Argon (2422)"  
2,           2426,    "Double Ref-B-H Clear 1/4in, 1/4in Air (2426)"  
2,           2427,    "Double Ref-B-H Clear 1/4in, 1/2in Air (2427)"  
2,           2428,    "Double Ref-B-H Clear 1/4in, 1/2in Argon (2428)"  
2,           2430,    "Double Ref-B-L Tint 1/4in, 1/4in Air (2430)"  
2,           2431,    "Double Ref-B-L Tint 1/4in, 1/2in Air (2431)"  
2,           2432,    "Double Ref-B-L Tint 1/4in, 1/2in Argon (2432)"  
2,           2433,    "Double Ref-B-M Tint 1/4in, 1/4in Air (2433)"  
2,           2434,    "Double Ref-B-M Tint 1/4in, 1/2in Air (2434)"  
2,           2435,    "Double Ref-B-M Tint 1/4in, 1/2in Argon (2435)"  
2,           2436,    "Double Ref-B-H Tint 1/4in, 1/4in Air (2436)"  
2,           2437,    "Double Ref-B-H Tint 1/4in, 1/2in Air (2437)"  
2,           2438,    "Double Ref B-H Tint 1/4in, 1/2in Argon (2438)"  
2,           2440,    "Double Ref-C-L Clear 1/4in, 1/4in Air (2440)"  
2,           2441,    "Double Ref-C-L Clear 1/4in, 1/2in Air (2441)"  
2,           2442,    "Double Ref-C-L Clear 1/4in, 1/2in Argon (2442)"  
2,           2443,    "Double Ref-C-M Clear 1/4in, 1/4in Air (2443)"  
2,           2444,    "Double Ref-C-M Clear 1/4in, 1/2in Air (2444)"  
2,           2445,    "Double Ref-C-M Clear 1/4in, 1/2in Argon (2445)"  
2,           2446,    "Double Ref-C-H Clear 1/4in, 1/4in Air (2446)"  
2,           2447,    "Double Ref-C-H Clear 1/4in, 1/2in Air (2447)"  
2,           2448,    "Double Ref-C-H Clear 1/4in, 1/2in Argon (2448)"  
2,           2450,    "Double Ref-C-L Tint 1/4in, 1/4in Air (2450)"  
2,           2451,    "Double Ref-C-L Tint 1/4in, 1/2in Air (2451)"  
2,           2452,    "Double Ref-C-L Tint 1/4in, 1/2in Argon (2452)"  
2,           2453,    "Double Ref-C-M Tint 1/4in, 1/4in Air (2453)"  
2,           2454,    "Double Ref-C-M Tint 1/4in, 1/2in Air (2454)"  
2,           2455,    "Double Ref-C-M Tint 1/4in, 1/2in Argon (2455)"  
2,           2456,    "Double Ref-C-H Tint 1/4in, 1/4in Air (2456)"  
2,           2457,    "Double Ref-C-H Tint 1/4in, 1/2in Air (2457)"  
2,           2458,    "Double Ref-C-H Tint 1/4in, 1/2in Argon (2458)"  
2,           2460,    "Double Ref-D Clear 1/4in, 1/4in Air (2460)"  
2,           2461,    "Double Ref-D Clear 1/4in, 1/2in Air (2461)"  
2,           2462,    "Double Ref-D Clear 1/4in, 1/2in Argon (2462)"  
2,           2470,    "Double Ref-D Tint 1/4in, 1/4in Air (2470)"  
2,           2471,    "Double Ref-D Tint 1/4in, 1/2in Air (2471)"  
2,           2472,    "Double Ref-D Tint 1/4in, 1/2in Argon (2472)"  
1,         ShellWiz:GTCCategory,  8, 2600   ; => Double Low-E
2,           2600,    "Dbl Low-E (e3=.4) Clear 1/8in, 1/4in Air (2600)"  
2,           2601,    "Dbl Low-E (e3=.4) Clear 1/8in, 1/2in Air (2601)"  
2,           2602,    "Dbl Low-E (e3=.4) Clear 1/8in, 1/2in Argon (2602)"  
2,           2610,    "Dbl Low-E (e3=.2) Clear 1/8in, 1/4in Air (2610)"  
2,           2611,    "Dbl Low-E (e3=.2) Clear 1/8in, 1/2in Air (2611)"  
2,           2612,    "Dbl Low-E (e3=.2) Clear 1/8in, 1/2in Argon (2612)"  
2,           2613,    "Dbl Low-E (e3=.2) Clear 1/4in, 1/4in Air (2613)"  
2,           2614,    "Dbl Low-E (e3=.2) Clear 1/4in, 1/2in Air (2614)"  
2,           2615,    "Dbl Low-E (e3=.2) Clear 1/4in, 1/2in Argon (2615)"  
2,           2630,    "Dbl Low-E (e2=.1) Clear 1/8in, 1/4in Air (2630)"  
2,           2631,    "Dbl Low-E (e2=.1) Clear 1/8in, 1/2in Air (2631)"  
2,           2632,    "Dbl Low-E (e2=.1) Clear 1/8in, 1/2in Argon (2632)"  
2,           2633,    "Dbl Low-E (e2=.1) Clear 1/4in, 1/4in Air (2633)"  
2,           2634,    "Dbl Low-E (e2=.1) Clear 1/4in, 1/2in Air (2634)"  
2,           2635,    "Dbl Low-E (e2=.1) Clear 1/4in, 1/2in Argon (2635)"  
2,           2636,    "Dbl Low-E (e2=.1) Tint 1/4in, 1/4in Air (2636)"  
2,           2637,    "Dbl Low-E (e2=.1) Tint 1/4in, 1/2in Air (2637)"  
2,           2638,    "Dbl Low-E (e2=.1) Tint 1/4in, 1/2in Argon (2638)"  
2,           2640,    "Dbl Low-E (e3=.1) Clear 1/8in, 1/4in Air (2640)"  
2,           2641,    "Dbl Low-E (e3=.1) Clear 1/8in, 1/2in Air (2641)"  
2,           2642,    "Dbl Low-E (e3=.1) Clear 1/8in, 1/2in Argon (2642)"  
2,           2660,    "Dbl Low-E (e2=.04) Clr 1/8in, 1/4in, 1/4in Air (2660)"  
2,           2661,    "Dbl Low-E (e2=.04) Clr 1/8in, 1/2in, 1/4in Air (2661)"  
2,           2662,    "Dbl Low-E (e2=.04) Clr 1/8in, 1/2in, 1/4in Argon (2662)"  
2,           2664,    "Dbl Low-E (e2=.04) Clr 1/4in, 1/2in Air (2664)"  
2,           2665,    "Dbl Low-E (e2=.04) Clr 1/4in, 1/2in Argon (2665)"  
2,           2666,    "Dbl Low-E (e2=.04) Tint 1/4in, 1/4in Air (2666)"  
2,           2667,    "Dbl Low-E (e2=.04) Tint 1/4in, 1/2in Air (2667)"  
2,           2668,    "Dbl Low-E (e2=.04) Tint 1/4in, 1/2in Argon (2668)"  
1,         ShellWiz:GTCCategory,  9, 2800   ; => Double Electro
2,           2800,    "Double Electro Abs Bleached 1/4in, 1/4in Air (2800)"  
2,           2801,    "Double Electro Abs Colored 1/4in, 1/4in Air (2801)"  
2,           2802,    "Double Electro Abs Bleached 1/4in, 1/2in Air (2802)"  
2,           2803,    "Double Electro Abs Colored 1/4in, 1/2in Air (2803)"  
2,           2804,    "Double Electro Abs Bleached 1/4in, 1/2in Argon (2804)"  
2,           2805,    "Double Electro Abs Colored 1/4in, 1/2in Argon (2805)"  
2,           2820,    "Double Electro Ref Bleached 1/4in, 1/4in Air (2820)"  
2,           2821,    "Double Electro Ref Colored 1/4in, 1/4in Air (2821)"  
2,           2822,    "Double Electro Ref Bleached 1/4in, 1/2in Air (2822)"  
2,           2823,    "Double Electro Ref Colored 1/4in, 1/2in Air (2823)"  
2,           2824,    "Double Electro Ref Bleached 1/4in, 1/2in Argon (2824)"  
2,           2825,    "Double Electro Ref Colored 1/4in, 1/2in Argon (2825)"  
2,           2840,    "Dbl Low-E Electro Abs Blchd 1/4in, 1/4in Air (2840)"  
2,           2841,    "Dbl Low-E Electro Abs Clrd 1/4in, 1/4in Air (2841)"  
2,           2842,    "Dbl Low-E Electro Abs Blchd 1/4in, 1/2in Air (2842)"  
2,           2843,    "Dbl Low-E Electro Abs Clrd 1/4in, 1/2in Air (2843)"  
2,           2844,    "Dbl Low-E Electro Abs Blchd 1/4in, 1/2in Argon (2844)"  
2,           2845,    "Dbl Low-E Electro Abs Clrd 1/4in, 1/2in Argon (2845)"  
2,           2860,    "Dbl Low-E Electro Ref Blchd 1/4in, 1/4in Air (2860)"  
2,           2861,    "Dbl Low-E Electro Ref Clrd 1/4in, 1/4in Air (2861)"  
2,           2862,    "Dbl Low-E Electro Ref Blchd 1/4in, 1/2in Air (2862)"  
2,           2863,    "Dbl Low-E Electro Ref Clrd 1/4in, 1/2in Air (2863)"  
2,           2864,    "Dbl Low-E Electro Ref Blchd 1/4in, 1/2in Argon (2864)"  
2,           2865,    "Dbl Low-E Electro Ref Clrd 1/4in, 1/2in Argon (2865)"  
1,         ShellWiz:GTCCategory, 10, 3001   ; => Triple Clr
2,           3001,    "Trpl Clear 1/8in, 1/4in Air (3001)"  
2,           3002,    "Trpl Clear 1/8in, 1/2in Air (3002)"  
2,           3003,    "Trpl Clear 1/8in, 1/2in Argon (3003)"  
1,         ShellWiz:GTCCategory, 11, 3601   ; => Triple Low-E
2,           3601,    "Trpl Low-E (e5=.1) Clear 1/8in, 1/4in Air (3601)"  
2,           3602,    "Trpl Low-E (e5=.1) Clear 1/8in, 1/2in Air (3602)"  
2,           3603,    "Trpl Low-E (e5=.1) Clear 1/8in, 1/2in Argon (3603)"  
2,           3621,    "Trpl Low-E (e2=e5=.1) Clr 1/8in, 1/4in Air (3621)"  
2,           3622,    "Trpl Low-E (e2=e5=.1) Clr 1/8in, 1/2in Air (3622)"  
2,           3623,    "Trpl Low-E (e2=e5=.1) Clr 1/8in, 1/2in Argon (3623)"  
2,           3641,    "Trpl Low-E Film (88) Clear 1/8in, 1/4in Air (3641)"  
2,           3642,    "Trpl Low-E Film (88) Clear 1/8in, 1/2in Air (3642)"  
2,           3651,    "Trpl Low-E Film (77) Clear 1/8in, 1/4in Air (3651)"  
2,           3652,    "Trpl Low-E Film (77) Clear 1/8in, 1/2in Air (3652)"  
2,           3661,    "Trpl Low-E Film (66) Clear 1/4in, 1/4in Air (3661)"  
2,           3662,    "Trpl Low-E Film (66) Clear 1/4in, 1/2in Air (3662)"  
2,           3663,    "Trpl Low-E Film (66) Tint 1/4in, 1/4in Air (3663)"  
2,           3664,    "Trpl Low-E Film (66) Tint 1/4in, 1/2in Air (3664)"  
2,           3671,    "Trpl Low-E Film (55) Clear 1/4in, 1/4in Air (3671)"  
2,           3672,    "Trpl Low-E Film (55) Clear 1/4in, 1/2in Air (3672)"  
2,           3673,    "Trpl Low-E Film (55) Tint 1/4in, 1/4in Air (3673)"  
2,           3674,    "Trpl Low-E Film (55) Tint 1/4in, 1/2in Air (3674)"  
2,           3681,    "Trpl Low-E Film (44) Tint 1/4in, 1/4in Air (3681)"  
2,           3682,    "Trpl Low-E Film (44) Tint 1/4in, 1/2in (3682)"  
2,           3691,    "Trpl Low-E Film (33) Tint 1/4in, 1/4in Air (3691)"  
2,           3692,    "Trpl Low-E Film (33) Tint 1/4in, 1/2in Air (3692)"  
1,         ShellWiz:GTCCategory, 12, 4651   ; => Quadruple Low-E
2,           4651,    "Quad Low-E Films Clear 1/8in, 1/3in Krypton (4651)"  

; SAC 7/10/03 - Added new property to handle selection of Window4/5 Report file
0, ShellWiz:GTC_WindowFile,  98
2,             98,    "- Select File -"  

0, EEMRun:GlassTypeCode, -1
1,         EEMRun:GTCCategory,  0, -1     ; => - none -
2,              0,    "- none -"  
1,         EEMRun:GTCCategory, 99, -1     ; => - specify properties -  SAC 2/25/02
2,              0,    "- none -"  
1,         EEMRun:GTCCategory,  1, 0      ; => Unglazed Opening
2,              0,    "Unglazed Opening (0)"  
1,         EEMRun:GTCCategory,  2, 1000   ; => Single Clr/Tint
2,           1000,    "Single Clear 1/8in (1000)"  
2,           1001,    "Single Clear 1/4in (1001)"  
2,           1002,    "Single Clear Low Iron 1/8in (1002)"  
2,           1003,    "Single Clear Low Iron 1/5in (1003)"  
2,           1200,    "Single Bronze 1/8in (1200)"  
2,           1201,    "Single Bronze 1/4in (1201)"  
2,           1202,    "Single Green 1/8in (1202)"  
2,           1203,    "Single Green 1/4in (1203)"  
2,           1204,    "Single Grey 1/8in (1204)"  
2,           1205,    "Single Grey 1/4in (1205)"  
2,           1206,    "Single Blue 1/4in (1206)"  
1,         EEMRun:GTCCategory,  3, 1400   ; => Single Reflective
2,           1400,    "Single Ref-A-L Clear 1/4in (1400)"  
2,           1401,    "Single Ref-A-M Clear 1/4in (1401)"  
2,           1402,    "Single Ref-A-H Clear 1/4in (1402)"  
2,           1403,    "Single Ref-A-L Tint 1/4in (1403)"  
2,           1404,    "Single Ref-A-M Tint 1/4in (1404)"  
2,           1405,    "Single Ref-A-H Tint 1/4in (1405)"  
2,           1406,    "Single Ref-B-L Clear 1/4in (1406)"  
2,           1407,    "Single Ref-B-H Clear 1/4in (1407)"  
2,           1408,    "Single Ref-B-L Tint 1/4in (1408)"  
2,           1409,    "Single Ref-B-M Tint 1/4in (1409)"  
2,           1410,    "Single Ref-B-H Tint 1/4in (1410)"  
2,           1411,    "Single Ref-C-L Clear 1/4in (1411)"  
2,           1412,    "Single Ref-C-M Clear 1/4in (1412)"  
2,           1413,    "Single Ref-C-H Clear 1/4in (1413)"  
2,           1414,    "Single Ref-C-L Tint 1/4in (1414)"  
2,           1415,    "Single Ref-C-M Tint 1/4in (1415)"  
2,           1416,    "Single Ref-C-H Tint 1/4in (1416)"  
2,           1417,    "Single Ref-D Clear 1/4in (1417)"  
2,           1418,    "Single Ref-D Tint 1/4in (1418)"  
1,         EEMRun:GTCCategory,  4, 1600   ; => Single Low-E
2,           1600,    "Single Low-E (e2=.4) Clear 1/8in (1600)"  
2,           1601,    "Single Low-E (e2=.2) Clear 1/8in (1601)"  
2,           1602,    "Single Low-E (e2=.2) Clear 1/4in (1602)"  
1,         EEMRun:GTCCategory,  5, 1800   ; => Single Electro
2,           1800,    "Single Electro Abs Bleached 1/4in (1800)"  
2,           1801,    "Single Electro Abs Colored 1/4in (1801)"  
2,           1802,    "Single Electro Ref Bleached 1/4in (1802)"  
2,           1803,    "Single Electro Ref Colored 1/4in (1803)"  
1,         EEMRun:GTCCategory,  6, 2000   ; => Double Clr/Tint
2,           2000,    "Double Clear 1/8in, 1/4in Air (2000)"  
2,           2001,    "Double Clear 1/8in, 1/2in Air (2001)"  
2,           2002,    "Double Clear 1/8in, 1/2in Argon (2002)"  
2,           2003,    "Double Clear 1/4in, 1/4in Air (2003)"  
2,           2004,    "Double Clear 1/4in, 1/2in Air (2004)"  
2,           2005,    "Double Clear 1/4in, 1/2in Argon (2005)"  
2,           2006,    "Double Clear Low Iron 1/8in, 1/4in Air (2006)"  
2,           2007,    "Double Clear Low Iron 1/8in, 1/2in Air (2007)"  
2,           2008,    "Double Clear Low Iron 1/8in, 1/2in Argon (2008)"  
2,           2009,    "Double Clear Low Iron 1/5in, 1/4in Air (2009)"  
2,           2010,    "Double Clear Low Iron 1/5in, 1/2in Air (2010)"  
2,           2011,    "Double Clear Low Iron 1/5in, 1/2in Argon (2011)"  
2,           2200,    "Double Bronze 1/8in, 1/4in Air (2200)"  
2,           2201,    "Double Bronze 1/8in, 1/2in Air (2201)"  
2,           2202,    "Double Bronze 1/8in, 1/2in Argon (2202)"  
2,           2203,    "Double Bronze 1/4in, 1/4in Air (2203)"  
2,           2204,    "Double Bronze 1/4in, 1/2in Air (2204)"  
2,           2205,    "Double Bronze 1/4in, 1/2in Argon (2205)"  
2,           2206,    "Double Green 1/8in, 1/4in Air (2206)"  
2,           2207,    "Double Green 1/8in, 1/2in Air (2207)"  
2,           2208,    "Double Green 1/8in, 1/2in Argon (2208)"  
2,           2209,    "Double Green 1/4in, 1/4in Air (2209)"  
2,           2210,    "Double Green 1/4in, 1/2in Air (2210)"  
2,           2211,    "Double Green 1/4in, 1/2in Argon (2211)"  
2,           2212,    "Double Grey 1/8in, 1/4in Air (2212)"  
2,           2213,    "Double Grey 1/8in, 1/2in Air (2213)"  
2,           2214,    "Double Grey 1/8in, 1/2in Argon (2214)"  
2,           2215,    "Double Grey 1/4in, 1/4in Air (2215)"  
2,           2216,    "Double Grey 1/4in, 1/2in Air (2216)"  
2,           2217,    "Double Grey 1/4in, 1/2in Argon (2217)"  
2,           2218,    "Double Blue 1/4in, 1/4in Air (2218)"  
2,           2219,    "Double Blue 1/4in, 1/2in Air (2219)"  
2,           2220,    "Double Blue 1/4in, 1/2in Argon (2220)"  
1,         EEMRun:GTCCategory,  7, 2400   ; => Double Reflective
2,           2400,    "Double Ref-A-L Clear 1/4in, 1/4in Air (2400)"  
2,           2401,    "Double Ref-A-L Clear 1/4in, 1/2in Air (2401)"  
2,           2402,    "Double Ref-A-L Clear 1/4in, 1/2in Argon (2402)"  
2,           2403,    "Double Ref-A-M Clear 1/4in, 1/4in Air (2403)"  
2,           2404,    "Double Ref-A-M Clear 1/4in, 1/2in Air (2404)"  
2,           2405,    "Double Ref-A-M Clear 1/4in, 1/2in Argon (2405)"  
2,           2406,    "Double Ref-A-H Clear 1/4in, 1/4in Air (2406)"  
2,           2407,    "Double Ref-A-H 1/4in, 1/2in Air (2407)"  
2,           2408,    "Double Ref-A-H Clear 1/4in, 1/2in Argon (2408)"  
2,           2410,    "Double Ref-A-L Tint 1/4in, 1/4in Air (2410)"  
2,           2411,    "Double Ref-A-L Tint 1/4in, 1/2in Air (2411)"  
2,           2412,    "Double Ref-A-L Tint 1/4in, 1/2in Argon (2412)"  
2,           2413,    "Double Ref-A-M Tint 1/4in, 1/4in Air (2413)"  
2,           2414,    "Double Ref-A-M Tint 1/4in, 1/2in Air (2414)"  
2,           2415,    "Double Ref-A-M Tint 1/4in, 1/2in Argon (2415)"  
2,           2416,    "Double Ref-A-H Tint 1/4in, 1/4in Air (2416)"  
2,           2417,    "Double Ref-A-H Tint 1/4in, 1/2in Air (2417)"  
2,           2418,    "Double Ref-A-H Tint 1/4in, 1/2in Argon (2418)"  
2,           2420,    "Double Ref-B-L Clear 1/4in, 1/4in Air (2420)"  
2,           2421,    "Double Ref-B-L Clear 1/4in, 1/2in Air (2421)"  
2,           2422,    "Double Ref-B-L Clear 1/4in, 1/2in Argon (2422)"  
2,           2426,    "Double Ref-B-H Clear 1/4in, 1/4in Air (2426)"  
2,           2427,    "Double Ref-B-H Clear 1/4in, 1/2in Air (2427)"  
2,           2428,    "Double Ref-B-H Clear 1/4in, 1/2in Argon (2428)"  
2,           2430,    "Double Ref-B-L Tint 1/4in, 1/4in Air (2430)"  
2,           2431,    "Double Ref-B-L Tint 1/4in, 1/2in Air (2431)"  
2,           2432,    "Double Ref-B-L Tint 1/4in, 1/2in Argon (2432)"  
2,           2433,    "Double Ref-B-M Tint 1/4in, 1/4in Air (2433)"  
2,           2434,    "Double Ref-B-M Tint 1/4in, 1/2in Air (2434)"  
2,           2435,    "Double Ref-B-M Tint 1/4in, 1/2in Argon (2435)"  
2,           2436,    "Double Ref-B-H Tint 1/4in, 1/4in Air (2436)"  
2,           2437,    "Double Ref-B-H Tint 1/4in, 1/2in Air (2437)"  
2,           2438,    "Double Ref B-H Tint 1/4in, 1/2in Argon (2438)"  
2,           2440,    "Double Ref-C-L Clear 1/4in, 1/4in Air (2440)"  
2,           2441,    "Double Ref-C-L Clear 1/4in, 1/2in Air (2441)"  
2,           2442,    "Double Ref-C-L Clear 1/4in, 1/2in Argon (2442)"  
2,           2443,    "Double Ref-C-M Clear 1/4in, 1/4in Air (2443)"  
2,           2444,    "Double Ref-C-M Clear 1/4in, 1/2in Air (2444)"  
2,           2445,    "Double Ref-C-M Clear 1/4in, 1/2in Argon (2445)"  
2,           2446,    "Double Ref-C-H Clear 1/4in, 1/4in Air (2446)"  
2,           2447,    "Double Ref-C-H Clear 1/4in, 1/2in Air (2447)"  
2,           2448,    "Double Ref-C-H Clear 1/4in, 1/2in Argon (2448)"  
2,           2450,    "Double Ref-C-L Tint 1/4in, 1/4in Air (2450)"  
2,           2451,    "Double Ref-C-L Tint 1/4in, 1/2in Air (2451)"  
2,           2452,    "Double Ref-C-L Tint 1/4in, 1/2in Argon (2452)"  
2,           2453,    "Double Ref-C-M Tint 1/4in, 1/4in Air (2453)"  
2,           2454,    "Double Ref-C-M Tint 1/4in, 1/2in Air (2454)"  
2,           2455,    "Double Ref-C-M Tint 1/4in, 1/2in Argon (2455)"  
2,           2456,    "Double Ref-C-H Tint 1/4in, 1/4in Air (2456)"  
2,           2457,    "Double Ref-C-H Tint 1/4in, 1/2in Air (2457)"  
2,           2458,    "Double Ref-C-H Tint 1/4in, 1/2in Argon (2458)"  
2,           2460,    "Double Ref-D Clear 1/4in, 1/4in Air (2460)"  
2,           2461,    "Double Ref-D Clear 1/4in, 1/2in Air (2461)"  
2,           2462,    "Double Ref-D Clear 1/4in, 1/2in Argon (2462)"  
2,           2470,    "Double Ref-D Tint 1/4in, 1/4in Air (2470)"  
2,           2471,    "Double Ref-D Tint 1/4in, 1/2in Air (2471)"  
2,           2472,    "Double Ref-D Tint 1/4in, 1/2in Argon (2472)"  
1,         EEMRun:GTCCategory,  8, 2600   ; => Double Low-E
2,           2600,    "Dbl Low-E (e3=.4) Clear 1/8in, 1/4in Air (2600)"  
2,           2601,    "Dbl Low-E (e3=.4) Clear 1/8in, 1/2in Air (2601)"  
2,           2602,    "Dbl Low-E (e3=.4) Clear 1/8in, 1/2in Argon (2602)"  
2,           2610,    "Dbl Low-E (e3=.2) Clear 1/8in, 1/4in Air (2610)"  
2,           2611,    "Dbl Low-E (e3=.2) Clear 1/8in, 1/2in Air (2611)"  
2,           2612,    "Dbl Low-E (e3=.2) Clear 1/8in, 1/2in Argon (2612)"  
2,           2613,    "Dbl Low-E (e3=.2) Clear 1/4in, 1/4in Air (2613)"  
2,           2614,    "Dbl Low-E (e3=.2) Clear 1/4in, 1/2in Air (2614)"  
2,           2615,    "Dbl Low-E (e3=.2) Clear 1/4in, 1/2in Argon (2615)"  
2,           2630,    "Dbl Low-E (e2=.1) Clear 1/8in, 1/4in Air (2630)"  
2,           2631,    "Dbl Low-E (e2=.1) Clear 1/8in, 1/2in Air (2631)"  
2,           2632,    "Dbl Low-E (e2=.1) Clear 1/8in, 1/2in Argon (2632)"  
2,           2633,    "Dbl Low-E (e2=.1) Clear 1/4in, 1/4in Air (2633)"  
2,           2634,    "Dbl Low-E (e2=.1) Clear 1/4in, 1/2in Air (2634)"  
2,           2635,    "Dbl Low-E (e2=.1) Clear 1/4in, 1/2in Argon (2635)"  
2,           2636,    "Dbl Low-E (e2=.1) Tint 1/4in, 1/4in Air (2636)"  
2,           2637,    "Dbl Low-E (e2=.1) Tint 1/4in, 1/2in Air (2637)"  
2,           2638,    "Dbl Low-E (e2=.1) Tint 1/4in, 1/2in Argon (2638)"  
2,           2640,    "Dbl Low-E (e3=.1) Clear 1/8in, 1/4in Air (2640)"  
2,           2641,    "Dbl Low-E (e3=.1) Clear 1/8in, 1/2in Air (2641)"  
2,           2642,    "Dbl Low-E (e3=.1) Clear 1/8in, 1/2in Argon (2642)"  
2,           2660,    "Dbl Low-E (e2=.04) Clr 1/8in, 1/4in, 1/4in Air (2660)"  
2,           2661,    "Dbl Low-E (e2=.04) Clr 1/8in, 1/2in, 1/4in Air (2661)"  
2,           2662,    "Dbl Low-E (e2=.04) Clr 1/8in, 1/2in, 1/4in Argon (2662)"  
2,           2664,    "Dbl Low-E (e2=.04) Clr 1/4in, 1/2in Air (2664)"  
2,           2665,    "Dbl Low-E (e2=.04) Clr 1/4in, 1/2in Argon (2665)"  
2,           2666,    "Dbl Low-E (e2=.04) Tint 1/4in, 1/4in Air (2666)"  
2,           2667,    "Dbl Low-E (e2=.04) Tint 1/4in, 1/2in Air (2667)"  
2,           2668,    "Dbl Low-E (e2=.04) Tint 1/4in, 1/2in Argon (2668)"  
1,         EEMRun:GTCCategory,  9, 2800   ; => Double Electro
2,           2800,    "Double Electro Abs Bleached 1/4in, 1/4in Air (2800)"  
2,           2801,    "Double Electro Abs Colored 1/4in, 1/4in Air (2801)"  
2,           2802,    "Double Electro Abs Bleached 1/4in, 1/2in Air (2802)"  
2,           2803,    "Double Electro Abs Colored 1/4in, 1/2in Air (2803)"  
2,           2804,    "Double Electro Abs Bleached 1/4in, 1/2in Argon (2804)"  
2,           2805,    "Double Electro Abs Colored 1/4in, 1/2in Argon (2805)"  
2,           2820,    "Double Electro Ref Bleached 1/4in, 1/4in Air (2820)"  
2,           2821,    "Double Electro Ref Colored 1/4in, 1/4in Air (2821)"  
2,           2822,    "Double Electro Ref Bleached 1/4in, 1/2in Air (2822)"  
2,           2823,    "Double Electro Ref Colored 1/4in, 1/2in Air (2823)"  
2,           2824,    "Double Electro Ref Bleached 1/4in, 1/2in Argon (2824)"  
2,           2825,    "Double Electro Ref Colored 1/4in, 1/2in Argon (2825)"  
2,           2840,    "Dbl Low-E Electro Abs Blchd 1/4in, 1/4in Air (2840)"  
2,           2841,    "Dbl Low-E Electro Abs Clrd 1/4in, 1/4in Air (2841)"  
2,           2842,    "Dbl Low-E Electro Abs Blchd 1/4in, 1/2in Air (2842)"  
2,           2843,    "Dbl Low-E Electro Abs Clrd 1/4in, 1/2in Air (2843)"  
2,           2844,    "Dbl Low-E Electro Abs Blchd 1/4in, 1/2in Argon (2844)"  
2,           2845,    "Dbl Low-E Electro Abs Clrd 1/4in, 1/2in Argon (2845)"  
2,           2860,    "Dbl Low-E Electro Ref Blchd 1/4in, 1/4in Air (2860)"  
2,           2861,    "Dbl Low-E Electro Ref Clrd 1/4in, 1/4in Air (2861)"  
2,           2862,    "Dbl Low-E Electro Ref Blchd 1/4in, 1/2in Air (2862)"  
2,           2863,    "Dbl Low-E Electro Ref Clrd 1/4in, 1/2in Air (2863)"  
2,           2864,    "Dbl Low-E Electro Ref Blchd 1/4in, 1/2in Argon (2864)"  
2,           2865,    "Dbl Low-E Electro Ref Clrd 1/4in, 1/2in Argon (2865)"  
1,         EEMRun:GTCCategory, 10, 3001   ; => Triple Clr
2,           3001,    "Trpl Clear 1/8in, 1/4in Air (3001)"  
2,           3002,    "Trpl Clear 1/8in, 1/2in Air (3002)"  
2,           3003,    "Trpl Clear 1/8in, 1/2in Argon (3003)"  
1,         EEMRun:GTCCategory, 11, 3601   ; => Triple Low-E
2,           3601,    "Trpl Low-E (e5=.1) Clear 1/8in, 1/4in Air (3601)"  
2,           3602,    "Trpl Low-E (e5=.1) Clear 1/8in, 1/2in Air (3602)"  
2,           3603,    "Trpl Low-E (e5=.1) Clear 1/8in, 1/2in Argon (3603)"  
2,           3621,    "Trpl Low-E (e2=e5=.1) Clr 1/8in, 1/4in Air (3621)"  
2,           3622,    "Trpl Low-E (e2=e5=.1) Clr 1/8in, 1/2in Air (3622)"  
2,           3623,    "Trpl Low-E (e2=e5=.1) Clr 1/8in, 1/2in Argon (3623)"  
2,           3641,    "Trpl Low-E Film (88) Clear 1/8in, 1/4in Air (3641)"  
2,           3642,    "Trpl Low-E Film (88) Clear 1/8in, 1/2in Air (3642)"  
2,           3651,    "Trpl Low-E Film (77) Clear 1/8in, 1/4in Air (3651)"  
2,           3652,    "Trpl Low-E Film (77) Clear 1/8in, 1/2in Air (3652)"  
2,           3661,    "Trpl Low-E Film (66) Clear 1/4in, 1/4in Air (3661)"  
2,           3662,    "Trpl Low-E Film (66) Clear 1/4in, 1/2in Air (3662)"  
2,           3663,    "Trpl Low-E Film (66) Tint 1/4in, 1/4in Air (3663)"  
2,           3664,    "Trpl Low-E Film (66) Tint 1/4in, 1/2in Air (3664)"  
2,           3671,    "Trpl Low-E Film (55) Clear 1/4in, 1/4in Air (3671)"  
2,           3672,    "Trpl Low-E Film (55) Clear 1/4in, 1/2in Air (3672)"  
2,           3673,    "Trpl Low-E Film (55) Tint 1/4in, 1/4in Air (3673)"  
2,           3674,    "Trpl Low-E Film (55) Tint 1/4in, 1/2in Air (3674)"  
2,           3681,    "Trpl Low-E Film (44) Tint 1/4in, 1/4in Air (3681)"  
2,           3682,    "Trpl Low-E Film (44) Tint 1/4in, 1/2in (3682)"  
2,           3691,    "Trpl Low-E Film (33) Tint 1/4in, 1/4in Air (3691)"  
2,           3692,    "Trpl Low-E Film (33) Tint 1/4in, 1/2in Air (3692)"  
1,         EEMRun:GTCCategory, 12, 4651   ; => Quadruple Low-E
2,           4651,    "Quad Low-E Films Clear 1/8in, 1/3in Krypton (4651)"  

0, EEMRun:WizardGTC, -1
2,              0,    "Unglazed Opening (0)"  
2,           1000,    "Single Clear 1/8in (1000)"  
2,           1001,    "Single Clear 1/4in (1001)"  
2,           1002,    "Single Clear Low Iron 1/8in (1002)"  
2,           1003,    "Single Clear Low Iron 1/5in (1003)"  
2,           1200,    "Single Bronze 1/8in (1200)"  
2,           1201,    "Single Bronze 1/4in (1201)"  
2,           1202,    "Single Green 1/8in (1202)"  
2,           1203,    "Single Green 1/4in (1203)"  
2,           1204,    "Single Grey 1/8in (1204)"  
2,           1205,    "Single Grey 1/4in (1205)"  
2,           1206,    "Single Blue 1/4in (1206)"  
2,           1400,    "Single Ref-A-L Clear 1/4in (1400)"  
2,           1401,    "Single Ref-A-M Clear 1/4in (1401)"  
2,           1402,    "Single Ref-A-H Clear 1/4in (1402)"  
2,           1403,    "Single Ref-A-L Tint 1/4in (1403)"  
2,           1404,    "Single Ref-A-M Tint 1/4in (1404)"  
2,           1405,    "Single Ref-A-H Tint 1/4in (1405)"  
2,           1406,    "Single Ref-B-L Clear 1/4in (1406)"  
2,           1407,    "Single Ref-B-H Clear 1/4in (1407)"  
2,           1408,    "Single Ref-B-L Tint 1/4in (1408)"  
2,           1409,    "Single Ref-B-M Tint 1/4in (1409)"  
2,           1410,    "Single Ref-B-H Tint 1/4in (1410)"  
2,           1411,    "Single Ref-C-L Clear 1/4in (1411)"  
2,           1412,    "Single Ref-C-M Clear 1/4in (1412)"  
2,           1413,    "Single Ref-C-H Clear 1/4in (1413)"  
2,           1414,    "Single Ref-C-L Tint 1/4in (1414)"  
2,           1415,    "Single Ref-C-M Tint 1/4in (1415)"  
2,           1416,    "Single Ref-C-H Tint 1/4in (1416)"  
2,           1417,    "Single Ref-D Clear 1/4in (1417)"  
2,           1418,    "Single Ref-D Tint 1/4in (1418)"  
2,           1600,    "Single Low-E (e2=.4) Clear 1/8in (1600)"  
2,           1601,    "Single Low-E (e2=.2) Clear 1/8in (1601)"  
2,           1602,    "Single Low-E (e2=.2) Clear 1/4in (1602)"  
2,           1800,    "Single Electro Abs Bleached 1/4in (1800)"  
2,           1801,    "Single Electro Abs Colored 1/4in (1801)"  
2,           1802,    "Single Electro Ref Bleached 1/4in (1802)"  
2,           1803,    "Single Electro Ref Colored 1/4in (1803)"  
2,           2000,    "Double Clear 1/8in, 1/4in Air (2000)"  
2,           2001,    "Double Clear 1/8in, 1/2in Air (2001)"  
2,           2002,    "Double Clear 1/8in, 1/2in Argon (2002)"  
2,           2003,    "Double Clear 1/4in, 1/4in Air (2003)"  
2,           2004,    "Double Clear 1/4in, 1/2in Air (2004)"  
2,           2005,    "Double Clear 1/4in, 1/2in Argon (2005)"  
2,           2006,    "Double Clear Low Iron 1/8in, 1/4in Air (2006)"  
2,           2007,    "Double Clear Low Iron 1/8in, 1/2in Air (2007)"  
2,           2008,    "Double Clear Low Iron 1/8in, 1/2in Argon (2008)"  
2,           2009,    "Double Clear Low Iron 1/5in, 1/4in Air (2009)"  
2,           2010,    "Double Clear Low Iron 1/5in, 1/2in Air (2010)"  
2,           2011,    "Double Clear Low Iron 1/5in, 1/2in Argon (2011)"  
2,           2200,    "Double Bronze 1/8in, 1/4in Air (2200)"  
2,           2201,    "Double Bronze 1/8in, 1/2in Air (2201)"  
2,           2202,    "Double Bronze 1/8in, 1/2in Argon (2202)"  
2,           2203,    "Double Bronze 1/4in, 1/4in Air (2203)"  
2,           2204,    "Double Bronze 1/4in, 1/2in Air (2204)"  
2,           2205,    "Double Bronze 1/4in, 1/2in Argon (2205)"  
2,           2206,    "Double Green 1/8in, 1/4in Air (2206)"  
2,           2207,    "Double Green 1/8in, 1/2in Air (2207)"  
2,           2208,    "Double Green 1/8in, 1/2in Argon (2208)"  
2,           2209,    "Double Green 1/4in, 1/4in Air (2209)"  
2,           2210,    "Double Green 1/4in, 1/2in Air (2210)"  
2,           2211,    "Double Green 1/4in, 1/2in Argon (2211)"  
2,           2212,    "Double Grey 1/8in, 1/4in Air (2212)"  
2,           2213,    "Double Grey 1/8in, 1/2in Air (2213)"  
2,           2214,    "Double Grey 1/8in, 1/2in Argon (2214)"  
2,           2215,    "Double Grey 1/4in, 1/4in Air (2215)"  
2,           2216,    "Double Grey 1/4in, 1/2in Air (2216)"  
2,           2217,    "Double Grey 1/4in, 1/2in Argon (2217)"  
2,           2218,    "Double Blue 1/4in, 1/4in Air (2218)"  
2,           2219,    "Double Blue 1/4in, 1/2in Air (2219)"  
2,           2220,    "Double Blue 1/4in, 1/2in Argon (2220)"  
2,           2400,    "Double Ref-A-L Clear 1/4in, 1/4in Air (2400)"  
2,           2401,    "Double Ref-A-L Clear 1/4in, 1/2in Air (2401)"  
2,           2402,    "Double Ref-A-L Clear 1/4in, 1/2in Argon (2402)"  
2,           2403,    "Double Ref-A-M Clear 1/4in, 1/4in Air (2403)"  
2,           2404,    "Double Ref-A-M Clear 1/4in, 1/2in Air (2404)"  
2,           2405,    "Double Ref-A-M Clear 1/4in, 1/2in Argon (2405)"  
2,           2406,    "Double Ref-A-H Clear 1/4in, 1/4in Air (2406)"  
2,           2407,    "Double Ref-A-H 1/4in, 1/2in Air (2407)"  
2,           2408,    "Double Ref-A-H Clear 1/4in, 1/2in Argon (2408)"  
2,           2410,    "Double Ref-A-L Tint 1/4in, 1/4in Air (2410)"  
2,           2411,    "Double Ref-A-L Tint 1/4in, 1/2in Air (2411)"  
2,           2412,    "Double Ref-A-L Tint 1/4in, 1/2in Argon (2412)"  
2,           2413,    "Double Ref-A-M Tint 1/4in, 1/4in Air (2413)"  
2,           2414,    "Double Ref-A-M Tint 1/4in, 1/2in Air (2414)"  
2,           2415,    "Double Ref-A-M Tint 1/4in, 1/2in Argon (2415)"  
2,           2416,    "Double Ref-A-H Tint 1/4in, 1/4in Air (2416)"  
2,           2417,    "Double Ref-A-H Tint 1/4in, 1/2in Air (2417)"  
2,           2418,    "Double Ref-A-H Tint 1/4in, 1/2in Argon (2418)"  
2,           2420,    "Double Ref-B-L Clear 1/4in, 1/4in Air (2420)"  
2,           2421,    "Double Ref-B-L Clear 1/4in, 1/2in Air (2421)"  
2,           2422,    "Double Ref-B-L Clear 1/4in, 1/2in Argon (2422)"  
2,           2426,    "Double Ref-B-H Clear 1/4in, 1/4in Air (2426)"  
2,           2427,    "Double Ref-B-H Clear 1/4in, 1/2in Air (2427)"  
2,           2428,    "Double Ref-B-H Clear 1/4in, 1/2in Argon (2428)"  
2,           2430,    "Double Ref-B-L Tint 1/4in, 1/4in Air (2430)"  
2,           2431,    "Double Ref-B-L Tint 1/4in, 1/2in Air (2431)"  
2,           2432,    "Double Ref-B-L Tint 1/4in, 1/2in Argon (2432)"  
2,           2433,    "Double Ref-B-M Tint 1/4in, 1/4in Air (2433)"  
2,           2434,    "Double Ref-B-M Tint 1/4in, 1/2in Air (2434)"  
2,           2435,    "Double Ref-B-M Tint 1/4in, 1/2in Argon (2435)"  
2,           2436,    "Double Ref-B-H Tint 1/4in, 1/4in Air (2436)"  
2,           2437,    "Double Ref-B-H Tint 1/4in, 1/2in Air (2437)"  
2,           2438,    "Double Ref B-H Tint 1/4in, 1/2in Argon (2438)"  
2,           2440,    "Double Ref-C-L Clear 1/4in, 1/4in Air (2440)"  
2,           2441,    "Double Ref-C-L Clear 1/4in, 1/2in Air (2441)"  
2,           2442,    "Double Ref-C-L Clear 1/4in, 1/2in Argon (2442)"  
2,           2443,    "Double Ref-C-M Clear 1/4in, 1/4in Air (2443)"  
2,           2444,    "Double Ref-C-M Clear 1/4in, 1/2in Air (2444)"  
2,           2445,    "Double Ref-C-M Clear 1/4in, 1/2in Argon (2445)"  
2,           2446,    "Double Ref-C-H Clear 1/4in, 1/4in Air (2446)"  
2,           2447,    "Double Ref-C-H Clear 1/4in, 1/2in Air (2447)"  
2,           2448,    "Double Ref-C-H Clear 1/4in, 1/2in Argon (2448)"  
2,           2450,    "Double Ref-C-L Tint 1/4in, 1/4in Air (2450)"  
2,           2451,    "Double Ref-C-L Tint 1/4in, 1/2in Air (2451)"  
2,           2452,    "Double Ref-C-L Tint 1/4in, 1/2in Argon (2452)"  
2,           2453,    "Double Ref-C-M Tint 1/4in, 1/4in Air (2453)"  
2,           2454,    "Double Ref-C-M Tint 1/4in, 1/2in Air (2454)"  
2,           2455,    "Double Ref-C-M Tint 1/4in, 1/2in Argon (2455)"  
2,           2456,    "Double Ref-C-H Tint 1/4in, 1/4in Air (2456)"  
2,           2457,    "Double Ref-C-H Tint 1/4in, 1/2in Air (2457)"  
2,           2458,    "Double Ref-C-H Tint 1/4in, 1/2in Argon (2458)"  
2,           2460,    "Double Ref-D Clear 1/4in, 1/4in Air (2460)"  
2,           2461,    "Double Ref-D Clear 1/4in, 1/2in Air (2461)"  
2,           2462,    "Double Ref-D Clear 1/4in, 1/2in Argon (2462)"  
2,           2470,    "Double Ref-D Tint 1/4in, 1/4in Air (2470)"  
2,           2471,    "Double Ref-D Tint 1/4in, 1/2in Air (2471)"  
2,           2472,    "Double Ref-D Tint 1/4in, 1/2in Argon (2472)"  
2,           2600,    "Dbl Low-E (e3=.4) Clear 1/8in, 1/4in Air (2600)"  
2,           2601,    "Dbl Low-E (e3=.4) Clear 1/8in, 1/2in Air (2601)"  
2,           2602,    "Dbl Low-E (e3=.4) Clear 1/8in, 1/2in Argon (2602)"  
2,           2610,    "Dbl Low-E (e3=.2) Clear 1/8in, 1/4in Air (2610)"  
2,           2611,    "Dbl Low-E (e3=.2) Clear 1/8in, 1/2in Air (2611)"  
2,           2612,    "Dbl Low-E (e3=.2) Clear 1/8in, 1/2in Argon (2612)"  
2,           2613,    "Dbl Low-E (e3=.2) Clear 1/4in, 1/4in Air (2613)"  
2,           2614,    "Dbl Low-E (e3=.2) Clear 1/4in, 1/2in Air (2614)"  
2,           2615,    "Dbl Low-E (e3=.2) Clear 1/4in, 1/2in Argon (2615)"  
2,           2630,    "Dbl Low-E (e2=.1) Clear 1/8in, 1/4in Air (2630)"  
2,           2631,    "Dbl Low-E (e2=.1) Clear 1/8in, 1/2in Air (2631)"  
2,           2632,    "Dbl Low-E (e2=.1) Clear 1/8in, 1/2in Argon (2632)"  
2,           2633,    "Dbl Low-E (e2=.1) Clear 1/4in, 1/4in Air (2633)"  
2,           2634,    "Dbl Low-E (e2=.1) Clear 1/4in, 1/2in Air (2634)"  
2,           2635,    "Dbl Low-E (e2=.1) Clear 1/4in, 1/2in Argon (2635)"  
2,           2636,    "Dbl Low-E (e2=.1) Tint 1/4in, 1/4in Air (2636)"  
2,           2637,    "Dbl Low-E (e2=.1) Tint 1/4in, 1/2in Air (2637)"  
2,           2638,    "Dbl Low-E (e2=.1) Tint 1/4in, 1/2in Argon (2638)"  
2,           2640,    "Dbl Low-E (e3=.1) Clear 1/8in, 1/4in Air (2640)"  
2,           2641,    "Dbl Low-E (e3=.1) Clear 1/8in, 1/2in Air (2641)"  
2,           2642,    "Dbl Low-E (e3=.1) Clear 1/8in, 1/2in Argon (2642)"  
2,           2660,    "Dbl Low-E (e2=.04) Clr 1/8in, 1/4in, 1/4in Air (2660)"  
2,           2661,    "Dbl Low-E (e2=.04) Clr 1/8in, 1/2in, 1/4in Air (2661)"  
2,           2662,    "Dbl Low-E (e2=.04) Clr 1/8in, 1/2in, 1/4in Argon (2662)"  
2,           2664,    "Dbl Low-E (e2=.04) Clr 1/4in, 1/2in Air (2664)"  
2,           2665,    "Dbl Low-E (e2=.04) Clr 1/4in, 1/2in Argon (2665)"  
2,           2666,    "Dbl Low-E (e2=.04) Tint 1/4in, 1/4in Air (2666)"  
2,           2667,    "Dbl Low-E (e2=.04) Tint 1/4in, 1/2in Air (2667)"  
2,           2668,    "Dbl Low-E (e2=.04) Tint 1/4in, 1/2in Argon (2668)"  
2,           2800,    "Double Electro Abs Bleached 1/4in, 1/4in Air (2800)"  
2,           2801,    "Double Electro Abs Colored 1/4in, 1/4in Air (2801)"  
2,           2802,    "Double Electro Abs Bleached 1/4in, 1/2in Air (2802)"  
2,           2803,    "Double Electro Abs Colored 1/4in, 1/2in Air (2803)"  
2,           2804,    "Double Electro Abs Bleached 1/4in, 1/2in Argon (2804)"  
2,           2805,    "Double Electro Abs Colored 1/4in, 1/2in Argon (2805)"  
2,           2820,    "Double Electro Ref Bleached 1/4in, 1/4in Air (2820)"  
2,           2821,    "Double Electro Ref Colored 1/4in, 1/4in Air (2821)"  
2,           2822,    "Double Electro Ref Bleached 1/4in, 1/2in Air (2822)"  
2,           2823,    "Double Electro Ref Colored 1/4in, 1/2in Air (2823)"  
2,           2824,    "Double Electro Ref Bleached 1/4in, 1/2in Argon (2824)"  
2,           2825,    "Double Electro Ref Colored 1/4in, 1/2in Argon (2825)"  
2,           2840,    "Dbl Low-E Electro Abs Blchd 1/4in, 1/4in Air (2840)"  
2,           2841,    "Dbl Low-E Electro Abs Clrd 1/4in, 1/4in Air (2841)"  
2,           2842,    "Dbl Low-E Electro Abs Blchd 1/4in, 1/2in Air (2842)"  
2,           2843,    "Dbl Low-E Electro Abs Clrd 1/4in, 1/2in Air (2843)"  
2,           2844,    "Dbl Low-E Electro Abs Blchd 1/4in, 1/2in Argon (2844)"  
2,           2845,    "Dbl Low-E Electro Abs Clrd 1/4in, 1/2in Argon (2845)"  
2,           2860,    "Dbl Low-E Electro Ref Blchd 1/4in, 1/4in Air (2860)"  
2,           2861,    "Dbl Low-E Electro Ref Clrd 1/4in, 1/4in Air (2861)"  
2,           2862,    "Dbl Low-E Electro Ref Blchd 1/4in, 1/2in Air (2862)"  
2,           2863,    "Dbl Low-E Electro Ref Clrd 1/4in, 1/2in Air (2863)"  
2,           2864,    "Dbl Low-E Electro Ref Blchd 1/4in, 1/2in Argon (2864)"  
2,           2865,    "Dbl Low-E Electro Ref Clrd 1/4in, 1/2in Argon (2865)"  
2,           3001,    "Trpl Clear 1/8in, 1/4in Air (3001)"  
2,           3002,    "Trpl Clear 1/8in, 1/2in Air (3002)"  
2,           3003,    "Trpl Clear 1/8in, 1/2in Argon (3003)"  
2,           3601,    "Trpl Low-E (e5=.1) Clear 1/8in, 1/4in Air (3601)"  
2,           3602,    "Trpl Low-E (e5=.1) Clear 1/8in, 1/2in Air (3602)"  
2,           3603,    "Trpl Low-E (e5=.1) Clear 1/8in, 1/2in Argon (3603)"  
2,           3621,    "Trpl Low-E (e2=e5=.1) Clr 1/8in, 1/4in Air (3621)"  
2,           3622,    "Trpl Low-E (e2=e5=.1) Clr 1/8in, 1/2in Air (3622)"  
2,           3623,    "Trpl Low-E (e2=e5=.1) Clr 1/8in, 1/2in Argon (3623)"  
2,           3641,    "Trpl Low-E Film (88) Clear 1/8in, 1/4in Air (3641)"  
2,           3642,    "Trpl Low-E Film (88) Clear 1/8in, 1/2in Air (3642)"  
2,           3651,    "Trpl Low-E Film (77) Clear 1/8in, 1/4in Air (3651)"  
2,           3652,    "Trpl Low-E Film (77) Clear 1/8in, 1/2in Air (3652)"  
2,           3661,    "Trpl Low-E Film (66) Clear 1/4in, 1/4in Air (3661)"  
2,           3662,    "Trpl Low-E Film (66) Clear 1/4in, 1/2in Air (3662)"  
2,           3663,    "Trpl Low-E Film (66) Tint 1/4in, 1/4in Air (3663)"  
2,           3664,    "Trpl Low-E Film (66) Tint 1/4in, 1/2in Air (3664)"  
2,           3671,    "Trpl Low-E Film (55) Clear 1/4in, 1/4in Air (3671)"  
2,           3672,    "Trpl Low-E Film (55) Clear 1/4in, 1/2in Air (3672)"  
2,           3673,    "Trpl Low-E Film (55) Tint 1/4in, 1/4in Air (3673)"  
2,           3674,    "Trpl Low-E Film (55) Tint 1/4in, 1/2in Air (3674)"  
2,           3681,    "Trpl Low-E Film (44) Tint 1/4in, 1/4in Air (3681)"  
2,           3682,    "Trpl Low-E Film (44) Tint 1/4in, 1/2in (3682)"  
2,           3691,    "Trpl Low-E Film (33) Tint 1/4in, 1/4in Air (3691)"  
2,           3692,    "Trpl Low-E Film (33) Tint 1/4in, 1/2in Air (3692)"  
2,           4651,    "Quad Low-E Films Clear 1/8in, 1/3in Krypton (4651)"  

; SAC 7/26/01 - Expanded list to include spacer types and depend on NumPanes
0, ShellWiz:WinFrameType, 1
1,      ShellWiz:WinNumPanes,  1,  0   ; Single Pane => no insulated breaks
2,              0,    "- none -"
2,              1,    "Alum w/o Brk, Fixed"
2,             11,    "Alum w/o Brk, Operable"
2,             21,    "Alum w/o Brk, Curtainwall"
2,              2,    "Alum w/ Brk, Fixed"
2,             12,    "Alum w/ Brk, Operable"
2,             22,    "Alum w/ Brk, Curtainwall"
2,              3,    "Reinf'd Vinyl, Fixed"
2,             13,    "Reinf'd Vinyl, Operable"
2,              4,    "Wood, Alum Clad, Fixed"
2,             14,    "Wood, Alum Clad, Operable"
2,              5,    "Wood/Vinyl, Fixed"
2,             15,    "Wood/Vinyl, Operable"
2,              6,    "Ins Fibergls/Vinyl, Fixed"
2,             16,    "Ins Fibergls/Vinyl, Operable"
2,             27,    "Structural Glazing, Curtainwall"
1,      ShellWiz:WinNumPanes,  -999,  0   ; Two or more panes
2,              0,    "- none -"
2,              1,    "Alum w/o Brk, Fixed"
2,             11,    "Alum w/o Brk, Operable"
2,             21,    "Alum w/o Brk, Curtainwall"
2,              2,    "Alum w/ Brk, Fixed, Mtl Spacer"
2,            102,    "Alum w/ Brk, Fixed, Ins Spacer"
2,             12,    "Alum w/ Brk, Oper, Mtl Spacer"
2,            112,    "Alum w/ Brk, Oper, Ins Spacer"
2,             22,    "Alum w/ Brk, Curtain, Mtl Spacer"
2,            122,    "Alum w/ Brk, Curtain, Ins Spacer"
2,              3,    "Reinf'd Vinyl, Fixed, Mtl Spacer"
2,            103,    "Reinf'd Vinyl, Fixed, Ins Spacer"
2,             13,    "Reinf'd Vinyl, Oper, Mtl Spacer"
2,            113,    "Reinf'd Vinyl, Oper, Ins Spacer"
2,              4,    "Wood, Alum Clad, Fixed, Mtl Spacer"
2,            104,    "Wood, Alum Clad, Fixed, Ins Spacer"
2,             14,    "Wood, Alum Clad, Oper, Mtl Spacer"
2,            114,    "Wood, Alum Clad, Oper, Ins Spacer"
2,              5,    "Wood/Vinyl, Fixed, Mtl Spacer"
2,            105,    "Wood/Vinyl, Fixed, Ins Spacer"
2,             15,    "Wood/Vinyl, Oper, Mtl Spacer"
2,            115,    "Wood/Vinyl, Oper, Ins Spacer"
2,              6,    "Ins Fibergls/Vinyl, Fixed, Mtl Spacer"
2,            106,    "Ins Fibergls/Vinyl, Fixed, Ins Spacer"
2,             16,    "Ins Fibergls/Vinyl, Oper, Mtl Spacer"
2,            116,    "Ins Fibergls/Vinyl, Oper, Ins Spacer"
2,             27,    "Structural Glaz, Curtain, Mtl Spacer"
2,            127,    "Structural Glaz, Curtain, Ins Spacer"

0, EEMRun:WinFrameType, 1
1,      EEMRun:WinNumPanes,  1,  0   ; Single Pane => no insulated breaks
2,              0,    "- none -"
2,              1,    "Alum w/o Brk, Fixed"
2,             11,    "Alum w/o Brk, Operable"
2,             21,    "Alum w/o Brk, Curtainwall"
2,              2,    "Alum w/ Brk, Fixed"
2,             12,    "Alum w/ Brk, Operable"
2,             22,    "Alum w/ Brk, Curtainwall"
2,              3,    "Reinf'd Vinyl, Fixed"
2,             13,    "Reinf'd Vinyl, Operable"
2,              4,    "Wood, Alum Clad, Fixed"
2,             14,    "Wood, Alum Clad, Operable"
2,              5,    "Wood/Vinyl, Fixed"
2,             15,    "Wood/Vinyl, Operable"
2,              6,    "Ins Fibergls/Vinyl, Fixed"
2,             16,    "Ins Fibergls/Vinyl, Operable"
2,             27,    "Structural Glazing, Curtainwall"
1,      EEMRun:WinNumPanes,  -999,  0   ; Two or more panes
2,              0,    "- none -"
2,              1,    "Alum w/o Brk, Fixed"
2,             11,    "Alum w/o Brk, Operable"
2,             21,    "Alum w/o Brk, Curtainwall"
2,              2,    "Alum w/ Brk, Fixed, Mtl Spacer"
2,            102,    "Alum w/ Brk, Fixed, Ins Spacer"
2,             12,    "Alum w/ Brk, Oper, Mtl Spacer"
2,            112,    "Alum w/ Brk, Oper, Ins Spacer"
2,             22,    "Alum w/ Brk, Curtain, Mtl Spacer"
2,            122,    "Alum w/ Brk, Curtain, Ins Spacer"
2,              3,    "Reinf'd Vinyl, Fixed, Mtl Spacer"
2,            103,    "Reinf'd Vinyl, Fixed, Ins Spacer"
2,             13,    "Reinf'd Vinyl, Oper, Mtl Spacer"
2,            113,    "Reinf'd Vinyl, Oper, Ins Spacer"
2,              4,    "Wood, Alum Clad, Fixed, Mtl Spacer"
2,            104,    "Wood, Alum Clad, Fixed, Ins Spacer"
2,             14,    "Wood, Alum Clad, Oper, Mtl Spacer"
2,            114,    "Wood, Alum Clad, Oper, Ins Spacer"
2,              5,    "Wood/Vinyl, Fixed, Mtl Spacer"
2,            105,    "Wood/Vinyl, Fixed, Ins Spacer"
2,             15,    "Wood/Vinyl, Oper, Mtl Spacer"
2,            115,    "Wood/Vinyl, Oper, Ins Spacer"
2,              6,    "Ins Fibergls/Vinyl, Fixed, Mtl Spacer"
2,            106,    "Ins Fibergls/Vinyl, Fixed, Ins Spacer"
2,             16,    "Ins Fibergls/Vinyl, Oper, Mtl Spacer"
2,            116,    "Ins Fibergls/Vinyl, Oper, Ins Spacer"
2,             27,    "Structural Glaz, Curtain, Mtl Spacer"
2,            127,    "Structural Glaz, Curtain, Ins Spacer"

; SAC 7/13/04 - Added new property to indicate whether this glass type and assignment is to be applied to all By Floor floors vs. multi-level spaces
0, ShellWiz:WinAssignSpcType, 0
2,              0,    "By Floor"
2,              1,    "Multi-level"

0, ShellWiz:DoorType, 0
2,              0,    "- select another -"
2,              1,    "Opaque"
2,              2,    "Overhead"
2,              3,    "Glass"
2,              4,    "Sliding/Atrium Glass"
2,              5,    "Air Lock Entry (glass)"
2,              6,    "Revolving (glass)"

0, ShellWiz:OpaqueDoorType, 0
1,      ShellWiz:DoorType,  0, 0   ; => select another
2,              0,    "- select another -"
1,      ShellWiz:DoorType,  1, 0   ; => Opaque
2,              0,    "Steel Hollow core w/o Brk"
2,              1,    "Steel, Urethane Foam core w/o Brk"
2,              2,    "Steel, Mineral Bd core w/o Brk"
2,              3,    "Steel, Polystyrene core w/o Brk"
2,              4,    "Steel, Polyurethane core w/o Brk"
2,              5,    "Steel, Polyurethane core w/ Brk"
2,              6,    "Steel, Urethane Foam core w/ Brk"
2,             10,    "Wood, Hollow core Flush, 1-3/8 in."
2,             11,    "Wood, Hollow core Flush, 1-3/4 in."
2,             12,    "Wood, 7/16 in. Panel, 1-3/8 in."
2,             13,    "Wood, 7/16 in. Panel, 1-3/4 in."
2,             14,    "Wood, 1-1/8 in. Panel, 1-3/4 in."
2,             15,    "Wood, Solid core Flush, 1-3/8 in."
2,             16,    "Wood, Solid core Flush, 1-3/4 in."
1,      ShellWiz:DoorType,  2, 0   ; => Overhead
2,              0,    "Uninsulated Steel"
2,              1,    "Insulated Steel"
2,              2,    "Insulated Steel w/ Brk"
1,      ShellWiz:DoorType,  3, 0   ; => Glass
2,              0,    "- select another -"
1,      ShellWiz:DoorType,  4, 0   ; => Sliding/Atrium Glass
2,              0,    "- select another -"
1,      ShellWiz:DoorType,  5, 0   ; => Air Lock Entry (glass)
2,              0,    "- select another -"
1,      ShellWiz:DoorType,  6, 0   ; => Revolving (glass)
2,              0,    "- select another -"

; SAC 10/13/03 - Created DoorBDLCons property to facilitate BDL input generation
0, ShellWiz:DoorBDLCons, 0
2,              0,    "Default Construction U-VALUE"
2,              1,    "Sgl Lyr Unins Mtl Door"
2,              2,    "Dbl Lyr Unins Mtl Door"
2,              3,    "Min 1 3/4 in. Wd Door"
2,              4,    "Other Wd Door"

; 0, ShellWiz:DoorFrameType, 1
; 2,              0,    "- none -"
; 2,              1,    "Alum w/o Brk"
; 2,              2,    "Alum w/ Brk"
; 2,              3,    "Wood Frame"
; KJM 6/3/03 added values for T24 defaulting
0, ShellWiz:DoorFrameType, 1
2,              0,    "- none -"
2,              1,    "Alum w/o Brk"
2,              2,    "Alum w/ Brk"
2,              3,    "Wood/Vinyl"      	    ;KJM 6/3/03 Wood=>Wood/Vinyl
2,              4,    "Alum Clad Wood/Vinyl"	 ;KJM 6/3/03 added
1,      MainWiz:Jurisdiction,  999,  0        ; Backward Compatibility
2,              3,    "Wood Frame"


; SAC 1/13/05 - Removed EnableGlassProps flag since no longer utilized
0, ShellWiz:DGTCCategory, 7
; 1,         MainWiz:EnableGlassProps,    1,  7     ; SAC 6/11/02
2,             99,    "- specify properties -"    ; SAC 6/11/02
2,             98,    "- Window4/5 data -"        ; SAC 7/9/03
2,              1,    "Unglazed Opening"
2,              2,    "Single Clr/Tint"
2,              3,    "Single Reflective"
2,              4,    "Single Low-E"
2,              5,    "Single Electro"
2,              6,    "Double Clr/Tint"
2,              7,    "Double Reflective"
2,              8,    "Double Low-E"
2,              9,    "Double Electro"
2,             10,    "Triple Clr"
2,             11,    "Triple Low-E"
2,             12,    "Quadruple Low-E"
; 1,         MainWiz:EnableGlassProps, -999,  7     ; SAC 6/11/02
; 2,             98,    "- Window4/5 data -"        ; SAC 7/9/03
; 2,              1,    "Unglazed Opening"
; 2,              2,    "Single Clr/Tint"
; 2,              3,    "Single Reflective"
; 2,              4,    "Single Low-E"
; 2,              5,    "Single Electro"
; 2,              6,    "Double Clr/Tint"
; 2,              7,    "Double Reflective"
; 2,              8,    "Double Low-E"
; 2,              9,    "Double Electro"
; 2,             10,    "Triple Clr"
; 2,             11,    "Triple Low-E"
; 2,             12,    "Quadruple Low-E"

0, ShellWiz:DGlassTypeCode, -1
1,         ShellWiz:DGTCCategory,  1, 0      ; => Unglazed Opening
2,              0,    "Unglazed Opening (0)"  
1,         ShellWiz:DGTCCategory, 99, -1     ; => - specify properties -  SAC 2/25/02
2,              0,    "- none -"  
1,         ShellWiz:DGTCCategory, 98,  0     ; => - Window4/5 data -  SAC 7/9/03
2,              0,    "Select File"  
1,         ShellWiz:DGTCCategory,  2, 1000   ; => Single Clr/Tint
2,           1000,    "Single Clear 1/8in (1000)"  
2,           1001,    "Single Clear 1/4in (1001)"  
2,           1002,    "Single Clear Low Iron 1/8in (1002)"  
2,           1003,    "Single Clear Low Iron 1/5in (1003)"  
2,           1200,    "Single Bronze 1/8in (1200)"  
2,           1201,    "Single Bronze 1/4in (1201)"  
2,           1202,    "Single Green 1/8in (1202)"  
2,           1203,    "Single Green 1/4in (1203)"  
2,           1204,    "Single Grey 1/8in (1204)"  
2,           1205,    "Single Grey 1/4in (1205)"  
2,           1206,    "Single Blue 1/4in (1206)"  
1,         ShellWiz:DGTCCategory,  3, 1400   ; => Single Reflective
2,           1400,    "Single Ref-A-L Clear 1/4in (1400)"  
2,           1401,    "Single Ref-A-M Clear 1/4in (1401)"  
2,           1402,    "Single Ref-A-H Clear 1/4in (1402)"  
2,           1403,    "Single Ref-A-L Tint 1/4in (1403)"  
2,           1404,    "Single Ref-A-M Tint 1/4in (1404)"  
2,           1405,    "Single Ref-A-H Tint 1/4in (1405)"  
2,           1406,    "Single Ref-B-L Clear 1/4in (1406)"  
2,           1407,    "Single Ref-B-H Clear 1/4in (1407)"  
2,           1408,    "Single Ref-B-L Tint 1/4in (1408)"  
2,           1409,    "Single Ref-B-M Tint 1/4in (1409)"  
2,           1410,    "Single Ref-B-H Tint 1/4in (1410)"  
2,           1411,    "Single Ref-C-L Clear 1/4in (1411)"  
2,           1412,    "Single Ref-C-M Clear 1/4in (1412)"  
2,           1413,    "Single Ref-C-H Clear 1/4in (1413)"  
2,           1414,    "Single Ref-C-L Tint 1/4in (1414)"  
2,           1415,    "Single Ref-C-M Tint 1/4in (1415)"  
2,           1416,    "Single Ref-C-H Tint 1/4in (1416)"  
2,           1417,    "Single Ref-D Clear 1/4in (1417)"  
2,           1418,    "Single Ref-D Tint 1/4in (1418)"  
1,         ShellWiz:DGTCCategory,  4, 1600   ; => Single Low-E
2,           1600,    "Single Low-E (e2=.4) Clear 1/8in (1600)"  
2,           1601,    "Single Low-E (e2=.2) Clear 1/8in (1601)"  
2,           1602,    "Single Low-E (e2=.2) Clear 1/4in (1602)"  
1,         ShellWiz:DGTCCategory,  5, 1800   ; => Single Electro
2,           1800,    "Single Electro Abs Bleached 1/4in (1800)"  
2,           1801,    "Single Electro Abs Colored 1/4in (1801)"  
2,           1802,    "Single Electro Ref Bleached 1/4in (1802)"  
2,           1803,    "Single Electro Ref Colored 1/4in (1803)"  
1,         ShellWiz:DGTCCategory,  6, 2000   ; => Double Clr/Tint
2,           2000,    "Double Clear 1/8in, 1/4in Air (2000)"  
2,           2001,    "Double Clear 1/8in, 1/2in Air (2001)"  
2,           2002,    "Double Clear 1/8in, 1/2in Argon (2002)"  
2,           2003,    "Double Clear 1/4in, 1/4in Air (2003)"  
2,           2004,    "Double Clear 1/4in, 1/2in Air (2004)"  
2,           2005,    "Double Clear 1/4in, 1/2in Argon (2005)"  
2,           2006,    "Double Clear Low Iron 1/8in, 1/4in Air (2006)"  
2,           2007,    "Double Clear Low Iron 1/8in, 1/2in Air (2007)"  
2,           2008,    "Double Clear Low Iron 1/8in, 1/2in Argon (2008)"  
2,           2009,    "Double Clear Low Iron 1/5in, 1/4in Air (2009)"  
2,           2010,    "Double Clear Low Iron 1/5in, 1/2in Air (2010)"  
2,           2011,    "Double Clear Low Iron 1/5in, 1/2in Argon (2011)"  
2,           2200,    "Double Bronze 1/8in, 1/4in Air (2200)"  
2,           2201,    "Double Bronze 1/8in, 1/2in Air (2201)"  
2,           2202,    "Double Bronze 1/8in, 1/2in Argon (2202)"  
2,           2203,    "Double Bronze 1/4in, 1/4in Air (2203)"  
2,           2204,    "Double Bronze 1/4in, 1/2in Air (2204)"  
2,           2205,    "Double Bronze 1/4in, 1/2in Argon (2205)"  
2,           2206,    "Double Green 1/8in, 1/4in Air (2206)"  
2,           2207,    "Double Green 1/8in, 1/2in Air (2207)"  
2,           2208,    "Double Green 1/8in, 1/2in Argon (2208)"  
2,           2209,    "Double Green 1/4in, 1/4in Air (2209)"  
2,           2210,    "Double Green 1/4in, 1/2in Air (2210)"  
2,           2211,    "Double Green 1/4in, 1/2in Argon (2211)"  
2,           2212,    "Double Grey 1/8in, 1/4in Air (2212)"  
2,           2213,    "Double Grey 1/8in, 1/2in Air (2213)"  
2,           2214,    "Double Grey 1/8in, 1/2in Argon (2214)"  
2,           2215,    "Double Grey 1/4in, 1/4in Air (2215)"  
2,           2216,    "Double Grey 1/4in, 1/2in Air (2216)"  
2,           2217,    "Double Grey 1/4in, 1/2in Argon (2217)"  
2,           2218,    "Double Blue 1/4in, 1/4in Air (2218)"  
2,           2219,    "Double Blue 1/4in, 1/2in Air (2219)"  
2,           2220,    "Double Blue 1/4in, 1/2in Argon (2220)"  
1,         ShellWiz:DGTCCategory,  7, 2400   ; => Double Reflective
2,           2400,    "Double Ref-A-L Clear 1/4in, 1/4in Air (2400)"  
2,           2401,    "Double Ref-A-L Clear 1/4in, 1/2in Air (2401)"  
2,           2402,    "Double Ref-A-L Clear 1/4in, 1/2in Argon (2402)"  
2,           2403,    "Double Ref-A-M Clear 1/4in, 1/4in Air (2403)"  
2,           2404,    "Double Ref-A-M Clear 1/4in, 1/2in Air (2404)"  
2,           2405,    "Double Ref-A-M Clear 1/4in, 1/2in Argon (2405)"  
2,           2406,    "Double Ref-A-H Clear 1/4in, 1/4in Air (2406)"  
2,           2407,    "Double Ref-A-H 1/4in, 1/2in Air (2407)"  
2,           2408,    "Double Ref-A-H Clear 1/4in, 1/2in Argon (2408)"  
2,           2410,    "Double Ref-A-L Tint 1/4in, 1/4in Air (2410)"  
2,           2411,    "Double Ref-A-L Tint 1/4in, 1/2in Air (2411)"  
2,           2412,    "Double Ref-A-L Tint 1/4in, 1/2in Argon (2412)"  
2,           2413,    "Double Ref-A-M Tint 1/4in, 1/4in Air (2413)"  
2,           2414,    "Double Ref-A-M Tint 1/4in, 1/2in Air (2414)"  
2,           2415,    "Double Ref-A-M Tint 1/4in, 1/2in Argon (2415)"  
2,           2416,    "Double Ref-A-H Tint 1/4in, 1/4in Air (2416)"  
2,           2417,    "Double Ref-A-H Tint 1/4in, 1/2in Air (2417)"  
2,           2418,    "Double Ref-A-H Tint 1/4in, 1/2in Argon (2418)"  
2,           2420,    "Double Ref-B-L Clear 1/4in, 1/4in Air (2420)"  
2,           2421,    "Double Ref-B-L Clear 1/4in, 1/2in Air (2421)"  
2,           2422,    "Double Ref-B-L Clear 1/4in, 1/2in Argon (2422)"  
2,           2426,    "Double Ref-B-H Clear 1/4in, 1/4in Air (2426)"  
2,           2427,    "Double Ref-B-H Clear 1/4in, 1/2in Air (2427)"  
2,           2428,    "Double Ref-B-H Clear 1/4in, 1/2in Argon (2428)"  
2,           2430,    "Double Ref-B-L Tint 1/4in, 1/4in Air (2430)"  
2,           2431,    "Double Ref-B-L Tint 1/4in, 1/2in Air (2431)"  
2,           2432,    "Double Ref-B-L Tint 1/4in, 1/2in Argon (2432)"  
2,           2433,    "Double Ref-B-M Tint 1/4in, 1/4in Air (2433)"  
2,           2434,    "Double Ref-B-M Tint 1/4in, 1/2in Air (2434)"  
2,           2435,    "Double Ref-B-M Tint 1/4in, 1/2in Argon (2435)"  
2,           2436,    "Double Ref-B-H Tint 1/4in, 1/4in Air (2436)"  
2,           2437,    "Double Ref-B-H Tint 1/4in, 1/2in Air (2437)"  
2,           2438,    "Double Ref B-H Tint 1/4in, 1/2in Argon (2438)"  
2,           2440,    "Double Ref-C-L Clear 1/4in, 1/4in Air (2440)"  
2,           2441,    "Double Ref-C-L Clear 1/4in, 1/2in Air (2441)"  
2,           2442,    "Double Ref-C-L Clear 1/4in, 1/2in Argon (2442)"  
2,           2443,    "Double Ref-C-M Clear 1/4in, 1/4in Air (2443)"  
2,           2444,    "Double Ref-C-M Clear 1/4in, 1/2in Air (2444)"  
2,           2445,    "Double Ref-C-M Clear 1/4in, 1/2in Argon (2445)"  
2,           2446,    "Double Ref-C-H Clear 1/4in, 1/4in Air (2446)"  
2,           2447,    "Double Ref-C-H Clear 1/4in, 1/2in Air (2447)"  
2,           2448,    "Double Ref-C-H Clear 1/4in, 1/2in Argon (2448)"  
2,           2450,    "Double Ref-C-L Tint 1/4in, 1/4in Air (2450)"  
2,           2451,    "Double Ref-C-L Tint 1/4in, 1/2in Air (2451)"  
2,           2452,    "Double Ref-C-L Tint 1/4in, 1/2in Argon (2452)"  
2,           2453,    "Double Ref-C-M Tint 1/4in, 1/4in Air (2453)"  
2,           2454,    "Double Ref-C-M Tint 1/4in, 1/2in Air (2454)"  
2,           2455,    "Double Ref-C-M Tint 1/4in, 1/2in Argon (2455)"  
2,           2456,    "Double Ref-C-H Tint 1/4in, 1/4in Air (2456)"  
2,           2457,    "Double Ref-C-H Tint 1/4in, 1/2in Air (2457)"  
2,           2458,    "Double Ref-C-H Tint 1/4in, 1/2in Argon (2458)"  
2,           2460,    "Double Ref-D Clear 1/4in, 1/4in Air (2460)"  
2,           2461,    "Double Ref-D Clear 1/4in, 1/2in Air (2461)"  
2,           2462,    "Double Ref-D Clear 1/4in, 1/2in Argon (2462)"  
2,           2470,    "Double Ref-D Tint 1/4in, 1/4in Air (2470)"  
2,           2471,    "Double Ref-D Tint 1/4in, 1/2in Air (2471)"  
2,           2472,    "Double Ref-D Tint 1/4in, 1/2in Argon (2472)"  
1,         ShellWiz:DGTCCategory,  8, 2600   ; => Double Low-E
2,           2600,    "Dbl Low-E (e3=.4) Clear 1/8in, 1/4in Air (2600)"  
2,           2601,    "Dbl Low-E (e3=.4) Clear 1/8in, 1/2in Air (2601)"  
2,           2602,    "Dbl Low-E (e3=.4) Clear 1/8in, 1/2in Argon (2602)"  
2,           2610,    "Dbl Low-E (e3=.2) Clear 1/8in, 1/4in Air (2610)"  
2,           2611,    "Dbl Low-E (e3=.2) Clear 1/8in, 1/2in Air (2611)"  
2,           2612,    "Dbl Low-E (e3=.2) Clear 1/8in, 1/2in Argon (2612)"  
2,           2613,    "Dbl Low-E (e3=.2) Clear 1/4in, 1/4in Air (2613)"  
2,           2614,    "Dbl Low-E (e3=.2) Clear 1/4in, 1/2in Air (2614)"  
2,           2615,    "Dbl Low-E (e3=.2) Clear 1/4in, 1/2in Argon (2615)"  
2,           2630,    "Dbl Low-E (e2=.1) Clear 1/8in, 1/4in Air (2630)"  
2,           2631,    "Dbl Low-E (e2=.1) Clear 1/8in, 1/2in Air (2631)"  
2,           2632,    "Dbl Low-E (e2=.1) Clear 1/8in, 1/2in Argon (2632)"  
2,           2633,    "Dbl Low-E (e2=.1) Clear 1/4in, 1/4in Air (2633)"  
2,           2634,    "Dbl Low-E (e2=.1) Clear 1/4in, 1/2in Air (2634)"  
2,           2635,    "Dbl Low-E (e2=.1) Clear 1/4in, 1/2in Argon (2635)"  
2,           2636,    "Dbl Low-E (e2=.1) Tint 1/4in, 1/4in Air (2636)"  
2,           2637,    "Dbl Low-E (e2=.1) Tint 1/4in, 1/2in Air (2637)"  
2,           2638,    "Dbl Low-E (e2=.1) Tint 1/4in, 1/2in Argon (2638)"  
2,           2640,    "Dbl Low-E (e3=.1) Clear 1/8in, 1/4in Air (2640)"  
2,           2641,    "Dbl Low-E (e3=.1) Clear 1/8in, 1/2in Air (2641)"  
2,           2642,    "Dbl Low-E (e3=.1) Clear 1/8in, 1/2in Argon (2642)"  
2,           2660,    "Dbl Low-E (e2=.04) Clr 1/8in, 1/4in, 1/4in Air (2660)"  
2,           2661,    "Dbl Low-E (e2=.04) Clr 1/8in, 1/2in, 1/4in Air (2661)"  
2,           2662,    "Dbl Low-E (e2=.04) Clr 1/8in, 1/2in, 1/4in Argon (2662)"  
2,           2664,    "Dbl Low-E (e2=.04) Clr 1/4in, 1/2in Air (2664)"  
2,           2665,    "Dbl Low-E (e2=.04) Clr 1/4in, 1/2in Argon (2665)"  
2,           2666,    "Dbl Low-E (e2=.04) Tint 1/4in, 1/4in Air (2666)"  
2,           2667,    "Dbl Low-E (e2=.04) Tint 1/4in, 1/2in Air (2667)"  
2,           2668,    "Dbl Low-E (e2=.04) Tint 1/4in, 1/2in Argon (2668)"  
1,         ShellWiz:DGTCCategory,  9, 2800   ; => Double Electro
2,           2800,    "Double Electro Abs Bleached 1/4in, 1/4in Air (2800)"  
2,           2801,    "Double Electro Abs Colored 1/4in, 1/4in Air (2801)"  
2,           2802,    "Double Electro Abs Bleached 1/4in, 1/2in Air (2802)"  
2,           2803,    "Double Electro Abs Colored 1/4in, 1/2in Air (2803)"  
2,           2804,    "Double Electro Abs Bleached 1/4in, 1/2in Argon (2804)"  
2,           2805,    "Double Electro Abs Colored 1/4in, 1/2in Argon (2805)"  
2,           2820,    "Double Electro Ref Bleached 1/4in, 1/4in Air (2820)"  
2,           2821,    "Double Electro Ref Colored 1/4in, 1/4in Air (2821)"  
2,           2822,    "Double Electro Ref Bleached 1/4in, 1/2in Air (2822)"  
2,           2823,    "Double Electro Ref Colored 1/4in, 1/2in Air (2823)"  
2,           2824,    "Double Electro Ref Bleached 1/4in, 1/2in Argon (2824)"  
2,           2825,    "Double Electro Ref Colored 1/4in, 1/2in Argon (2825)"  
2,           2840,    "Dbl Low-E Electro Abs Blchd 1/4in, 1/4in Air (2840)"  
2,           2841,    "Dbl Low-E Electro Abs Clrd 1/4in, 1/4in Air (2841)"  
2,           2842,    "Dbl Low-E Electro Abs Blchd 1/4in, 1/2in Air (2842)"  
2,           2843,    "Dbl Low-E Electro Abs Clrd 1/4in, 1/2in Air (2843)"  
2,           2844,    "Dbl Low-E Electro Abs Blchd 1/4in, 1/2in Argon (2844)"  
2,           2845,    "Dbl Low-E Electro Abs Clrd 1/4in, 1/2in Argon (2845)"  
2,           2860,    "Dbl Low-E Electro Ref Blchd 1/4in, 1/4in Air (2860)"  
2,           2861,    "Dbl Low-E Electro Ref Clrd 1/4in, 1/4in Air (2861)"  
2,           2862,    "Dbl Low-E Electro Ref Blchd 1/4in, 1/2in Air (2862)"  
2,           2863,    "Dbl Low-E Electro Ref Clrd 1/4in, 1/2in Air (2863)"  
2,           2864,    "Dbl Low-E Electro Ref Blchd 1/4in, 1/2in Argon (2864)"  
2,           2865,    "Dbl Low-E Electro Ref Clrd 1/4in, 1/2in Argon (2865)"  
1,         ShellWiz:DGTCCategory, 10, 3001   ; => Triple Clr
2,           3001,    "Trpl Clear 1/8in, 1/4in Air (3001)"  
2,           3002,    "Trpl Clear 1/8in, 1/2in Air (3002)"  
2,           3003,    "Trpl Clear 1/8in, 1/2in Argon (3003)"  
1,         ShellWiz:DGTCCategory, 11, 3601   ; => Triple Low-E
2,           3601,    "Trpl Low-E (e5=.1) Clear 1/8in, 1/4in Air (3601)"  
2,           3602,    "Trpl Low-E (e5=.1) Clear 1/8in, 1/2in Air (3602)"  
2,           3603,    "Trpl Low-E (e5=.1) Clear 1/8in, 1/2in Argon (3603)"  
2,           3621,    "Trpl Low-E (e2=e5=.1) Clr 1/8in, 1/4in Air (3621)"  
2,           3622,    "Trpl Low-E (e2=e5=.1) Clr 1/8in, 1/2in Air (3622)"  
2,           3623,    "Trpl Low-E (e2=e5=.1) Clr 1/8in, 1/2in Argon (3623)"  
2,           3641,    "Trpl Low-E Film (88) Clear 1/8in, 1/4in Air (3641)"  
2,           3642,    "Trpl Low-E Film (88) Clear 1/8in, 1/2in Air (3642)"  
2,           3651,    "Trpl Low-E Film (77) Clear 1/8in, 1/4in Air (3651)"  
2,           3652,    "Trpl Low-E Film (77) Clear 1/8in, 1/2in Air (3652)"  
2,           3661,    "Trpl Low-E Film (66) Clear 1/4in, 1/4in Air (3661)"  
2,           3662,    "Trpl Low-E Film (66) Clear 1/4in, 1/2in Air (3662)"  
2,           3663,    "Trpl Low-E Film (66) Tint 1/4in, 1/4in Air (3663)"  
2,           3664,    "Trpl Low-E Film (66) Tint 1/4in, 1/2in Air (3664)"  
2,           3671,    "Trpl Low-E Film (55) Clear 1/4in, 1/4in Air (3671)"  
2,           3672,    "Trpl Low-E Film (55) Clear 1/4in, 1/2in Air (3672)"  
2,           3673,    "Trpl Low-E Film (55) Tint 1/4in, 1/4in Air (3673)"  
2,           3674,    "Trpl Low-E Film (55) Tint 1/4in, 1/2in Air (3674)"  
2,           3681,    "Trpl Low-E Film (44) Tint 1/4in, 1/4in Air (3681)"  
2,           3682,    "Trpl Low-E Film (44) Tint 1/4in, 1/2in (3682)"  
2,           3691,    "Trpl Low-E Film (33) Tint 1/4in, 1/4in Air (3691)"  
2,           3692,    "Trpl Low-E Film (33) Tint 1/4in, 1/2in Air (3692)"  
1,         ShellWiz:DGTCCategory, 12, 4651   ; => Quadruple Low-E
2,           4651,    "Quad Low-E Films Clear 1/8in, 1/3in Krypton (4651)"  

; SAC 7/9/03 - Added new property to handle selection of Window4/5 Report file
0, ShellWiz:DGTC_WindowFile,  98
2,             98,    "- Select File -"  


; SAC 1/13/05 - Removed EnableGlassProps flag since no longer utilized
0, ShellWiz:GlazingCategory, 1
0, EEMRun:SkyltGlazCateg, 1
; 1,         MainWiz:EnableGlassProps,    1,  1     ; SAC 6/12/02
2,             99, "- specify properties -"       ; SAC 6/12/02
2,             98, "- Window4/5 data -"           ; SAC 7/9/03
2,              1, "Domed, Alum Frame w/o Brk" 
2,              2, "Domed, Alum Frame w/ Brk" 
2,              3, "Domed, Alum Clad Wood Frame" 
2,              4, "Domed, Wood or Vinyl Frame" 
2,              5, "Flat/Pyramid, Alum Frame w/o Brk" 
2,              6, "Flat/Pyramid, Alum Frame w/ Brk" 
2,              7, "Flat/Pyramid, Alum Clad Wood Frame" 
2,              8, "Flat/Pyramid, Wood or Vinyl Frame" 
; 1,         MainWiz:EnableGlassProps, -999,  1     ; SAC 6/12/02
; 2,             98, "- Window4/5 data -"           ; SAC 7/9/03
; 2,              1, "Domed, Alum Frame w/o Brk" 
; 2,              2, "Domed, Alum Frame w/ Brk" 
; 2,              3, "Domed, Alum Clad Wood Frame" 
; 2,              4, "Domed, Wood or Vinyl Frame" 
; 2,              5, "Flat/Pyramid, Alum Frame w/o Brk" 
; 2,              6, "Flat/Pyramid, Alum Frame w/ Brk" 
; 2,              7, "Flat/Pyramid, Alum Clad Wood Frame" 
; 2,              8, "Flat/Pyramid, Wood or Vinyl Frame" 

0, ShellWiz:GlazingType, 1
1,      ShellWiz:GlazingCategory, 99,    0   ; SAC 6/12/02 - added '- specify properties -'
2,              0, "- user specified -"  
1,      ShellWiz:GlazingCategory, 98,   98   ; => - Window4/5 data -  SAC 7/9/03
2,              0,    "Select File"  
1,      ShellWiz:GlazingCategory, 1,  1202   ; Domed, Alum Frame w/o Brk
2,           1101, "Sgl Acrylic Clear"
2,           1102, "Sgl Acrylic White (Translucent)"
2,           1103, "Sgl Acrylic Bronze"
2,           1104, "Sgl Acrylic Grey"
2,           1105, "Sgl Acrylic/Fibergls Clear (Crystal)"
2,           1106, "Sgl Acrylic/Fibergls White (Translucent)"
2,           1107, "Sgl Acrylic/Fibergls Bronze"
2,           1108, "Sgl Acrylic/Fibergls Grey"
2,           1109, "Sgl Polycarbonate Clear (Crystal)"
2,           1110, "Sgl Polycarbonate White (Translucent)"
2,           1111, "Sgl Polycarbonate Bronze"
2,           1112, "Sgl Polycarbonate Grey"
2,           1201, "Dbl Acrylic Clear"
2,           1202, "Dbl Acrylic White (Translucent)"
2,           1203, "Dbl Acrylic Bronze"
2,           1204, "Dbl Acrylic Grey"
2,           1205, "Dbl Acrylic/Fibergls Clear (Crystal)"
2,           1206, "Dbl Acrylic/Fibergls White (Translucent)"
2,           1207, "Dbl Acrylic/Fibergls Bronze"
2,           1208, "Dbl Acrylic/Fibergls Grey"
2,           1209, "Dbl Polycarbonate Clear (Crystal)"
2,           1210, "Dbl Polycarbonate White (Translucent)"
2,           1211, "Dbl Polycarbonate Bronze"
2,           1212, "Dbl Polycarbonate Grey"
1,      ShellWiz:GlazingCategory, 2, 2202   ; Domed, Alum Frame w/ Brk
2,           2101, "Sgl Acrylic Clear"
2,           2102, "Sgl Acrylic White (Translucent)"
2,           2103, "Sgl Acrylic Bronze"
2,           2104, "Sgl Acrylic Grey"
2,           2105, "Sgl Acrylic/Fibergls Clear (Crystal)"
2,           2106, "Sgl Acrylic/Fibergls White (Translucent)"
2,           2107, "Sgl Acrylic/Fibergls Bronze"
2,           2108, "Sgl Acrylic/Fibergls Grey"
2,           2109, "Sgl Polycarbonate Clear (Crystal)"
2,           2110, "Sgl Polycarbonate White (Translucent)"
2,           2111, "Sgl Polycarbonate Bronze"
2,           2112, "Sgl Polycarbonate Grey"
2,           2201, "Dbl Acrylic Clear"
2,           2202, "Dbl Acrylic White (Translucent)"
2,           2203, "Dbl Acrylic Bronze"
2,           2204, "Dbl Acrylic Grey"
2,           2205, "Dbl Acrylic/Fibergls Clear (Crystal)"
2,           2206, "Dbl Acrylic/Fibergls White (Translucent)"
2,           2207, "Dbl Acrylic/Fibergls Bronze"
2,           2208, "Dbl Acrylic/Fibergls Grey"
2,           2209, "Dbl Polycarbonate Clear (Crystal)"
2,           2210, "Dbl Polycarbonate White (Translucent)"
2,           2211, "Dbl Polycarbonate Bronze"
2,           2212, "Dbl Polycarbonate Grey"
1,      ShellWiz:GlazingCategory, 3, 3202   ; Domed, Alum Clad Wood Frame
2,           3101, "Sgl Acrylic Clear"
2,           3102, "Sgl Acrylic White (Translucent)"
2,           3103, "Sgl Acrylic Bronze"
2,           3104, "Sgl Acrylic Grey"
2,           3105, "Sgl Acrylic/Fibergls Clear (Crystal)"
2,           3106, "Sgl Acrylic/Fibergls White (Translucent)"
2,           3107, "Sgl Acrylic/Fibergls Bronze"
2,           3108, "Sgl Acrylic/Fibergls Grey"
2,           3109, "Sgl Polycarbonate Clear (Crystal)"
2,           3110, "Sgl Polycarbonate White (Translucent)"
2,           3111, "Sgl Polycarbonate Bronze"
2,           3112, "Sgl Polycarbonate Grey"
2,           3201, "Dbl Acrylic Clear"
2,           3202, "Dbl Acrylic White (Translucent)"
2,           3203, "Dbl Acrylic Bronze"
2,           3204, "Dbl Acrylic Grey"
2,           3205, "Dbl Acrylic/Fibergls Clear (Crystal)"
2,           3206, "Dbl Acrylic/Fibergls White (Translucent)"
2,           3207, "Dbl Acrylic/Fibergls Bronze"
2,           3208, "Dbl Acrylic/Fibergls Grey"
2,           3209, "Dbl Polycarbonate Clear (Crystal)"
2,           3210, "Dbl Polycarbonate White (Translucent)"
2,           3211, "Dbl Polycarbonate Bronze"
2,           3212, "Dbl Polycarbonate Grey"
1,      ShellWiz:GlazingCategory, 4, 4202   ; Domed, Wood or Vinyl Frame
2,           4101, "Sgl Acrylic Clear"
2,           4102, "Sgl Acrylic White (Translucent)"
2,           4103, "Sgl Acrylic Bronze"
2,           4104, "Sgl Acrylic Grey"
2,           4105, "Sgl Acrylic/Fibergls Clear (Crystal)"
2,           4106, "Sgl Acrylic/Fibergls White (Translucent)"
2,           4107, "Sgl Acrylic/Fibergls Bronze"
2,           4108, "Sgl Acrylic/Fibergls Grey"
2,           4109, "Sgl Polycarbonate Clear (Crystal)"
2,           4110, "Sgl Polycarbonate White (Translucent)"
2,           4111, "Sgl Polycarbonate Bronze"
2,           4112, "Sgl Polycarbonate Grey"
2,           4201, "Dbl Acrylic Clear"
2,           4202, "Dbl Acrylic White (Translucent)"
2,           4203, "Dbl Acrylic Bronze"
2,           4204, "Dbl Acrylic Grey"
2,           4205, "Dbl Acrylic/Fibergls Clear (Crystal)"
2,           4206, "Dbl Acrylic/Fibergls White (Translucent)"
2,           4207, "Dbl Acrylic/Fibergls Bronze"
2,           4208, "Dbl Acrylic/Fibergls Grey"
2,           4209, "Dbl Polycarbonate Clear (Crystal)"
2,           4210, "Dbl Polycarbonate White (Translucent)"
2,           4211, "Dbl Polycarbonate Bronze"
2,           4212, "Dbl Polycarbonate Grey"
1,      ShellWiz:GlazingCategory, 5,  5102   ; Flat/Pyramid, Alum Frame w/o Brk
2,           5101, "Sgl Acrylic Clear"
2,           5102, "Sgl Acrylic White (Translucent)"
2,           5103, "Sgl Acrylic Bronze"
2,           5104, "Sgl Acrylic Grey"
2,           5105, "Sgl Acrylic/Fibergls Clear (Crystal)"
2,           5106, "Sgl Acrylic/Fibergls White (Translucent)"
2,           5107, "Sgl Acrylic/Fibergls Bronze"
2,           5108, "Sgl Acrylic/Fibergls Grey"
2,           5109, "Sgl Polycarbonate Clear (Crystal)"
2,           5110, "Sgl Polycarbonate White (Translucent)"
2,           5111, "Sgl Polycarbonate Bronze"
2,           5112, "Sgl Polycarbonate Grey"
2,           5201, "Dbl Acrylic Clear"
2,           5202, "Dbl Acrylic White (Translucent)"
2,           5203, "Dbl Acrylic Bronze"
2,           5204, "Dbl Acrylic Grey"
2,           5205, "Dbl Acrylic/Fibergls Clear (Crystal)"
2,           5206, "Dbl Acrylic/Fibergls White (Translucent)"
2,           5207, "Dbl Acrylic/Fibergls Bronze"
2,           5208, "Dbl Acrylic/Fibergls Grey"
2,           5209, "Dbl Polycarbonate Clear (Crystal)"
2,           5210, "Dbl Polycarbonate White (Translucent)"
2,           5211, "Dbl Polycarbonate Bronze"
2,           5212, "Dbl Polycarbonate Grey"
1,      ShellWiz:GlazingCategory, 6, 6102   ; Flat/Pyramid, Alum Frame w/ Brk
2,           6101, "Sgl Acrylic Clear"
2,           6102, "Sgl Acrylic White (Translucent)"
2,           6103, "Sgl Acrylic Bronze"
2,           6104, "Sgl Acrylic Grey"
2,           6105, "Sgl Acrylic/Fibergls Clear (Crystal)"
2,           6106, "Sgl Acrylic/Fibergls White (Translucent)"
2,           6107, "Sgl Acrylic/Fibergls Bronze"
2,           6108, "Sgl Acrylic/Fibergls Grey"
2,           6109, "Sgl Polycarbonate Clear (Crystal)"
2,           6110, "Sgl Polycarbonate White (Translucent)"
2,           6111, "Sgl Polycarbonate Bronze"
2,           6112, "Sgl Polycarbonate Grey"
2,           6201, "Dbl Acrylic Clear"
2,           6202, "Dbl Acrylic White (Translucent)"
2,           6203, "Dbl Acrylic Bronze"
2,           6204, "Dbl Acrylic Grey"
2,           6205, "Dbl Acrylic/Fibergls Clear (Crystal)"
2,           6206, "Dbl Acrylic/Fibergls White (Translucent)"
2,           6207, "Dbl Acrylic/Fibergls Bronze"
2,           6208, "Dbl Acrylic/Fibergls Grey"
2,           6209, "Dbl Polycarbonate Clear (Crystal)"
2,           6210, "Dbl Polycarbonate White (Translucent)"
2,           6211, "Dbl Polycarbonate Bronze"
2,           6212, "Dbl Polycarbonate Grey"
1,      ShellWiz:GlazingCategory, 7, 7102   ; Flat/Pyramid, Alum Clad Wood Frame
2,           7101, "Sgl Acrylic Clear"
2,           7102, "Sgl Acrylic White (Translucent)"
2,           7103, "Sgl Acrylic Bronze"
2,           7104, "Sgl Acrylic Grey"
2,           7105, "Sgl Acrylic/Fibergls Clear (Crystal)"
2,           7106, "Sgl Acrylic/Fibergls White (Translucent)"
2,           7107, "Sgl Acrylic/Fibergls Bronze"
2,           7108, "Sgl Acrylic/Fibergls Grey"
2,           7109, "Sgl Polycarbonate Clear (Crystal)"
2,           7110, "Sgl Polycarbonate White (Translucent)"
2,           7111, "Sgl Polycarbonate Bronze"
2,           7112, "Sgl Polycarbonate Grey"
2,           7201, "Dbl Acrylic Clear"
2,           7202, "Dbl Acrylic White (Translucent)"
2,           7203, "Dbl Acrylic Bronze"
2,           7204, "Dbl Acrylic Grey"
2,           7205, "Dbl Acrylic/Fibergls Clear (Crystal)"
2,           7206, "Dbl Acrylic/Fibergls White (Translucent)"
2,           7207, "Dbl Acrylic/Fibergls Bronze"
2,           7208, "Dbl Acrylic/Fibergls Grey"
2,           7209, "Dbl Polycarbonate Clear (Crystal)"
2,           7210, "Dbl Polycarbonate White (Translucent)"
2,           7211, "Dbl Polycarbonate Bronze"
2,           7212, "Dbl Polycarbonate Grey"
1,      ShellWiz:GlazingCategory, 8, 8102   ; Flat/Pyramid, Wood or Vinyl Frame
2,           8101, "Sgl Acrylic Clear"
2,           8102, "Sgl Acrylic White (Translucent)"
2,           8103, "Sgl Acrylic Bronze"
2,           8104, "Sgl Acrylic Grey"
2,           8105, "Sgl Acrylic/Fibergls Clear (Crystal)"
2,           8106, "Sgl Acrylic/Fibergls White (Translucent)"
2,           8107, "Sgl Acrylic/Fibergls Bronze"
2,           8108, "Sgl Acrylic/Fibergls Grey"
2,           8109, "Sgl Polycarbonate Clear (Crystal)"
2,           8110, "Sgl Polycarbonate White (Translucent)"
2,           8111, "Sgl Polycarbonate Bronze"
2,           8112, "Sgl Polycarbonate Grey"
2,           8201, "Dbl Acrylic Clear"
2,           8202, "Dbl Acrylic White (Translucent)"
2,           8203, "Dbl Acrylic Bronze"
2,           8204, "Dbl Acrylic Grey"
2,           8205, "Dbl Acrylic/Fibergls Clear (Crystal)"
2,           8206, "Dbl Acrylic/Fibergls White (Translucent)"
2,           8207, "Dbl Acrylic/Fibergls Bronze"
2,           8208, "Dbl Acrylic/Fibergls Grey"
2,           8209, "Dbl Polycarbonate Clear (Crystal)"
2,           8210, "Dbl Polycarbonate White (Translucent)"
2,           8211, "Dbl Polycarbonate Bronze"
2,           8212, "Dbl Polycarbonate Grey"

0, EEMRun:SkyltGlazType, 1
1,      EEMRun:SkyltGlazCateg, 99,    0   ; SAC 6/12/02 - added '- specify properties -'
2,              0, "- user specified -"  
1,      EEMRun:SkyltGlazCateg, 1,  1202   ; Domed, Alum Frame w/o Brk
2,           1101, "Sgl Acrylic Clear"
2,           1102, "Sgl Acrylic White (Translucent)"
2,           1103, "Sgl Acrylic Bronze"
2,           1104, "Sgl Acrylic Grey"
2,           1105, "Sgl Acrylic/Fibergls Clear (Crystal)"
2,           1106, "Sgl Acrylic/Fibergls White (Translucent)"
2,           1107, "Sgl Acrylic/Fibergls Bronze"
2,           1108, "Sgl Acrylic/Fibergls Grey"
2,           1109, "Sgl Polycarbonate Clear (Crystal)"
2,           1110, "Sgl Polycarbonate White (Translucent)"
2,           1111, "Sgl Polycarbonate Bronze"
2,           1112, "Sgl Polycarbonate Grey"
2,           1201, "Dbl Acrylic Clear"
2,           1202, "Dbl Acrylic White (Translucent)"
2,           1203, "Dbl Acrylic Bronze"
2,           1204, "Dbl Acrylic Grey"
2,           1205, "Dbl Acrylic/Fibergls Clear (Crystal)"
2,           1206, "Dbl Acrylic/Fibergls White (Translucent)"
2,           1207, "Dbl Acrylic/Fibergls Bronze"
2,           1208, "Dbl Acrylic/Fibergls Grey"
2,           1209, "Dbl Polycarbonate Clear (Crystal)"
2,           1210, "Dbl Polycarbonate White (Translucent)"
2,           1211, "Dbl Polycarbonate Bronze"
2,           1212, "Dbl Polycarbonate Grey"
1,      EEMRun:SkyltGlazCateg, 2, 2202   ; Domed, Alum Frame w/ Brk
2,           2101, "Sgl Acrylic Clear"
2,           2102, "Sgl Acrylic White (Translucent)"
2,           2103, "Sgl Acrylic Bronze"
2,           2104, "Sgl Acrylic Grey"
2,           2105, "Sgl Acrylic/Fibergls Clear (Crystal)"
2,           2106, "Sgl Acrylic/Fibergls White (Translucent)"
2,           2107, "Sgl Acrylic/Fibergls Bronze"
2,           2108, "Sgl Acrylic/Fibergls Grey"
2,           2109, "Sgl Polycarbonate Clear (Crystal)"
2,           2110, "Sgl Polycarbonate White (Translucent)"
2,           2111, "Sgl Polycarbonate Bronze"
2,           2112, "Sgl Polycarbonate Grey"
2,           2201, "Dbl Acrylic Clear"
2,           2202, "Dbl Acrylic White (Translucent)"
2,           2203, "Dbl Acrylic Bronze"
2,           2204, "Dbl Acrylic Grey"
2,           2205, "Dbl Acrylic/Fibergls Clear (Crystal)"
2,           2206, "Dbl Acrylic/Fibergls White (Translucent)"
2,           2207, "Dbl Acrylic/Fibergls Bronze"
2,           2208, "Dbl Acrylic/Fibergls Grey"
2,           2209, "Dbl Polycarbonate Clear (Crystal)"
2,           2210, "Dbl Polycarbonate White (Translucent)"
2,           2211, "Dbl Polycarbonate Bronze"
2,           2212, "Dbl Polycarbonate Grey"
1,      EEMRun:SkyltGlazCateg, 3, 3202   ; Domed, Alum Clad Wood Frame
2,           3101, "Sgl Acrylic Clear"
2,           3102, "Sgl Acrylic White (Translucent)"
2,           3103, "Sgl Acrylic Bronze"
2,           3104, "Sgl Acrylic Grey"
2,           3105, "Sgl Acrylic/Fibergls Clear (Crystal)"
2,           3106, "Sgl Acrylic/Fibergls White (Translucent)"
2,           3107, "Sgl Acrylic/Fibergls Bronze"
2,           3108, "Sgl Acrylic/Fibergls Grey"
2,           3109, "Sgl Polycarbonate Clear (Crystal)"
2,           3110, "Sgl Polycarbonate White (Translucent)"
2,           3111, "Sgl Polycarbonate Bronze"
2,           3112, "Sgl Polycarbonate Grey"
2,           3201, "Dbl Acrylic Clear"
2,           3202, "Dbl Acrylic White (Translucent)"
2,           3203, "Dbl Acrylic Bronze"
2,           3204, "Dbl Acrylic Grey"
2,           3205, "Dbl Acrylic/Fibergls Clear (Crystal)"
2,           3206, "Dbl Acrylic/Fibergls White (Translucent)"
2,           3207, "Dbl Acrylic/Fibergls Bronze"
2,           3208, "Dbl Acrylic/Fibergls Grey"
2,           3209, "Dbl Polycarbonate Clear (Crystal)"
2,           3210, "Dbl Polycarbonate White (Translucent)"
2,           3211, "Dbl Polycarbonate Bronze"
2,           3212, "Dbl Polycarbonate Grey"
1,      EEMRun:SkyltGlazCateg, 4, 4202   ; Domed, Wood or Vinyl Frame
2,           4101, "Sgl Acrylic Clear"
2,           4102, "Sgl Acrylic White (Translucent)"
2,           4103, "Sgl Acrylic Bronze"
2,           4104, "Sgl Acrylic Grey"
2,           4105, "Sgl Acrylic/Fibergls Clear (Crystal)"
2,           4106, "Sgl Acrylic/Fibergls White (Translucent)"
2,           4107, "Sgl Acrylic/Fibergls Bronze"
2,           4108, "Sgl Acrylic/Fibergls Grey"
2,           4109, "Sgl Polycarbonate Clear (Crystal)"
2,           4110, "Sgl Polycarbonate White (Translucent)"
2,           4111, "Sgl Polycarbonate Bronze"
2,           4112, "Sgl Polycarbonate Grey"
2,           4201, "Dbl Acrylic Clear"
2,           4202, "Dbl Acrylic White (Translucent)"
2,           4203, "Dbl Acrylic Bronze"
2,           4204, "Dbl Acrylic Grey"
2,           4205, "Dbl Acrylic/Fibergls Clear (Crystal)"
2,           4206, "Dbl Acrylic/Fibergls White (Translucent)"
2,           4207, "Dbl Acrylic/Fibergls Bronze"
2,           4208, "Dbl Acrylic/Fibergls Grey"
2,           4209, "Dbl Polycarbonate Clear (Crystal)"
2,           4210, "Dbl Polycarbonate White (Translucent)"
2,           4211, "Dbl Polycarbonate Bronze"
2,           4212, "Dbl Polycarbonate Grey"
1,      EEMRun:SkyltGlazCateg, 5,  5102   ; Flat/Pyramid, Alum Frame w/o Brk
2,           5101, "Sgl Acrylic Clear"
2,           5102, "Sgl Acrylic White (Translucent)"
2,           5103, "Sgl Acrylic Bronze"
2,           5104, "Sgl Acrylic Grey"
2,           5105, "Sgl Acrylic/Fibergls Clear (Crystal)"
2,           5106, "Sgl Acrylic/Fibergls White (Translucent)"
2,           5107, "Sgl Acrylic/Fibergls Bronze"
2,           5108, "Sgl Acrylic/Fibergls Grey"
2,           5109, "Sgl Polycarbonate Clear (Crystal)"
2,           5110, "Sgl Polycarbonate White (Translucent)"
2,           5111, "Sgl Polycarbonate Bronze"
2,           5112, "Sgl Polycarbonate Grey"
2,           5201, "Dbl Acrylic Clear"
2,           5202, "Dbl Acrylic White (Translucent)"
2,           5203, "Dbl Acrylic Bronze"
2,           5204, "Dbl Acrylic Grey"
2,           5205, "Dbl Acrylic/Fibergls Clear (Crystal)"
2,           5206, "Dbl Acrylic/Fibergls White (Translucent)"
2,           5207, "Dbl Acrylic/Fibergls Bronze"
2,           5208, "Dbl Acrylic/Fibergls Grey"
2,           5209, "Dbl Polycarbonate Clear (Crystal)"
2,           5210, "Dbl Polycarbonate White (Translucent)"
2,           5211, "Dbl Polycarbonate Bronze"
2,           5212, "Dbl Polycarbonate Grey"
1,      EEMRun:SkyltGlazCateg, 6, 6102   ; Flat/Pyramid, Alum Frame w/ Brk
2,           6101, "Sgl Acrylic Clear"
2,           6102, "Sgl Acrylic White (Translucent)"
2,           6103, "Sgl Acrylic Bronze"
2,           6104, "Sgl Acrylic Grey"
2,           6105, "Sgl Acrylic/Fibergls Clear (Crystal)"
2,           6106, "Sgl Acrylic/Fibergls White (Translucent)"
2,           6107, "Sgl Acrylic/Fibergls Bronze"
2,           6108, "Sgl Acrylic/Fibergls Grey"
2,           6109, "Sgl Polycarbonate Clear (Crystal)"
2,           6110, "Sgl Polycarbonate White (Translucent)"
2,           6111, "Sgl Polycarbonate Bronze"
2,           6112, "Sgl Polycarbonate Grey"
2,           6201, "Dbl Acrylic Clear"
2,           6202, "Dbl Acrylic White (Translucent)"
2,           6203, "Dbl Acrylic Bronze"
2,           6204, "Dbl Acrylic Grey"
2,           6205, "Dbl Acrylic/Fibergls Clear (Crystal)"
2,           6206, "Dbl Acrylic/Fibergls White (Translucent)"
2,           6207, "Dbl Acrylic/Fibergls Bronze"
2,           6208, "Dbl Acrylic/Fibergls Grey"
2,           6209, "Dbl Polycarbonate Clear (Crystal)"
2,           6210, "Dbl Polycarbonate White (Translucent)"
2,           6211, "Dbl Polycarbonate Bronze"
2,           6212, "Dbl Polycarbonate Grey"
1,      EEMRun:SkyltGlazCateg, 7, 7102   ; Flat/Pyramid, Alum Clad Wood Frame
2,           7101, "Sgl Acrylic Clear"
2,           7102, "Sgl Acrylic White (Translucent)"
2,           7103, "Sgl Acrylic Bronze"
2,           7104, "Sgl Acrylic Grey"
2,           7105, "Sgl Acrylic/Fibergls Clear (Crystal)"
2,           7106, "Sgl Acrylic/Fibergls White (Translucent)"
2,           7107, "Sgl Acrylic/Fibergls Bronze"
2,           7108, "Sgl Acrylic/Fibergls Grey"
2,           7109, "Sgl Polycarbonate Clear (Crystal)"
2,           7110, "Sgl Polycarbonate White (Translucent)"
2,           7111, "Sgl Polycarbonate Bronze"
2,           7112, "Sgl Polycarbonate Grey"
2,           7201, "Dbl Acrylic Clear"
2,           7202, "Dbl Acrylic White (Translucent)"
2,           7203, "Dbl Acrylic Bronze"
2,           7204, "Dbl Acrylic Grey"
2,           7205, "Dbl Acrylic/Fibergls Clear (Crystal)"
2,           7206, "Dbl Acrylic/Fibergls White (Translucent)"
2,           7207, "Dbl Acrylic/Fibergls Bronze"
2,           7208, "Dbl Acrylic/Fibergls Grey"
2,           7209, "Dbl Polycarbonate Clear (Crystal)"
2,           7210, "Dbl Polycarbonate White (Translucent)"
2,           7211, "Dbl Polycarbonate Bronze"
2,           7212, "Dbl Polycarbonate Grey"
1,      EEMRun:SkyltGlazCateg, 8, 8102   ; Flat/Pyramid, Wood or Vinyl Frame
2,           8101, "Sgl Acrylic Clear"
2,           8102, "Sgl Acrylic White (Translucent)"
2,           8103, "Sgl Acrylic Bronze"
2,           8104, "Sgl Acrylic Grey"
2,           8105, "Sgl Acrylic/Fibergls Clear (Crystal)"
2,           8106, "Sgl Acrylic/Fibergls White (Translucent)"
2,           8107, "Sgl Acrylic/Fibergls Bronze"
2,           8108, "Sgl Acrylic/Fibergls Grey"
2,           8109, "Sgl Polycarbonate Clear (Crystal)"
2,           8110, "Sgl Polycarbonate White (Translucent)"
2,           8111, "Sgl Polycarbonate Bronze"
2,           8112, "Sgl Polycarbonate Grey"
2,           8201, "Dbl Acrylic Clear"
2,           8202, "Dbl Acrylic White (Translucent)"
2,           8203, "Dbl Acrylic Bronze"
2,           8204, "Dbl Acrylic Grey"
2,           8205, "Dbl Acrylic/Fibergls Clear (Crystal)"
2,           8206, "Dbl Acrylic/Fibergls White (Translucent)"
2,           8207, "Dbl Acrylic/Fibergls Bronze"
2,           8208, "Dbl Acrylic/Fibergls Grey"
2,           8209, "Dbl Polycarbonate Clear (Crystal)"
2,           8210, "Dbl Polycarbonate White (Translucent)"
2,           8211, "Dbl Polycarbonate Bronze"
2,           8212, "Dbl Polycarbonate Grey"

; SAC 10/18/04 - Revised skylight glass type symbols to include both custom and window 4/5 data
0, ShellWiz:SkyltGlassType, 1
2,             98, "Window4/5 GT"      ; SAC 10/18/04 - added 'Window4/5 GL'
2,             99, "Custom Skylt GT"   ; SAC 6/12/02 - added '- specify properties -'
2,           1101, "1Dome Acrylc Clear, Alum no Brk" 
2,           1102, "1Dome Acrylc White, Alum no Brk" 
2,           1103, "1Dome Acrylc Bronze, Alum no Brk"
2,           1104, "1Dome Acrylc Grey, Alum no Brk"  
2,           1105, "1Dome Fibgls Crystl, Alum no Brk"
2,           1106, "1Dome Fibgls White, Alum no Brk" 
2,           1107, "1Dome Fibgls Bronze, Alum no Brk"
2,           1108, "1Dome Fibgls Grey, Alum no Brk"	 
2,           1109, "1Dome Polycb Crystl, Alum no Brk"
2,           1110, "1Dome Polycb White, Alum no Brk" 
2,           1111, "1Dome Polycb Bronze, Alum no Brk"
2,           1112, "1Dome Polycb Grey, Alum no Brk"	 
2,           1201, "2Dome Acrylc Clear, Alum no Brk" 
2,           1202, "2Dome Acrylc White, Alum no Brk" 
2,           1203, "2Dome Acrylc Bronze, Alum no Brk"
2,           1204, "2Dome Acrylc Grey, Alum no Brk"	 
2,           1205, "2Dome Fibgls Crystl, Alum no Brk"
2,           1206, "2Dome Fibgls White, Alum no Brk" 
2,           1207, "2Dome Fibgls Bronze, Alum no Brk"
2,           1208, "2Dome Fibgls Grey, Alum no Brk"	 
2,           1209, "2Dome Polycb Crystl, Alum no Brk"
2,           1210, "2Dome Polycb White, Alum no Brk" 
2,           1211, "2Dome Polycb Bronze, Alum no Brk"
2,           1212, "2Dome Polycb Grey, Alum no Brk"	 
2,           2101, "1Dome Acrylc Clear, Alum w Brk"	 
2,           2102, "1Dome Acrylc White, Alum w Brk"	 
2,           2103, "1Dome Acrylc Bronze, Alum w Brk" 
2,           2104, "1Dome Acrylc Grey, Alum w Brk"	 
2,           2105, "1Dome Fibgls Crystl, Alum w Brk" 
2,           2106, "1Dome Fibgls White, Alum w Brk"	 
2,           2107, "1Dome Fibgls Bronze, Alum w Brk" 
2,           2108, "1Dome Fibgls Grey, Alum w Brk"	 
2,           2109, "1Dome Polycb Crystl, Alum w Brk" 
2,           2110, "1Dome Polycb White, Alum w Brk"	 
2,           2111, "1Dome Polycb Bronze, Alum w Brk" 
2,           2112, "1Dome Polycb Grey, Alum w Brk"	 
2,           2201, "2Dome Acrylc Clear, Alum w Brk"	 
2,           2202, "2Dome Acrylc White, Alum w Brk"	 
2,           2203, "2Dome Acrylc Bronze, Alum w Brk" 
2,           2204, "2Dome Acrylc Grey, Alum w Brk"	 
2,           2205, "2Dome Fibgls Crystl, Alum w Brk" 
2,           2206, "2Dome Fibgls White, Alum w Brk"	 
2,           2207, "2Dome Fibgls Bronze, Alum w Brk" 
2,           2208, "2Dome Fibgls Grey, Alum w Brk"	 
2,           2209, "2Dome Polycb Crystl, Alum w Brk" 
2,           2210, "2Dome Polycb White, Alum w Brk"	 
2,           2211, "2Dome Polycb Bronze, Alum w Brk" 
2,           2212, "2Dome Polycb Grey, Alum w Brk"	 
2,           3101, "1Dome Acrylc Clear, Alum Cld Wd" 
2,           3102, "1Dome Acrylc White, Alum Cld Wd" 
2,           3103, "1Dome Acrylc Bronze, Alum Cld Wd"
2,           3104, "1Dome Acrylc Grey, Alum Cld Wd"	 
2,           3105, "1Dome Fibgls Crystl, Alum Cld Wd"
2,           3106, "1Dome Fibgls White, Alum Cld Wd" 
2,           3107, "1Dome Fibgls Bronze, Alum Cld Wd"
2,           3108, "1Dome Fibgls Grey, Alum Cld Wd"	 
2,           3109, "1Dome Polycb Crystl, Alum Cld Wd"
2,           3110, "1Dome Polycb White, Alum Cld Wd" 
2,           3111, "1Dome Polycb Bronze, Alum Cld Wd"
2,           3112, "1Dome Polycb Grey, Alum Cld Wd"	 
2,           3201, "2Dome Acrylc Clear, Alum Cld Wd" 
2,           3202, "2Dome Acrylc White, Alum Cld Wd" 
2,           3203, "2Dome Acrylc Bronze, Alum Cld Wd"
2,           3204, "2Dome Acrylc Grey, Alum Cld Wd"	 
2,           3205, "2Dome Fibgls Crystl, Alum Cld Wd"
2,           3206, "2Dome Fibgls White, Alum Cld Wd" 
2,           3207, "2Dome Fibgls Bronze, Alum Cld Wd"
2,           3208, "2Dome Fibgls Grey, Alum Cld Wd"	 
2,           3209, "2Dome Polycb Crystl, Alum Cld Wd"
2,           3210, "2Dome Polycb White, Alum Cld Wd" 
2,           3211, "2Dome Polycb Bronze, Alum Cld Wd"
2,           3212, "2Dome Polycb Grey, Alum Cld Wd"	 
2,           4101, "1Dome Acrylc Clear, Wood/Vinyl"	 
2,           4102, "1Dome Acrylc White, Wood/Vinyl"	 
2,           4103, "1Dome Acrylc Bronze, Wood/Vinyl" 
2,           4104, "1Dome Acrylc Grey, Wood/Vinyl"	 
2,           4105, "1Dome Fibgls Crystl, Wood/Vinyl" 
2,           4106, "1Dome Fibgls White, Wood/Vinyl"	 
2,           4107, "1Dome Fibgls Bronze, Wood/Vinyl" 
2,           4108, "1Dome Fibgls Grey, Wood/Vinyl"	 
2,           4109, "1Dome Polycb Crystl, Wood/Vinyl" 
2,           4110, "1Dome Polycb White, Wood/Vinyl"	 
2,           4111, "1Dome Polycb Bronze, Wood/Vinyl" 
2,           4112, "1Dome Polycb Grey, Wood/Vinyl"	 
2,           4201, "2Dome Acrylc Clear, Wood/Vinyl"	 
2,           4202, "2Dome Acrylc White, Wood/Vinyl"	 
2,           4203, "2Dome Acrylc Bronze, Wood/Vinyl" 
2,           4204, "2Dome Acrylc Grey, Wood/Vinyl"	 
2,           4205, "2Dome Fibgls Crystl, Wood/Vinyl" 
2,           4206, "2Dome Fibgls White, Wood/Vinyl"	 
2,           4207, "2Dome Fibgls Bronze, Wood/Vinyl" 
2,           4208, "2Dome Fibgls Grey, Wood/Vinyl"	 
2,           4209, "2Dome Polycb Crystl, Wood/Vinyl" 
2,           4210, "2Dome Polycb White, Wood/Vinyl"	 
2,           4211, "2Dome Polycb Bronze, Wood/Vinyl" 
2,           4212, "2Dome Polycb Grey, Wood/Vinyl"	 
2,           5101, "1Flat Acrylc Clear, Alum no Brk" 
2,           5102, "1Flat Acrylc White, Alum no Brk" 
2,           5103, "1Flat Acrylc Bronze, Alum no Brk"
2,           5104, "1Flat Acrylc Grey, Alum no Brk"	 
2,           5105, "1Flat Fibgls Crystl, Alum no Brk"
2,           5106, "1Flat Fibgls White, Alum no Brk" 
2,           5107, "1Flat Fibgls Bronze, Alum no Brk"
2,           5108, "1Flat Fibgls Grey, Alum no Brk"	 
2,           5109, "1Flat Polycb Crystl, Alum no Brk"
2,           5110, "1Flat Polycb White, Alum no Brk" 
2,           5111, "1Flat Polycb Bronze, Alum no Brk"
2,           5112, "1Flat Polycb Grey, Alum no Brk"	 
2,           5201, "2Flat Acrylc Clear, Alum no Brk" 
2,           5202, "2Flat Acrylc White, Alum no Brk" 
2,           5203, "2Flat Acrylc Bronze, Alum no Brk"
2,           5204, "2Flat Acrylc Grey, Alum no Brk"	 
2,           5205, "2Flat Fibgls Crystl, Alum no Brk"
2,           5206, "2Flat Fibgls White, Alum no Brk" 
2,           5207, "2Flat Fibgls Bronze, Alum no Brk"
2,           5208, "2Flat Fibgls Grey, Alum no Brk"	 
2,           5209, "2Flat Polycb Crystl, Alum no Brk"
2,           5210, "2Flat Polycb White, Alum no Brk" 
2,           5211, "2Flat Polycb Bronze, Alum no Brk"
2,           5212, "2Flat Polycb Grey, Alum no Brk"	 
2,           6101, "1Flat Acrylc Clear, Alum w Brk"	 
2,           6102, "1Flat Acrylc White, Alum w Brk"	 
2,           6103, "1Flat Acrylc Bronze, Alum w Brk" 
2,           6104, "1Flat Acrylc Grey, Alum w Brk"	 
2,           6105, "1Flat Fibgls Crystl, Alum w Brk" 
2,           6106, "1Flat Fibgls White, Alum w Brk"	 
2,           6107, "1Flat Fibgls Bronze, Alum w Brk" 
2,           6108, "1Flat Fibgls Grey, Alum w Brk"	 
2,           6109, "1Flat Polycb Crystl, Alum w Brk" 
2,           6110, "1Flat Polycb White, Alum w Brk"	 
2,           6111, "1Flat Polycb Bronze, Alum w Brk" 
2,           6112, "1Flat Polycb Grey, Alum w Brk"	 
2,           6201, "2Flat Acrylc Clear, Alum w Brk"	 
2,           6202, "2Flat Acrylc White, Alum w Brk"	 
2,           6203, "2Flat Acrylc Bronze, Alum w Brk" 
2,           6204, "2Flat Acrylc Grey, Alum w Brk"	 
2,           6205, "2Flat Fibgls Crystl, Alum w Brk" 
2,           6206, "2Flat Fibgls White, Alum w Brk"	 
2,           6207, "2Flat Fibgls Bronze, Alum w Brk" 
2,           6208, "2Flat Fibgls Grey, Alum w Brk"	 
2,           6209, "2Flat Polycb Crystl, Alum w Brk" 
2,           6210, "2Flat Polycb White, Alum w Brk"	 
2,           6211, "2Flat Polycb Bronze, Alum w Brk" 
2,           6212, "2Flat Polycb Grey, Alum w Brk"	 
2,           7101, "1Flat Acrylc Clear, Alum Cld Wd" 
2,           7102, "1Flat Acrylc White, Alum Cld Wd" 
2,           7103, "1Flat Acrylc Bronze, Alum Cld Wd"
2,           7104, "1Flat Acrylc Grey, Alum Cld Wd"	 
2,           7105, "1Flat Fibgls Crystl, Alum Cld Wd"
2,           7106, "1Flat Fibgls White, Alum Cld Wd" 
2,           7107, "1Flat Fibgls Bronze, Alum Cld Wd"
2,           7108, "1Flat Fibgls Grey, Alum Cld Wd"	 
2,           7109, "1Flat Polycb Crystl, Alum Cld Wd"
2,           7110, "1Flat Polycb White, Alum Cld Wd" 
2,           7111, "1Flat Polycb Bronze, Alum Cld Wd"
2,           7112, "1Flat Polycb Grey, Alum Cld Wd"	 
2,           7201, "2Flat Acrylc Clear, Alum Cld Wd" 
2,           7202, "2Flat Acrylc White, Alum Cld Wd" 
2,           7203, "2Flat Acrylc Bronze, Alum Cld Wd"
2,           7204, "2Flat Acrylc Grey, Alum Cld Wd"	 
2,           7205, "2Flat Fibgls Crystl, Alum Cld Wd"
2,           7206, "2Flat Fibgls White, Alum Cld Wd" 
2,           7207, "2Flat Fibgls Bronze, Alum Cld Wd"
2,           7208, "2Flat Fibgls Grey, Alum Cld Wd"	 
2,           7209, "2Flat Polycb Crystl, Alum Cld Wd"
2,           7210, "2Flat Polycb White, Alum Cld Wd" 
2,           7211, "2Flat Polycb Bronze, Alum Cld Wd"
2,           7212, "2Flat Polycb Grey, Alum Cld Wd"	 
2,           8101, "1Flat Acrylc Clear, Wood/Vinyl"	 
2,           8102, "1Flat Acrylc White, Wood/Vinyl"	 
2,           8103, "1Flat Acrylc Bronze, Wood/Vinyl" 
2,           8104, "1Flat Acrylc Grey, Wood/Vinyl"	 
2,           8105, "1Flat Fibgls Crystl, Wood/Vinyl" 
2,           8106, "1Flat Fibgls White, Wood/Vinyl"	 
2,           8107, "1Flat Fibgls Bronze, Wood/Vinyl" 
2,           8108, "1Flat Fibgls Grey, Wood/Vinyl"	 
2,           8109, "1Flat Polycb Crystl, Wood/Vinyl" 
2,           8110, "1Flat Polycb White, Wood/Vinyl"	 
2,           8111, "1Flat Polycb Bronze, Wood/Vinyl" 
2,           8112, "1Flat Polycb Grey, Wood/Vinyl"	 
2,           8201, "2Flat Acrylc Clear, Wood/Vinyl"	 
2,           8202, "2Flat Acrylc White, Wood/Vinyl"	 
2,           8203, "2Flat Acrylc Bronze, Wood/Vinyl" 
2,           8204, "2Flat Acrylc Grey, Wood/Vinyl"	 
2,           8205, "2Flat Fibgls Crystl, Wood/Vinyl" 
2,           8206, "2Flat Fibgls White, Wood/Vinyl"	 
2,           8207, "2Flat Fibgls Bronze, Wood/Vinyl" 
2,           8208, "2Flat Fibgls Grey, Wood/Vinyl"	 
2,           8209, "2Flat Polycb Crystl, Wood/Vinyl" 
2,           8210, "2Flat Polycb White, Wood/Vinyl"	 
2,           8211, "2Flat Polycb Bronze, Wood/Vinyl" 
2,           8212, "2Flat Polycb Grey, Wood/Vinyl"	 


0, ShellWiz:ControllerType, 0
2,              0, "Continuous" 
2,              1, "Continuous/Off" 
2,              2, "Stepped" 

0, EEMRun:DayControllerType, 0
2,              0, "Continuous" 
2,              1, "Cont./Off" 
2,              2, "Stepped" 


; SAC 11/9/01 - added to facilitate Restaurant Analyzer report - in such a way to support future bills vs. simulated results reporting
0, Proj:BillGasUnits, 0
0, ESProto:BillGasUnits, 0
2,              0, "ccf" 
2,              1, "MMBtu" 


; SAC 4/24/01 - Began defining EnergyShape Prototype selection symbols
0, ESProto:PrimBldgType, 0
1,      ESProto:ProductCode,   8,    0    ; EnergyShape
2,              0, "- select from list -" 
2,            100, "Market" 
2,            200, "Health" 
2,            300, "Lodging" 
2,            400, "Office" 
2,            500, "Post Office" 
2,            600, "Public Assembly" 
2,            700, "Religious Worship" 
2,            800, "Restaurant (Delicatessen)" 
2,            900, "Restaurant (Fast-Food)" 
2,           1000, "Restaurant (Sit-Down)" 
2,           1100, "Restaurant (Other)" 
2,           1200, "Retail" 
2,           1300, "School" 
2,           1400, "Service" 
2,           1500, "Warehouse" 
2,           1600, "Miscellaneous" 
1,      ESProto:ProductCode,   9,    0    ; GTI Restaurant Loads Tool
2,              0, "- select from list -" 
2,              1, "Applebee's"
2,              2, "Arby's"
2,              3, "Big Boy"
2,              4, "Bob Evans"
2,              5, "Boston Chicken"
2,              6, "Burger King"
2,              7, "Carl's Junior"
2,              8, "Chick-fil-A"
2,              9, "Chili's Grill and Bar"
2,             10, "Church's Chicken"
2,             11, "Cracker Barrel "
2,             12, "Dairy Queen"
2,             13, "Denny's"
2,             14, "Domino's Pizza"
2,             15, "Dunkin' Donuts"
2,             16, "Friendly's"
2,             17, "Golden Corral"
2,             18, "Hardee's"
2,             19, "International House of Pancakes"
2,             20, "Jack in the Box"
2,             21, "KFC"
2,             22, "Little Caesar"
2,             23, "Long John Silver's"
2,             24, "McDonald's"
2,             25, "Olive Garden"
2,             26, "Outback Steakhouse"
2,             27, "Papa John's"
2,             28, "Perkins Family Restaurants"
2,             29, "Pizza Hut"
2,             30, "Popeyes Chicken & Biscuits"
2,             31, "Red Lobster"
2,             32, "Ruby Tuesday"
2,             33, "Ryan's Family Steakhouse"
2,             34, "Shoney's"
2,             35, "Sonic Drive In"
2,             36, "Starbucks"
2,             37, "Subway Sandwiches"
2,             38, "T.G.I. Friday's"
2,             39, "Taco Bell"
2,             40, "Wendy's"


0, ESProto:SecBldgType, 0
1,      ESProto:PrimBldgType,   0,    0    ; none
2,              0, "- none -" 
1,      ESProto:PrimBldgType, 100,  102    ; Market
2,            101, "Convenience" 
2,            102, "Grocery" 
2,            103, "Small / Liquor" 
1,      ESProto:PrimBldgType, 200,  201    ; Health
2,            201, "Clinic / Lab" 
2,            202, "Hospital" 
2,            203, "Nursing Home" 
1,      ESProto:PrimBldgType, 300,  303    ; Lodging
2,            301, "Bed & Breakfast" 
2,            302, "Hotel (Casino)" 
2,            303, "Hotel (Standard)" 
2,            304, "Motel" 
1,      ESProto:PrimBldgType, 400,  402    ; Office
2,            401, "Small" 
2,            402, "Medium" 
2,            403, "Large" 
1,      ESProto:PrimBldgType, 500,  500    ; Post Office
2,            500, "- select from list -" 
1,      ESProto:PrimBldgType, 600,  600    ; Public Assembly
2,            600, "- select from list -" 
1,      ESProto:PrimBldgType, 700,  700    ; Religious Worship
2,            700, "- select from list -" 
1,      ESProto:PrimBldgType, 800,  800    ; Restaurant (Delicatessen)
2,            800, "- select from list -" 
1,      ESProto:PrimBldgType,  900, 902    ; Restaurant (Fast-Food)
2,            901, "1 Meal"
2,            902, "2 Meal"
2,            903, "3 Meal"
2,            904, "24 Hour"
1,      ESProto:PrimBldgType, 1000, 1003   ; Restaurant (Sit-Down)
2,           1001, "1 Meal"
2,           1002, "2 Meal"
2,           1003, "3 Meal"
2,           1004, "24 Hour"
1,      ESProto:PrimBldgType, 1100, 1100   ; Restaurant (Other Food Service)
2,           1100, "- select from list -" 
1,      ESProto:PrimBldgType, 1200, 1201   ; Retail
2,           1201, "Apparel"
2,           1202, "Auto Dealer"
2,           1203, "Auto Parts"
2,           1204, "Building / Garden"
2,           1205, "Drug / Liquor"
2,           1206, "Gas Stations"
2,           1207, "General Merchandise"
2,           1208, "Furniture"
2,           1209, "Low Intensity" 
2,           1210, "Miscellaneous Shops" 
2,           1211, "Small" 
2,           1212, "Large" 
2,           1213, "Other" 
1,      ESProto:PrimBldgType, 1300, 1301   ; School
2,           1301, "Primary / Secondary" 
2,           1302, "College" 
2,           1303, "Day Care Center" 
2,           1304, "Technical College" 
1,      ESProto:PrimBldgType, 1400, 1401   ; Service
2,           1401, "Beauty Salon" 
2,           1402, "Dry Cleaner" 
2,           1403, "Laundry" 
2,           1404, "Construction" 
2,           1405, "Other" 
1,      ESProto:PrimBldgType, 1500, 1501   ; Warehouse
2,           1501, "Refrigerated" 
2,           1502, "Non-Refrigerated" 
1,      ESProto:PrimBldgType, 1600, 1600   ; Miscellaneous
2,           1600, "- select from list -" 

0, ESProto:ProjPrefix, 0   ; Symbol values correspond to SecProto symbols above
1,      ESProto:ProductCode,   8,    0    ; EnergyShape
2,              0, "Project" 
2,            100, "Market" 
2,            101, "Mkt - Convenience" 
2,            102, "Mkt - Grocery" 
2,            103, "Mkt - Small-Liquor" 
2,            200, "Health" 
2,            201, "Hlth - Clinic-Lab" 
2,            202, "Hlth - Hospital" 
2,            203, "Hlth - Nursing Home" 
2,            300, "Lodging" 
2,            301, "Ldg - Bed & Breakfast" 
2,            302, "Ldg - Hotel (Casino)" 
2,            303, "Ldg - Hotel (Std)" 
2,            304, "Ldg - Motel" 
2,            400, "Office" 
2,            401, "Office - Small" 
2,            402, "Office - Medium" 
2,            403, "Office - Large" 
2,            500, "Post Office" 
2,            600, "Public Assembly" 
2,            700, "Religious Worship" 
2,            800, "Restaurant (Deli)" 
2,            900, "Restaurant (Fast)" 
2,            901, "Fast-Food - 1 Meal"
2,            902, "Fast-Food - 2 Meal"
2,            903, "Fast-Food - 3 Meal"
2,            904, "Fast-Food - 24 Hour"
2,           1000, "Restaurant (Sit-Down)" 
2,           1001, "Sit-Down Rest - 1 Meal"
2,           1002, "Sit-Down Rest - 2 Meal"
2,           1003, "Sit-Down Rest - 3 Meal"
2,           1004, "Sit-Down Rest - 24 Hour"
2,           1100, "Restaurant (Other)" 
2,           1200, "Retail" 
2,           1201, "Ret - Apparel"
2,           1202, "Ret - Auto Dealer"
2,           1203, "Ret - Auto Parts"
2,           1204, "Ret - Building-Garden"
2,           1205, "Ret - Drug-Liquor"
2,           1206, "Ret - Gas Stations"
2,           1207, "Ret - General Merch"
2,           1208, "Ret - Furniture"
2,           1209, "Ret - Low Intensity" 
2,           1210, "Ret - Misc Shops" 
2,           1211, "Ret - Small" 
2,           1212, "Ret - Large" 
2,           1213, "Ret - Other" 
2,           1300, "School" 
2,           1301, "Schl - Prim-Sec" 
2,           1302, "Schl - College" 
2,           1303, "Schl - Day Care" 
2,           1304, "Schl - Tech College" 
2,           1400, "Service" 
2,           1401, "Svc - Beauty Salon" 
2,           1402, "Svc - Dry Cleaner" 
2,           1403, "Svc - Laundry" 
2,           1404, "Svc - Construction" 
2,           1405, "Svc - Other" 
2,           1500, "Warehouse" 
2,           1501, "Wrhs - Refrig" 
2,           1502, "Wrhs - Non-Refrig" 
2,           1600, "Misc" 
1,      ESProto:ProductCode,   9,    0    ; GTI Restaurant Loads Tool
2,              0, "Project" 
2,              1, "Applebee's"
2,              2, "Arby's"
2,              3, "Big Boy"
2,              4, "Bob Evans"
2,              5, "Boston Chicken"
2,              6, "Burger King"
2,              7, "Carl's Junior"
2,              8, "Chick-fil-A"
2,              9, "Chili's"
2,             10, "Church's Chicken"
2,             11, "Cracker Barrel "
2,             12, "Dairy Queen"
2,             13, "Denny's"
2,             14, "Domino's Pizza"
2,             15, "Dunkin' Donuts"
2,             16, "Friendly's"
2,             17, "Golden Corral"
2,             18, "Hardee's"
2,             19, "IHoP"
2,             20, "Jack in the Box"
2,             21, "KFC"
2,             22, "Little Caesar"
2,             23, "Long John Silver's"
2,             24, "McDonald's"
2,             25, "Olive Garden"
2,             26, "Outback Steakhouse"
2,             27, "Papa John's"
2,             28, "Perkins Family"
2,             29, "Pizza Hut"
2,             30, "Popeyes"
2,             31, "Red Lobster"
2,             32, "Ruby Tuesday"
2,             33, "Ryan's Family"
2,             34, "Shoney's"
2,             35, "Sonic Drive In"
2,             36, "Starbucks"
2,             37, "Subway Sandwiches"
2,             38, "T.G.I. Friday's"
2,             39, "Taco Bell"
2,             40, "Wendy's"

0, ESProto:FNPrefix, 0   ; Symbol values correspond to SecProto symbols above
1,      ESProto:ProductCode,   8,    0    ; EnergyShape
2,              0, "-" 
2,            100, "-" 
2,            101, "MKC" 
2,            102, "MKG" 
2,            103, "MKS" 
2,            200, "-" 
2,            201, "CLN" 
2,            202, "HSP" 
2,            203, "NUR" 
2,            300, "-" 
2,            301, "BED" 
2,            302, "CAS" 
2,            303, "HOT" 
2,            304, "MOT" 
2,            400, "-" 
2,            401, "OFS" 
2,            402, "OFM" 
2,            403, "OFL" 
2,            500, "PST" 
2,            600, "PBL" 
2,            700, "CHR" 
2,            800, "RDE" 
2,            900, "-" 
2,            901, "RF1"
2,            902, "RF2"
2,            903, "RF3"
2,            904, "RF4"
2,           1000, "-" 
2,           1001, "RS1"
2,           1002, "RS2"
2,           1003, "RS3"
2,           1004, "RS4"
2,           1100, "RSO" 
2,           1200, "-" 
2,           1201, "RCL"
2,           1202, "RAD"
2,           1203, "RAP"
2,           1204, "RBU"
2,           1205, "RDR"
2,           1206, "RGA"
2,           1207, "RGE"
2,           1208, "RFU"
2,           1209, "RTW" 
2,           1210, "RMI" 
2,           1211, "RTS" 
2,           1212, "RTL" 
2,           1213, "ROT" 
2,           1300, "-" 
2,           1301, "SCP" 
2,           1302, "SCC" 
2,           1303, "SCD" 
2,           1304, "SCT" 
2,           1400, "-" 
2,           1401, "SBE" 
2,           1402, "SDR" 
2,           1403, "SLA" 
2,           1404, "SCO" 
2,           1405, "SOT" 
2,           1500, "-" 
2,           1501, "WHR" 
2,           1502, "WHN" 
2,           1600, "MSC" 
1,      ESProto:ProductCode,   9,    0    ; GTI Restaurant Loads Tool
2,              0, "-" 
2,              1, "APP"
2,              2, "ARB"
2,              3, "BIG"
2,              4, "BOB"
2,              5, "BOS"
2,              6, "BUR"
2,              7, "CAR"
2,              8, "CHK"
2,              9, "CHL"
2,             10, "CHU"
2,             11, "CRA"
2,             12, "DAI"
2,             13, "DEN"
2,             14, "DOM"
2,             15, "DUN"
2,             16, "FRI"
2,             17, "GOL"
2,             18, "HAR"
2,             19, "INT"
2,             20, "JAC"
2,             21, "KFC"
2,             22, "LIT"
2,             23, "LON"
2,             24, "MCD"
2,             25, "OLI"
2,             26, "OUT"
2,             27, "PAP"
2,             28, "PER"
2,             29, "PIZ"
2,             30, "POP"
2,             31, "RED"
2,             32, "RUB"
2,             33, "RYA"
2,             34, "SHO"
2,             35, "SON"
2,             36, "STA"
2,             37, "SUB"
2,             38, "TGI"
2,             39, "TAC"
2,             40, "WEN"

0, ESProto:CoolSource,  0
1,      ESProto:SecBldgType,   101,  1   ; Mkt - Convenience
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,   102,  1   ; Mkt - Grocery
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,   103,  1   ; Mkt - Small-Liquor
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,   201,  1   ; Hlth - Clinic-Lab
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,   202,  2   ; Hlth - Hospital
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,   203,  1   ; Hlth - Nursing Home
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,   301,  1   ; Ldg - Bed & Breakfast
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,   302,  2   ; Ldg - Hotel (Casino)
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,   303,  1   ; Ldg - Hotel (Std)
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,   304,  1   ; Ldg - Motel
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,   401,  1   ; Office - Small
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,   402,  1   ; Office - Medium
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,   403,  2   ; Office - Large
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,   500,  1   ; Post Office
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,   600,  1   ; Public Assembly
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,   700,  1   ; Religious Worship
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,   800,  1   ; Restaurant (Deli)
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,   901,  1   ; Fast-Food - 1 Meal
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,   902,  1   ; Fast-Food - 2 Meal
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,   903,  1   ; Fast-Food - 3 Meal
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,   904,  1   ; Fast-Food - 24 Hour
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1001,  1   ; Sit-Down Rest - 1 Meal
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1002,  1   ; Sit-Down Rest - 2 Meal
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1003,  1   ; Sit-Down Rest - 3 Meal
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1004,  1   ; Sit-Down Rest - 24 Hour
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1100,  1   ; Restaurant (Other)
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1201,  1   ; Ret - Apparel
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1202,  1   ; Ret - Auto Dealer
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1203,  1   ; Ret - Auto Parts
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1204,  1   ; Ret - Building-Garden
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1205,  1   ; Ret - Drug-Liquor
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1206,  1   ; Ret - Gas Stations
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1207,  1   ; Ret - General Merch
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1208,  1   ; Ret - Furniture
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1209,  1   ; Ret - Low Intensity
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1210,  1   ; Ret - Misc Shops
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1211,  1   ; Ret - Small
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1212,  1   ; Ret - Large
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,  1213,  1   ; Ret - Other
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1301,  1   ; Schl - Prim-Sec
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,  1302,  1   ; Schl - College
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,  1303,  1   ; Schl - Day Care
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1304,  1   ; Schl - Tech College
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,  1401,  1   ; Svc - Beauty Salon
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1402,  1   ; Svc - Dry Cleaner
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1403,  1   ; Svc - Laundry
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1404,  1   ; Svc - Construction
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1405,  1   ; Svc - Other
2,              1,    "DX Coils"  
1,      ESProto:SecBldgType,  1501,  1   ; Wrhs - Refrig
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,  1502,  1   ; Wrhs - Non-Refrig
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,  1600,  1   ; Misc
2,              1,    "DX Coils"  
2,              2,    "Chilled Water Coils"  
1,      ESProto:SecBldgType,     0,  0   ; - none -
2,              0,    "No Cooling"  
1,      ESProto:SecBldgType,   100,  0   ; Market
2,              0,    "No Cooling"  
1,      ESProto:SecBldgType,   200,  0   ; Health
2,              0,    "No Cooling"  
1,      ESProto:SecBldgType,   300,  0   ; Lodging
2,              0,    "No Cooling"  
1,      ESProto:SecBldgType,   400,  0   ; Office
2,              0,    "No Cooling"  
1,      ESProto:SecBldgType,   900,  0   ; Restaurant (Fast)
2,              0,    "No Cooling"  
1,      ESProto:SecBldgType,  1000,  0   ; Restaurant (Sit-Down)
2,              0,    "No Cooling"  
1,      ESProto:SecBldgType,  1200,  0   ; Retail
2,              0,    "No Cooling"  
1,      ESProto:SecBldgType,  1300,  0   ; School
2,              0,    "No Cooling"  
1,      ESProto:SecBldgType,  1400,  0   ; Service
2,              0,    "No Cooling"  
1,      ESProto:SecBldgType,  1500,  0   ; Warehouse
2,              0,    "No Cooling"  

0, ESProto:HeatSource,  0
1,      ESProto:ProductCode,   9,    1    ; GTI Restaurant Loads Tool
2,              0,    "Electric"  
2,              1,    "Gas"  
1,      ESProto:HtgOptions,  0,  0   ; None
2,              0,    "No Heating"  
1,      ESProto:HtgOptions,  1,  1   ; ALL
2,              1,    "Furnace"  
2,              2,    "Electric Resistance"  
2,              3,    "DX Coils (Heat Pump)"  
2,              4,    "Hot Water Coils"  
2,              5,    "Baseboards Only"  
1,      ESProto:HtgOptions,  2,  4   ; None, ElecResist & HW
2,              2,    "Electric Resistance"  
2,              4,    "Hot Water Coils"  
2,              5,    "Baseboards Only"  
1,      ESProto:HtgOptions,  3,  3   ; DX Only
2,              3,    "DX Coils (Heat Pump)"  
1,      ESProto:HtgOptions,  4,  4   ; ElecResist & HW
2,              2,    "Electric Resistance"  
2,              4,    "Hot Water Coils"  
1,      ESProto:HtgOptions,  5,  1   ; ElecResist, Furnace & DX
2,              2,    "Electric Resistance"  
2,              1,    "Furnace"  
2,              3,    "DX Coils (Heat Pump)"  

0, ESProto:HVACSystem,  0
1,      ESProto:HVACGroup,   0,   0  ; - none -
2,              0, "- none -" 
1,      ESProto:HVACGroup,   1,  17  ; PSZ - Furnace
2,             17, "Packaged Sgl Zone DX, Furnace"
1,      ESProto:HVACGroup,   2,  20  ; PSZ - Elec Ht
2,             20, "Packaged Sgl Zone DX, Elec Heat"
1,      ESProto:HVACGroup,   3,  25  ; PSZ - Heat Pump
2,             25, "Packaged Sgl Zone Heat Pump"
1,      ESProto:HVACGroup,   4,  60  ; PVAV - HW Reheat
2,             60, "Packaged VAV, HW Reheat"
1,      ESProto:HVACGroup,   5,  61  ; PSZ - Baseboards
2,             61, "Packaged Sgl Zone DX, Baseboards"
1,      ESProto:HVACGroup,   6,  25  ; PSZ-HP  *** WSHP
2,             25, "Packaged Sgl Zone Heat Pump"
2,             28, "Water-Source Heat Pump"
1,      ESProto:HVACGroup,   7,  40  ; SZ - Elec Ht
2,             40, "Sgl Zone Air Handler, Elec Heat"
1,      ESProto:HVACGroup,   8,  62  ; SZ - Baseboards
2,             62, "Sgl Zone Air Handler, Baseboards"
1,      ESProto:HVACGroup,   9,  48  ; SZ - HW Heat
2,             48, "Sgl Zone Air Handler, HW Heat"
1,      ESProto:HVACGroup,  10,  28  ; WSHP
2,             28, "Water-Source Heat Pump"
1,      ESProto:HVACGroup,  11,  38  ; RHFS-EH  ***  SVAV-EH
2,             38, "Standard VAV, Elec Reheat"
2,             41, "Reheat Fan System, Elec Reheat"
1,      ESProto:HVACGroup,  12,  46  ; RHFS *** SVAV *** MZS *** FPFC
2,             46, "Standard VAV, HW Reheat"
2,             49, "Reheat Fan System, HW Reheat"
2,             50, "4-Pipe Fan Coils, HW Heat"
2,             51, "Multizone Air Handler, HW Heat"


0, ESProto:ProjSuffix, 0   ; Symbol values correspond to HVACSystem symbols above
1,      ESProto:ProductCode,   8,    0    ; EnergyShape
2,              0, "-" 
2,             17, " - PSZ - Furnace"
2,             20, " - PSZ - Elec Ht"
2,             25, " - PSZ - Heat Pump"
2,             28, " - Water-Source HP"
2,             38, " - SVAV - Elec Reht"
2,             40, " - SZ - Elec Ht"
2,             41, " - RHFS - Elec Reht"
2,             46, " - SVAV - HW Reht"
2,             48, " - SZ - HW Heat"
2,             49, " - RHFS - HW Reht"
2,             50, " - 4PFC - HW Ht"
2,             51, " - MZS - HW Ht"
2,             60, " - PVAV - HW Reht"
2,             61, " - PSZ - Basebrds"
2,             62, " - SZ - Basebrds"
1,      ESProto:ProductCode,   9,    1    ; GTI Restaurant Loads Tool
2,              0,    " - electric heat"  
2,              1,    " - gas heat"  

0, ESProto:FNSuffix, 0   ; Symbol values correspond to HVACSystem symbols above
1,      ESProto:ProductCode,   8,    0    ; EnergyShape
2,              0, "-" 
2,             17, "PSFD"
2,             20, "PSRD"
2,             25, "PSDD"
2,             28, "WLDD"
2,             38, "VVRC"
2,             40, "SZRC"
2,             41, "RFRC"
2,             46, "VVWC"
2,             48, "SZWC"
2,             49, "RFWC"
2,             50, "FPWC"
2,             51, "MZWC"
2,             60, "PVWD"
2,             61, "PSND"
2,             62, "SZNC"
1,      ESProto:ProductCode,   9,    1    ; GTI Restaurant Loads Tool
2,              0,    "PSDD"  
2,              1,    "PSFD"  


; SAC 3/4/02 - Added input of how to collect inputs for (& model) each selected enduse - See symbols for ShapeWiz:Enduse for organization of enduses
; SAC 2/18/05 - Added case for DEER processing -> "Connected Intensity and Seasonal Profiles by Activity Area"
0, ShellWiz:ILtModelInputs,  0                                ; Inside Lighting
1,       ShellWiz:ModelEnduse[1],     0,    0
2,              0,   "- none -" 
1,       MainWiz:ProductCode,         8,    2  ; EnergySim
2,              2,   "Equipment Inventories and Seasonal Profiles"
1,       MainWiz:ProductCode,         9,    2  ; GTI Restaurant Loads
2,              2,   "Equipment Inventories and Seasonal Profiles"
1,       MainWiz:DefaultMechanism,    1,    7  ; DEER analysis
2,              1,   "Connected Intensity and Seasonal Profiles" 
2,              7,   "Connected Intensity and Seasonal Profiles by Activity Area" 
1,       ShellWiz:ModelEnduse[1],  -999,    1
2,              1,   "Connected Intensity and Seasonal Profiles" 

0, ShellWiz:ELtModelInputs,  0                                ; Exterior Lighting
1,       ShellWiz:ModelEnduse[2],     0,    0
2,              0,   "- none -" 
1,       MainWiz:ProductCode,         8,    2  ; EnergySim
2,              2,   "Equipment Inventories and Seasonal Profiles"
1,       MainWiz:ProductCode,         9,    2  ; GTI Restaurant Loads
2,              2,   "Equipment Inventories and Seasonal Profiles"
1,       ShellWiz:ModelEnduse[2],  -999,    6      ; SAC 4/7/02 - Switched default from 1 -> 6 to capture shift in sunrise/set times
2,              1,   "Connected Intensity and Seasonal Profiles" 
2,              6,   "Connected Intensity and Monthly Single Day Profiles"

0, ShellWiz:OffModelInputs,  0                                ; Office Equipment
1,       ShellWiz:ModelEnduse[3],     0,    0
2,              0,   "- none -" 
1,       MainWiz:ProductCode,         8,    2  ; EnergySim
2,              2,   "Equipment Inventories and Seasonal Profiles"
1,       MainWiz:ProductCode,         9,    2  ; GTI Restaurant Loads
2,              2,   "Equipment Inventories and Seasonal Profiles"
1,       ShellWiz:ModelEnduse[3],  -999,    1
2,              1,   "Connected Intensity and Seasonal Profiles" 

; SAC 2/19/05 - Added case for DEER processing -> "Connected Intensity and Seasonal Profiles by Activity Area"
0, ShellWiz:CkgModelInputs,  0                                ; Cooking
1,       ShellWiz:ModelEnduse[4],     0,    0
2,              0,   "- none -" 
1,       MainWiz:ProductCode,         8,    2  ; EnergySim
2,              2,   "Equipment Inventories and Seasonal Profiles"
1,       MainWiz:ProductCode,         9,    2  ; GTI Restaurant Loads
2,              2,   "Equipment Inventories and Seasonal Profiles"
1,       MainWiz:DefaultMechanism,    1,    7  ; DEER analysis
2,              1,   "Connected Intensity and Seasonal Profiles" 
2,              7,   "Connected Intensity and Seasonal Profiles by Activity Area" 
1,       ShellWiz:ModelEnduse[4],  -999,    1
2,              1,   "Connected Intensity and Seasonal Profiles" 

0, ShellWiz:RRfModelInputs,  0                                ; Refrigeration
1,       ShellWiz:ModelEnduse[5],     0,    0
2,              0,   "- none -" 
1,       MainWiz:ProductCode,         8,    3  ; EnergySim
2,              3,   "Monthly Energy Use Intensities and Seasonal Profiles"
1,       MainWiz:ProductCode,         9,    3  ; GTI Restaurant Loads
2,              3,   "Monthly Energy Use Intensities and Seasonal Profiles"
1,       ShellWiz:ModelEnduse[5],  -999,    4      ; SAC 4/7/02 - Switched default from 3 -> 4 now that default single day refrig profiles in place
2,              3,   "Monthly Energy Use Intensities and Seasonal Profiles"
2,              4,   "Monthly Peak Load and Monthly Single Day Profiles"

; SAC 2/19/05 - Added case for DEER processing -> "Connected Intensity and Seasonal Profiles by Activity Area"
0, ShellWiz:MscModelInputs,  0                                ; Miscellaneous
1,       ShellWiz:ModelEnduse[6],     0,    0
2,              0,   "- none -" 
1,       MainWiz:ProductCode,         8,    2  ; EnergySim
2,              2,   "Equipment Inventories and Seasonal Profiles"
1,       MainWiz:ProductCode,         9,    2  ; GTI Restaurant Loads
2,              2,   "Equipment Inventories and Seasonal Profiles"
1,       MainWiz:DefaultMechanism,    1,    7  ; DEER analysis
2,              1,   "Connected Intensity and Seasonal Profiles" 
2,              7,   "Connected Intensity and Seasonal Profiles by Activity Area" 
1,       ShellWiz:ModelEnduse[6],  -999,    1
2,              1,   "Connected Intensity and Seasonal Profiles" 

0, ShellWiz:DHWModelInputs,  0                                ; DHW
1,       ShellWiz:ModelEnduse[7],     0,    0
2,              0,   "- none -" 
1,       ShellWiz:ModelEnduse[7],  -999,    5
2,              5,   "Model DHW Equipment with Seasonal Profiles"
2,              3,   "Monthly Energy Use Intensities and Seasonal Profiles"

; SAC 2/20/05 - Added new input of how to collect inputs for (& model) Occupancy (seasonal vs. seasonal by act area for DEER)
0, ShellWiz:OccModelInputs,  0                                ; Occupancy
1,       ShellWiz:ModelEnduse[8],     0,    0
2,              0,   "- none -" 
1,       MainWiz:DefaultMechanism,    1,    7  ; DEER analysis
2,              1,   "Occupant Density and Seasonal Profiles" 
2,              7,   "Occupant Density and Seasonal Profiles by Activity Area" 
1,       ShellWiz:ModelEnduse[1],  -999,    1
2,              1,   "Occupant Density and Seasonal Profiles" 

0, ShellWiz:ACmModelInputs,  0                                ; Air Compressors
1,       ShellWiz:ModelEnduse[9],     0,    0
2,              0,   "- none -" 
1,       ShellWiz:ModelEnduse[9],  -999,    1
2,              1,   "Connected Intensity and Seasonal Profiles" 

0, ShellWiz:MtrModelInputs,  0                                ; Motors
1,       ShellWiz:ModelEnduse[10],    0,    0
2,              0,   "- none -" 
1,       ShellWiz:ModelEnduse[10], -999,    1
2,              1,   "Connected Intensity and Seasonal Profiles" 

; SAC 3/16/05 - Added case for DEER processing -> "Connected Intensity and Seasonal Profiles by Activity Area"
0, ShellWiz:PrcModelInputs,  0                                ; Process
1,       ShellWiz:ModelEnduse[11],    0,    0
2,              0,   "- none -" 
1,       MainWiz:DefaultMechanism,    1,    7  ; DEER analysis
2,              1,   "Connected Intensity and Seasonal Profiles" 
2,              7,   "Connected Intensity and Seasonal Profiles by Activity Area" 
1,       ShellWiz:ModelEnduse[11], -999,    1
2,              1,   "Connected Intensity and Seasonal Profiles" 

0, ShellWiz:SCRModelInputs,  0                                ; Self-Contnd Refrig
1,       ShellWiz:ModelEnduse[12],    0,    0
2,              0,   "- none -" 
1,       ShellWiz:ModelEnduse[12], -999,    1
2,              1,   "Connected Intensity and Seasonal Profiles" 

0, ShellWiz:TLtModelInputs,  0                                ; Task Lighting
1,       ShellWiz:ModelEnduse[13],    0,    0
2,              0,   "- none -" 
1,       ShellWiz:ModelEnduse[13], -999,    1
2,              1,   "Connected Intensity and Seasonal Profiles" 


; SAC 10/23/02 - Added symbols for the location of laundry equipment (for Seattle)
0, ShellWiz:LaundryLocation,  1
2,              0,   "- none -" 
2,              1,   "In-Unit" 
2,              2,   "Common Area" 

; SAC 10/24/02 - Added symbols for laundry washer type & dryer fuel (for Seattle)
0, ShellWiz:LndryWasherType, 1
2,              1,    "Vertical Axis"  

0, ShellWiz:LndryDryerFuel, 1
2,              1,    "Electricity"  
2,              2,    "Natural Gas"  



; SAC 3/30/01 - Added ShapeWiz:Enduse symbol list
; SAC 1/24/02 - Added "Self-Contained Refrig"
; SAC 3/4/02 - added "Task Lighting"
; SAC 4/6/02 - Added DayShape:Enduse
0, ShapeWiz:Enduse, 0
0, DayShape:Enduse, 0
2,              0, "- none -" 
2,              8, "Occupancy" 
2,              1, "Inside Lighting" 
2,              2, "Exterior Lighting" 
2,              3, "Office Equipment" 
2,              4, "Cooking" 
2,              5, "Refrigeration" 
2,              6, "Miscellaneous" 
2,              7, "DHW" 
2,              9, "Air Compressors" 
2,             10, "Motors" 
2,             11, "Process" 
2,             12, "Self-Contained Refrig" 
2,             13, "Task Lighting"

; SAC 3/31/01 - Added ShapeWiz:Season symbol list
0, ShapeWiz:Season, 1
2,              1, "Primary"
2,              2, "Secondary"
2,              3, "Tertiary"


; SAC 12/11/00 - Added EndUseWiz stuff
0, ShellWiz:ILSelFixtCateg, 0
0, ShellWiz:ILFixtureCateg, 0
0, ShellWiz:ELFixtureCateg, 0
2,              0, "- none -" 
2,              1, "Fluorescent (4')"
2,              2, "Fluorescent (8')"
2,              3, "Fluorescent (2')"
2,              4, "Incandescent"
2,              5, "Halogen"
2,              6, "Compact Fluor."
2,              7, "HID - Mercury Vapor"
2,              8, "HID - Metal Halide"
2,              9, "HID - High Pres. Sodium"
2,             10, "HID - Low Pres. Sodium"
2,             11, "Exit Sign"


0, ShellWiz:ILSelFixtType, 0
1,      ShellWiz:ILSelFixtCateg, 0,    0  ; none
2,              0, "- none -" 
1,      ShellWiz:ILSelFixtCateg, 1,  100  ; Flourescent (4')
2,              0, "- none -" 
2,            100, "2 lamp, F32T8, Elec Instant Start"
2,            101, "2 lamp, F32T8, Elec Instant Start - Ext Out"
2,            102, "2 lamp, F32T8, Elec Rapid Start"
2,            103, "2 lamp, F40T10, Elec Rapid Start"
2,            104, "2 lamp, F40T12, Elec Rapid Start"
2,            105, "2 lamp, F40T12/ES, Elec Rapid Start"
2,            106, "2 lamp, F32T8, Elec Rapid Start - Ext Out"
2,            107, "2 lamp, F32T8, Elec Rapid Start - Prt Out"
2,            108, "2 lamp, F32T8, Mag Heater Cutout"
2,            109, "2 lamp, F40T10, Mag Heater Cutout"
2,            110, "2 lamp, F40T12, Mag Heater Cutout"
2,            111, "2 lamp, F40T12/ES, Mag Heater Cutout"
2,            112, "2 lamp, F40T12, Mag Heater Cutout - Prt Out"
2,            113, "2 lamp, F40T12/ES, Mag Heater Cutout - Prt Out"
2,            114, "2 lamp, F40T10, Old Std Mag"
2,            115, "2 lamp, F40T12, Old Std Mag"
2,            116, "2 lamp, F40T12/ES, Old Std Mag"
2,            117, "2 lamp, F32T8, Std Energy Eff Mag"
2,            118, "2 lamp, F40T10, Std Energy Eff Mag"
2,            119, "2 lamp, F40T12, Std Energy Eff Mag"
2,            120, "2 lamp, F40T12/ES, Std Energy Eff Mag"
2,            121, "3 lamp, F32T8, Elec Instant Start"
2,            122, "3 lamp, F32T8, Elec Instant Start - Prt Out"
2,            123, "3 lamp, F32T8, Elec Rapid Start"
2,            124, "3 lamp, F40T10, Elec Rapid Start"
2,            125, "3 lamp, F40T12, Elec Rapid Start"
2,            126, "3 lamp, F40T12/ES, Elec Rapid Start"
2,            127, "3 lamp, F32T8, Elec Rapid Start - Prt Out"
2,            128, "3 lamp, F32T8, Mag Heater Cutout"
2,            129, "3 lamp, F40T10, Mag Heater Cutout"
2,            130, "3 lamp, F40T12, Mag Heater Cutout"
2,            131, "3 lamp, F40T12/ES, Mag Heater Cutout"
2,            132, "3 lamp, F40T12, Mag Heater Cutout - Prt Out"
2,            133, "3 lamp, F40T12/ES, Mag Heater Cutout - Prt Out"
2,            134, "3 lamp, F40T10, Old Std Mag"
2,            135, "3 lamp, F40T12, Old Std Mag"
2,            136, "3 lamp, F40T12/ES, Old Std Mag"
2,            137, "3 lamp, F32T8, Std Energy Eff Mag"
2,            138, "3 lamp, F40T10, Std Energy Eff Mag"
2,            139, "3 lamp, F40T12, Std Energy Eff Mag"
2,            140, "3 lamp, F40T12/ES, Std Energy Eff Mag"
2,            141, "4 lamp, F32T8, Elec Instant Start"
2,            142, "4 lamp, F32T8, Elec Instant Start - Prt Out"
2,            143, "4 lamp, F32T8, Elec Rapid Start"
2,            144, "4 lamp, F40T12, Elec Rapid Start"
2,            145, "4 lamp, F40T12/ES, Elec Rapid Start"
2,            146, "4 lamp, F32T8, Elec Rapid Start - Prt Out"
2,            147, "4 lamp, F32T8, Mag Heater Cutout"
2,            148, "4 lamp, F40T12, Mag Heater Cutout"
2,            149, "4 lamp, F40T12/ES, Mag Heater Cutout"
;  2,         150, "4 lamp, F40T12/ES, Mag Heater Cutout"
2,            151, "4 lamp, F40T12, Mag Heater Cutout - Prt Out"
2,            152, "4 lamp, F40T12/ES, Mag Heater Cutout - Prt Out"
2,            153, "4 lamp, F40T12, Old Std Mag"
2,            154, "4 lamp, F40T12/ES, Old Std Mag"
2,            155, "4 lamp, F32T8, Std Energy Eff Mag"
2,            156, "4 lamp, F40T12, Std Energy Eff Mag"
2,            157, "4 lamp, F40T12/ES, Std Energy Eff Mag"
1,      ShellWiz:ILSelFixtCateg, 2,  200  ; Flourescent (8')
2,              0, "- none -" 
2,            200, "2 lamp, F96T12, Elec"
2,            201, "2 lamp, F96T12/ES, Elec"
2,            202, "2 lamp, F96T12/HO, Elec"
2,            203, "2 lamp, F96T12/HO/ES, Elec"
2,            204, "2 lamp, F96T8, Elec"
2,            205, "2 lamp, F96T8/HO, Elec"
2,            206, "2 lamp, F96T8/HO, Elec"
2,            207, "2 lamp, F96T8, Elec - Prt Out"
2,            208, "2 lamp, F96T12/HO, Mag Heater Cutout"
2,            209, "2 lamp, F96T12/HO/ES, Mag Heater Cutout"
2,            210, "2 lamp, F96T12, Old Std Mag"
2,            211, "2 lamp, F96T12/ES, Old Std Mag"
2,            212, "2 lamp, F96T12/HO, Old Std Mag"
2,            213, "2 lamp, F96T12/HO/ES, Old Std Mag"
2,            214, "2 lamp, F96T12/VHO, Old Std Mag"
2,            215, "2 lamp, F96T12/VHO/ES, Old Std Mag"
2,            216, "2 lamp, F96T12, Std EE Mag"
2,            217, "2 lamp, F96T12/ES, Std EE Mag"
2,            218, "2 lamp, F96T12/HO, Std EE Mag"
2,            219, "2 lamp, F96T12/HO/ES, Std EE Mag"
2,            220, "2 lamp, F96T12/VHO, Std EE Mag"
2,            221, "2 lamp, F96T12/VHO/ES, Std EE Mag"
1,      ShellWiz:ILSelFixtCateg, 3,  300  ; Flourescent (2')
2,              0, "- none -" 
2,            300, "4 lamp, F17T8, Elec Instant Start"
2,            301, "4 lamp, F17T8, Elec Rapid Start"
2,            302, "3 lamp, F17T8, Elec Instant Start"
2,            303, "3 lamp, FT40T5, Elec Instant Start"
2,            304, "2 lamp, F17T8, Elec Rapid Start"
2,            305, "2 lamp, FT40T5, Elec Rapid Start"
2,            306, "2 lamp, F17T8, Elec Rapid Start Prt Out"
2,            307, "2 lamp, F20T12 (preheat), Old Std Mag"
2,            308, "2 lamp, F17T8, Std EE Mag"
2,            309, "2 lamp, F20T12 (preheat), Std EE Mag"
2,            310, "2 lamp, FT40T5, Std EE Mag"
1,      ShellWiz:ILSelFixtCateg, 4,  400  ; Incandescent
2,              0, "- none -" 
2,            400, "1 lamp, 25 watt, A19"
2,            401, "1 lamp, 40 watt, A19"
2,            402, "1 lamp, 60 watt, A19"
2,            403, "1 lamp, 75 watt, A19"
2,            404, "1 lamp, 100 watt, A19"
2,            405, "1 lamp, 200 watt, A23"
2,            406, "1 lamp, 50 watt, ER30"
2,            407, "1 lamp, 75 watt, ER30"
2,            408, "1 lamp, 120 watt, ER40"
2,            409, "1 lamp, 65 watt, PAR38/ES/Flood"
2,            410, "1 lamp, 85 watt, PAR38/ES/Flood"
2,            411, "1 lamp, 120 watt, PAR38/ES/Flood"
2,            412, "1 lamp, 65 watt, PAR38/ES/Spot"
2,            413, "1 lamp, 85 watt, PAR38/ES/Spot"
2,            414, "1 lamp, 120 watt, PAR38/ES/Spot"
2,            415, "1 lamp, 75 watt, PAR38/Flood"
2,            416, "1 lamp, 150 watt, PAR38/Flood"
2,            417, "1 lamp, 75 watt, PAR38/Spot"
2,            418, "1 lamp, 150 watt, PAR38/Spot"
2,            419, "1 lamp, 45 watt, R30"
2,            420, "1 lamp, 75 watt, R30"
2,            421, "1 lamp, 60 watt, R30/Krypton"
2,            422, "1 lamp, 75 watt, R40"
2,            423, "1 lamp, 100 watt, R40"
1,      ShellWiz:ILSelFixtCateg, 5,  500  ; Halogen
2,              0, "- none -" 
2,            500, "1 lamp, 75 watt, PAR30/Flood"
2,            501, "1 lamp, 50 watt, PAR30/Flood/IR"
2,            502, "1 lamp, 75 watt, PAR30/Spot"
2,            503, "1 lamp, 50 watt, PAR30/Spot/IR"
2,            504, "1 lamp, 50 watt, PAR30/Wide Flood"
2,            505, "1 lamp, 75 watt, PAR30/Wide Flood"
2,            506, "1 lamp, 75 watt, PAR38/Flood"
2,            507, "1 lamp, 90 watt, PAR38/Flood"
2,            508, "1 lamp, 60 watt, PAR38/Flood/IR"
2,            509, "1 lamp, 100 watt, PAR38/Flood/IR"
2,            510, "1 lamp, 75 watt, PAR38/Spot"
2,            511, "1 lamp, 90 watt, PAR38/Spot"
2,            512, "1 lamp, 60 watt, PAR38/Spot/IR"
2,            513, "1 lamp, 100 watt, PAR38/Spot/IR"
2,            514, "1 lamp, 90 watt, PAR38/Wide Flood"
2,            515, "1 lamp, 50 watt, TB19"
2,            516, "1 lamp, 90 watt, TB19"
2,            517, "1 lamp, 60 watt, TB19/Film"
1,      ShellWiz:ILSelFixtCateg, 6,  600  ; Compact Fluor.
2,              0, "- none -" 
2,            600, "1 lamp, 9 watt, Spiral"
2,            601, "1 lamp, 5 watt, T-4 Twin"
2,            602, "1 lamp, 11 watt, Spiral"
2,            603, "1 lamp, 7 watt, T-4 Twin"
2,            604, "1 lamp, 13 watt, 6.1in. diam."
2,            605, "1 lamp, 9 watt, T-4 Quad"
2,            606, "1 lamp, 9 watt, T-4 Twin"
2,            607, "1 lamp, 15 watt, Reflector/Quad"
2,            608, "1 lamp, 15 watt, Open Quad Tube"
2,            609, "1 lamp, 15 watt, Triple Twin/U-Tube"
2,            610, "1 lamp, 15 watt, Spiral"
2,            611, "1 lamp, 16 watt, Enclosed / Non-Vent"
2,            612, "1 lamp, 17 watt, Reflector/Quad"
2,            613, "1 lamp, 13 watt, T-4 Quad"
2,            614, "1 lamp, 13 watt, T-4 Twin"
2,            615, "1 lamp, 18 watt, Enclosed / Vented"
2,            616, "1 lamp, 20 watt, 6.4in. diam."
2,            617, "1 lamp, 20 watt, Reflector/Quad"
2,            618, "1 lamp, 20 watt, Open Quad Tube"
2,            619, "1 lamp, 20 watt, Triple Twin/U-Tube"
2,            620, "1 lamp, 20 watt, Spiral"
2,            621, "1 lamp, 22 watt, 4.0in. diam."
2,            622, "1 lamp, 22 watt, 8.2in. diam."
2,            623, "1 lamp, 23 watt, Spiral"
2,            624, "1 lamp, 25 watt, Triple Twin/U-Tube"
2,            625, "1 lamp, 18 watt, T-4 Quad"
2,            626, "1 lamp, 26 watt, Open Quad Tube"
2,            627, "1 lamp, 26 watt, Spiral"
2,            628, "1 lamp, 28 watt, Quad Twin Tube"
2,            629, "1 lamp, 30 watt, 8.9in. diam."
2,            630, "1 lamp, 26 watt, T-4 Quad"
2,            631, "1 lamp, 39 watt, 4.3in. diam."
1,      ShellWiz:ILSelFixtCateg, 7,  700  ; HID - Mercury Vapor
2,              0, "- none -" 
2,            700, "1 lamp, 35 watt, 2 1/8in. diam."
2,            701, "1 lamp, 50 watt, 2 1/8in. diam. (Coated)"
2,            702, "1 lamp, 75 watt, 2 1/8in. diam. (Coated)"
2,            703, "1 lamp, 100 watt, 3in. diam."
2,            704, "1 lamp, 175 watt, 3 1/2in. diam."
2,            705, "1 lamp, 250 watt, 3 1/2in. diam."
2,            706, "1 lamp, 400 watt, 4 5/8in. diam."
2,            707, "1 lamp, 1000 watt, 7in. diam."
1,      ShellWiz:ILSelFixtCateg, 8,  800  ; HID - Metal Halide
2,              0, "- none -" 
2,            800, "1 lamp, 35 watt, 2 1/8in. diam."
2,            801, "1 lamp, 50 watt, 2 1/8in. diam."
2,            802, "1 lamp, 70 watt, 2 1/8in. diam."
2,            803, "1 lamp, 70 watt, 2 1/8in. diam. (Ceramic Tube)"
2,            804, "1 lamp, 100 watt, 2 1/8in. diam."
2,            805, "1 lamp, 100 watt, 2 1/8in. diam. (Ceramic Tube)"
2,            806, "1 lamp, 150 watt, Pulse-Start (Linear Reactor Ballast)"
2,            807, "1 lamp, 150 watt, 2 1/8in. diam."
2,            808, "1 lamp, 150 watt, Energy-saver"
2,            809, "1 lamp, 175 watt, 2 7/8in. diam."
2,            810, "1 lamp, 200 watt, Pulse-Start (Linear Reactor Ballast)"
2,            811, "1 lamp, 225 watt, Energy-saver"
2,            812, "1 lamp, 250 watt, 3 1/2in. diam."
2,            813, "1 lamp, 250 watt, Retrofit for High Pressure Sodium"
2,            814, "1 lamp, 325 watt, Retrofit for Mercury Vapor"
2,            815, "1 lamp, 350 watt, Pulse-Start (Linear Reactor Ballast)"
2,            816, "1 lamp, 360 watt, Energy-saver"
2,            817, "1 lamp, 400 watt, 4 5/8in. diam."
2,            818, "1 lamp, 400 watt, Retrofit for High Pressure Sodium"
2,            819, "1 lamp, 950 watt, Retrofit for Mercury Vapor"
2,            820, "1 lamp, 1000 watt, 7in. diam."
2,            821, "1 lamp, 1500 watt, 7in. diam."
1,      ShellWiz:ILSelFixtCateg, 9,  900  ; HID - High Pres. Sodium
2,              0, "- none -" 
2,            900, "1 lamp, 35 watt, Standard"
2,            901, "1 lamp, 35 watt, White"
2,            902, "1 lamp, 50 watt, Standard"
2,            903, "1 lamp, 50 watt, White"
2,            904, "1 lamp, 70 watt, Deluxe"
2,            905, "1 lamp, 70 watt, Standard"
2,            906, "1 lamp, 100 watt, Deluxe"
2,            907, "1 lamp, 100 watt, Standard"
2,            908, "1 lamp, 100 watt, White"
2,            909, "1 lamp, 150 watt, Deluxe"
2,            910, "1 lamp, 150 watt, Retrofit for Mercury Vapor"
2,            911, "1 lamp, 150 watt, Standard"
2,            912, "1 lamp, 215 watt, Retrofit for Mercury Vapor"
2,            913, "1 lamp, 225 watt, Energy-saver"
2,            914, "1 lamp, 250 watt, Deluxe"
2,            915, "1 lamp, 250 watt, Standard"
2,            916, "1 lamp, 360 watt, Energy-saver"
2,            917, "1 lamp, 360 watt, Retrofit for Mercury Vapor"
2,            918, "1 lamp, 400 watt, Deluxe"
2,            919, "1 lamp, 400 watt, Standard"
2,            920, "1 lamp, 1000 watt, Standard"
1,      ShellWiz:ILSelFixtCateg, 10, 1000  ; HID - Low Pres. Sodium
2,              0, "- none -" 
2,           1000, "1 lamp, 18 watt, 8in."
2,           1001, "1 lamp, 35 watt, 12in."
2,           1002, "1 lamp, 55 watt, 17in."
2,           1003, "1 lamp, 90 watt, 21in."
2,           1004, "1 lamp, 135 watt, 30in."
2,           1005, "1 lamp, 180 watt, 44in."
1,      ShellWiz:ILSelFixtCateg, 11, 1100  ; Exit Sign
2,              0, "- none -" 
2,           1100, "1 lamp, 5 watt, Compact Fluor."
2,           1101, "1 lamp, 7 watt, Compact Fluor."
2,           1102, "1 lamp, 9 watt, Compact Fluor."
2,           1103, "1 sys watt(s), Electroluminescent"
2,           1104, "1 lamp, 8 watt, Incand. Light Rope"
2,           1105, "1 lamp, 10 watt, Incand. Light Rope"
2,           1106, "1 lamp, 10 watt, Incand. T-Lamp"
2,           1107, "1 lamp, 20 watt, Incand. T-Lamp"
2,           1108, "1 lamp, 25 watt, Incand. T-Lamp"
2,           1109, "2 lamp, 10 watt, Incand. T-Lamp"
2,           1110, "2 lamp, 20 watt, Incand. T-Lamp"
2,           1111, "2 lamp, 25 watt, Incand. T-Lamp"
2,           1112, "7 sys watt(s), LED"
2,           1113, "5 sys watt(s), LED"
2,           1114, "2 sys watt(s), LED"
2,           1115, "1 sys watt(s), LED"
2,           1116, "0 sys watt(s), Tritium"

0, ShellWiz:ILFixtureType, 0
1,      ShellWiz:ILFixtureCateg, 0,    0  ; none
2,              0, "- none -" 
1,      ShellWiz:ILFixtureCateg, 1,  100  ; Flourescent (4')
2,              0, "- none -" 
2,            100, "2 lamp, F32T8, Elec Instant Start"
2,            101, "2 lamp, F32T8, Elec Instant Start - Ext Out"
2,            102, "2 lamp, F32T8, Elec Rapid Start"
2,            103, "2 lamp, F40T10, Elec Rapid Start"
2,            104, "2 lamp, F40T12, Elec Rapid Start"
2,            105, "2 lamp, F40T12/ES, Elec Rapid Start"
2,            106, "2 lamp, F32T8, Elec Rapid Start - Ext Out"
2,            107, "2 lamp, F32T8, Elec Rapid Start - Prt Out"
2,            108, "2 lamp, F32T8, Mag Heater Cutout"
2,            109, "2 lamp, F40T10, Mag Heater Cutout"
2,            110, "2 lamp, F40T12, Mag Heater Cutout"
2,            111, "2 lamp, F40T12/ES, Mag Heater Cutout"
2,            112, "2 lamp, F40T12, Mag Heater Cutout - Prt Out"
2,            113, "2 lamp, F40T12/ES, Mag Heater Cutout - Prt Out"
2,            114, "2 lamp, F40T10, Old Std Mag"
2,            115, "2 lamp, F40T12, Old Std Mag"
2,            116, "2 lamp, F40T12/ES, Old Std Mag"
2,            117, "2 lamp, F32T8, Std Energy Eff Mag"
2,            118, "2 lamp, F40T10, Std Energy Eff Mag"
2,            119, "2 lamp, F40T12, Std Energy Eff Mag"
2,            120, "2 lamp, F40T12/ES, Std Energy Eff Mag"
2,            121, "3 lamp, F32T8, Elec Instant Start"
2,            122, "3 lamp, F32T8, Elec Instant Start - Prt Out"
2,            123, "3 lamp, F32T8, Elec Rapid Start"
2,            124, "3 lamp, F40T10, Elec Rapid Start"
2,            125, "3 lamp, F40T12, Elec Rapid Start"
2,            126, "3 lamp, F40T12/ES, Elec Rapid Start"
2,            127, "3 lamp, F32T8, Elec Rapid Start - Prt Out"
2,            128, "3 lamp, F32T8, Mag Heater Cutout"
2,            129, "3 lamp, F40T10, Mag Heater Cutout"
2,            130, "3 lamp, F40T12, Mag Heater Cutout"
2,            131, "3 lamp, F40T12/ES, Mag Heater Cutout"
2,            132, "3 lamp, F40T12, Mag Heater Cutout - Prt Out"
2,            133, "3 lamp, F40T12/ES, Mag Heater Cutout - Prt Out"
2,            134, "3 lamp, F40T10, Old Std Mag"
2,            135, "3 lamp, F40T12, Old Std Mag"
2,            136, "3 lamp, F40T12/ES, Old Std Mag"
2,            137, "3 lamp, F32T8, Std Energy Eff Mag"
2,            138, "3 lamp, F40T10, Std Energy Eff Mag"
2,            139, "3 lamp, F40T12, Std Energy Eff Mag"
2,            140, "3 lamp, F40T12/ES, Std Energy Eff Mag"
2,            141, "4 lamp, F32T8, Elec Instant Start"
2,            142, "4 lamp, F32T8, Elec Instant Start - Prt Out"
2,            143, "4 lamp, F32T8, Elec Rapid Start"
2,            144, "4 lamp, F40T12, Elec Rapid Start"
2,            145, "4 lamp, F40T12/ES, Elec Rapid Start"
2,            146, "4 lamp, F32T8, Elec Rapid Start - Prt Out"
2,            147, "4 lamp, F32T8, Mag Heater Cutout"
2,            148, "4 lamp, F40T12, Mag Heater Cutout"
2,            149, "4 lamp, F40T12/ES, Mag Heater Cutout"
;  2,         150, "4 lamp, F40T12/ES, Mag Heater Cutout"
2,            151, "4 lamp, F40T12, Mag Heater Cutout - Prt Out"
2,            152, "4 lamp, F40T12/ES, Mag Heater Cutout - Prt Out"
2,            153, "4 lamp, F40T12, Old Std Mag"
2,            154, "4 lamp, F40T12/ES, Old Std Mag"
2,            155, "4 lamp, F32T8, Std Energy Eff Mag"
2,            156, "4 lamp, F40T12, Std Energy Eff Mag"
2,            157, "4 lamp, F40T12/ES, Std Energy Eff Mag"
1,      ShellWiz:ILFixtureCateg, 2,  200  ; Flourescent (8')
2,              0, "- none -" 
2,            200, "2 lamp, F96T12, Elec"
2,            201, "2 lamp, F96T12/ES, Elec"
2,            202, "2 lamp, F96T12/HO, Elec"
2,            203, "2 lamp, F96T12/HO/ES, Elec"
2,            204, "2 lamp, F96T8, Elec"
2,            205, "2 lamp, F96T8/HO, Elec"
2,            206, "2 lamp, F96T8/HO, Elec"
2,            207, "2 lamp, F96T8, Elec - Prt Out"
2,            208, "2 lamp, F96T12/HO, Mag Heater Cutout"
2,            209, "2 lamp, F96T12/HO/ES, Mag Heater Cutout"
2,            210, "2 lamp, F96T12, Old Std Mag"
2,            211, "2 lamp, F96T12/ES, Old Std Mag"
2,            212, "2 lamp, F96T12/HO, Old Std Mag"
2,            213, "2 lamp, F96T12/HO/ES, Old Std Mag"
2,            214, "2 lamp, F96T12/VHO, Old Std Mag"
2,            215, "2 lamp, F96T12/VHO/ES, Old Std Mag"
2,            216, "2 lamp, F96T12, Std EE Mag"
2,            217, "2 lamp, F96T12/ES, Std EE Mag"
2,            218, "2 lamp, F96T12/HO, Std EE Mag"
2,            219, "2 lamp, F96T12/HO/ES, Std EE Mag"
2,            220, "2 lamp, F96T12/VHO, Std EE Mag"
2,            221, "2 lamp, F96T12/VHO/ES, Std EE Mag"
1,      ShellWiz:ILFixtureCateg, 3,  300  ; Flourescent (2')
2,              0, "- none -" 
2,            300, "4 lamp, F17T8, Elec Instant Start"
2,            301, "4 lamp, F17T8, Elec Rapid Start"
2,            302, "3 lamp, F17T8, Elec Instant Start"
2,            303, "3 lamp, FT40T5, Elec Instant Start"
2,            304, "2 lamp, F17T8, Elec Rapid Start"
2,            305, "2 lamp, FT40T5, Elec Rapid Start"
2,            306, "2 lamp, F17T8, Elec Rapid Start Prt Out"
2,            307, "2 lamp, F20T12 (preheat), Old Std Mag"
2,            308, "2 lamp, F17T8, Std EE Mag"
2,            309, "2 lamp, F20T12 (preheat), Std EE Mag"
2,            310, "2 lamp, FT40T5, Std EE Mag"
1,      ShellWiz:ILFixtureCateg, 4,  400  ; Incandescent
2,              0, "- none -" 
2,            400, "1 lamp, 25 watt, A19"
2,            401, "1 lamp, 40 watt, A19"
2,            402, "1 lamp, 60 watt, A19"
2,            403, "1 lamp, 75 watt, A19"
2,            404, "1 lamp, 100 watt, A19"
2,            405, "1 lamp, 200 watt, A23"
2,            406, "1 lamp, 50 watt, ER30"
2,            407, "1 lamp, 75 watt, ER30"
2,            408, "1 lamp, 120 watt, ER40"
2,            409, "1 lamp, 65 watt, PAR38/ES/Flood"
2,            410, "1 lamp, 85 watt, PAR38/ES/Flood"
2,            411, "1 lamp, 120 watt, PAR38/ES/Flood"
2,            412, "1 lamp, 65 watt, PAR38/ES/Spot"
2,            413, "1 lamp, 85 watt, PAR38/ES/Spot"
2,            414, "1 lamp, 120 watt, PAR38/ES/Spot"
2,            415, "1 lamp, 75 watt, PAR38/Flood"
2,            416, "1 lamp, 150 watt, PAR38/Flood"
2,            417, "1 lamp, 75 watt, PAR38/Spot"
2,            418, "1 lamp, 150 watt, PAR38/Spot"
2,            419, "1 lamp, 45 watt, R30"
2,            420, "1 lamp, 75 watt, R30"
2,            421, "1 lamp, 60 watt, R30/Krypton"
2,            422, "1 lamp, 75 watt, R40"
2,            423, "1 lamp, 100 watt, R40"
1,      ShellWiz:ILFixtureCateg, 5,  500  ; Halogen
2,              0, "- none -" 
2,            500, "1 lamp, 75 watt, PAR30/Flood"
2,            501, "1 lamp, 50 watt, PAR30/Flood/IR"
2,            502, "1 lamp, 75 watt, PAR30/Spot"
2,            503, "1 lamp, 50 watt, PAR30/Spot/IR"
2,            504, "1 lamp, 50 watt, PAR30/Wide Flood"
2,            505, "1 lamp, 75 watt, PAR30/Wide Flood"
2,            506, "1 lamp, 75 watt, PAR38/Flood"
2,            507, "1 lamp, 90 watt, PAR38/Flood"
2,            508, "1 lamp, 60 watt, PAR38/Flood/IR"
2,            509, "1 lamp, 100 watt, PAR38/Flood/IR"
2,            510, "1 lamp, 75 watt, PAR38/Spot"
2,            511, "1 lamp, 90 watt, PAR38/Spot"
2,            512, "1 lamp, 60 watt, PAR38/Spot/IR"
2,            513, "1 lamp, 100 watt, PAR38/Spot/IR"
2,            514, "1 lamp, 90 watt, PAR38/Wide Flood"
2,            515, "1 lamp, 50 watt, TB19"
2,            516, "1 lamp, 90 watt, TB19"
2,            517, "1 lamp, 60 watt, TB19/Film"
1,      ShellWiz:ILFixtureCateg, 6,  600  ; Compact Fluor.
2,              0, "- none -" 
2,            600, "1 lamp, 9 watt, Spiral"
2,            601, "1 lamp, 5 watt, T-4 Twin"
2,            602, "1 lamp, 11 watt, Spiral"
2,            603, "1 lamp, 7 watt, T-4 Twin"
2,            604, "1 lamp, 13 watt, 6.1in. diam."
2,            605, "1 lamp, 9 watt, T-4 Quad"
2,            606, "1 lamp, 9 watt, T-4 Twin"
2,            607, "1 lamp, 15 watt, Reflector/Quad"
2,            608, "1 lamp, 15 watt, Open Quad Tube"
2,            609, "1 lamp, 15 watt, Triple Twin/U-Tube"
2,            610, "1 lamp, 15 watt, Spiral"
2,            611, "1 lamp, 16 watt, Enclosed / Non-Vent"
2,            612, "1 lamp, 17 watt, Reflector/Quad"
2,            613, "1 lamp, 13 watt, T-4 Quad"
2,            614, "1 lamp, 13 watt, T-4 Twin"
2,            615, "1 lamp, 18 watt, Enclosed / Vented"
2,            616, "1 lamp, 20 watt, 6.4in. diam."
2,            617, "1 lamp, 20 watt, Reflector/Quad"
2,            618, "1 lamp, 20 watt, Open Quad Tube"
2,            619, "1 lamp, 20 watt, Triple Twin/U-Tube"
2,            620, "1 lamp, 20 watt, Spiral"
2,            621, "1 lamp, 22 watt, 4.0in. diam."
2,            622, "1 lamp, 22 watt, 8.2in. diam."
2,            623, "1 lamp, 23 watt, Spiral"
2,            624, "1 lamp, 25 watt, Triple Twin/U-Tube"
2,            625, "1 lamp, 18 watt, T-4 Quad"
2,            626, "1 lamp, 26 watt, Open Quad Tube"
2,            627, "1 lamp, 26 watt, Spiral"
2,            628, "1 lamp, 28 watt, Quad Twin Tube"
2,            629, "1 lamp, 30 watt, 8.9in. diam."
2,            630, "1 lamp, 26 watt, T-4 Quad"
2,            631, "1 lamp, 39 watt, 4.3in. diam."
1,      ShellWiz:ILFixtureCateg, 7,  700  ; HID - Mercury Vapor
2,              0, "- none -" 
2,            700, "1 lamp, 35 watt, 2 1/8in. diam."
2,            701, "1 lamp, 50 watt, 2 1/8in. diam. (Coated)"
2,            702, "1 lamp, 75 watt, 2 1/8in. diam. (Coated)"
2,            703, "1 lamp, 100 watt, 3in. diam."
2,            704, "1 lamp, 175 watt, 3 1/2in. diam."
2,            705, "1 lamp, 250 watt, 3 1/2in. diam."
2,            706, "1 lamp, 400 watt, 4 5/8in. diam."
2,            707, "1 lamp, 1000 watt, 7in. diam."
1,      ShellWiz:ILFixtureCateg, 8,  800  ; HID - Metal Halide
2,              0, "- none -" 
2,            800, "1 lamp, 35 watt, 2 1/8in. diam."
2,            801, "1 lamp, 50 watt, 2 1/8in. diam."
2,            802, "1 lamp, 70 watt, 2 1/8in. diam."
2,            803, "1 lamp, 70 watt, 2 1/8in. diam. (Ceramic Tube)"
2,            804, "1 lamp, 100 watt, 2 1/8in. diam."
2,            805, "1 lamp, 100 watt, 2 1/8in. diam. (Ceramic Tube)"
2,            806, "1 lamp, 150 watt, Pulse-Start (Linear Reactor Ballast)"
2,            807, "1 lamp, 150 watt, 2 1/8in. diam."
2,            808, "1 lamp, 150 watt, Energy-saver"
2,            809, "1 lamp, 175 watt, 2 7/8in. diam."
2,            810, "1 lamp, 200 watt, Pulse-Start (Linear Reactor Ballast)"
2,            811, "1 lamp, 225 watt, Energy-saver"
2,            812, "1 lamp, 250 watt, 3 1/2in. diam."
2,            813, "1 lamp, 250 watt, Retrofit for High Pressure Sodium"
2,            814, "1 lamp, 325 watt, Retrofit for Mercury Vapor"
2,            815, "1 lamp, 350 watt, Pulse-Start (Linear Reactor Ballast)"
2,            816, "1 lamp, 360 watt, Energy-saver"
2,            817, "1 lamp, 400 watt, 4 5/8in. diam."
2,            818, "1 lamp, 400 watt, Retrofit for High Pressure Sodium"
2,            819, "1 lamp, 950 watt, Retrofit for Mercury Vapor"
2,            820, "1 lamp, 1000 watt, 7in. diam."
2,            821, "1 lamp, 1500 watt, 7in. diam."
1,      ShellWiz:ILFixtureCateg, 9,  900  ; HID - High Pres. Sodium
2,              0, "- none -" 
2,            900, "1 lamp, 35 watt, Standard"
2,            901, "1 lamp, 35 watt, White"
2,            902, "1 lamp, 50 watt, Standard"
2,            903, "1 lamp, 50 watt, White"
2,            904, "1 lamp, 70 watt, Deluxe"
2,            905, "1 lamp, 70 watt, Standard"
2,            906, "1 lamp, 100 watt, Deluxe"
2,            907, "1 lamp, 100 watt, Standard"
2,            908, "1 lamp, 100 watt, White"
2,            909, "1 lamp, 150 watt, Deluxe"
2,            910, "1 lamp, 150 watt, Retrofit for Mercury Vapor"
2,            911, "1 lamp, 150 watt, Standard"
2,            912, "1 lamp, 215 watt, Retrofit for Mercury Vapor"
2,            913, "1 lamp, 225 watt, Energy-saver"
2,            914, "1 lamp, 250 watt, Deluxe"
2,            915, "1 lamp, 250 watt, Standard"
2,            916, "1 lamp, 360 watt, Energy-saver"
2,            917, "1 lamp, 360 watt, Retrofit for Mercury Vapor"
2,            918, "1 lamp, 400 watt, Deluxe"
2,            919, "1 lamp, 400 watt, Standard"
2,            920, "1 lamp, 1000 watt, Standard"
1,      ShellWiz:ILFixtureCateg, 10, 1000  ; HID - Low Pres. Sodium
2,              0, "- none -" 
2,           1000, "1 lamp, 18 watt, 8in."
2,           1001, "1 lamp, 35 watt, 12in."
2,           1002, "1 lamp, 55 watt, 17in."
2,           1003, "1 lamp, 90 watt, 21in."
2,           1004, "1 lamp, 135 watt, 30in."
2,           1005, "1 lamp, 180 watt, 44in."
1,      ShellWiz:ILFixtureCateg, 11, 1100  ; Exit Sign
2,              0, "- none -" 
2,           1100, "1 lamp, 5 watt, Compact Fluor."
2,           1101, "1 lamp, 7 watt, Compact Fluor."
2,           1102, "1 lamp, 9 watt, Compact Fluor."
2,           1103, "1 sys watt(s), Electroluminescent"
2,           1104, "1 lamp, 8 watt, Incand. Light Rope"
2,           1105, "1 lamp, 10 watt, Incand. Light Rope"
2,           1106, "1 lamp, 10 watt, Incand. T-Lamp"
2,           1107, "1 lamp, 20 watt, Incand. T-Lamp"
2,           1108, "1 lamp, 25 watt, Incand. T-Lamp"
2,           1109, "2 lamp, 10 watt, Incand. T-Lamp"
2,           1110, "2 lamp, 20 watt, Incand. T-Lamp"
2,           1111, "2 lamp, 25 watt, Incand. T-Lamp"
2,           1112, "7 sys watt(s), LED"
2,           1113, "5 sys watt(s), LED"
2,           1114, "2 sys watt(s), LED"
2,           1115, "1 sys watt(s), LED"
2,           1116, "0 sys watt(s), Tritium"

0, ShellWiz:ELFixtureType, 0
1,      ShellWiz:ELFixtureCateg, 0,    0  ; none
2,              0, "- none -" 
1,      ShellWiz:ELFixtureCateg, 1,  100  ; Flourescent (4')
2,              0, "- none -" 
2,            100, "2 lamp, F32T8, Elec Instant Start"
2,            101, "2 lamp, F32T8, Elec Instant Start - Ext Out"
2,            102, "2 lamp, F32T8, Elec Rapid Start"
2,            103, "2 lamp, F40T10, Elec Rapid Start"
2,            104, "2 lamp, F40T12, Elec Rapid Start"
2,            105, "2 lamp, F40T12/ES, Elec Rapid Start"
2,            106, "2 lamp, F32T8, Elec Rapid Start - Ext Out"
2,            107, "2 lamp, F32T8, Elec Rapid Start - Prt Out"
2,            108, "2 lamp, F32T8, Mag Heater Cutout"
2,            109, "2 lamp, F40T10, Mag Heater Cutout"
2,            110, "2 lamp, F40T12, Mag Heater Cutout"
2,            111, "2 lamp, F40T12/ES, Mag Heater Cutout"
2,            112, "2 lamp, F40T12, Mag Heater Cutout - Prt Out"
2,            113, "2 lamp, F40T12/ES, Mag Heater Cutout - Prt Out"
2,            114, "2 lamp, F40T10, Old Std Mag"
2,            115, "2 lamp, F40T12, Old Std Mag"
2,            116, "2 lamp, F40T12/ES, Old Std Mag"
2,            117, "2 lamp, F32T8, Std Energy Eff Mag"
2,            118, "2 lamp, F40T10, Std Energy Eff Mag"
2,            119, "2 lamp, F40T12, Std Energy Eff Mag"
2,            120, "2 lamp, F40T12/ES, Std Energy Eff Mag"
2,            121, "3 lamp, F32T8, Elec Instant Start"
2,            122, "3 lamp, F32T8, Elec Instant Start - Prt Out"
2,            123, "3 lamp, F32T8, Elec Rapid Start"
2,            124, "3 lamp, F40T10, Elec Rapid Start"
2,            125, "3 lamp, F40T12, Elec Rapid Start"
2,            126, "3 lamp, F40T12/ES, Elec Rapid Start"
2,            127, "3 lamp, F32T8, Elec Rapid Start - Prt Out"
2,            128, "3 lamp, F32T8, Mag Heater Cutout"
2,            129, "3 lamp, F40T10, Mag Heater Cutout"
2,            130, "3 lamp, F40T12, Mag Heater Cutout"
2,            131, "3 lamp, F40T12/ES, Mag Heater Cutout"
2,            132, "3 lamp, F40T12, Mag Heater Cutout - Prt Out"
2,            133, "3 lamp, F40T12/ES, Mag Heater Cutout - Prt Out"
2,            134, "3 lamp, F40T10, Old Std Mag"
2,            135, "3 lamp, F40T12, Old Std Mag"
2,            136, "3 lamp, F40T12/ES, Old Std Mag"
2,            137, "3 lamp, F32T8, Std Energy Eff Mag"
2,            138, "3 lamp, F40T10, Std Energy Eff Mag"
2,            139, "3 lamp, F40T12, Std Energy Eff Mag"
2,            140, "3 lamp, F40T12/ES, Std Energy Eff Mag"
2,            141, "4 lamp, F32T8, Elec Instant Start"
2,            142, "4 lamp, F32T8, Elec Instant Start - Prt Out"
2,            143, "4 lamp, F32T8, Elec Rapid Start"
2,            144, "4 lamp, F40T12, Elec Rapid Start"
2,            145, "4 lamp, F40T12/ES, Elec Rapid Start"
2,            146, "4 lamp, F32T8, Elec Rapid Start - Prt Out"
2,            147, "4 lamp, F32T8, Mag Heater Cutout"
2,            148, "4 lamp, F40T12, Mag Heater Cutout"
2,            149, "4 lamp, F40T12/ES, Mag Heater Cutout"
;  2,         150, "4 lamp, F40T12/ES, Mag Heater Cutout"
2,            151, "4 lamp, F40T12, Mag Heater Cutout - Prt Out"
2,            152, "4 lamp, F40T12/ES, Mag Heater Cutout - Prt Out"
2,            153, "4 lamp, F40T12, Old Std Mag"
2,            154, "4 lamp, F40T12/ES, Old Std Mag"
2,            155, "4 lamp, F32T8, Std Energy Eff Mag"
2,            156, "4 lamp, F40T12, Std Energy Eff Mag"
2,            157, "4 lamp, F40T12/ES, Std Energy Eff Mag"
1,      ShellWiz:ELFixtureCateg, 2,  200  ; Flourescent (8')
2,              0, "- none -" 
2,            200, "2 lamp, F96T12, Elec"
2,            201, "2 lamp, F96T12/ES, Elec"
2,            202, "2 lamp, F96T12/HO, Elec"
2,            203, "2 lamp, F96T12/HO/ES, Elec"
2,            204, "2 lamp, F96T8, Elec"
2,            205, "2 lamp, F96T8/HO, Elec"
2,            206, "2 lamp, F96T8/HO, Elec"
2,            207, "2 lamp, F96T8, Elec - Prt Out"
2,            208, "2 lamp, F96T12/HO, Mag Heater Cutout"
2,            209, "2 lamp, F96T12/HO/ES, Mag Heater Cutout"
2,            210, "2 lamp, F96T12, Old Std Mag"
2,            211, "2 lamp, F96T12/ES, Old Std Mag"
2,            212, "2 lamp, F96T12/HO, Old Std Mag"
2,            213, "2 lamp, F96T12/HO/ES, Old Std Mag"
2,            214, "2 lamp, F96T12/VHO, Old Std Mag"
2,            215, "2 lamp, F96T12/VHO/ES, Old Std Mag"
2,            216, "2 lamp, F96T12, Std EE Mag"
2,            217, "2 lamp, F96T12/ES, Std EE Mag"
2,            218, "2 lamp, F96T12/HO, Std EE Mag"
2,            219, "2 lamp, F96T12/HO/ES, Std EE Mag"
2,            220, "2 lamp, F96T12/VHO, Std EE Mag"
2,            221, "2 lamp, F96T12/VHO/ES, Std EE Mag"
1,      ShellWiz:ELFixtureCateg, 3,  300  ; Flourescent (2')
2,              0, "- none -" 
2,            300, "4 lamp, F17T8, Elec Instant Start"
2,            301, "4 lamp, F17T8, Elec Rapid Start"
2,            302, "3 lamp, F17T8, Elec Instant Start"
2,            303, "3 lamp, FT40T5, Elec Instant Start"
2,            304, "2 lamp, F17T8, Elec Rapid Start"
2,            305, "2 lamp, FT40T5, Elec Rapid Start"
2,            306, "2 lamp, F17T8, Elec Rapid Start Prt Out"
2,            307, "2 lamp, F20T12 (preheat), Old Std Mag"
2,            308, "2 lamp, F17T8, Std EE Mag"
2,            309, "2 lamp, F20T12 (preheat), Std EE Mag"
2,            310, "2 lamp, FT40T5, Std EE Mag"
1,      ShellWiz:ELFixtureCateg, 4,  400  ; Incandescent
2,              0, "- none -" 
2,            400, "1 lamp, 25 watt, A19"
2,            401, "1 lamp, 40 watt, A19"
2,            402, "1 lamp, 60 watt, A19"
2,            403, "1 lamp, 75 watt, A19"
2,            404, "1 lamp, 100 watt, A19"
2,            405, "1 lamp, 200 watt, A23"
2,            406, "1 lamp, 50 watt, ER30"
2,            407, "1 lamp, 75 watt, ER30"
2,            408, "1 lamp, 120 watt, ER40"
2,            409, "1 lamp, 65 watt, PAR38/ES/Flood"
2,            410, "1 lamp, 85 watt, PAR38/ES/Flood"
2,            411, "1 lamp, 120 watt, PAR38/ES/Flood"
2,            412, "1 lamp, 65 watt, PAR38/ES/Spot"
2,            413, "1 lamp, 85 watt, PAR38/ES/Spot"
2,            414, "1 lamp, 120 watt, PAR38/ES/Spot"
2,            415, "1 lamp, 75 watt, PAR38/Flood"
2,            416, "1 lamp, 150 watt, PAR38/Flood"
2,            417, "1 lamp, 75 watt, PAR38/Spot"
2,            418, "1 lamp, 150 watt, PAR38/Spot"
2,            419, "1 lamp, 45 watt, R30"
2,            420, "1 lamp, 75 watt, R30"
2,            421, "1 lamp, 60 watt, R30/Krypton"
2,            422, "1 lamp, 75 watt, R40"
2,            423, "1 lamp, 100 watt, R40"
1,      ShellWiz:ELFixtureCateg, 5,  500  ; Halogen
2,              0, "- none -" 
2,            500, "1 lamp, 75 watt, PAR30/Flood"
2,            501, "1 lamp, 50 watt, PAR30/Flood/IR"
2,            502, "1 lamp, 75 watt, PAR30/Spot"
2,            503, "1 lamp, 50 watt, PAR30/Spot/IR"
2,            504, "1 lamp, 50 watt, PAR30/Wide Flood"
2,            505, "1 lamp, 75 watt, PAR30/Wide Flood"
2,            506, "1 lamp, 75 watt, PAR38/Flood"
2,            507, "1 lamp, 90 watt, PAR38/Flood"
2,            508, "1 lamp, 60 watt, PAR38/Flood/IR"
2,            509, "1 lamp, 100 watt, PAR38/Flood/IR"
2,            510, "1 lamp, 75 watt, PAR38/Spot"
2,            511, "1 lamp, 90 watt, PAR38/Spot"
2,            512, "1 lamp, 60 watt, PAR38/Spot/IR"
2,            513, "1 lamp, 100 watt, PAR38/Spot/IR"
2,            514, "1 lamp, 90 watt, PAR38/Wide Flood"
2,            515, "1 lamp, 50 watt, TB19"
2,            516, "1 lamp, 90 watt, TB19"
2,            517, "1 lamp, 60 watt, TB19/Film"
1,      ShellWiz:ELFixtureCateg, 6,  600  ; Compact Fluor.
2,              0, "- none -" 
2,            600, "1 lamp, 9 watt, Spiral"
2,            601, "1 lamp, 5 watt, T-4 Twin"
2,            602, "1 lamp, 11 watt, Spiral"
2,            603, "1 lamp, 7 watt, T-4 Twin"
2,            604, "1 lamp, 13 watt, 6.1in. diam."
2,            605, "1 lamp, 9 watt, T-4 Quad"
2,            606, "1 lamp, 9 watt, T-4 Twin"
2,            607, "1 lamp, 15 watt, Reflector/Quad"
2,            608, "1 lamp, 15 watt, Open Quad Tube"
2,            609, "1 lamp, 15 watt, Triple Twin/U-Tube"
2,            610, "1 lamp, 15 watt, Spiral"
2,            611, "1 lamp, 16 watt, Enclosed / Non-Vent"
2,            612, "1 lamp, 17 watt, Reflector/Quad"
2,            613, "1 lamp, 13 watt, T-4 Quad"
2,            614, "1 lamp, 13 watt, T-4 Twin"
2,            615, "1 lamp, 18 watt, Enclosed / Vented"
2,            616, "1 lamp, 20 watt, 6.4in. diam."
2,            617, "1 lamp, 20 watt, Reflector/Quad"
2,            618, "1 lamp, 20 watt, Open Quad Tube"
2,            619, "1 lamp, 20 watt, Triple Twin/U-Tube"
2,            620, "1 lamp, 20 watt, Spiral"
2,            621, "1 lamp, 22 watt, 4.0in. diam."
2,            622, "1 lamp, 22 watt, 8.2in. diam."
2,            623, "1 lamp, 23 watt, Spiral"
2,            624, "1 lamp, 25 watt, Triple Twin/U-Tube"
2,            625, "1 lamp, 18 watt, T-4 Quad"
2,            626, "1 lamp, 26 watt, Open Quad Tube"
2,            627, "1 lamp, 26 watt, Spiral"
2,            628, "1 lamp, 28 watt, Quad Twin Tube"
2,            629, "1 lamp, 30 watt, 8.9in. diam."
2,            630, "1 lamp, 26 watt, T-4 Quad"
2,            631, "1 lamp, 39 watt, 4.3in. diam."
1,      ShellWiz:ELFixtureCateg, 7,  700  ; HID - Mercury Vapor
2,              0, "- none -" 
2,            700, "1 lamp, 35 watt, 2 1/8in. diam."
2,            701, "1 lamp, 50 watt, 2 1/8in. diam. (Coated)"
2,            702, "1 lamp, 75 watt, 2 1/8in. diam. (Coated)"
2,            703, "1 lamp, 100 watt, 3in. diam."
2,            704, "1 lamp, 175 watt, 3 1/2in. diam."
2,            705, "1 lamp, 250 watt, 3 1/2in. diam."
2,            706, "1 lamp, 400 watt, 4 5/8in. diam."
2,            707, "1 lamp, 1000 watt, 7in. diam."
1,      ShellWiz:ELFixtureCateg, 8,  800  ; HID - Metal Halide
2,              0, "- none -" 
2,            800, "1 lamp, 35 watt, 2 1/8in. diam."
2,            801, "1 lamp, 50 watt, 2 1/8in. diam."
2,            802, "1 lamp, 70 watt, 2 1/8in. diam."
2,            803, "1 lamp, 70 watt, 2 1/8in. diam. (Ceramic Tube)"
2,            804, "1 lamp, 100 watt, 2 1/8in. diam."
2,            805, "1 lamp, 100 watt, 2 1/8in. diam. (Ceramic Tube)"
2,            806, "1 lamp, 150 watt, Pulse-Start (Linear Reactor Ballast)"
2,            807, "1 lamp, 150 watt, 2 1/8in. diam."
2,            808, "1 lamp, 150 watt, Energy-saver"
2,            809, "1 lamp, 175 watt, 2 7/8in. diam."
2,            810, "1 lamp, 200 watt, Pulse-Start (Linear Reactor Ballast)"
2,            811, "1 lamp, 225 watt, Energy-saver"
2,            812, "1 lamp, 250 watt, 3 1/2in. diam."
2,            813, "1 lamp, 250 watt, Retrofit for High Pressure Sodium"
2,            814, "1 lamp, 325 watt, Retrofit for Mercury Vapor"
2,            815, "1 lamp, 350 watt, Pulse-Start (Linear Reactor Ballast)"
2,            816, "1 lamp, 360 watt, Energy-saver"
2,            817, "1 lamp, 400 watt, 4 5/8in. diam."
2,            818, "1 lamp, 400 watt, Retrofit for High Pressure Sodium"
2,            819, "1 lamp, 950 watt, Retrofit for Mercury Vapor"
2,            820, "1 lamp, 1000 watt, 7in. diam."
2,            821, "1 lamp, 1500 watt, 7in. diam."
1,      ShellWiz:ELFixtureCateg, 9,  900  ; HID - High Pres. Sodium
2,              0, "- none -" 
2,            900, "1 lamp, 35 watt, Standard"
2,            901, "1 lamp, 35 watt, White"
2,            902, "1 lamp, 50 watt, Standard"
2,            903, "1 lamp, 50 watt, White"
2,            904, "1 lamp, 70 watt, Deluxe"
2,            905, "1 lamp, 70 watt, Standard"
2,            906, "1 lamp, 100 watt, Deluxe"
2,            907, "1 lamp, 100 watt, Standard"
2,            908, "1 lamp, 100 watt, White"
2,            909, "1 lamp, 150 watt, Deluxe"
2,            910, "1 lamp, 150 watt, Retrofit for Mercury Vapor"
2,            911, "1 lamp, 150 watt, Standard"
2,            912, "1 lamp, 215 watt, Retrofit for Mercury Vapor"
2,            913, "1 lamp, 225 watt, Energy-saver"
2,            914, "1 lamp, 250 watt, Deluxe"
2,            915, "1 lamp, 250 watt, Standard"
2,            916, "1 lamp, 360 watt, Energy-saver"
2,            917, "1 lamp, 360 watt, Retrofit for Mercury Vapor"
2,            918, "1 lamp, 400 watt, Deluxe"
2,            919, "1 lamp, 400 watt, Standard"
2,            920, "1 lamp, 1000 watt, Standard"
1,      ShellWiz:ELFixtureCateg, 10, 1000  ; HID - Low Pres. Sodium
2,              0, "- none -" 
2,           1000, "1 lamp, 18 watt, 8in."
2,           1001, "1 lamp, 35 watt, 12in."
2,           1002, "1 lamp, 55 watt, 17in."
2,           1003, "1 lamp, 90 watt, 21in."
2,           1004, "1 lamp, 135 watt, 30in."
2,           1005, "1 lamp, 180 watt, 44in."
1,      ShellWiz:ELFixtureCateg, 11, 1100  ; Exit Sign
2,              0, "- none -" 
2,           1100, "1 lamp, 5 watt, Compact Fluor."
2,           1101, "1 lamp, 7 watt, Compact Fluor."
2,           1102, "1 lamp, 9 watt, Compact Fluor."
2,           1103, "1 sys watt(s), Electroluminescent"
2,           1104, "1 lamp, 8 watt, Incand. Light Rope"
2,           1105, "1 lamp, 10 watt, Incand. Light Rope"
2,           1106, "1 lamp, 10 watt, Incand. T-Lamp"
2,           1107, "1 lamp, 20 watt, Incand. T-Lamp"
2,           1108, "1 lamp, 25 watt, Incand. T-Lamp"
2,           1109, "2 lamp, 10 watt, Incand. T-Lamp"
2,           1110, "2 lamp, 20 watt, Incand. T-Lamp"
2,           1111, "2 lamp, 25 watt, Incand. T-Lamp"
2,           1112, "7 sys watt(s), LED"
2,           1113, "5 sys watt(s), LED"
2,           1114, "2 sys watt(s), LED"
2,           1115, "1 sys watt(s), LED"
2,           1116, "0 sys watt(s), Tritium"

0, ShellWiz:ILLoadOption, 1
0, ShellWiz:OELoadOption, 1
2,              0, "Quantity" 
2,              1, "Intensity" 

0, ShellWiz:OEEquipType, 0
2,              0, "- none -" 
2,            100, "Blueprint Machine"
2,            101, "Cash Register"
2,            102, "Computer - Laptop"
2,            103, "Computer - Color Monitor"
2,            104, "Computer - Monochrome Monitor"
2,            105, "Computer - Workstation"
2,            106, "Computer - Mainframe"
2,            107, "Copier - Small (0-20 cpm)"
2,            108, "Copier - Medium (21-44 cpm)"
2,            109, "Copier - Large (45+ cpm)"
2,            110, "Fax Machine"
2,            111, "Paper Punch"
2,            112, "Paper Shredder"
2,            113, "Point-of-Sale Terminals"
2,            114, "Printer - Ink Jet"
2,            115, "Printer - Laser"
2,            116, "Printer - Mainframe"
2,            117, "Scanner"
2,            118, "Telephone"
2,            119, "Typewriter"
2,            999, "- other -"


0, ShellWiz:CEFuel, 0
1,      ShellWiz:CEHasGas, 0, 0
2,              0,    "- pick -"  
2,              1,    "Electric"  
1,      ShellWiz:CEHasGas, 1, 0
2,              0,    "- pick -"  
2,              1,    "Electric"  
2,              2,    "Gas"  

0, EEMRun:CEFuel, 0
1,      EEMRun:CEHasGas, 0, 0
2,              0,    "- pick -"  
2,              1,    "Electric"  
1,      EEMRun:CEHasGas, 1, 0
2,              0,    "- pick -"  
2,              1,    "Electric"  
2,              2,    "Gas"  


0, ShellWiz:CEEquipType, 0
1,      ShellWiz:CEFuel, 0,   0
2,              0,    "- none -"
1,      ShellWiz:CEFuel, 1, 101
2,            101,    "Cheese Melter"
2,            102,    "Charbroiler"
2,            103,    "Coffee Maker"
2,            104,    "Cold Table"
2,            105,    "Dishwasher"
2,            106,    "Water Heater (Booster)"
2,            107,    "Beverage Dispenser"
2,            108,    "Steamer"
2,            109,    "Fryer (Counter)"
2,            110,    "Fryer (Floor)"
2,            111,    "Garbage Disposal"
2,            112,    "Griddle (6 Elements)"
2,            113,    "Steam Table (4 Holes)"
2,            114,    "Hot Plate"
2,            115,    "Ice Cream Dispenser"
2,            116,    "Range (Induction)"
2,            117,    "Mixer (Large)"
2,            118,    "Oven (Conventional)"
2,            119,    "Oven (Convection - Full Sized)"
2,            120,    "Oven (Toaster)"
2,            121,    "Oven (Flash Bake)"
2,            122,    "Oven (Convection - Half Sized)"
2,            123,    "Oven (Microwave)"
2,            124,    "Oven (Pizza)"
2,            125,    "Proofer"
2,            126,    "Range (6 Elements)"
2,            127,    "Range (4 Elements)"
2,            128,    "Range (2 Elements)"
2,            129,    "Rotisserie"
2,            130,    "Slicer"
2,            131,    "Soup Pot"
2,            132,    "Steam Kettle (20 Quart)"
2,            133,    "Toaster (Conveyor)"
2,            134,    "Toaster (Slotted)"
2,            135,    "Trash Compactor"
2,            199,    "Other Electric"
1,      ShellWiz:CEFuel, 2, 201
2,            201,    "Cheese Melter"
2,            202,    "Charbroiler (31 in. x 20 in.)"
2,            203,    "Steamer"
2,            204,    "Fryer (Counter)"
2,            205,    "Fryer (Floor)"
2,            206,    "Griddle (6 Burners)"
2,            207,    "Steam Table (4 Holes)"
2,            208,    "Oven (Conventional)"
2,            209,    "Oven (Convection - Half Sized)"
2,            210,    "Oven (Convection - Standard)"
2,            211,    "Oven (Pizza)"
2,            212,    "Range (6 Burners)"
2,            213,    "Range (4 Burners)"
2,            214,    "Range (2 Burners)"
2,            215,    "Rotisserie"
2,            216,    "Steam Kettle"
2,            299,    "Other Gas"

0, EEMRun:CEEquipType, 0
1,      EEMRun:CEFuel, 0,   0
2,              0,    "- none -"
1,      EEMRun:CEFuel, 1, 101
2,            101,    "Cheese Melter"
2,            102,    "Charbroiler"
2,            103,    "Coffee Maker"
2,            104,    "Cold Table"
2,            105,    "Dishwasher"
2,            106,    "Water Heater (Booster)"
2,            107,    "Beverage Dispenser"
2,            108,    "Steamer"
2,            109,    "Fryer (Counter)"
2,            110,    "Fryer (Floor)"
2,            111,    "Garbage Disposal"
2,            112,    "Griddle (6 Elements)"
2,            113,    "Steam Table (4 Holes)"
2,            114,    "Hot Plate"
2,            115,    "Ice Cream Dispenser"
2,            116,    "Range (Induction)"
2,            117,    "Mixer (Large)"
2,            118,    "Oven (Conventional)"
2,            119,    "Oven (Convection - Full Sized)"
2,            120,    "Oven (Toaster)"
2,            121,    "Oven (Flash Bake)"
2,            122,    "Oven (Convection - Half Sized)"
2,            123,    "Oven (Microwave)"
2,            124,    "Oven (Pizza)"
2,            125,    "Proofer"
2,            126,    "Range (6 Elements)"
2,            127,    "Range (4 Elements)"
2,            128,    "Range (2 Elements)"
2,            129,    "Rotisserie"
2,            130,    "Slicer"
2,            131,    "Soup Pot"
2,            132,    "Steam Kettle (20 Quart)"
2,            133,    "Toaster (Conveyor)"
2,            134,    "Toaster (Slotted)"
2,            135,    "Trash Compactor"
2,            199,    "Other Electric"
1,      EEMRun:CEFuel, 2, 201
2,            201,    "Cheese Melter"
2,            202,    "Charbroiler (31 in. x 20 in.)"
2,            203,    "Steamer"
2,            204,    "Fryer (Counter)"
2,            205,    "Fryer (Floor)"
2,            206,    "Griddle (6 Burners)"
2,            207,    "Steam Table (4 Holes)"
2,            208,    "Oven (Conventional)"
2,            209,    "Oven (Convection - Half Sized)"
2,            210,    "Oven (Convection - Standard)"
2,            211,    "Oven (Pizza)"
2,            212,    "Range (6 Burners)"
2,            213,    "Range (4 Burners)"
2,            214,    "Range (2 Burners)"
2,            215,    "Rotisserie"
2,            216,    "Steam Kettle"
2,            299,    "Other Gas"


0, ShellWiz:MiscEquipType, 0
1,      ShellWiz:MiscHasGas, 0, 0
2,              0,    "- none -"
2,            101,    "Typical Miscellaneous (Electric)"
; 2, (req gas)           102,    "Typical Miscellaneous (Gas)"
2,            103,    "Audio/Visual - Broadcasting Equipment"
2,            104,    "Audio/Visual - Radio"
2,            105,    "Audio/Visual - Stereo System"
2,            106,    "Audio/Visual - Televisions"
2,            107,    "Audio/Visual - VCR"
2,            108,    "Building/Office - Automatic Door/Entry"
2,            109,    "Building/Office - Battery Charger"
2,            110,    "Building/Office - Coffee Maker"
; 2, (req gas)           111,    "Building/Office - General Janitorial"
2,            112,    "Building/Office - Microwave Oven"
2,            113,    "Building/Office - Restroom Hand Dryer"
2,            114,    "Building/Office - Security System"
2,            115,    "Building/Office - Toaster"
2,            116,    "Building/Office - Toaster Oven (Electric)"
2,            117,    "Building/Office - Vacuum (Central) "
2,            118,    "Building/Office - Vacuum Cleaner (Sweeper)"
2,            119,    "Building/Office - Water Cooler"
2,            120,    "Laundry - Dry Cleaner"
; 2, (req gas)           121,    "Laundry - Dryer (Commercial)"
; 2, (req gas)           122,    "Laundry - Dryer (Residential)"
2,            123,    "Laundry - Sewing Machine"
2,            124,    "Laundry - Washer (Commercial)"
2,            125,    "Laundry - Washer (Residential)"
2,            126,    "Machine Shop - Battery Charger"
2,            127,    "Machine Shop - Electric Crane"
; 2, (req gas)           128,    "Machine Shop - Forklift"
2,            129,    "Machine Shop - General Shop Equipment"
; 2, (req gas)           130,    "Machine Shop - Hand Truck/Pallet Lift"
2,            131,    "Machine Shop - Non-Forklift Electric Vehicle"
2,            132,    "Machine Shop - Other Electric Transport"
2,            133,    "Machine Shop - Portable Shop Tool"
2,            134,    "Machine Shop - Soldering Iron"
; 2, (req gas)           135,    "Machine Shop - Welder"
2,            136,    "Medical - Autoclave"
2,            137,    "Medical - CAT Scan"
2,            138,    "Medical - Centrifuge"
2,            139,    "Medical - Chromatograph"
2,            140,    "Medical - Cytometer/Blood Analyzer"
2,            141,    "Medical - Dentist Chair"
2,            142,    "Medical - EKG"
; 2, (req gas)           143,    "Medical - Hot Plate"
; 2, (req gas)           144,    "Medical - Incubator"
; 2, (req gas)           145,    "Medical - Laboratory Oven"
; 2, (req gas)           146,    "Medical - Other (Lab Equipment)"
; 2, (req gas)           147,    "Medical - Sterilizer"
2,            148,    "Medical - X-Ray"
2,            149,    "Retail - Arcade Game"
2,            150,    "Retail - ATM"
2,            151,    "Retail - Change Machine"
2,            152,    "Retail - Check-Out Conveyor"
2,            153,    "Retail - Excercise Equipment"
2,            154,    "Retail - Film Processors"
2,            155,    "Retail - Hair Dryer"
2,            156,    "Retail - Industrial Compactor"
2,            157,    "Retail - Photo Equipment"
2,            158,    "Retail - Vending Machine (Hot Food)"
2,            159,    "Retail - Vending Machine (Non-Refrig.)"
2,            160,    "Retail - Vending Machine (Refrigerated)"
2,            161,    "Retail - Vending Machine (Water)"
2,            162,    "Space Cond. - Air Cleaner"
2,            163,    "Space Cond. - Ceiling/Portable/Window Fan"
2,            164,    "Space Cond. - Dehumidifier"
2,            165,    "Space Cond. - Fan (Oscillating)"
; 2, (req gas)           166,    "Space Cond. - Heater (Portable)"
2,            167,    "Space Cond. - Humidifier"
1,      ShellWiz:MiscHasGas, 1, 0
2,              0,    "- none -"
2,            101,    "Typical Miscellaneous (Electric)"
2,            102,    "Typical Miscellaneous (Gas)"
2,            103,    "Audio/Visual - Broadcasting Equipment"
2,            104,    "Audio/Visual - Radio"
2,            105,    "Audio/Visual - Stereo System"
2,            106,    "Audio/Visual - Televisions"
2,            107,    "Audio/Visual - VCR"
2,            108,    "Building/Office - Automatic Door/Entry"
2,            109,    "Building/Office - Battery Charger"
2,            110,    "Building/Office - Coffee Maker"
2,            111,    "Building/Office - General Janitorial"
2,            112,    "Building/Office - Microwave Oven"
2,            113,    "Building/Office - Restroom Hand Dryer"
2,            114,    "Building/Office - Security System"
2,            115,    "Building/Office - Toaster"
2,            116,    "Building/Office - Toaster Oven (Electric)"
2,            117,    "Building/Office - Vacuum (Central) "
2,            118,    "Building/Office - Vacuum Cleaner (Sweeper)"
2,            119,    "Building/Office - Water Cooler"
2,            120,    "Laundry - Dry Cleaner"
2,            121,    "Laundry - Dryer (Commercial)"
2,            122,    "Laundry - Dryer (Residential)"
2,            123,    "Laundry - Sewing Machine"
2,            124,    "Laundry - Washer (Commercial)"
2,            125,    "Laundry - Washer (Residential)"
2,            126,    "Machine Shop - Battery Charger"
2,            127,    "Machine Shop - Electric Crane"
2,            128,    "Machine Shop - Forklift"
2,            129,    "Machine Shop - General Shop Equipment"
2,            130,    "Machine Shop - Hand Truck/Pallet Lift"
2,            131,    "Machine Shop - Non-Forklift Electric Vehicle"
2,            132,    "Machine Shop - Other Electric Transport"
2,            133,    "Machine Shop - Portable Shop Tool"
2,            134,    "Machine Shop - Soldering Iron"
2,            135,    "Machine Shop - Welder"
2,            136,    "Medical - Autoclave"
2,            137,    "Medical - CAT Scan"
2,            138,    "Medical - Centrifuge"
2,            139,    "Medical - Chromatograph"
2,            140,    "Medical - Cytometer/Blood Analyzer"
2,            141,    "Medical - Dentist Chair"
2,            142,    "Medical - EKG"
2,            143,    "Medical - Hot Plate"
2,            144,    "Medical - Incubator"
2,            145,    "Medical - Laboratory Oven"
2,            146,    "Medical - Other (Lab Equipment)"
2,            147,    "Medical - Sterilizer"
2,            148,    "Medical - X-Ray"
2,            149,    "Retail - Arcade Game"
2,            150,    "Retail - ATM"
2,            151,    "Retail - Change Machine"
2,            152,    "Retail - Check-Out Conveyor"
2,            153,    "Retail - Excercise Equipment"
2,            154,    "Retail - Film Processors"
2,            155,    "Retail - Hair Dryer"
2,            156,    "Retail - Industrial Compactor"
2,            157,    "Retail - Photo Equipment"
2,            158,    "Retail - Vending Machine (Hot Food)"
2,            159,    "Retail - Vending Machine (Non-Refrig.)"
2,            160,    "Retail - Vending Machine (Refrigerated)"
2,            161,    "Retail - Vending Machine (Water)"
2,            162,    "Space Cond. - Air Cleaner"
2,            163,    "Space Cond. - Ceiling/Portable/Window Fan"
2,            164,    "Space Cond. - Dehumidifier"
2,            165,    "Space Cond. - Fan (Oscillating)"
2,            166,    "Space Cond. - Heater (Portable)"
2,            167,    "Space Cond. - Humidifier"


; SAC 3/3/05 - Added new properties to enable PROCESS vs. GAS process loads
0, ShellWiz:PrcBTULoadType,  2
1,      ShellWiz:AllowCMPProc, 0,  2   ; No Process Option
2,              2, "Gas Equipment" 
1,      ShellWiz:AllowCMPGas,  0,  4   ; No Gas Option
; 2,              1, "Elec Equipment" 
; 2,              3, "Hot Water Use" 
2,              4, "Process Load" 
1,      ShellWiz:AllowCMPProc, -999, 2  ; either gas or process allowed
2,              2, "Gas Equipment" 
; 2,              1, "Elec Equipment" 
; 2,              3, "Hot Water Use" 
2,              4, "Process Load" 


; SAC 2/27/01 - Restored based on MSA's indication that an induced air zone problem had been fixed (#s 31, 32, 37, 39, 45 & 47)
; SAC 3/12/04 - Added several residential (PVVT) system types to list
; KJM/SAC 3/8/05 - Added 4 new system types added that translate to BDL as PVVT (for DEER)
0, HVACWiz:HVACSysType, 1
1,      HVACWiz:CoolSource, 0,  1   ; No Cooling
1,      HVACWiz:HeatSource, 0,  1   ; No Heating
2,              0, "- none -" 
2,              1, "Unit Ventilator (no heating or cooling)" 
1,      HVACWiz:CoolSource, 0,  2   ; No Cooling
1,      HVACWiz:HeatSource, 1,  2   ; Furnace
2,              0, "- none -" 
2,              2, "Gas or Fuel Furnace with zone ventilation" 
2,              3, "Gas or Fuel Furnace with NO zone ventilation" 
1,      HVACWiz:CoolSource, 0,  4   ; No Cooling
1,      HVACWiz:HeatSource, 2,  4   ; Electric Resistance
2,              0, "- none -" 
2,              4, "Elec Furnace with zone ventilation" 
2,              5, "Elec Furnace with NO zone ventilation" 
; kjm 02/21/02 New symbols below. These systems translate to BDL exactly the same as systems 4 and 5, respectively
2,             61, "Forced Air Electric Heaters with zone ventilation"
2,             62, "Forced Air Electric Heaters with No zone ventilation"
1,      HVACWiz:CoolSource, 0,  6   ; No Cooling
1,      HVACWiz:HeatSource, 4,  6   ; Hot Water Coils
2,              0, "- none -" 
2,              6, "HW Furnace with zone ventilation" 
2,              7, "HW Furnace with NO zone ventilation" 
; kjm 02/21/02 New symbols below. These systems translate to BDL exactly the same as systems 6 and 7, respectively
2,             63, "Forced Air Hot Water Heaters with zone ventilation"
2,             64, "Forced Air Hot Water Heaters with No zone ventilation"
; 2,            8, "2-Pipe Fan Coils (heating only)" 
1,      HVACWiz:CoolSource, 0,  9   ; No Cooling
1,      HVACWiz:HeatSource, 5,  9   ; Baseboards Only
2,              0, "- none -" 
2,              9, "Elec Baseboards (only) with zone ventilation" 
2,             10, "Elec Baseboards (only) with NO zone ventilation" 
2,             11, "HW Baseboards (only) with zone ventilation" 
2,             12, "HW Baseboards (only) with NO zone ventilation" 
1,      HVACWiz:CoolSource, 1, 13   ; DX Coils
1,      HVACWiz:HeatSource, 0, 13   ; No Heating
2,              0, "- none -" 
2,             13, "Packaged Single Zone DX (no heating)" 
2,             14, "Split System Single Zone DX (no heating)" 
2,             15, "Packaged Terminal AC (no heating)" 
2,             16, "Packaged VAV (no heating)" 
; KJM/SAC 3/8/05 - New system types added that translate to BDL as PVVT (for DEER)
2,             72, "Packaged VVT (no heating)"
1,      HVACWiz:CoolSource, 1, 17   ; DX Coils
1,      HVACWiz:HeatSource, 1, 17   ; Furnace
2,              0, "- none -" 
2,             17, "Packaged Single Zone DX with Furnace" 
2,             18, "Split System Single Zone DX with Furnace" 
2,             19, "Packaged Multizone with Furnace" 
2,             66, "Packaged Single Zone DX with Furnace (residential)"
2,             69, "Split System Single Zone DX with Furnace (residential)"
; KJM/SAC 3/8/05 - New system types added that translate to BDL as PVVT (for DEER)
2,             73, "Packaged VVT with Furnace"
1,      HVACWiz:CoolSource, 1, 21   ; DX Coils
1,      HVACWiz:HeatSource, 2, 21   ; Electric Resistance
2,              0, "- none -" 
2,             20, "Packaged Single Zone DX with Elec Heat" 
2,             21, "Split System Single Zone DX with Elec Heat" 
2,             67, "Packaged Single Zone DX with Elec Heat (residential)"
2,             70, "Split System Single Zone DX with Elec Heat (residential)"
2,             22, "Packaged Terminal AC with Elec Resist Heat" 
2,             23, "Packaged VAV with Elec Reheat" 
2,             24, "Packaged Multizone with Elec Heat" 
; KJM/SAC 3/8/05 - New system types added that translate to BDL as PVVT (for DEER)
2,             74, "Packaged VVT with Elec Resist Heat"
1,      HVACWiz:CoolSource, 1, 26   ; DX Coils
1,      HVACWiz:HeatSource, 3, 26   ; DX Coils (Heat Pump)
2,              0, "- none -" 
2,             25, "Packaged Single Zone Heat Pump" 
2,             26, "Split System Single Zone Heat Pump" 
2,             68, "Packaged Single Zone Heat Pump (residential)"
2,             71, "Split System Single Zone Heat Pump (residential)"
2,             27, "Packaged Terminal Heat Pump" 
2,             28, "Water-Source Heat Pump" 
; 2,           29, "Packaged Multizone Heat Pump" 
; KJM/SAC 3/8/05 - New system types added that translate to BDL as PVVT (for DEER)
2,             75, "Packaged VVT Heat Pump"
1,      HVACWiz:CoolSource, 1, 60   ; DX Coils
1,      HVACWiz:HeatSource, 4, 60   ; Hot Water Coils
2,              0, "- none -" 
2,             60, "Packaged VAV with HW Reheat" 
; SAC 9/18/03 - added new Packaged Multizone with HW Heat system type
2,             65, "Packaged Multizone with HW Heat"
1,      HVACWiz:CoolSource, 2, 30   ; Chilled Water Coils
1,      HVACWiz:HeatSource, 0, 30   ; No Heating
2,              0, "- none -" 
2,             30, "Standard VAV (no reheat)" 
2,             31, "Parallel Fan-Powered VAV (no reheat)" 
2,             32, "Series Fan-Powered VAV (no reheat)" 
2,             33, "Single Zone Air Handler (cooling only)" 
; 2,           34, "2-Pipe Fan Coils (cooling only)" 
2,             35, "Multizone Air Handler (cooling only)" 
; 2,           36, "Dual Duct Air Handler (no heating)" 
1,      HVACWiz:CoolSource, 2, 38   ; Chilled Water Coils
1,      HVACWiz:HeatSource, 2, 38   ; Electric Resistance
2,              0, "- none -" 
2,             38, "Standard VAV with Elec Reheat" 
2,             37, "Parallel Fan-Powered VAV with Elec Reheat" 
2,             39, "Series Fan-Powered VAV with Elec Reheat" 
2,             40, "Single Zone Air Handler with Elec Heat" 
2,             41, "Reheat Fan System with Elec Reheat" 
2,             42, "Multizone Air Handler with Elec Heat" 
2,             43, "Dual Duct Air Handler with Elec Heat" 
1,      HVACWiz:CoolSource, 2, 46   ; Chilled Water Coils
1,      HVACWiz:HeatSource, 4, 46   ; Hot Water Coils
2,              0, "- none -" 
2,             46, "Standard VAV with HW Reheat" 
2,             45, "Parallel Fan-Powered VAV with HW Reheat" 
2,             47, "Series Fan-Powered VAV with HW Reheat" 
2,             48, "Single Zone Air Handler with HW Heat" 
2,             49, "Reheat Fan System with HW Reheat" 
; 2,           53, "2-Pipe Fan Coils (CHW or HW)" 
2,             50, "4-Pipe Fan Coils with HW Heat" 
2,             51, "Multizone Air Handler with HW Heat" 
2,             52, "Dual Duct Air Handler with HW Heat" 
1,      HVACWiz:CoolSource, 3, 54   ; Evaporative Coolers
1,      HVACWiz:HeatSource, 0, 54   ; No Heating
2,              0, "- none -" 
2,             55, "Direct Evaporative Cooler (cooling only)" 
2,             54, "Indirect/Direct Evaporative Cooler (cooling only)" 
1,      HVACWiz:CoolSource, 3, 56   ; Evaporative Coolers
1,      HVACWiz:HeatSource, 1, 56   ; Furnace
2,              0, "- none -" 
2,             56, "Indirect/Direct Evaporative Cooler with Furnace" 
2,             57, "Direct Evaporative Cooler with Furnace" 
1,      HVACWiz:CoolSource, 3, 58   ; Evaporative Coolers
1,      HVACWiz:HeatSource, 2, 58   ; Electric Resistance
2,              0, "- none -" 
2,             58, "Indirect/Direct Evaporative Cooler with Elec Heat" 
2,             59, "Direct Evaporative Cooler with Elec Heat" 
; SAC 4/26/00 - Moved previous version HVAC system names here to retain backward compatibility
1,      HVACWiz:CoolSource, 99, 0   ; 
1,      HVACWiz:HeatSource, 99, 0   ; 
2,              4, "Electric Furnace with zone ventilation" 
2,              5, "Electric Furnace with NO zone ventilation" 
2,              6, "Hot Water Furnace with zone ventilation" 
2,              7, "Hot Water Furnace with NO zone ventilation" 
2,              9, "Electric Baseboards (only) with zone ventilation" 
2,             10, "Electric Baseboards (only) with NO zone ventilation" 
2,             11, "Hot Water Baseboards (only) with zone ventilation" 
2,             12, "Hot Water Baseboards (only) with NO zone ventilation" 
2,             20, "Packaged Single Zone DX with Elec Resist Heat" 
2,             21, "Split System Single Zone DX with Elec Resist Heat" 
2,             23, "Packaged VAV with Elec Resist Reheat" 
2,             24, "Packaged Multizone with Elec Resist Heat" 
2,             52, "Dual Duct Air Handler (no heating)"         ; was 36
2,             37, "Parallel Fan-Powered VAV (elec reheat)" 
2,             38, "Standard VAV (elec reheat)" 
2,             39, "Series Fan-Powered VAV (elec reheat)" 
2,             40, "Single Zone Air Handler (elec heat)" 
2,             41, "Reheat Fan System (elec reheat)" 
2,             42, "Multizone Air Handler (elec heat)" 
2,             43, "Dual Duct Air Handler (elec heat)" 
2,             45, "Parallel Fan-Powered VAV (hot water reheat)" 
2,             46, "Standard VAV (hot water reheat)" 
2,             47, "Series Fan-Powered VAV (hot water reheat)" 
2,             48, "Single Zone Air Handler (hot water heat)" 
2,             49, "Reheat Fan System (hot water reheat)" 
2,             50, "4-Pipe Fan Coils (hot water heat)" 
2,             51, "Multizone Air Handler (hot water heat)" 
2,             52, "Dual Duct Air Handler (hot water heat)" 
2,             56, "Indirect/Direct Evaporative Cooler" 
2,             57, "Direct Evaporative Cooler" 
2,             60, "Packaged VAV with Hot Water Reheat" 
2,             61, "Forced Air Electric Heaters with Zone Ventilation"
2,             62, "Forced Air Electric Heaters with No Zone Ventilation"
2,             63, "Forced Air Hot Water Heaters with Zone Ventilation"
2,             64, "Forced Air Hot Water Heaters with No Zone Ventilation"

; SAC 12/12/01 - implemented
0, EEMRun2:HVACSysType, 1
1,      EEMRun2:CoolSource, 0,  1   ; No Cooling
1,      EEMRun2:HeatSource, 0,  1   ; No Heating
2,              0, "- none -" 
2,              1, "Unit Ventilator (no heating or cooling)" 
1,      EEMRun2:CoolSource, 0,  2   ; No Cooling
1,      EEMRun2:HeatSource, 1,  2   ; Furnace
2,              0, "- none -" 
2,              2, "Gas or Fuel Furnace with zone ventilation" 
2,              3, "Gas or Fuel Furnace with NO zone ventilation" 
1,      EEMRun2:CoolSource, 0,  4   ; No Cooling
1,      EEMRun2:HeatSource, 2,  4   ; Electric Resistance
2,              0, "- none -" 
2,              4, "Elec Furnace with zone ventilation" 
2,              5, "Elec Furnace with NO zone ventilation" 
; kjm 02/21/02 New symbols below. These systems translate to BDL exactly the same as systems 4 and 5, respectively
2,             61, "Forced Air Electric Heaters with Zone Ventilation"
2,             62, "Forced Air Electric Heaters with No Zone Ventilation"
1,      EEMRun2:CoolSource, 0,  6   ; No Cooling
1,      EEMRun2:HeatSource, 4,  6   ; Hot Water Coils
2,              0, "- none -" 
2,              6, "HW Furnace with zone ventilation" 
2,              7, "HW Furnace with NO zone ventilation" 
; kjm 02/21/02 New symbols below. These systems translate to BDL exactly the same as systems 6 and 7, respectively
2,             63, "Forced Air Hot Water Heaters with Zone Ventilation"
2,             64, "Forced Air Hot Water Heaters with No Zone Ventilation"
; 2,            8, "2-Pipe Fan Coils (heating only)" 
1,      EEMRun2:CoolSource, 0,  9   ; No Cooling
1,      EEMRun2:HeatSource, 5,  9   ; Baseboards Only
2,              0, "- none -" 
2,              9, "Elec Baseboards (only) with zone ventilation" 
2,             10, "Elec Baseboards (only) with NO zone ventilation" 
2,             11, "HW Baseboards (only) with zone ventilation" 
2,             12, "HW Baseboards (only) with NO zone ventilation" 
1,      EEMRun2:CoolSource, 1, 13   ; DX Coils
1,      EEMRun2:HeatSource, 0, 13   ; No Heating
2,              0, "- none -" 
2,             13, "Packaged Single Zone DX (no heating)" 
2,             14, "Split System Single Zone DX (no heating)" 
2,             15, "Packaged Terminal AC (no heating)" 
2,             16, "Packaged VAV (no heating)" 
1,      EEMRun2:CoolSource, 1, 17   ; DX Coils
1,      EEMRun2:HeatSource, 1, 17   ; Furnace
2,              0, "- none -" 
2,             17, "Packaged Single Zone DX with Furnace" 
2,             18, "Split System Single Zone DX with Furnace" 
2,             19, "Packaged Multizone with Furnace" 
1,      EEMRun2:CoolSource, 1, 21   ; DX Coils
1,      EEMRun2:HeatSource, 2, 21   ; Electric Resistance
2,              0, "- none -" 
2,             20, "Packaged Single Zone DX with Elec Heat" 
2,             21, "Split System Single Zone DX with Elec Heat" 
2,             22, "Packaged Terminal AC with Elec Resist Heat" 
2,             23, "Packaged VAV with Elec Reheat" 
2,             24, "Packaged Multizone with Elec Heat" 
1,      EEMRun2:CoolSource, 1, 26   ; DX Coils
1,      EEMRun2:HeatSource, 3, 26   ; DX Coils (Heat Pump)
2,              0, "- none -" 
2,             25, "Packaged Single Zone Heat Pump" 
2,             26, "Split System Single Zone Heat Pump" 
2,             27, "Packaged Terminal Heat Pump" 
2,             28, "Water-Source Heat Pump" 
; 2,           29, "Packaged Multizone Heat Pump" 
1,      EEMRun2:CoolSource, 1, 60   ; DX Coils
1,      EEMRun2:HeatSource, 4, 60   ; Hot Water Coils
2,              0, "- none -" 
2,             60, "Packaged VAV with HW Reheat" 
1,      EEMRun2:CoolSource, 2, 30   ; Chilled Water Coils
1,      EEMRun2:HeatSource, 0, 30   ; No Heating
2,              0, "- none -" 
2,             30, "Standard VAV (no reheat)" 
2,             31, "Parallel Fan-Powered VAV (no reheat)" 
2,             32, "Series Fan-Powered VAV (no reheat)" 
2,             33, "Single Zone Air Handler (cooling only)" 
; 2,           34, "2-Pipe Fan Coils (cooling only)" 
2,             35, "Multizone Air Handler (cooling only)" 
; 2,           36, "Dual Duct Air Handler (no heating)" 
1,      EEMRun2:CoolSource, 2, 38   ; Chilled Water Coils
1,      EEMRun2:HeatSource, 2, 38   ; Electric Resistance
2,              0, "- none -" 
2,             38, "Standard VAV with Elec Reheat" 
2,             37, "Parallel Fan-Powered VAV with Elec Reheat" 
2,             39, "Series Fan-Powered VAV with Elec Reheat" 
2,             40, "Single Zone Air Handler with Elec Heat" 
2,             41, "Reheat Fan System with Elec Reheat" 
2,             42, "Multizone Air Handler with Elec Heat" 
2,             43, "Dual Duct Air Handler with Elec Heat" 
1,      EEMRun2:CoolSource, 2, 46   ; Chilled Water Coils
1,      EEMRun2:HeatSource, 4, 46   ; Hot Water Coils
2,              0, "- none -" 
2,             46, "Standard VAV with HW Reheat" 
2,             45, "Parallel Fan-Powered VAV with HW Reheat" 
2,             47, "Series Fan-Powered VAV with HW Reheat" 
2,             48, "Single Zone Air Handler with HW Heat" 
2,             49, "Reheat Fan System with HW Reheat" 
; 2,           53, "2-Pipe Fan Coils (CHW or HW)" 
2,             50, "4-Pipe Fan Coils with HW Heat" 
2,             51, "Multizone Air Handler with HW Heat" 
2,             52, "Dual Duct Air Handler with HW Heat" 
1,      EEMRun2:CoolSource, 3, 54   ; Evaporative Coolers
1,      EEMRun2:HeatSource, 0, 54   ; No Heating
2,              0, "- none -" 
2,             55, "Direct Evaporative Cooler (cooling only)" 
2,             54, "Indirect/Direct Evaporative Cooler (cooling only)" 
1,      EEMRun2:CoolSource, 3, 56   ; Evaporative Coolers
1,      EEMRun2:HeatSource, 1, 56   ; Furnace
2,              0, "- none -" 
2,             56, "Indirect/Direct Evaporative Cooler with Furnace" 
2,             57, "Direct Evaporative Cooler with Furnace" 
1,      EEMRun2:CoolSource, 3, 58   ; Evaporative Coolers
1,      EEMRun2:HeatSource, 2, 58   ; Electric Resistance
2,              0, "- none -" 
2,             58, "Indirect/Direct Evaporative Cooler with Elec Heat" 
2,             59, "Direct Evaporative Cooler with Elec Heat" 
; SAC 4/26/00 - Moved previous version HVAC system names here to retain backward compatibility
1,      EEMRun2:CoolSource, 99, 0   ; 
1,      EEMRun2:HeatSource, 99, 0   ; 
2,              4, "Electric Furnace with zone ventilation" 
2,              5, "Electric Furnace with NO zone ventilation" 
2,              6, "Hot Water Furnace with zone ventilation" 
2,              7, "Hot Water Furnace with NO zone ventilation" 
2,              9, "Electric Baseboards (only) with zone ventilation" 
2,             10, "Electric Baseboards (only) with NO zone ventilation" 
2,             11, "Hot Water Baseboards (only) with zone ventilation" 
2,             12, "Hot Water Baseboards (only) with NO zone ventilation" 
2,             20, "Packaged Single Zone DX with Elec Resist Heat" 
2,             21, "Split System Single Zone DX with Elec Resist Heat" 
2,             23, "Packaged VAV with Elec Resist Reheat" 
2,             24, "Packaged Multizone with Elec Resist Heat" 
2,             52, "Dual Duct Air Handler (no heating)"         ; was 36
2,             37, "Parallel Fan-Powered VAV (elec reheat)" 
2,             38, "Standard VAV (elec reheat)" 
2,             39, "Series Fan-Powered VAV (elec reheat)" 
2,             40, "Single Zone Air Handler (elec heat)" 
2,             41, "Reheat Fan System (elec reheat)" 
2,             42, "Multizone Air Handler (elec heat)" 
2,             43, "Dual Duct Air Handler (elec heat)" 
2,             45, "Parallel Fan-Powered VAV (hot water reheat)" 
2,             46, "Standard VAV (hot water reheat)" 
2,             47, "Series Fan-Powered VAV (hot water reheat)" 
2,             48, "Single Zone Air Handler (hot water heat)" 
2,             49, "Reheat Fan System (hot water reheat)" 
2,             50, "4-Pipe Fan Coils (hot water heat)" 
2,             51, "Multizone Air Handler (hot water heat)" 
2,             52, "Dual Duct Air Handler (hot water heat)" 
2,             56, "Indirect/Direct Evaporative Cooler" 
2,             57, "Direct Evaporative Cooler" 
2,             60, "Packaged VAV with Hot Water Reheat" 


; SAC 4/26/00 - added to provide abbreviated labels to wizard screens
; SAC 3/12/04 - Added several residential (PVVT) system types to list
0, HVACWiz:HVACSysTypeLbl, 0
0, EEMRun2:HVACSysTypeLbl, 0
2,              0, "- none -" 
2,              1, "Unit Ventilator (no heat or cooling)"
2,              2, "Gas or Fuel Furnace with ventilation"
2,              3, "Gas or Fuel Furnace, NO ventilation"
2,              4, "Elec Furnace with ventilation"
2,              5, "Elec Furnace, NO ventilation"
2,              6, "HW Furnace with ventilation"
2,              7, "HW Furnace, NO ventilation"
2,              8, "2-Pipe Fan Coils (heating only)"
2,              9, "Elec Basebrds with ventilation"
2,             10, "Elec Basebrds, NO ventilation"
2,             11, "HW Basebrds with ventilation"
2,             12, "HW Basebrds, NO ventilation"
2,             13, "Packaged Sgl Zone DX (no heating)"
2,             14, "Split System Sgl Zone DX (no heating)"
2,             15, "Packaged Terminal AC (no heating)"
2,             16, "Packaged VAV (no heating)"
2,             17, "Packaged Sgl Zone DX, Furnace"
2,             18, "Split System Sgl Zone DX, Furnace"
2,             19, "Packaged Multizone, Furnace"
2,             20, "Packaged Sgl Zone DX, Elec Heat"
2,             21, "Split System Sgl Zone DX, Elec Heat"
2,             22, "Packaged Terminal AC (no heating)"
2,             23, "Packaged VAV, Elec Reheat"
2,             24, "Packaged Multizone, Elec Heat"
2,             25, "Packaged Sgl Zone Heat Pump"
2,             26, "Split System Sgl Zone Heat Pump"
2,             27, "Packaged Terminal Heat Pump"
2,             28, "Water-Source Heat Pump"
2,             29, "Packaged Multizone Heat Pump"
2,             30, "Standard VAV (no reheat)"
2,             31, "Parallel Fan-Pwrd VAV (no reheat)"
2,             32, "Series Fan-Pwrd VAV (no reheat)"
2,             33, "Sgl Zone Air Handler (cooling only)"
2,             34, "2-Pipe Fan Coils (cooling only)"
2,             35, "Multizone Air Handler (cooling only)"
2,             36, "Dual Duct Air Handler (no heat)"
2,             37, "Parallel Fan-Pwrd VAV, Elec Reheat"
2,             38, "Standard VAV, Elec Reheat"
2,             39, "Series Fan-Pwrd VAV, Elec Reheat"
2,             40, "Sgl Zone Air Handler, Elec Heat"
2,             41, "Reheat Fan System, Elec Reheat"
2,             42, "Multizone Air Handler, Elec Heat"
2,             43, "Dual Duct Air Handler, Elec Heat"
2,             45, "Parallel Fan-Pwrd VAV, HW Reheat"
2,             46, "Standard VAV, HW Reheat"
2,             47, "Series Fan-Pwrd VAV, HW Reheat"
2,             48, "Sgl Zone Air Handler, HW Heat"
2,             49, "Reheat Fan System, HW Reheat"
2,             50, "4-Pipe Fan Coils, HW Heat"
2,             51, "Multizone Air Handler, HW Heat"
2,             52, "Dual Duct Air Handler, HW Heat"
2,             54, "Indirect/Direct Evap Cooler (cool only)"
2,             55, "Direct Evaporative Cooler (cool only)"
2,             56, "Indirect/Direct Evap Cooler, Furnace"
2,             57, "Direct Evaporative Cooler, Furnace"
2,             58, "Indirect/Direct Evap Cooler, Elec Heat"
2,             59, "Direct Evaporative Cooler, Elec Heat"
2,             60, "Packaged VAV, HW Reheat"
; kjm 02/21/02 New symbols below. These systems translate to BDL exactly the same as systems 4 and 5, respectively
2,             61, "Frcd Air Elec Htrs with ventilation"
2,             62, "Frcd Air Elec Htrs with No ventilation"
; kjm 02/21/02 New symbols below. These systems translate to BDL exactly the same as systems 6 and 7, respectively
2,             63, "Frcd Air HW Htrs with ventilation"
2,             64, "Frcd Air HW Htrs with No ventilation"
2,             65, "Packaged Multizone with HW Heat"
; SAC 3/12/04 - Added several residential (PVVT) system types to list
2,             66, "Packaged Sgl Zone DX, Furnace (res)"
2,             67, "Packaged Sgl Zone DX, Elec Heat (res)"
2,             68, "Packaged Sgl Zone Heat Pump (res)"
2,             69, "Split Sys Sgl Zone DX, Furnace (res)"
2,             70, "Split Sys Sgl Zone DX, Elec Heat (res)"
2,             71, "Split Sys Sgl Zone Heat Pump (res)"
; KJM/SAC 3/8/05 - New system types added that translate to BDL as PVVT (for DEER)
2,             72, "Packaged VVT (no heating)"
2,             73, "Packaged VVT with Furnace"
2,             74, "Packaged VVT with Elec Heat"
2,             75, "Packaged VVT Heat Pump"


; SAC 4/26/00 - replaced w/ updated labels above 
; 0, EEMRun2:HVACSysType, 0   ; no dependencies necessary since used just for labeling purposes
; 2,              0, "- none -" 
; 2,              1, "Unit Ventilator (no heating or cooling)" 
; 2,              2, "Gas or Fuel Furnace with zone ventilation" 
; 2,              3, "Gas or Fuel Furnace with NO zone ventilation" 
; 2,              4, "Electric Furnace with zone ventilation" 
; 2,              5, "Electric Furnace with NO zone ventilation" 
; 2,              6, "Hot Water Furnace with zone ventilation" 
; 2,              7, "Hot Water Furnace with NO zone ventilation" 
; ; 2,              8, "2-Pipe Fan Coils (heating only)" 
; 2,              9, "Electric Baseboards (only) with zone ventilation" 
; 2,             10, "Electric Baseboards (only) with NO zone ventilation" 
; 2,             11, "Hot Water Baseboards (only) with zone ventilation" 
; 2,             12, "Hot Water Baseboards (only) with NO zone ventilation" 
; 2,             13, "Packaged Single Zone DX (no heating)" 
; 2,             14, "Split System Single Zone DX (no heating)" 
; 2,             15, "Packaged Terminal AC (no heating)" 
; 2,             16, "Packaged VAV (no heating)" 
; 2,             17, "Packaged Single Zone DX with Furnace" 
; 2,             18, "Split System Single Zone DX with Furnace" 
; 2,             19, "Packaged Multizone with Furnace" 
; 2,             20, "Packaged Single Zone DX with Elec Resist Heat" 
; 2,             21, "Split System Single Zone DX with Elec Resist Heat" 
; 2,             22, "Packaged Terminal AC with Elec Resist Heat" 
; 2,             23, "Packaged VAV with Elec Resist Reheat" 
; 2,             24, "Packaged Multizone with Elec Resist Heat" 
; 2,             25, "Packaged Single Zone Heat Pump" 
; 2,             26, "Split System Single Zone Heat Pump" 
; 2,             27, "Packaged Terminal Heat Pump" 
; 2,             28, "Water-Source Heat Pump" 
; ; 2,             29, "Packaged Multizone Heat Pump" 
; 2,             60, "Packaged VAV with Hot Water Reheat" 
; 2,             30, "Standard VAV (no reheat)" 
; ; 2,             31, "Parallel Fan-Powered VAV (no reheat)" 
; ; 2,             32, "Series Fan-Powered VAV (no reheat)" 
; 2,             33, "Single Zone Air Handler (cooling only)" 
; ; 2,             34, "2-Pipe Fan Coils (cooling only)" 
; 2,             35, "Multizone Air Handler (cooling only)" 
; 2,             36, "Dual Duct Air Handler (no heating)" 
; 2,             38, "Standard VAV (elec reheat)" 
; ; 2,             37, "Parallel Fan-Powered VAV (elec reheat)" 
; ; 2,             39, "Series Fan-Powered VAV (elec reheat)" 
; 2,             40, "Single Zone Air Handler (elec heat)" 
; 2,             41, "Reheat Fan System (elec reheat)" 
; 2,             42, "Multizone Air Handler (elec heat)" 
; 2,             43, "Dual Duct Air Handler (elec heat)" 
; 2,             46, "Standard VAV (hot water reheat)" 
; ; 2,             45, "Parallel Fan-Powered VAV (hot water reheat)" 
; ; 2,             47, "Series Fan-Powered VAV (hot water reheat)" 
; 2,             48, "Single Zone Air Handler (hot water heat)" 
; 2,             49, "Reheat Fan System (hot water reheat)" 
; ; 2,             53, "2-Pipe Fan Coils (CHW or HW)" 
; 2,             50, "4-Pipe Fan Coils (hot water heat)" 
; 2,             51, "Multizone Air Handler (hot water heat)" 
; 2,             52, "Dual Duct Air Handler (hot water heat)" 
; 2,             55, "Direct Evaporative Cooler" 
; 2,             54, "Indirect/Direct Evaporative Cooler" 
; 2,             56, "Indirect/Direct Evaporative Cooler" 
; 2,             57, "Direct Evaporative Cooler" 
; 2,             58, "Indirect/Direct Evaporative Cooler" 
; 2,             59, "Direct Evaporative Cooler" 

; SAC 3/14/00 - Added to improve DX equipment efficiency defaulting
0, HVACWiz:DXSystemType,  1
2,              1, "Air-Cooled Package AC/HP"
2,              2, "Air-Cooled Split System AC/HP"
2,              3, "Air-Cooled PTAC/HP"
2,              4, "Water Source HP"
2,              5, "Room AC"
2,              6, "Water-Cooled Package AC"

; KJM 5/16/03 - added additional symbols to match 90.1/T24 capacity categories
; SAC 6/5/03 - Incorporated KJM's mods and added backward compatibility group on end
0, HVACWiz:DXUnitSizeCateg, 1
1,      HVACWiz:DXSystemType, 0, 0    ; - none -
2,              0, "- none -"
1,      HVACWiz:DXSystemType, 1, 1    ; Air-Cooled Package AC/HP
2,              1, "< 65 kBtuh or 5.4 tons"							  
2,              2, "65-90 kBtuh or 5.4-7.5 tons"					  ; KJM 5/16/03 rev
2,              3, "90-135 kBtuh or 7.5-11.25 tons"				  ; KJM 5/16/03 new
2,              4, "135-240 kBtuh or 11.25-20 tons"				  ; KJM 5/16/03 rev
2,              5, "240-760 kBtuh or 20-63 tons"					  ; KJM 5/16/03 new
2,              6, "> 760 kBtuh or 63 tons"
1,      HVACWiz:DXSystemType, 2, 1    ; Air-Cooled Split System AC/HP
2,              1, "< 65 kBtuh or 5.4 tons"							  
2,              2, "65-90 kBtuh or 5.4-7.5 tons"					  ; KJM 5/16/03 rev
2,              3, "90-135 kBtuh or 7.5-11.25 tons"				  ; KJM 5/16/03 new
2,              4, "135-240 kBtuh or 11.25-20 tons"				  ; KJM 5/16/03 rev
2,              5, "240-760 kBtuh or 20-63 tons"					  ; KJM 5/16/03 new
2,              6, "> 760 kBtuh or 63 tons"
1,      HVACWiz:DXSystemType, 3, 1    ; Air-Cooled PTAC/HP
2,              1, "< 7 kBtuh or 0.58 tons"
2,              2, "7-15 kBtuh or 0.58-1.25 tons"
2,              3, "> 15 kBtuh or 1.25 tons"
1,      HVACWiz:DXSystemType, 4, 1    ; Water Source HP
2,              1, "< 17 kBtuh or 1.4 tons"							  ; KJM 5/16/03 rev
2,              2, "17-65 kBtuh or 1.4-5.4 tons"                 ; KJM 5/16/03 new
2,              3, "65-135 kBtuh or 5.4-11.25 tons"
2,              4, "> 135 kBtuh or 11.25 tons"
1,      HVACWiz:DXSystemType, 5, 1    ; Room AC
2,              1, "< 6 kBtuh or 0.5 tons"
2,              2, "6-8 kBtuh or 0.5-0.67 tons"
2,              3, "8-14 kBtuh or 0.67-1.17 tons"
2,              4, "14-20 kBtuh or 1.17-1.67 tons"
2,              5, "> 20 kBtuh or 1.67 tons"
1,      HVACWiz:DXSystemType, 6, 1    ; Water-Cooled Package AC
2,              1, "< 65 kBtuh or 5.4 tons"							  
2,              2, "65-90 kBtuh or 5.4-7.5 tons"					  ; KJM 5/16/03 rev
2,              3, "90-135 kBtuh or 7.5-11.25 tons"				  ; KJM 5/16/03 new
2,              4, "135-240 kBtuh or 11.25-20 tons"				  ; KJM 5/16/03 rev
2,              5, "240-760 kBtuh or 20-63 tons"					  ; KJM 5/16/03 new
2,              6, "> 760 kBtuh or 63 tons"
1,      HVACWiz:DXSystemType, 999, 2  ; - Backward Compatibility -
2,              2, "65-135 kBtuh or 5.4-11.25 tons"
2,              4, "135-760 kBtuh or 11.25-63 tons"


; SAC 2/26/02 - Added Zone Vent stuff for Seattle (WA jurisdiction only)
0, HVACWiz:VentMethod,  0
1,      MainWiz:Jurisdiction,     2,   0      ; Washington Seattle
1,      HVACWiz:ZoneVentFlag,     0,   0      ; No Zone Ventilation
2,              0,    "- none -"
1,      MainWiz:Jurisdiction,     2,   1      ; Washington Seattle
1,      HVACWiz:ZoneVentFlag,     1,   1      ; Zone Vent. No Central Fan
2,              1,    "Bathroom Exhaust Fan"
2,              2,    "Whole Unit Exhaust Fan"
2,              4,    "Heat Recovery Ventilator"
1,      MainWiz:Jurisdiction,     2,   1      ; Washington Seattle, any other zone vent flag
2,              1,    "Bathroom Exhaust Fan"
2,              2,    "Whole Unit Exhaust Fan"
2,              3,    "Central Supply Fan"
2,              4,    "Heat Recovery Ventilator"
1,      MainWiz:Jurisdiction,  -999,   0      ; Any other jurisdiction / zone vent flag combination
2,              0,    "- none -"


; SAC 10/4/02 - Added Thermostat Type stuff for Seattle (WA jurisdiction only)
0, HVACWiz:ThermostatType,  0
2,              0,    "Bimetal"
2,              1,    "Vapor Diaphragm"
2,              2,    "Electronic Line Voltage"


; SAC 3/29/05 - Added BDLThermostatType to enable setting of tstat type in BDL (ZONE:THERMOSTAT-TYPE) (for DEER - Res Evap cooling msr)
0, HVACWiz:BDLThermostatType,  0
2,              0,    "- default -"
2,              1,    "Proportional"
2,              2,    "Two Position"
2,              3,    "Reverse Action"


0, HVACWiz:SystemAssign,  0
1,      HVACWiz:SystemAssignList, -1, 3  ; 1 zone per floor, 1 above, 0 below => cannot have two systems
2,              3,    "Top Floor Only"
1,      HVACWiz:SystemAssignList, 0, 1   ; perim zoning, > 1 above, 0 below
2,              1,    "Core Zones Only"
2,              2,    "Perimeter Zones Only"
2,              3,    "Top Floor Only"
2,              4,    "All Floors Except Top Floor"
2,              5,    "Ground Floor Only"
2,              6,    "All Floors Except Ground Floor"
; 2,              0,    "Custom List of Floors"
1,      HVACWiz:SystemAssignList, 1, 3   ; 1 zone per floor, > 1 above, 0 below
2,              3,    "Top Floor Only"
2,              4,    "All Floors Except Top Floor"
2,              5,    "Ground Floor Only"
2,              6,    "All Floors Except Ground Floor"
; 2,              0,    "Custom List of Floors"
1,      HVACWiz:SystemAssignList, 2, 1   ; perim zoning, > 1 above, > 0 below
2,              1,    "Core Zones Only"
2,              2,    "Perimeter Zones Only"
2,              3,    "Top Floor Only"
2,              4,    "All Floors Except Top Floor"
2,              5,    "Ground Floor Only"
2,              6,    "All Floors Except Ground Floor"
2,              7,    "Below Grade Floor(s) Only"
2,              8,    "Above Grade Floor(s) Only"
; 2,              0,    "Custom List of Floors"
1,      HVACWiz:SystemAssignList, 3, 3   ; 1 zone per floor, > 1 above, > 0 below
2,              3,    "Top Floor Only"
2,              4,    "All Floors Except Top Floor"
2,              5,    "Ground Floor Only"
2,              6,    "All Floors Except Ground Floor"
2,              7,    "Below Grade Floor(s) Only"
2,              8,    "Above Grade Floor(s) Only"
; 2,              0,    "Custom List of Floors"
1,      HVACWiz:SystemAssignList, 4, 1   ; perim zoning, 1 above, 0 below
2,              1,    "Core Zones Only"
2,              2,    "Perimeter Zones Only"
1,      HVACWiz:SystemAssignList, 5, 1   ; perim zoning, 1 above, > 0 below
2,              1,    "Core Zones Only"
2,              2,    "Perimeter Zones Only"
2,              7,    "Below Grade Floor(s) Only"
2,              8,    "Above Grade Floor(s) Only"
; 2,              0,    "Custom List of Floors"
1,      HVACWiz:SystemAssignList, 6, 7   ; 1 zone per floor, 1 above, > 0 below
2,              7,    "Below Grade Floor(s) Only"
2,              8,    "Above Grade Floor(s) Only"
; 2,              0,    "Custom List of Floors"


; SAC 4/1/02 - Added properties to enable default assignment of zone groups to systems by shell / floor / perim/core status
0, HVACWiz:AssignShellZnGrp,  0
1,      HVACWiz:AssignShellZGList,   0,     0  ;  (invalid)
2,              0,    "n/a"  
1,      HVACWiz:AssignShellZGList,   1,  1023  ;  0 Below Grade,  1 Above Grade, No Core/Perim
2,           1023,    "All Zones"  
1,      HVACWiz:AssignShellZGList,   2,  1023  ;  0 Below Grade,  2 Above Grade, No Core/Perim
2,           1023,    "All Zones"  
2,             48,    "Entire Ground Floor"  
2,            768,    "Entire Top Above Grade Floor"  
1,      HVACWiz:AssignShellZGList,   3,  1023  ;  0 Below Grade, >2 Above Grade, No Core/Perim
2,           1023,    "All Zones"  
2,             48,    "Entire Ground Floor"  
2,            192,    "Entire Middle Above Grade Floor"  
2,            768,    "Entire Top Above Grade Floor"  
1,      HVACWiz:AssignShellZGList,   4,  1023  ;  1 Below Grade,  1 Above Grade, No Core/Perim
2,           1023,    "All Zones"  
2,             15,    "All Below Grade Zones"  
2,           1008,    "All Above Grade Zones"  
1,      HVACWiz:AssignShellZGList,   5,  1023  ;  1 Below Grade,  2 Above Grade, No Core/Perim
2,           1023,    "All Zones"  
2,             15,    "All Below Grade Zones"  
2,           1008,    "All Above Grade Zones"  
2,             48,    "Entire Ground Floor"  
2,            768,    "Entire Top Above Grade Floor"  
1,      HVACWiz:AssignShellZGList,   6,  1023  ;  1 Below Grade, >2 Above Grade, No Core/Perim
2,           1023,    "All Zones"  
2,             15,    "All Below Grade Zones"  
2,           1008,    "All Above Grade Zones"  
2,             48,    "Entire Ground Floor"  
2,            192,    "Entire Middle Above Grade Floor"  
2,            768,    "Entire Top Above Grade Floor"  
1,      HVACWiz:AssignShellZGList,   7,  1023  ; >1 Below Grade,  1 Above Grade, No Core/Perim
2,           1023,    "All Zones"  
2,             15,    "All Below Grade Zones"  
2,           1008,    "All Above Grade Zones"  
2,              3,    "Entire Bottom Below Grade Floor"  
2,             12,    "Entire Middle Below Grade Floor"  
1,      HVACWiz:AssignShellZGList,   8,  1023  ; >1 Below Grade,  2 Above Grade, No Core/Perim
2,           1023,    "All Zones"  
2,             15,    "All Below Grade Zones"  
2,           1008,    "All Above Grade Zones"  
2,              3,    "Entire Bottom Below Grade Floor"  
2,             12,    "Entire Middle Below Grade Floor"  
2,             48,    "Entire Ground Floor"  
2,            768,    "Entire Top Above Grade Floor"  
1,      HVACWiz:AssignShellZGList,   9,  1023  ; >1 Below Grade, >2 Above Grade, No Core/Perim
2,           1023,    "All Zones"  
2,             15,    "All Below Grade Zones"  
2,           1008,    "All Above Grade Zones"  
2,              3,    "Entire Bottom Below Grade Floor"  
2,             12,    "Entire Middle Below Grade Floor"  
2,             48,    "Entire Ground Floor"  
2,            192,    "Entire Middle Above Grade Floor"  
2,            768,    "Entire Top Above Grade Floor"  
1,      HVACWiz:AssignShellZGList,  11,  1023  ;  0 Below Grade,  1 Above Grade, BOTH Core/Perim
2,           1023,    "All Zones"  
2,            336,    "All Core Zones"  
2,            672,    "All Perimeter Zones"  
1,      HVACWiz:AssignShellZGList,  12,  1023  ;  0 Below Grade,  2 Above Grade, BOTH Core/Perim
2,           1023,    "All Zones"  
2,            336,    "All Core Above Grade Zones"  
2,            672,    "All Perimeter Above Grade Zones"  
2,             48,    "Entire Ground Floor"  
2,            768,    "Entire Top Above Grade Floor"  
2,             16,    "Ground Floor Core Zones"  
2,             32,    "Ground Floor Perimeter Zones"  
2,            256,    "Top Above Grade Floor Core Zones"  
2,            512,    "Top Above Grade Floor Perimeter Zones"  
1,      HVACWiz:AssignShellZGList,  13,  1023  ;  0 Below Grade, >2 Above Grade, BOTH Core/Perim
2,           1023,    "All Zones"  
2,            336,    "All Core Above Grade Zones"  
2,            672,    "All Perimeter Above Grade Zones"  
2,             48,    "Entire Ground Floor"  
2,            192,    "Entire Middle Above Grade Floor"  
2,            768,    "Entire Top Above Grade Floor"  
2,             16,    "Ground Floor Core Zones"  
2,             32,    "Ground Floor Perimeter Zones"  
2,             64,    "Middle Above Grade Floor Core Zones"  
2,            128,    "Middle Above Grade Floor Perimeter Zones"  
2,            256,    "Top Above Grade Floor Core Zones"  
2,            512,    "Top Above Grade Floor Perimeter Zones"  
1,      HVACWiz:AssignShellZGList,  14,  1023  ;  1 Below Grade,  1 Above Grade, BOTH Core/Perim
2,           1023,    "All Zones"  
2,             15,    "All Below Grade Zones"  
2,           1008,    "All Above Grade Zones"  
2,            336,    "All Core Above Grade Zones"  
2,            672,    "All Perimeter Above Grade Zones"  
2,             16,    "Ground Floor Core Zones"  
2,             32,    "Ground Floor Perimeter Zones"  
1,      HVACWiz:AssignShellZGList,  15,  1023  ;  1 Below Grade,  2 Above Grade, BOTH Core/Perim
2,           1023,    "All Zones"  
2,             15,    "All Below Grade Zones"  
2,           1008,    "All Above Grade Zones"  
2,            336,    "All Core Above Grade Zones"  
2,            672,    "All Perimeter Above Grade Zones"  
2,             48,    "Entire Ground Floor"  
2,            768,    "Entire Top Above Grade Floor"  
2,             16,    "Ground Floor Core Zones"  
2,             32,    "Ground Floor Perimeter Zones"  
2,            256,    "Top Above Grade Floor Core Zones"  
2,            512,    "Top Above Grade Floor Perimeter Zones"  
1,      HVACWiz:AssignShellZGList,  16,  1023  ;  1 Below Grade, >2 Above Grade, BOTH Core/Perim
2,           1023,    "All Zones"  
2,             15,    "All Below Grade Zones"  
2,           1008,    "All Above Grade Zones"  
2,            336,    "All Core Above Grade Zones"  
2,            672,    "All Perimeter Above Grade Zones"  
2,             48,    "Entire Ground Floor"  
2,            192,    "Entire Middle Above Grade Floor"  
2,            768,    "Entire Top Above Grade Floor"  
2,             16,    "Ground Floor Core Zones"  
2,             32,    "Ground Floor Perimeter Zones"  
2,             64,    "Middle Above Grade Floor Core Zones"  
2,            128,    "Middle Above Grade Floor Perimeter Zones"  
2,            256,    "Top Above Grade Floor Core Zones"  
2,            512,    "Top Above Grade Floor Perimeter Zones"  
1,      HVACWiz:AssignShellZGList,  17,  1023  ; >1 Below Grade,  1 Above Grade, BOTH Core/Perim
2,           1023,    "All Zones"  
2,             15,    "All Below Grade Zones"  
2,           1008,    "All Above Grade Zones"  
2,            336,    "All Core Above Grade Zones"  
2,            672,    "All Perimeter Above Grade Zones"  
2,              3,    "Entire Bottom Below Grade Floor"  
2,             12,    "Entire Middle Below Grade Floor"  
2,             48,    "Entire Ground Floor"  
2,             16,    "Ground Floor Core Zones"  
2,             32,    "Ground Floor Perimeter Zones"  
1,      HVACWiz:AssignShellZGList,  18,  1023  ; >1 Below Grade,  2 Above Grade, BOTH Core/Perim
2,           1023,    "All Zones"  
2,             15,    "All Below Grade Zones"  
2,           1008,    "All Above Grade Zones"  
2,            336,    "All Core Above Grade Zones"  
2,            672,    "All Perimeter Above Grade Zones"  
2,              3,    "Entire Bottom Below Grade Floor"  
2,             12,    "Entire Middle Below Grade Floor"  
2,             48,    "Entire Ground Floor"  
2,            768,    "Entire Top Above Grade Floor"  
2,             16,    "Ground Floor Core Zones"  
2,             32,    "Ground Floor Perimeter Zones"  
2,            256,    "Top Above Grade Floor Core Zones"  
2,            512,    "Top Above Grade Floor Perimeter Zones"  
1,      HVACWiz:AssignShellZGList,  19,  1023  ; >1 Below Grade, >2 Above Grade, BOTH Core/Perim
2,           1023,    "All Zones"  
2,             15,    "All Below Grade Zones"  
2,           1008,    "All Above Grade Zones"  
2,            336,    "All Core Above Grade Zones"  
2,            672,    "All Perimeter Above Grade Zones"  
2,              3,    "Entire Bottom Below Grade Floor"  
2,             12,    "Entire Middle Below Grade Floor"  
2,             48,    "Entire Ground Floor"  
2,            192,    "Entire Middle Above Grade Floor"  
2,            768,    "Entire Top Above Grade Floor"  
2,             16,    "Ground Floor Core Zones"  
2,             32,    "Ground Floor Perimeter Zones"  
2,             64,    "Middle Above Grade Floor Core Zones"  
2,            128,    "Middle Above Grade Floor Perimeter Zones"  
2,            256,    "Top Above Grade Floor Core Zones"  
2,            512,    "Top Above Grade Floor Perimeter Zones"  
; SAC 7/29/03 - Added some new entries to handle entirely below-grade shells
1,      HVACWiz:AssignShellZGList,  21,  1023  ;  1 Below Grade,  0 Above Grade
2,           1023,    "All Zones"  
1,      HVACWiz:AssignShellZGList,  22,  1023  ; >1 Below Grade,  0 Above Grade
2,           1023,    "All Zones"  
2,              3,    "Entire Bottom Below Grade Floor"  
2,             12,    "Entire Middle Below Grade Floor"  


0, HVACWiz:ReturnAirPath, 0
2,              0,    "Direct"  
2,              1,    "Ducted"  
2,              2,    "Plenum"  


; SAC 2/5/04 - Added new "System Per Site" option (for DEER)
0, HVACWiz:SystemPerWhat,  1
2,              0,    "System Per Space"  
2,              1,    "System Per Floor"  
2,              2,    "System Per Building"  
2,              3,    "System Per Site"  

0, HVACWiz:SpecifyCoolCap, 0
0, HVACWiz:SpecifyHeatCap, 0
; SAC 4/11/01 - Added flags to indicate whether or not user wants DOE-2 to automatically size the chiller & boiler
0, PrimWiz:SpecifyChlrCap, 0
0, PrimWiz:SpecifyBlrCap, 0
; SAC 11/6/03 - Added *FanFlowOption properties to enable auto-size vs. user specification of supply, return & heating fan flows
0, HVACWiz:SFanFlowOption, 0
0, HVACWiz:RFanFlowOption, 0
0, HVACWiz:HFanFlowOption, 0
1,      MainWiz:ProductCode, 9998, 0  ; SAC 2/25/03 - Prevent backward compatibility options from causing errors in resolving duplicate symbol values following project-open
2,              0,    "Auto-size"  
1,      MainWiz:ProductCode, 9999, 0  ; for backward compatibility with previous files containing "DOE-2 Size"
2,              0,    "DOE-2 Size"  
1,      MainWiz:ProductCode, -999, 0  ; all currently valid settings
2,              0,    "Auto-size"  
2,              1,    "Specify"  

0, HVACWiz:BBDHeatSource,  0
2,              0,    "- none -"  
2,              1,    "Hot Water"  
2,              2,    "Electric"  

; SAC 6/10/02 - Added flag to enable baseboard HW heating to be supplied via DHW loops
; SAC 10/8/02 - Added reference to EnableDHWBBDHWSrc to enable toggling of availability
0, HVACWiz:BBDHWHeatSource,  2
1,      HVACWiz:EnableDHWBBDHWSrc, 1, 1
1,      HVACWiz:BBDHeatSource, 1, 1
2,              1,    "Hot Water Loop"  
2,              2,    "Domestic Hot Water Loop"  
1,      HVACWiz:BBDHeatSource, -999, 0
2,              0,    "n/a"  


0, ShellWiz:AAXFanPowerUnits,  0
0, ZnGrpWiz:XFanPowerUnits,  0
0, HVACWiz:SFanPowerUnits,  0
0, HVACWiz:RFanPowerUnits,  0
0, HVACWiz:HFanPowerUnits,  0
0, EEMRun2:SFanPowerUnits,  0
2,              0,    "in. WG"  
2,              1,    "BHP"  
;2,              0,    "Inches of Water Pressure"  
;2,              1,    "Brake Horsepower (BHP)"  

0, HVACWiz:SFanType,  0
0, HVACWiz:RFanType,  0
0, HVACWiz:HFanType,  0
1,      HVACWiz:VAVFan, 0, 0
2,              0,    "Constant Volume"  
1,      HVACWiz:VAVFan, 1, 2
2,              2,    "Forward Curved Centrifugal w/ Inlet Vanes"  
2,              1,    "Forward Curved Centrifugal w/ Discharge Dampers"  
2,              4,    "Air Foil Centrifugal w/ Inlet Vanes"  
2,              3,    "Air Foil Centrifugal w/ Discharge Dampers"  
2,              6,    "Variable Speed Drive"  
2,              5,    "Vane-Axial"  

0, EEMRun2:SFanType,  0
1,      EEMRun2:VAVFan, 0, 0
2,              0,    "Constant Volume"  
1,      EEMRun2:VAVFan, 1, 2
2,              2,    "Forward Curved Centrifugal w/ Inlet Vanes"  
2,              1,    "Forward Curved Centrifugal w/ Discharge Dampers"  
2,              4,    "Air Foil Centrifugal w/ Inlet Vanes"  
2,              3,    "Air Foil Centrifugal w/ Discharge Dampers"  
2,              6,    "Variable Speed Drive"  
2,              5,    "Vane-Axial"  


; SAC 5/29/02 - Added new fan operation & cycling flags (RER-CEUS)
0, HVACWiz:FanOnOperation,   0
1,      HVACWiz:CollectFanOnOper,    0, -1
2,             -1,    "n/a"  
1,      HVACWiz:CollectFanOnOper, -999,  0
2,              0,    "Continuous"  
2,              1,    "Intermittent"  


; SAC 2/13/04 - Added duct loss properties (for DEER)
;   ket to DuctLossZoneList values:  1-has Ground, 2-has Top, 4-has Middle, 8-has Bottom Below, 16-has Middle Below
0, HVACWiz:DuctLossZone,  0
1,    HVACWiz:DuctLossZoneList,   1,  2   ; Ground floor only
2,              2,    "Largest Zone on Ground Floor"
1,    HVACWiz:DuctLossZoneList,   3,  4   ; Ground and Top Floors
2,              2,    "Largest Zone on Ground Floor"
2,              4,    "Largest Zone on Top Floor"
1,    HVACWiz:DuctLossZoneList,   7,  4   ; Ground, Middle Above Grade & Top Floors
2,              2,    "Largest Zone on Ground Floor"
2,              3,    "Largest Zone on Middle Above-Grade Floor(s)"
2,              4,    "Largest Zone on Top Floor"
1,    HVACWiz:DuctLossZoneList,   8,  0   ; Bottom Below floor only
2,              0,    "Largest Zone on Below-Grade Floor"
1,    HVACWiz:DuctLossZoneList,   9,  2   ; Bottom Below and Ground floors
2,              0,    "Largest Zone on Below-Grade Floor"
2,              2,    "Largest Zone on Ground Floor"
1,    HVACWiz:DuctLossZoneList,  11,  4   ; Bottom Below, Ground and Top Floors
2,              0,    "Largest Zone on Below-Grade Floor"
2,              2,    "Largest Zone on Ground Floor"
2,              4,    "Largest Zone on Top Floor"
1,    HVACWiz:DuctLossZoneList,  15,  4   ; Bottom Below, Ground, Middle Above Grade & Top Floors
2,              0,    "Largest Zone on Below-Grade Floor"
2,              2,    "Largest Zone on Ground Floor"
2,              3,    "Largest Zone on Middle Above-Grade Floor(s)"
2,              4,    "Largest Zone on Top Floor"
1,    HVACWiz:DuctLossZoneList,  24,  1   ; Bottom Below and Middle Below floors
2,              0,    "Largest Zone on Bottom Below-Grade Floor"
2,              1,    "Largest Zone on Middle Below-Grade Floor(s)"
1,    HVACWiz:DuctLossZoneList,  25,  2   ; Bottom Below, Middle Below and Ground floors
2,              0,    "Largest Zone on Bottom Below-Grade Floor"
2,              1,    "Largest Zone on Middle Below-Grade Floor(s)"
2,              2,    "Largest Zone on Ground Floor"
1,    HVACWiz:DuctLossZoneList,  27,  4   ; Bottom Below, Middle Below, Ground and Top Floors
2,              0,    "Largest Zone on Bottom Below-Grade Floor"
2,              1,    "Largest Zone on Middle Below-Grade Floor(s)"
2,              2,    "Largest Zone on Ground Floor"
2,              4,    "Largest Zone on Top Floor"
1,    HVACWiz:DuctLossZoneList,  31,  4   ; Bottom Below, Middle Below, Ground, Middle Above Grade & Top Floors
2,              0,    "Largest Zone on Bottom Below-Grade Floor"
2,              1,    "Largest Zone on Middle Below-Grade Floor(s)"
2,              2,    "Largest Zone on Ground Floor"
2,              3,    "Largest Zone on Middle Above-Grade Floor(s)"
2,              4,    "Largest Zone on Top Floor"


; SAC 8/23/00 - Added in the course of implementing fan motor efficiency rules
0, ShellWiz:AAXFanMotorEff,  2
0, ZnGrpWiz:XFanMotorEff,  2
0, HVACWiz:SFanMotorEff,  2
0, HVACWiz:RFanMotorEff,  2
0, HVACWiz:HFanMotorEff,  2
0, EEMRun2:SFanMotorEff,  2
1,      MainWiz:ProductCode, 7, 2      ; SMcomply
2,              2,    "High"  
2,              3,    "Premium"  
1,      MainWiz:ProductCode, -999, 2   ; All Other Products
2,              1,    "Standard"  
2,              2,    "High"  
2,              3,    "Premium"  

; SAC 10/9/02 - Added DHW setting
0, HVACWiz:ReheatSource,  0
2,              0,    "- none -"  
2,              1,    "Hot Water"  
2,              2,    "Electric"  
2,              3,    "DHW"  
; SAC 4/25/00 - removed CanHaveReheat flag
; 1,      HVACWiz:CanHaveReheat, 0, 0
; 2,              0,    "- none -"  
; 1,      HVACWiz:CanHaveReheat, 1, 2
; 2,              0,    "- none -"  
; 2,              1,    "Hot Water"  
; 2,              2,    "Electric"  

0, HVACWiz:EconomizerType,  2
0, EEMRun2:EconomizerType,  2
2,              0,    "- none -"  
2,              1,    "Drybulb Temperature"  
2,              2,    "Enthalpy"  

0, HVACWiz:EconCompressor,  1
0, EEMRun2:EconCompressor,  1
2,              0,    "Can Run with Economizer"  
2,              1,    "Cannot Run with Economizer"  

0, HVACWiz:ColdDeckReset,  0
0, EEMRun2:ColdDeckReset,  0
2,              0,    "- none -"  
2,              3,    "Warmest"  
2,              4,    "Outside Air Reset"  
2,              1,    "Constant"  

0, HVACWiz:HotDeckReset,  0
0, EEMRun2:HotDeckReset,  0
2,              0,    "- none -"  
2,              2,    "Coldest"  
2,              4,    "Outside Air Reset"  
2,              1,    "Constant"  

0, HVACWiz:DesCoolEffUnits,  1
1,      HVACWiz:AllowSEER, 0, 1
2,              1,    "EER"  
1,      HVACWiz:AllowSEER, 1, 1
2,              0,    "SEER"  
2,              1,    "EER"  
; 2,              2,    "COP"  

0, EEMRun2:DesCoolEffUnits,  1
1,      EEMRun2:AllowSEER, 0, 1
2,              1,    "EER"  
1,      EEMRun2:AllowSEER, 1, 1
2,              0,    "SEER"  
2,              1,    "EER"  
; 2,              2,    "COP"  

0, HVACWiz:DesHeatEffUnits,  0
1,      HVACWiz:HeatSource, 0, 0   ; No Heating
2,              0,    "none"  
1,      HVACWiz:HeatSource, 1, 4   ; Furnace
2,              4,    "AFUE"  
2,              3,    "Efficiency"  
1,      HVACWiz:HeatSource, 2, 0   ; Electric Resistance
2,              0,    "none"  
1,      HVACWiz:HeatSource, 3, 1   ; DX Coils (Heat Pump)
1,      HVACWiz:AllowHSPF, 0, 1
2,              1,    "COP"  
1,      HVACWiz:HeatSource, 3, 1   ; DX Coils (Heat Pump)
1,      HVACWiz:AllowHSPF, 1, 1
2,              1,    "COP"  
2,              2,    "HSPF"  
1,      HVACWiz:HeatSource, 4, 0   ; Hot Water Coils
2,              0,    "none"  
1,      HVACWiz:HeatSource, 5, 0   ; Baseboards Only
2,              0,    "none"  

0, EEMRun2:DesHeatEffUnits,  0
1,      EEMRun2:HeatSource, 0, 0   ; No Heating
2,              0,    "none"  
1,      EEMRun2:HeatSource, 1, 4   ; Furnace
2,              4,    "AFUE"  
2,              3,    "Efficiency"  
1,      EEMRun2:HeatSource, 2, 0   ; Electric Resistance
2,              0,    "none"  
1,      EEMRun2:HeatSource, 3, 1   ; DX Coils (Heat Pump)
1,      EEMRun2:AllowHSPF,  0, 1
2,              1,    "COP"  
1,      EEMRun2:HeatSource, 3, 1   ; DX Coils (Heat Pump)
1,      EEMRun2:AllowHSPF,  1, 1
2,              1,    "COP"  
2,              2,    "HSPF"  
1,      EEMRun2:HeatSource, 4, 0   ; Hot Water Coils
2,              0,    "none"  
1,      EEMRun2:HeatSource, 5, 0   ; Baseboards Only
2,              0,    "none"  

; 0, HVACWiz:FanMotorEff,  0
; 2,              0,    "Ruleset Defined"  

0, HVACWiz:TerminalType,  1
1,      HVACWiz:TermTypeList,  1, 1
2,              1,    "Constant Volume Hot / Cold Deck Mixing"  
2,              2,    "Variable Volume Hot / Cold Deck Mixing"  
1,      HVACWiz:TermTypeList,  2, 3
2,              3,    "Standard VAV Terminal"  
1,      HVACWiz:TermTypeList,  3, 4
2,              4,    "Series Fan-Powered VAV Terminal"  
2,              3,    "Standard VAV Terminal"  
1,      HVACWiz:TermTypeList,  4, 5
2,              5,    "Parallel Fan-Powered VAV Terminal"  
2,              3,    "Standard VAV Terminal"  
1,      HVACWiz:TermTypeList, 5, 0
2,              0,    "Constant Volume Terminal"  

0, HVACWiz:BBDControl,  2
1,      HVACWiz:BBDHeatSource, 0, 2
2,              2,    "- none -"  
1,      HVACWiz:BBDHeatSource, 1, 0
2,              0,    "Thermostat"  
2,              1,    "OSA Temperature"  
1,      HVACWiz:BBDHeatSource, 2, 0
2,              0,    "Thermostat"  
2,              1,    "OSA Temperature"  


; SAC 12/3/04 - switched from BDP_Int to BDP_Sym (for DEER)
0, HVACWiz:SysEvapClType, 0
2,             -1,    "- default -"
2,              0,    "None"
2,              1,    "Indirect"
2,              2,    "Indirect-Direct"
2,              3,    "Direct"


; SAC 12/3/04 - Added to facilitate the output of BDL keywords used to model heat recovery (for DEER)
0, HVACWiz:HeatRecType, 0   ; RECOVER-EXHAUST & ERV-RECOVER-TYPE
2,              0,    "- no heat recovery -"
2,              1,    "Sensible HX"       ;  SENSIBLE-HX      VALUE = 1
2,              2,    "Enthalpy HX"       ;  ENTHALPY-HX      VALUE = 2
2,              3,    "Sensible Wheel"    ;  SENSIBLE-WHEEL   VALUE = 3
2,              4,    "Enthalpy Wheel"    ;  ENTHALPY-WHEEL   VALUE = 4
2,              5,    "Heat Pipe"         ;  HEAT-PIPE        VALUE = 5

; SAC 12/3/04 - Added to facilitate the output of BDL keywords used to model heat recovery (for DEER)
0, HVACWiz:HeatRecOper, 0   ; ERV-RUN-CTRL
2,              0,    "- default -"
2,              1,    "When Fans On"      ;  WHEN-FANS-ON     VALUE = 1
2,              2,    "When Min OA"       ;  WHEN-MIN-OA      VALUE = 2
2,              3,    "ERV Schedule"      ;  ERV-SCHEDULE     VALUE = 3
2,              4,    "OA Exhaust DT"     ;  OA-EXHAUST-DT    VALUE = 4
2,              5,    "OA Exhaust DH"     ;  OA-EXHAUST-DH    VALUE = 5


0, HVACWiz:SysHWLoop, 0
0, HVACWiz:SysZoneHWLoop, 0
0, HVACWiz:SysCHWLoop, 0
0, HVACWiz:SysCWLoop, 0
0, HVACWiz:SysFanEirFplr, 0
0, HVACWiz:SysReturnEirFplr, 0
0, HVACWiz:SysHSupplyEirFplr, 0
0, HVACWiz:SysBBDLoop, 0            ; SAC 4/25/00
2,          10000,    "DEFAULT-CW"  
2,          10001,    "DEFAULT-WLHP"  
2,          10002,    "DEFAULT-DHW"  
2,          10500,    "DEFAULT-PIPE2"  
2,          10501,    "ForCurve w Dischrg Dampers FPLR"  
2,          10502,    "ForCurve w Inlet Vanes FPLR"  
2,          10503,    "AirFoil w Dischrg Dampers FPLR"  
2,          10504,    "AirFoil w Inlet Vanes FPLR"  
2,          10505,    "Vane Axial w Var Pitch FPLR"  
2,          10506,    "Variable Speed Drive FPLR"  
2,          10550,    "Residential Fix Vol-Fan EIR"    ; SAC 3/24/05
2,          10551,    "Residential Var Vol-Fan EIR"    ; SAC 3/24/05
2,          11000,    "Hot Water Loop"  
2,          11001,    "Chilled Water Loop"  
2,          11002,    "Condenser Water Loop"  
2,          11003,    "WLHP Water Loop"  
2,          11004,    "Pckgd HVAC CW Loop"  


; 0, HVACWiz:CondenserType,  0
; 1,      HVACWiz:HaveCondenser, 0, 0
; 2,              0,    "- none -"  
; 1,      HVACWiz:HaveCondenser, 1, 1
; 2,              1,    "Air Cooled"  
; 2,              2,    "Evaporative Precooler"  

; 0, HVACWiz:FanPlacement,  0
; 2,              0,    "Draw-through"  
; 2,              1,    "Blow-through"  

; 0, HVACWiz:FanDriveType,  0
; 2,              0,    "Direct"  
; 2,              1,    "Belt"  


; SAC 3/15/04 - Added to facilitate the output of BDL keywords used to model residential PVVT systems (for DEER)
0, HVACWiz:SysAirTempCtrl,  -1
2,             -1,    ""  
2,              1,    "VARIABLE-VOL/TEMP"
2,              2,    "STAGED-VOLUME"
2,              3,    "TWO-SPEED"

0, HVACWiz:SysFanPlacement, -1
2,             -1,    ""  
2,              0,    "BLOW-THROUGH"
2,              1,    "DRAW-THROUGH"

0, HVACWiz:SysCoolCap_fT,    -1
0, HVACWiz:SysCoolSH_fT,     -1
0, HVACWiz:SysCoolEIR_fT,    -1
0, HVACWiz:SysCoolCL_fPLR,   -1
0, HVACWiz:SysCoilBF_fT,     -1
0, HVACWiz:SysCoilBF_fFlow,  -1
0, HVACWiz:SysCoilBF_fPLR,   -1
0, HVACWiz:SysCoolEIR_fPLR,  -1
0, HVACWiz:SysFurnHIR_fPLR,  -1
0, HVACWiz:SysHeatCap_fT,    -1
0, HVACWiz:SysHeatEIR_fT,    -1
0, HVACWiz:SysHeatEIR_fPLR,  -1
2,             -1,    ""  
2,          12000,    "RESYS-Cool-Cap-fEWB&OAT"
2,          12001,    "RESYS-Sens-Cap-fEWB&OAT"
2,          12002,    "RESYS-Cool-EIR-fEWB&OAT"
2,          12003,    "DX-Cool-CycleLoss-fPLR"
2,          12004,    "RESYS-Bypass-Factor-fEWB&EDB"
2,          12005,    "RESYS-Bypass-Factor-fAirFlow"
2,          12006,    "RESYS-Cool-EIR-fPLR"
2,          12007,    "Furnace-HIR-fPLR"
2,          12008,    "RESYS-Heat-Cap-fEDB&OAT"
2,          12009,    "RESYS-Heat-EIR-fEDB&OAT"
2,          12010,    "RESYS-Heat-EIR-fPLR"
2,          12011,    "RESYS-Bypass-Factor-fPLR"
2,          12012,    "COIL-BF-FFLOW-SPEC"     ; SAC 3/24/05


; SAC 3/15/05 - Added to facilitate output of Natural Ventilation BDL keywords (for DEER)
0, HVACWiz:NatVentOption,  0
2,              0,    "Library Schedules"

0, HVACWiz:NatVentMethod,  1
2,              1,    "Air Change"
; 2,              2,    "Sherman-Grimsrud"


; SAC 3/22/05 - Added properties for modeling detailed SEER/EER equipment (for DEER)
0, HVACWiz:DetDXEquipType,  0
2,              0,    "- select DX equipment type -"
2,          11001,    "Split AC, SEER 10, Low EER Slope, Low Degrad. Coef"
2,          11002,    "Split AC, SEER 10, Low EER Slope, Med Degrad. Coef"
2,          11003,    "Split AC, SEER 10, Low EER Slope, High Degrad. Coef"
2,          11004,    "Split AC, SEER 10, Med EER Slope, Low Degrad. Coef"
2,          11005,    "Split AC, SEER 10, Med EER Slope, Med Degrad. Coef"
2,          11006,    "Split AC, SEER 10, Med EER Slope, High Degrad. Coef"
2,          11007,    "Split AC, SEER 10, High EER Slope, Low Degrad. Coef"
2,          11008,    "Split AC, SEER 10, High EER Slope, Med Degrad. Coef"
2,          11009,    "Split AC, SEER 10, High EER Slope, High Degrad. Coef"
2,          11301,    "Split AC, SEER 13, Low EER Slope, Low Degrad. Coef"
2,          11302,    "Split AC, SEER 13, Low EER Slope, Med Degrad. Coef"
2,          11303,    "Split AC, SEER 13, Low EER Slope, High Degrad. Coef"
2,          11304,    "Split AC, SEER 13, Med EER Slope, Low Degrad. Coef"
2,          11305,    "Split AC, SEER 13, Med EER Slope, Med Degrad. Coef"
2,          11306,    "Split AC, SEER 13, Med EER Slope, High Degrad. Coef"
2,          11307,    "Split AC, SEER 13, High EER Slope, Low Degrad. Coef"
2,          11308,    "Split AC, SEER 13, High EER Slope, Med Degrad. Coef"
2,          11309,    "Split AC, SEER 13, High EER Slope, High Degrad. Coef"
2,          11401,    "Split AC, SEER 14, Med EER Slope, Low Degrad. Coef"
2,          11402,    "Split AC, SEER 14, Med EER Slope, Med Degrad. Coef"
2,          11403,    "Split AC, SEER 14, Med EER Slope, High Degrad. Coef"
2,          11404,    "Split AC, SEER 14, High EER Slope, Low Degrad. Coef"
2,          11405,    "Split AC, SEER 14, High EER Slope, Med Degrad. Coef"
2,          11406,    "Split AC, SEER 14, High EER Slope, High Degrad. Coef"
2,          11501,    "Split AC, SEER 15, Med EER Slope, Low Degrad. Coef"
2,          11502,    "Split AC, SEER 15, Med EER Slope, Med Degrad. Coef"
2,          11503,    "Split AC, SEER 15, Med EER Slope, High Degrad. Coef"
2,          11504,    "Split AC, SEER 15, High EER Slope, Low Degrad. Coef"
2,          11505,    "Split AC, SEER 15, High EER Slope, Med Degrad. Coef"
2,          11506,    "Split AC, SEER 15, High EER Slope, High Degrad. Coef"
2,          11601,    "Split AC, SEER 16, Carrier EER Slope, Low Degrad. Coef"
2,          11602,    "Split AC, SEER 16, Carrier EER Slope, Med Degrad. Coef"
2,          11603,    "Split AC, SEER 16, Carrier EER Slope, High Degrad. Coef"
2,          11604,    "Split AC, SEER 16, Lennox EER Slope, Low Degrad. Coef"
2,          11605,    "Split AC, SEER 16, Lennox EER Slope, Med Degrad. Coef"
2,          11606,    "Split AC, SEER 16, Lennox EER Slope, High Degrad. Coef"
2,          11607,    "Split AC, SEER 16, Nordyne EER Slope, Med Degrad. Coef"
2,          11608,    "Split AC, SEER 16, Trane EER Slope, Low Degrad. Coef"
2,          11609,    "Split AC, SEER 16, Trane EER Slope, High Degrad. Coef"
2,          11701,    "Split AC, SEER 17, Carrier EER Slope, Low Degrad. Coef"
2,          11702,    "Split AC, SEER 17, Carrier EER Slope, Med Degrad. Coef"
2,          11703,    "Split AC, SEER 17, Carrier EER Slope, High Degrad. Coef"
2,          11704,    "Split AC, SEER 17, Lennox EER Slope, Low Degrad. Coef"
2,          11705,    "Split AC, SEER 17, Lennox EER Slope, Med Degrad. Coef"
2,          11706,    "Split AC, SEER 17, Lennox EER Slope, High Degrad. Coef"
2,          11707,    "Split AC, SEER 17, Trane EER Slope, Low Degrad. Coef"
2,          11708,    "Split AC, SEER 17, Trane EER Slope, Med Degrad. Coef"
2,          11709,    "Split AC, SEER 17, Trane EER Slope, High Degrad. Coef"
2,          11801,    "Split AC, SEER 18, Lennox EER Slope, Med Degrad. Coef"
2,          11802,    "Split AC, SEER 18, Trane EER Slope, Med Degrad. Coef"
2,          21001,    "Split HP, SEER 10, Low EER Slope, Low Degrad. Coef"
2,          21002,    "Split HP, SEER 10, Low EER Slope, Med Degrad. Coef"
2,          21003,    "Split HP, SEER 10, Low EER Slope, High Degrad. Coef"
2,          21004,    "Split HP, SEER 10, Med EER Slope, Low Degrad. Coef"
2,          21005,    "Split HP, SEER 10, Med EER Slope, Med Degrad. Coef"
2,          21006,    "Split HP, SEER 10, Med EER Slope, High Degrad. Coef"
2,          21007,    "Split HP, SEER 10, High EER Slope, Low Degrad. Coef"
2,          21008,    "Split HP, SEER 10, High EER Slope, Med Degrad. Coef"
2,          21009,    "Split HP, SEER 10, High EER Slope, High Degrad. Coef"
2,          21301,    "Split HP, SEER 13, Low EER Slope, Low Degrad. Coef"
2,          21302,    "Split HP, SEER 13, Low EER Slope, Med Degrad. Coef"
2,          21303,    "Split HP, SEER 13, Low EER Slope, High Degrad. Coef"
2,          21304,    "Split HP, SEER 13, Med EER Slope, Low Degrad. Coef"
2,          21305,    "Split HP, SEER 13, Med EER Slope, Med Degrad. Coef"
2,          21306,    "Split HP, SEER 13, Med EER Slope, High Degrad. Coef"
2,          21307,    "Split HP, SEER 13, High EER Slope, Low Degrad. Coef"
2,          21308,    "Split HP, SEER 13, High EER Slope, Med Degrad. Coef"
2,          21309,    "Split HP, SEER 13, High EER Slope, High Degrad. Coef"
2,          21401,    "Split HP, SEER 14, Med EER Slope, Low Degrad. Coef"
2,          21402,    "Split HP, SEER 14, Med EER Slope, Med Degrad. Coef"
2,          21403,    "Split HP, SEER 14, Med EER Slope, High Degrad. Coef"
2,          21404,    "Split HP, SEER 14, High EER Slope, Low Degrad. Coef"
2,          21405,    "Split HP, SEER 14, High EER Slope, Med Degrad. Coef"
2,          21406,    "Split HP, SEER 14, High EER Slope, High Degrad. Coef"
2,          21501,    "Split HP, SEER 15, Med EER Slope, Low Degrad. Coef"
2,          21502,    "Split HP, SEER 15, Med EER Slope, Med Degrad. Coef"
2,          21503,    "Split HP, SEER 15, Med EER Slope, High Degrad. Coef"
2,          21504,    "Split HP, SEER 15, High EER Slope, Low Degrad. Coef"
2,          21505,    "Split HP, SEER 15, High EER Slope, Med Degrad. Coef"
2,          21506,    "Split HP, SEER 15, High EER Slope, High Degrad. Coef"
2,          21601,    "Split HP, SEER 16, Carrier EER Slope, Low Degrad. Coef"
2,          21602,    "Split HP, SEER 16, Carrier EER Slope, High Degrad. Coef"
2,          21603,    "Split HP, SEER 16, Lennox EER Slope, Low Degrad. Coef"
2,          21604,    "Split HP, SEER 16, Lennox EER Slope, Med Degrad. Coef"
2,          21605,    "Split HP, SEER 16, Lennox EER Slope, High Degrad. Coef"
2,          21606,    "Split HP, SEER 16, Trane EER Slope, Low Degrad. Coef"
2,          21607,    "Split HP, SEER 16, Trane EER Slope, Med Degrad. Coef"
2,          21608,    "Split HP, SEER 16, Trane EER Slope, High Degrad. Coef"
2,          21701,    "Split HP, SEER 17, Carrier EER Slope, Med Degrad. Coef"
2,          21702,    "Split HP, SEER 17, Lennox EER Slope, Med Degrad. Coef"
2,          21703,    "Split HP, SEER 17, Trane EER Slope, Low Degrad. Coef"
2,          21704,    "Split HP, SEER 17, Trane EER Slope, High Degrad. Coef"
2,          21801,    "Split HP, SEER 18, Lennox EER Slope, Med Degrad. Coef"
2,          21802,    "Split HP, SEER 18, Trane EER Slope, Med Degrad. Coef"

0, HVACWiz:DetDXEquipAbrev,  0
2,              0,    "none"
2,          11001,    "SA-10-LL"
2,          11002,    "SA-10-LM"
2,          11003,    "SA-10-LH"
2,          11004,    "SA-10-ML"
2,          11005,    "SA-10-MM"
2,          11006,    "SA-10-MH"
2,          11007,    "SA-10-HL"
2,          11008,    "SA-10-HM"
2,          11009,    "SA-10-HH"
2,          11301,    "SA-13-LL"
2,          11302,    "SA-13-LM"
2,          11303,    "SA-13-LH"
2,          11304,    "SA-13-ML"
2,          11305,    "SA-13-MM"
2,          11306,    "SA-13-MH"
2,          11307,    "SA-13-HL"
2,          11308,    "SA-13-HM"
2,          11309,    "SA-13-HH"
2,          11401,    "SA-14-ML"
2,          11402,    "SA-14-MM"
2,          11403,    "SA-14-MH"
2,          11404,    "SA-14-HL"
2,          11405,    "SA-14-HM"
2,          11406,    "SA-14-HH"
2,          11501,    "SA-15-ML"
2,          11502,    "SA-15-MM"
2,          11503,    "SA-15-MH"
2,          11504,    "SA-15-HL"
2,          11505,    "SA-15-HM"
2,          11506,    "SA-15-HH"
2,          11601,    "SA-16-CL"
2,          11602,    "SA-16-CM"
2,          11603,    "SA-16-CH"
2,          11604,    "SA-16-LL"
2,          11605,    "SA-16-LM"
2,          11606,    "SA-16-LH"
2,          11607,    "SA-16-NM"
2,          11608,    "SA-16-TL"
2,          11609,    "SA-16-TH"
2,          11701,    "SA-17-CL"
2,          11702,    "SA-17-CM"
2,          11703,    "SA-17-CH"
2,          11704,    "SA-17-LL"
2,          11705,    "SA-17-LM"
2,          11706,    "SA-17-LH"
2,          11707,    "SA-17-TL"
2,          11708,    "SA-17-TM"
2,          11709,    "SA-17-TH"
2,          11801,    "SA-18-LM"
2,          11802,    "SA-18-TM"
2,          21001,    "SH-10-LL"
2,          21002,    "SH-10-LM"
2,          21003,    "SH-10-LH"
2,          21004,    "SH-10-ML"
2,          21005,    "SH-10-MM"
2,          21006,    "SH-10-MH"
2,          21007,    "SH-10-HL"
2,          21008,    "SH-10-HM"
2,          21009,    "SH-10-HH"
2,          21301,    "SH-13-LL"
2,          21302,    "SH-13-LM"
2,          21303,    "SH-13-LH"
2,          21304,    "SH-13-ML"
2,          21305,    "SH-13-MM"
2,          21306,    "SH-13-MH"
2,          21307,    "SH-13-HL"
2,          21308,    "SH-13-HM"
2,          21309,    "SH-13-HH"
2,          21401,    "SH-14-ML"
2,          21402,    "SH-14-MM"
2,          21403,    "SH-14-MH"
2,          21404,    "SH-14-HL"
2,          21405,    "SH-14-HM"
2,          21406,    "SH-14-HH"
2,          21501,    "SH-15-ML"
2,          21502,    "SH-15-MM"
2,          21503,    "SH-15-MH"
2,          21504,    "SH-15-HL"
2,          21505,    "SH-15-HM"
2,          21506,    "SH-15-HH"
2,          21601,    "SH-16-CL"
2,          21602,    "SH-16-CH"
2,          21603,    "SH-16-LL"
2,          21604,    "SH-16-LM"
2,          21605,    "SH-16-LH"
2,          21606,    "SH-16-TL"
2,          21607,    "SH-16-TM"
2,          21608,    "SH-16-TH"
2,          21701,    "SH-17-CM"
2,          21702,    "SH-17-LM"
2,          21703,    "SH-17-TL"
2,          21704,    "SH-17-TH"
2,          21801,    "SH-18-LM"
2,          21802,    "SH-18-TM"


0, WLHPWiz:SysPumpConfig, 2
2,              1,    "Single Loop Pump(s) Only"  
2,              2,    "Loop Pump + Boiler Pump"  
2,              3,    "Loop Pump + Tower Pump"  
2,              4,    "Loop + Boiler + Tower Pumps"  


; SAC 10/26/04 - Added CWSysPumpConfig to facilitate DEER analysis
0, PrimWiz:CHWSysPumpConfig, 1
0, PrimWiz:CWSysPumpConfig, 1
2,              1,    "Single System Pump(s) Only"  
2,              2,    "Individual Chiller Pumps Only"  
2,              3,    "Both System and Chiller Pumps"  

0, PrimWiz:HWSysPumpConfig, 1
2,              1,    "Single System Pump(s) Only"  
2,              2,    "Individual Boiler Pumps Only"  
2,              3,    "Both System and Boiler Pumps"  

0, WLHPWiz:SysLoopFlow, 0
0, PrimWiz:CHWSysLoopFlow, 0
0, PrimWiz:HWSysLoopFlow, 0
0, EEMRun2:CHWSysLoopFlow, 0
0, EEMRun2:HWSysLoopFlow, 0
2,              0,    "Constant"  
2,              1,    "Variable"  

; SAC 9/18/03 - Added new packaged HVAC water-cooled condenser component to enable water-cooled packaged HVAC system modeling
0, DXCWWiz:LoopPumpCtrl, 1
0, WLHPWiz:SysPumpCtrl, 1
0, WLHPWiz:WCondPumpCtrl, 1
0, WLHPWiz:BoilerPumpCtrl, 1
0, PrimWiz:CHWSysPumpCtrl, 1
0, PrimWiz:HWSysPumpCtrl, 1
0, PrimWiz:ChlrPumpCtrl, 1
0, PrimWiz:BoilerPumpCtrl, 1
0, EEMRun2:CHWSysPumpCtrl, 1
0, EEMRun2:HWSysPumpCtrl, 1
0, EEMRun2:ChlrPumpCtrl, 1
0, EEMRun2:BoilerPumpCtrl, 1
2,              1,    "Single Speed"  
2,              2,    "Two Speed"  
2,              3,    "VSD"  

; SAC 4/16/03 - (Re?)Added ResDHWPumpEff
; SAC 9/18/03 - Added new packaged HVAC water-cooled condenser component to enable water-cooled packaged HVAC system modeling
; SAC 10/26/04 - Added ChlrCWPumpEff to facilitate DEER analysis
0, DXCWWiz:LoopPumpEff, 2
0, WLHPWiz:SysPumpEff, 2
0, WLHPWiz:WCondPumpEff, 2
0, WLHPWiz:BoilerPumpEff, 2
0, PrimWiz:CHWSysPumpEff, 2
0, PrimWiz:HWSysPumpEff, 2
0, PrimWiz:ChlrCWPumpEff, 2
0, PrimWiz:ChlrPumpEff, 2
0, PrimWiz:BoilerPumpEff, 2
0, DHWWiz:DHWPumpEff, 2
0, DHWWiz:ResDHWPumpEff, 2
0, EEMRun2:CHWSysPumpEff, 2
0, EEMRun2:HWSysPumpEff, 2
0, EEMRun2:ChlrPumpEff, 2
0, EEMRun2:BoilerPumpEff, 2
2,              1,    "Standard"  
2,              2,    "High"  
2,              3,    "Premium"  

0, WLHPWiz:Control, 1
2,              1,    "Fixed"  
; SAC 3/25/00 - restore Reset option iff we enable user to input Cond Reset Min & Max temps
; 2,              4,    "Reset"

0, PrimWiz:CHWSysControl, 1
0, PrimWiz:HWSysControl, 1
0, EEMRun2:CHWSysControl, 1
0, EEMRun2:HWSysControl, 1
2,              1,    "Fixed"  
2,              4,    "Reset"  
2,              2,    "OA Reset"  

; SAC 10/26/04 - Added CHWSecLpControl to facilitate DEER analysis
; SAC 11/12/04 - Added HWSecLpControl to facilitate DEER analysis
0, PrimWiz:CHWSecLpControl, 1
0, PrimWiz:HWSecLpControl, 1
2,              1,    "Fixed"              ; CIRCULATION-LOOP:COOL-SETPT-CTRL :  FIXED          VALUE =  1
; 2,              2,    "Outside Air Reset"  ;                                     OA-RESET       VALUE =  2
; 2,              3,    "Scheduled"          ;                                     SCHEDULED      VALUE =  3
2,              4,    "Reset"              ;                                     LOAD-RESET     VALUE =  4

0, WLHPWiz:Operation, 1     ; SAC 3/15/00 - note diff symbol VALUE so Demand maps to SUBHOUR-DEMAND
2,              1,    "Standby"  
2,              5,    "Demand"  

0, PrimWiz:CHWSysOperation, 1
0, PrimWiz:HWSysOperation, 1
2,              1,    "Standby"  
2,              4,    "Scheduled"  
2,              2,    "Demand"  

; SAC 10/26/04 - Added WCondLpOperation to facilitate DEER analysis
; SAC 12/3/04 - Added DXCWWiz:WCondLpOperation to facilitate DEER analysis
0, DXCWWiz:WCondLpOperation, -1
0, PrimWiz:WCondLpOperation, -1
2,             -1,    "(default)"  
2,              1,    "Standby"  
2,              2,    "Demand"  

; SAC 10/26/04 - Added CHWSecLpOperation to facilitate DEER analysis
; SAC 11/12/04 - Added HWSecLpOperation to facilitate DEER analysis
0, PrimWiz:CHWSecLpOperation, 1
0, PrimWiz:HWSecLpOperation, 1
2,              1,    "Standby"  
2,              2,    "Demand"  

0, PrimWiz:CHWSysControlBy, 0
0, PrimWiz:HWSysControlBy, 0
2,              0,    "On/Off"  
2,              1,    "OA Temperature"  

; SAC 10/26/04 - Added WCondCellCtrl to facilitate DEER analysis
0, PrimWiz:WCondCellCtrl, -1
0, DXCWWiz:WCondCellCtrl, -1
0, WLHPWiz:WCondCellCtrl, -1
2,             -1,    "(default)"
2,              0,    "Min Cells"          ; HEAT-REJECTION:CELL-CTRL :  MIN-CELLS     VALUE = 0
2,              1,    "Max Cells"          ;                             MAX-CELLS     VALUE = 1


; KJM 5/16/03 - revised to add new chillers for DOE2.2 enhancements and T24/SBD compliance analysis
; SAC 6/12/03 - Implemented revisions from KJM
0, PrimWiz:ChillerType,  0
0, EEMRun2:ChillerType,  0
1,      MainWiz:Compliance,    1, 0     ; California Title 24          -> allow Scroll chillers  (KJM 5/16/03)
2,              0,    "- select another -"  
2,              3,    "Electric Centrifugal Hermetic"  
2,              4,    "Electric Reciprocating Hermetic"  
2,              1,    "Electric Centrifugal Open"  
2,              2,    "Electric Reciprocating Open"  
2,             12,    "Screw"                               ; KJM 5/16/03 new
2,             13,    "Scroll"                              ; KJM 5/16/03 new
2,              6,    "Single Stage Absorption"  
2,              7,    "Two Stage Absorption"  
2,              8,    "Direct-Fired Absorption"  
1,      MainWiz:Compliance,    2, 0     ; Santa Monica Green Buildings -> allow Scroll chillers  (KJM 5/16/03)
2,              0,    "- select another -"  
2,              3,    "Electric Centrifugal Hermetic"  
2,              4,    "Electric Reciprocating Hermetic"  
2,              1,    "Electric Centrifugal Open"  
2,              2,    "Electric Reciprocating Open"  
2,             12,    "Screw"                               ; KJM 5/16/03 new
2,             13,    "Scroll"                              ; KJM 5/16/03 new
2,              6,    "Single Stage Absorption"  
2,              7,    "Two Stage Absorption"  
2,              8,    "Direct-Fired Absorption"  
1,      MainWiz:Compliance,    3, 0     ; Savings By Design (T-24)     -> allow Scroll chillers  (KJM 5/16/03)
2,              0,    "- select another -"  
2,              3,    "Electric Centrifugal Hermetic"  
2,              4,    "Electric Reciprocating Hermetic"  
2,              1,    "Electric Centrifugal Open"  
2,              2,    "Electric Reciprocating Open"  
2,             12,    "Screw"                               ; KJM 5/16/03 new
2,             13,    "Scroll"                              ; KJM 5/16/03 new
2,              6,    "Single Stage Absorption"  
2,              7,    "Two Stage Absorption"  
2,              8,    "Direct-Fired Absorption"  
1,      MainWiz:Compliance, -999, 0
2,              0,    "- select another -"  
2,              3,    "Electric Centrifugal Hermetic"  
2,              4,    "Electric Reciprocating Hermetic"  
2,              1,    "Electric Centrifugal Open"  
2,              2,    "Electric Reciprocating Open"  
2,             12,    "Screw"                               ; KJM 5/16/03 new
2,              6,    "Single Stage Absorption"  
2,              7,    "Two Stage Absorption"  
2,              8,    "Direct-Fired Absorption"  

; SAC 4/18/02 - Updated condenser types to support new D22v41 chiller condenser features
; SAC 4/20/02 - Updated symbols to prevent remote condensers from being specified for centrifugal chillers (no default DOE2 curves)
0, PrimWiz:CondenserType,  2
1,      PrimWiz:ChillerType,    1, 1  ; Electric Centrifugal Open
2,              1,    "Water-Cooled"  
2,              2,    "Packaged Air-Cooled"  
1,      PrimWiz:ChillerType,    3, 1  ; Electric Centrifugal Hermetic
2,              1,    "Water-Cooled"  
2,              2,    "Packaged Air-Cooled"  
; SAC 2/25/03 - Moved backward compatibility lists to END of symbol defs to fix errors in resolving duplicate symbol values following project-open
1,      MainWiz:ProductCode,  999, 0  ; backward compatibility
2,              2,    "Air-Cooled"  
1,      PrimWiz:ChillerType, -999, 2  ; all others
2,              1,    "Water-Cooled"  
2,              2,    "Packaged Air-Cooled"  
2,              4,    "Remote Air-Cooled"  
2,              5,    "Remote Evap-Cooled"  

; SAC 9/18/03 - Added new property to enable air vs. water cooled packaged systems
0, HVACWiz:DXCondenserType,  2
2,              2,    "Air-Cooled"  
2,              1,    "Water-Cooled"  

; SAC 10/6/03 - Added new property to enable VSD chillers
0, PrimWiz:ChillerCompType,  0
2,              0,    "Constant Speed"  
2,              1,    "Variable Speed"  

0, EEMRun2:CondenserType,  2
1,      EEMRun2:ChillerType,    1, 1  ; Electric Centrifugal Open
2,              1,    "Water-Cooled"  
2,              2,    "Packaged Air-Cooled"  
1,      EEMRun2:ChillerType,    3, 1  ; Electric Centrifugal Hermetic
2,              1,    "Water-Cooled"  
2,              2,    "Packaged Air-Cooled"  
; SAC 2/25/03 - Moved backward compatibility lists to END of symbol defs to fix errors in resolving duplicate symbol values following project-open
1,      MainWiz:ProductCode,  999, 0  ; backward compatibility
2,              2,    "Air-Cooled"  
1,      EEMRun2:ChillerType, -999, 2  ; all others
2,              1,    "Water-Cooled"  
2,              2,    "Packaged Air-Cooled"  
2,              4,    "Remote Air-Cooled"  
2,              5,    "Remote Evap-Cooled"  


; SAC 6/21/03 - Switched ChillerEffULbl string property to ChillerEffUnits symbol property to enable user-defined efficiency units
0, PrimWiz:ChillerEffUnits,  0
1,    PrimWiz:ChillerType,    6,  0    ; Single Stage Absorption
2,              0,    "COP"  
1,    PrimWiz:ChillerType,    7,  0    ; Two Stage Absorption
2,              0,    "COP"  
1,    PrimWiz:ChillerType,    8,  0    ; Direct-Fired Absorption
2,              0,    "COP"  
1,    PrimWiz:ChillerType, -999,  1    ; -all others-
2,              0,    "COP"  
2,              1,    "kW/ton"


; KJM 5/16/03 - add new property PrimWiz:ChillerSizeCateg
; SAC 6/12/03 - Implemented additions from KJM
; SAC 6/23/03 - Altered symbols to provide the same selections regardless of chiller or condenser type (in order to simplify size defaulting)
0, PrimWiz:ChillerSizeCateg,  1
2,              1,    "<150 tons"
2,              2,    "150-300 tons"
2,              3,    ">300 tons"
; 1,      PrimWiz:ChillerType,    1, 3      ; Electric Centrifugal Open
; 1,      PrimWiz:CondenserType,  1, 3      ; Water-Cooled
; 2,              1,    "<150 tons"
; 2,              2,    "150-300 tons"
; 2,              3,    ">300 tons"
; 1,      PrimWiz:ChillerType,    2, 0      ; Electric Reciprocating Open
; 1,      PrimWiz:CondenserType,  1, 0      ; Water-Cooled
; 2,              0,    "- all sizes -"
; 1,      PrimWiz:ChillerType,    3, 3      ; Electric Centrifugal Hermetic
; 1,      PrimWiz:CondenserType,  1, 3      ; Water-Cooled
; 2,              1,    "<150 tons"
; 2,              2,    "150-300 tons"
; 2,              3,    ">300 tons"
; 1,      PrimWiz:ChillerType,    4, 0      ; Electric Reciprocating Hermetic
; 1,      PrimWiz:CondenserType,  1, 0      ; Water-Cooled
; 2,              0,    "- all sizes -"
; 1,      PrimWiz:ChillerType,   12, 1      ; Screw
; 1,      PrimWiz:CondenserType,  1, 1      ; Water-Cooled
; 2,              1,    "<150 tons"
; 2,              2,    "150-300 tons"
; 2,              3,    ">300 tons"
; 1,      PrimWiz:ChillerType,   13, 1      ; Scroll
; 1,      PrimWiz:CondenserType,  1, 1      ; Water-Cooled
; 2,              1,    "<150 tons"
; 2,              2,    "150-300 tons"
; 2,              3,    ">300 tons"
; 1,      PrimWiz:ChillerType,      6, 0    ; Single Stage Absorption
; 2,              0,    "- all sizes -"
; 1,      PrimWiz:ChillerType,      7, 0    ; Two Stage Absorption
; 2,              0,    "- all sizes -"
; 1,      PrimWiz:ChillerType,      8, 0    ; Direct-Fired Absorption
; 2,              0,    "- all sizes -"
; 1,      PrimWiz:CondenserType,    2, 1    ; Packaged Air-Cooled
; 2,              1,    "<150 tons"
; 2,              2,    ">=150 tons"
; 1,      PrimWiz:CondenserType, -999, 0    ; - all other scenarios -
; 2,              0,    "- all sizes -"


; SAC 4/18/02 - Added new remote condenser screen label symbol
0, PrimWiz:RemCondScreenLbl, 1
2,              1,    "n/a"  
2,              2,    "n/a 2"  
2,              4,    "Remote Air-Cooled Chiller Condenser"  
2,              5,    "Remote Evaporatively-Cooled Chiller Condenser"  

; SAC 8/6/02 - Added shortened version of condenser type screen label for EEM interface
0, PrimWiz:RemCondScreenLbl2, 1
2,              1,    "n/a"  
2,              2,    "n/a 2"  
2,              4,    "Remote Air-Cooled Condenser"  
2,              5,    "Remote Evaporatively-Cooled Condenser"  

; SAC 9/18/03 - Added new packaged HVAC water-cooled condenser component to enable water-cooled packaged HVAC system modeling
0, DXCWWiz:WCondConfig, 3
0, WLHPWiz:WCondConfig, 3
2,              2,    "Open Tower w/ Heat Exchanger"  
2,              3,    "Fluid Cooler"  
2,              4,    "Dry Cooler"  

0, PrimWiz:WCondConfig, 1
0, EEMRun2:WCondConfig, 1
2,              1,    "Open Tower"  
2,              2,    "Open Tower w/ Heat Exchanger"  
2,              3,    "Fluid Cooler"  
2,              4,    "Dry Cooler"  

; SAC 9/18/03 - Added new packaged HVAC water-cooled condenser component to enable water-cooled packaged HVAC system modeling
0, DXCWWiz:WCondTempCtrl, 1
0, PrimWiz:WCondTempCtrl, 1
0, EEMRun2:WCondTempCtrl, 1
2,              1,    "Fixed"  
2,              4,    "Reset"  

; SAC 9/18/03 - Added new packaged HVAC water-cooled condenser component to enable water-cooled packaged HVAC system modeling
0, DXCWWiz:WCondCapControl, 2
0, WLHPWiz:WCondCapControl, 2
0, PrimWiz:WCondCapControl, 2
0, EEMRun2:WCondCapControl, 2
2,              2,    "One Speed Fan"  
2,              3,    "Two Speed Fan"  
2,              4,    "Variable Speed Fan"  
2,              1,    "Fluid Bypass"  
2,              5,    "Discharge Dampers"  

0, PrimWiz:ACondFanControl, 0
0, EEMRun2:ACondFanControl, 0
2,              0,    "Cycling"  
2,              1,    "VSD"  


; SAC 4/18/02 Added BDBase vars (below) to support new D22v41 chiller condenser features (old, no longer used, properties above retained for backward compat)
0, PrimWiz:RemCondSetptCtrl, 0
2,              0,    "Fixed"  
2,              1,    "Variable"  
2,              2,    "Ambient"  
0, PrimWiz:RemCondScrnTLbl, 1
2,              0,    "Setpoint Temperature:"  
2,              1,    "Setpoint Delta-T:"  
2,              2,    " "  
0, PrimWiz:RemCondScrnTULbl, 1
2,              0,    "F"  
2,              1,    "F (delta)"  
2,              2,    " "  

0, PrimWiz:RemCondFanCtrl, 2
2,              2,    "Pressure Switches"  
2,              1,    "Discharge Dampers"  
2,              3,    "Two-Speed"  
2,              4,    "VSD"  


0, WLHPWiz:BoilerType, 0    ; excludes option: - select another -
2,              1,    "HW Boiler (Natural Draft)"  
2,              2,    "HW Boiler (Forced Draft)"  
2,              3,    "Electric HW Boiler"  
2,              4,    "Steam Boiler (Natural Draft)"  
2,              5,    "Steam Boiler (Forced Draft)"  
2,              6,    "Electric Steam Boiler"  

0, PrimWiz:BoilerType, 0
0, EEMRun2:BoilerType, 0
2,              0,    "- select another -"  
2,              1,    "HW Boiler (Natural Draft)"  
2,              2,    "HW Boiler (Forced Draft)"  
2,              3,    "Electric HW Boiler"  
2,              4,    "Steam Boiler (Natural Draft)"  
2,              5,    "Steam Boiler (Forced Draft)"  
2,              6,    "Electric Steam Boiler"  

0, WLHPWiz:BoilerFuel,  1
1,      WLHPWiz:BoilerType, 0, 0
2,              0,    "- none -"  
1,      WLHPWiz:BoilerType, 1, 2
2,              2,    "Natural Gas"  
;2,              3,    "LPG"  
;2,              4,    "Fuel Oil"  
;2,              5,    "Diesel Oil"  
;2,              6,    "Coal"  
1,      WLHPWiz:BoilerType, 2, 2
2,              2,    "Natural Gas"  
;2,              3,    "LPG"  
;2,              4,    "Fuel Oil"  
;2,              5,    "Diesel Oil"  
;2,              6,    "Coal"  
1,      WLHPWiz:BoilerType, 3, 1
2,              1,    "Electricity"  
1,      WLHPWiz:BoilerType, 4, 2
2,              2,    "Natural Gas"  
;2,              3,    "LPG"  
;2,              4,    "Fuel Oil"  
;2,              5,    "Diesel Oil"  
;2,              6,    "Coal"  
1,      WLHPWiz:BoilerType, 5, 2
2,              2,    "Natural Gas"  
;2,              3,    "LPG"  
;2,              4,    "Fuel Oil"  
;2,              5,    "Diesel Oil"  
;2,              6,    "Coal"  
1,      WLHPWiz:BoilerType, 6, 1
2,              1,    "Electricity"  

0, PrimWiz:BoilerFuel,  1
1,      PrimWiz:BoilerType, 0, 0
2,              0,    "- none -"  
1,      PrimWiz:BoilerType, 1, 2
2,              2,    "Natural Gas"  
;2,              3,    "LPG"  
;2,              4,    "Fuel Oil"  
;2,              5,    "Diesel Oil"  
;2,              6,    "Coal"  
1,      PrimWiz:BoilerType, 2, 2
2,              2,    "Natural Gas"  
;2,              3,    "LPG"  
;2,              4,    "Fuel Oil"  
;2,              5,    "Diesel Oil"  
;2,              6,    "Coal"  
1,      PrimWiz:BoilerType, 3, 1
2,              1,    "Electricity"  
1,      PrimWiz:BoilerType, 4, 2
2,              2,    "Natural Gas"  
;2,              3,    "LPG"  
;2,              4,    "Fuel Oil"  
;2,              5,    "Diesel Oil"  
;2,              6,    "Coal"  
1,      PrimWiz:BoilerType, 5, 2
2,              2,    "Natural Gas"  
;2,              3,    "LPG"  
;2,              4,    "Fuel Oil"  
;2,              5,    "Diesel Oil"  
;2,              6,    "Coal"  
1,      PrimWiz:BoilerType, 6, 1
2,              1,    "Electricity"  

0, EEMRun2:BoilerFuel,  1
1,      EEMRun2:BoilerType, 0, 0
2,              0,    "- none -"  
1,      EEMRun2:BoilerType, 1, 2
2,              2,    "Natural Gas"  
;2,              3,    "LPG"  
;2,              4,    "Fuel Oil"  
;2,              5,    "Diesel Oil"  
;2,              6,    "Coal"  
1,      EEMRun2:BoilerType, 2, 2
2,              2,    "Natural Gas"  
;2,              3,    "LPG"  
;2,              4,    "Fuel Oil"  
;2,              5,    "Diesel Oil"  
;2,              6,    "Coal"  
1,      EEMRun2:BoilerType, 3, 1
2,              1,    "Electricity"  
1,      EEMRun2:BoilerType, 4, 2
2,              2,    "Natural Gas"  
;2,              3,    "LPG"  
;2,              4,    "Fuel Oil"  
;2,              5,    "Diesel Oil"  
;2,              6,    "Coal"  
1,      EEMRun2:BoilerType, 5, 2
2,              2,    "Natural Gas"  
;2,              3,    "LPG"  
;2,              4,    "Fuel Oil"  
;2,              5,    "Diesel Oil"  
;2,              6,    "Coal"  
1,      EEMRun2:BoilerType, 6, 1
2,              1,    "Electricity"  

; SAC 11/12/04 - Added to facilitate DEER analysis
0, PrimWiz:BoilerEffUnits,  0
2,              0,    "Efficiency"
2,              1,    "AFUE"


; SAC 4/16/03 - Added ResDHWFuel symbols - how is it that these were not found to be missing before!!
0, DHWWiz:DHWFuel, 0
0, DHWWiz:ResDHWFuel, 0
0, EEMRun2:DHWFuel, 0
2,              0,    "- none -"  
2,              1,    "Electricity"  
2,              2,    "Natural Gas"  
;2,              3,    "LPG"  
;2,              4,    "Fuel Oil"  
;2,              5,    "Diesel Oil"  
;2,              6,    "Coal"  

; SAC 4/16/03 - Added ResDHWInletTemp symbols - how is it that these were not found to be missing before!!
0, DHWWiz:DHWInletTemp, 0
0, DHWWiz:ResDHWInletTemp, 0
2,              0,    "Equals Ground Temperature"
2,              1,    "Specify"


; SAC 1/11/02 - Added new DHW properties to facilitate T24 DHW analysis
0, DHWWiz:DHWType, 1
1,      DHWWiz:DHWFuel, 0, 0       ; - none -
2,              0,    "- none -"  
1,      DHWWiz:DHWFuel, 1, 1       ; Electricity
2,              1,    "Storage"
2,              2,    "Instantaneous"
2,              3,    "Heat Pump"
1,      DHWWiz:DHWFuel, 2, 1       ; Natural Gas
2,              1,    "Storage"
2,              2,    "Instantaneous"
0, DHWWiz:ResDHWType, 1
1,      DHWWiz:ResDHWFuel, 0, 0       ; - none -
2,              0,    "- none -"  
1,      DHWWiz:ResDHWFuel, 1, 1       ; Electricity
2,              1,    "Storage"
2,              2,    "Instantaneous"
2,              3,    "Heat Pump"
1,      DHWWiz:ResDHWFuel, 2, 1       ; Natural Gas
2,              1,    "Storage"
2,              2,    "Instantaneous"

0, DHWWiz:DHWEffSpec, 0
1,      DHWWiz:DHWType,    0,    0    ;None
2,              0,    "- n/a -"
1,      DHWWiz:DHWType,    3,    1    ;Heat Pump
2,              1,    "Energy Factor"
2,              2,    "COP and Standby Loss"
1,      DHWWiz:DHWType,    2,    1    ;Instantaneous
1,      DHWWiz:DHWFuel,    2,    1    ;Natural Gas
2,              1,    "Energy Factor"
2,              3,    "Efficiency and Standby Loss"
1,      DHWWiz:DHWType,    1,    1    ;Storage
1,      DHWWiz:DHWFuel,    2,    1    ;Natural Gas
2,              1,    "Energy Factor"
2,              3,    "Efficiency and Standby Loss"
1,      DHWWiz:DHWType,    2,    1    ;Instantaneous
1,      DHWWiz:DHWFuel,    1,    1    ;Electricity
2,              0,    "- n/a -"
2,              1,    "Energy Factor"
2,              4,    "Standby Loss"
1,      DHWWiz:DHWType,    1,    1    ;Storage
1,      DHWWiz:DHWFuel,    1,    1    ;Electricity
2,              1,    "Energy Factor"
2,              4,    "Standby Loss"
0, DHWWiz:ResDHWEffSpec, 0
1,      DHWWiz:ResDHWType,    0,    0    ;None
2,              0,    "- n/a -"
1,      DHWWiz:ResDHWType,    3,    1    ;Heat Pump
2,              1,    "Energy Factor"
2,              2,    "COP and Standby Loss"
1,      DHWWiz:ResDHWType,    2,    1    ;Instantaneous
1,      DHWWiz:ResDHWFuel,    2,    1    ;Natural Gas
2,              1,    "Energy Factor"
2,              3,    "Efficiency and Standby Loss"
1,      DHWWiz:ResDHWType,    1,    1    ;Storage
1,      DHWWiz:ResDHWFuel,    2,    1    ;Natural Gas
2,              1,    "Energy Factor"
2,              3,    "Efficiency and Standby Loss"
1,      DHWWiz:ResDHWType,    2,    1    ;Instantaneous
1,      DHWWiz:ResDHWFuel,    1,    1    ;Electricity
2,              0,    "- n/a -"
2,              1,    "Energy Factor"
2,              4,    "Standby Loss"
1,      DHWWiz:ResDHWType,    1,    1    ;Storage
1,      DHWWiz:ResDHWFuel,    1,    1    ;Electricity
2,              1,    "Energy Factor"
2,              4,    "Standby Loss"


; 0, PrimWiz:CoolTowerCapCtrl,  0
; 2,              0,    "Fluid Bypass"  
; 2,              1,    "Discharge Dampers"  
; 2,              2,    "Fan Cycling"  
; 2,              3,    "Variable Speed Fan"  

; 0, PrimWiz:PumpType,  0
; 2,              0,    "Constant Speed"  
; 2,              1,    "Variable Speed"  

; 0, PrimWiz:RefrigerantType,  0
; 2,              0,    "CFC"  
; 2,              1,    "non-CFC"  

; 0, PrimWiz:PumpSizeMethod,  0
; 2,              0,    "Peak Loads"  
; 2,              1,    "Plant Capacity"  

; 0, PrimWiz:ClTwrCircuitType,  0
; 2,              0,    "Open"  
; 2,              1,    "Closed"  

; 0, PrimWiz:ClTwrTempControl,  0
; 2,              0,    "Fixed Temperature"  
; 2,              1,    "Float Temperature"  

; 0, PrimWiz:PumpDriveType,  0
; 2,              0,    "Direct"  
; 2,              1,    "Belt"  


0, EEMRun:Measure, 0   ; will get overridden by source code - just here for reference
0, EEMRun2:Measure, 0
2,              0,    "- select another -"
2,              1,    "Roof Insulation"
2,              2,    "Exterior Wall Insulation"
2,              3,    "Window Area"
2,              4,    "Window Glass Type"
2,              5,    "Window Exterior Shading"
2,              6,    "Skylight Area"
2,              7,    "Daylighting"
2,              8,    "Lighting Power Density"
2,              9,    "Equipment Power Density"
2,             10,    "Occup/Equip Schedules"
2,             11,    "Lighting Schedules"
2,             12,    "Fan Schedules"
2,             13,    "Thermostat Management"
2,             14,    "Fan Power & Control"
2,             15,    "Ventilation & Economizer"
2,             16,    "Deck Reset"
2,             17,    "Package HVAC Efficiency"
2,             18,    "Chilled Water Loop"
2,             19,    "Chiller Plant"
2,             20,    "Chilled Water Control"
2,             21,    "DUMMY1"
2,             22,    "DUMMY2"
2,             23,    "Hot Water Loop"
2,             24,    "Boiler"
2,             25,    "Hot Water Control"
2,             26,    "Domestic Hot Water"
2,             27,    "Cooking Equipment"

; SAC 7/28/02 - New EEM run Catgegory input
0, Measure:Category,  0
2,              0,    "- select category -"
2,              1,    "Building Envelope"
2,              2,    "Internal Loads"
2,              3,    "HVAC System"
2,              4,    "Water-Loop HP System"
2,              5,    "Chilled Water System"
2,              6,    "Hot Water System"
2,              7,    "Domestic Hot Water"

; SAC 7/28/02 - measure types for new EEM run mechanism (same as before for now)
; SAC 1/22/03 - Added new Ground Floor Insulation measure
0, Measure:Type,  0
0, Measure:SaveTypeSymbols,  0
2,              0,    "- select another -"
2,              1,    "Roof Insulation"
2,              2,    "Exterior Wall Insulation"
2,              3,    "Window Area"
2,              4,    "Window Glass Type"
2,              5,    "Window Exterior Shading"
2,              6,    "Skylight Area"
2,              7,    "Daylighting"
2,              8,    "Lighting Power Density"
2,              9,    "Equipment Power Density"
2,             10,    "Occup/Equip Schedules"
2,             11,    "Lighting Schedules"
2,             12,    "Fan Schedules"
2,             13,    "Thermostat Management"
2,             14,    "Fan Power & Control"
2,             15,    "Ventilation & Economizer"
2,             16,    "Deck Reset"
2,             17,    "Package HVAC Efficiency"
2,             18,    "Chilled Water Loop"
2,             19,    "Chiller Plant"
2,             20,    "Chilled Water Control"
2,             21,    "DUMMY1"
2,             22,    "DUMMY2"
2,             23,    "Hot Water Loop"
2,             24,    "Boiler"
2,             25,    "Hot Water Control"
2,             26,    "Domestic Hot Water"
2,             27,    "Cooking Equipment"
2,             28,    "Ground Floor Insulation"

; SAC 7/30/02 - added abbreviated version of measures to facilitate default naming
; SAC 1/22/03 - Added new Ground Floor Insulation measure
0, Measure:TypeAbbrev,  0
2,              0,    "none"
2,              1,    "Roof Insul EEM"
2,              2,    "Ext Wall Insul EEM"
2,              3,    "Window Area EEM"
2,              4,    "Window Glass Type EEM"
2,              5,    "Window Ext Shading EEM"
2,              6,    "Skylight Area EEM"
2,              7,    "Daylighting EEM"
2,              8,    "Lighting Power EEM"
2,              9,    "Equipment Power EEM"
2,             10,    "Occ & Equip Sched EEM"
2,             11,    "Lighting Sched EEM"
2,             12,    "Fan Schedules EEM"
2,             13,    "TStat Management EEM"
2,             14,    "Fan Power & Ctrl EEM"
2,             15,    "Vent & Economizer EEM"
2,             16,    "Deck Reset EEM"
2,             17,    "Pkg HVAC Eff EEM"
2,             18,    "CHW Loop EEM"
2,             19,    "Chiller Plant EEM"
2,             20,    "CHW Control EEM"
2,             21,    "DUMMY1 EEM"
2,             22,    "DUMMY2 EEM"
2,             23,    "HW Loop EEM"
2,             24,    "Boiler EEM"
2,             25,    "HW Control EEM"
2,             26,    "DHW EEM"
2,             27,    "Cooking Equip EEM"
2,             28,    "Grnd Floor Insul EEM"


; SAC 5/24/03 - Added property to provide for a variety of window area input methods
; SAC 5/28/03 - Added property to indicate whether or not window area can be entered as a percent of conditioned floor area
0, ShellWiz:WinAreaSpecMethod, 0
1,    ShellWiz:AllowWinFlrRatio,    0,  0  ; Don't allow specification of window area as a percent of conditioned floor area
2,              0,    "Percent of Net Wall Area (floor to ceiling)"
2,              1,    "Percent of Gross Wall Area (floor to floor)"
1,    ShellWiz:AllowWinFlrRatio, -999,  0  ; all other scenarios
2,              0,    "Percent of Net Wall Area (floor to ceiling)"
2,              1,    "Percent of Gross Wall Area (floor to floor)"
2,              2,    "Percent of Conditioned Floor Area"


0, ShellWiz:OverhangOption, 0
0, ShellWiz:WindowFinOption, 0
2,              0,    "None"
2,              1,    "Top Floor Only"
2,              2,    "All Windows"

0, EEMRun:OverhangOption, 0
0, EEMRun:WindowFinOption, 0
2,              0,    "None"
2,              1,    "Top Floor"
2,              2,    "All Windows"

0, EEMRun:SkyltOption, 0
2,              0,    "None"
2,              1,    "All"
2,              2,    "Perimeter Only"
2,              3,    "Core Only"
2,              4,    "Custom"

0, EEMRun:DayltOption1, 0
2,              0,    "None"
2,              2,    "Side Lit"
2,              4,    "Custom"
0, EEMRun:DayltOption2, 0
2,              0,    "None"
2,              2,    "Side Lit"
2,              4,    "Custom"
0, EEMRun:DayltOption3, 0
2,              0,    "None"
2,              1,    "All"
2,              2,    "Side Lit"
2,              3,    "Top Lit"
2,              4,    "Custom"

0, EEMRun:DayHaveSecondCtrl, 0
2,              0,    "One"
2,              1,    "Two"


; SAC 8/5/02 - Added some properties to facilitate EEM run interface
; SAC 8/26/02 - Added conditional symbols removing skylight options when no exposed roof exists
0, ShellWiz:EEMSkyltOption, 0
1,    ShellWiz:HasExposedRoof,    0,  0  ; NO EXPOSED ROOF!
2,              0,    "None"
1,    ShellWiz:HasExposedRoof, -999,  0
2,              0,    "None"
2,              1,    "All"
2,              2,    "Perimeter Only"
2,              3,    "Core Only"
2,              4,    "Custom"

0, ShellWiz:EEMDayltOption1, 0
2,              0,    "None"
2,              2,    "Side Lit"
2,              4,    "Custom"
0, ShellWiz:EEMDayltOption2, 0
2,              0,    "None"
2,              2,    "Side Lit"
2,              4,    "Custom"
; SAC 8/26/02 - Added conditional symbols removing skylight options when no exposed roof exists
0, ShellWiz:EEMDayltOption3, 0
1,    ShellWiz:HasExposedRoof,    0,  0  ; NO EXPOSED ROOF!
2,              0,    "None"
2,              2,    "Side Lit"
2,              4,    "Custom"
1,    ShellWiz:HasExposedRoof, -999,  0
2,              0,    "None"
2,              1,    "All"
2,              2,    "Side Lit"
2,              3,    "Top Lit"
2,              4,    "Custom"

0, ShellWiz:EEMHaveSecondCtrl, 0
2,              0,    "One"
2,              1,    "Two"


; SAC 4/2/02 - MOVED from HVACWiz component into ZnGrpWiz
0, ZnGrpWiz:OccZoneType, 1
0, ZnGrpWiz:PlenZoneType, 3
2,              1,    "CONDITIONED"  
2,              2,    "UNCONDITIONED"  
2,              3,    "PLENUM"  


0, ShellWiz:ExtConsLayer, 0
0, ShellWiz:RoofConsLayer, 0
0, ShellWiz:CeilConsLayer, 0
0, ShellWiz:IntWConsLayer, 0
0, ShellWiz:IFlrConsLayer, 0
0, ShellWiz:GFlrConsLayer, 0
0, ShellWiz:UndWConsLayer, 0
; SAC 8/31/00 - Additional entries which map new wall/roof Finish input into the exterior-most layer of the construction
0, ShellWiz:ExtWallConsLayer, 0
0, ShellWiz:ExtRoofConsLayer, 0
; SAC 2/5/02 - New properties to handle attic floor construction
0, ShellWiz:AFlrConsLayer, 0
; SAC 2/7/02 - New properties to handle floor slab heat loss construction
0, ShellWiz:GFSHLConsLayer, 0
0, ShellWiz:IFSHLConsLayer, 0
; SAC 11/4/02 - entries which map new wall Finish input for floor slab edges into the exterior-most layer of the construction
0, ShellWiz:GFSHLFinConsLayer, 0
0, ShellWiz:IFSHLFinConsLayer, 0
2,            101,    "CMU MW 12in ConcFill (CB37)"
2,            102,    "CMU MW 12in Hollow (CB36)"
2,            103,    "CMU MW 12in PartFill (CB38)"
2,            104,    "CMU MW 12in PolyUFill"
2,            105,    "CMU MW 6in Conc/Perl (CB30)"
2,            106,    "CMU MW 6in ConcFill (CB27)"
2,            107,    "CMU MW 6in Hollow (CB26)"
2,            108,    "CMU MW 6in PartFill (CB29)"
2,            109,    "CMU MW 6in PerlFill (CB28)"
2,            110,    "CMU MW 6in PolyUFill"
2,            111,    "CMU MW 8in ConcFill (CB32)"
2,            112,    "CMU MW 8in Hollow (CB31)"
2,            113,    "CMU MW 8in PartFill (CB34)"
2,            114,    "CMU MW 8in Conc/Perl (CB35)"
2,            115,    "CMU MW 8in PerlFill (CB33)"
2,            116,    "CMU MW 8in PolyUFill"
2,            201,    "Conc HW 140lb 10in (CC06)"
2,            202,    "Conc HW 140lb 12in (CC07)"
2,            203,    "Conc HW 140lb 2in (CC02)"
2,            204,    "Conc HW 140lb 2in (HF-C12)"
2,            205,    "Conc HW 140lb 4in (CC03)"
2,            206,    "Conc HW 140lb 4in (HF-C5)"
2,            207,    "Conc HW 140lb 6in (CC04)"
2,            208,    "Conc HW 140lb 6in (HF-C13)"
2,            209,    "Conc HW 140lb 8in (CC05)"
2,            210,    "Conc HW 140lb 8in (HF-C10)"
2,            211,    "Conc LW 30lb 4in (CC34)"
2,            212,    "Conc HW 140lb 12in (HF-C11)"
2,            213,    "Conc LW 30lb 1.25in (CC32)"     ; SAC 6/13/02 - added
2,            214,    "Conc LW 30lb 2in (CC33)"        ; SAC 6/13/02 - added
2,            215,    "Conc LW 30lb 3in"               ; SAC 6/13/02 - added
2,            301,    "Plywd 5/8in (PW04)"
2,            302,    "Plywd 1in (PW06)"
2,            303,    "Wood 2in (HF-B10)"
2,            401,    "GypBd 1/2in (GP01)"
2,            402,    "GypBd 5/8in (GP02)"
2,            403,    "Gypsum  LW Agg 3/4in (GP04)"
2,            404,    "Gypsum  Sand Agg 3/4in (GP06)"
2,            501,    "MinWool Batt R7 (IN01)"
2,            502,    "MinWool Batt R11 (IN02)"
2,            503,    "MinWool Batt R13"
2,            504,    "MinWool Batt R19 (IN03)"
2,            505,    "MinWool Batt R21"
2,            506,    "MinWool Batt R30 (IN05)"
2,            601,    "AcousTile 1/2in (AC02)"
2,            602,    "Air Lay >4in Vert (AL31)"
2,            603,    "Blt-Up Roof 3/8in (BR01)"
2,            604,    "Carpet & Fiber Pad (CP01)"
2,            605,    "Carpet & No Pad"
2,            606,    "Carpet & Rubber Pad (CP02)"
2,            607,    "Linoleum Tile (LT01)"
2,            608,    "Stone 1in (ST01)"
2,            609,    "Light Soil, Damp 12in"
2,           1001,    "see InsideBdInsLayer Table"
2,           1002,    "see OutsideBdInsLayer Table"
2,           1010,    "Material based on CavityRValue"
2,           1020,    "Material based on U-Effective"  ; SAC 6/13/02 - added
2,           1030,    "see ConcreteLayer Table"        ; SAC 6/13/02 - added
2,            801,    "Steel Siding (AS01)"
2,            802,    "Plastic Film Seal (BP03)"
2,            803,    "Face Brick 4in (BK05)"
2,            804,    "1/4in Spandrel Glass"
2,            805,    "Gravel 1in (RG02)"
2,            806,    "Terrazzo 1in (TZ01)"
2,            807,    "Wood Shingle (WS01)"
2,            808,    "Wood Shingle (WS02)"
2,            701,    "Stucco 1in (SC01)"
2,            702,    "Bldg Paper Felt (BP01)"
2,            703,    "Polystyrene 1in (IN33)"
2,            704,    "Polyurethane 1in (IN43)"
2,            705,    "Polyisocyanurate 1in"
2,            706,    "Polystyrene 2in (IN35)"
2,            707,    "Polyurethane 2in (IN45)"
2,            708,    "Polyisocyanurate 2in"
2,            709,    "Polystyrene 3in (IN36)"
2,            710,    "Polyurethane 3in (IN46)"
2,            711,    "Polyisocyanurate 3in"
2,            712,    "Insul Bd 1/2in (IN61)"
2,            713,    "Insul Bd 3/4in (IN62)"
; SAC 2/3/02 - Added 1 1/2 in. poly* materials for Seattle
2,            714,    "Polystyrene 1 1/2in"
2,            715,    "Polyurethane 1 1/2in"
2,            716,    "Polyisocyanurate 1 1/2in"
; SAC 11/3/02 - Added 4-6 in. poly* materials for Seattle
2,            717,    "Polystyrene 4in R-5/in"
2,            718,    "Polyurethane 4in (IN47)"
2,            719,    "Polyisocyanurate 4in"
2,            720,    "Polystyrene 5in R-5/in"
2,            721,    "Polyurethane 5in"
2,            722,    "Polyisocyanurate 5in"
2,            723,    "Polystyrene 6in R-5/in"
2,            724,    "Polyurethane 6in"
2,            725,    "Polyisocyanurate 6in"
; SAC 3/11/05 - Added material corresponding to new RoofFinish = "Clay Tile"
2,            726,    "ClayTile Paver 3/8in (CT11)"


; SAC 7/6/01 - Added new 3-D diagram facet color symbols
0, FacetColor:FacetType, 0
2,              0,    "Walls"
2,              1,    "Windows"

0, FacetColor:ColorOption, 0    ; HAS TO BE 0-9 OR IT WILL BREAK THE 3-D View Color Legend Menu IDs
1,      FacetColor:FacetType, 0, 0   ; ANY MODS TO THESE MUST BE REFLECTED IN 3DFacetColor.cpp
2,              0,    "By Wall Type"
2,              1,    "By Construction"
1,      FacetColor:FacetType, 1, 10
2,             10,    "Uniform"
2,             11,    "By Glass Type"

0, FacetColor:ColorScheme, 0
2,              0,    "future color scheme 0"
2,              1,    "future color scheme 1"

; SAC 7/18/01 - added new 3-D ambient lighting symbols
0, Light3D:Type, 0
2,              0,    "Default"
2,              1,    "User Defined 1"
2,              2,    "User Defined 2"
2,              3,    "User Defined 3"
2,              4,    "User Defined 4"
2,              5,    "User Defined 5"


; SAC 2/27/01 - added to enable multiple weather files per location for EnergyShape
0, MainWiz:WeatherTypeList, 0
2,              0,    "All"

; SAC 2/27/01 - added to enable multiple weather files per location for EnergyShape
0, MainWiz:WeatherType, 0
1,      MainWiz:WeatherTypeList, 0, 0    ; All
2,              0,    "TMY (Typical Meteorological Year)"
2,              1,    "Normal"
2,              2,    "Actual (for Analysis Year)"


; SAC 7/24/01 - Added symbols for EnergyShape-Vis export stuff
0, ES_Vis:HeatSysType, 0
2,              0,    "None"
2,              1,    "Forced Air"
2,              2,    "Resistance"
2,              3,    "Heatpump"
2,              4,    "Boiler"
2,              5,    "Baseboard"
2,             10,    "Hydronic"
2,             11,    "Radiant"
2,             99,    "Other"

; SAC 7/24/01 - Added symbols for EnergyShape-Vis export stuff
0, ES_Vis:HeatingFuel, 0
2,              0,    "None"
2,              1,    "Electric"
2,              2,    "Gas"
2,              3,    "Fuel Oil"
2,              4,    "Propane/LP Gas"
2,              5,    "Coal"
2,              6,    "Steam"
2,             10,    "Gas/Electric"
2,             99,    "Other"

; SAC 7/24/01 - Added symbols for EnergyShape-Vis export stuff
0, ES_Vis:CoolSysType, 0
2,              0,    "None"
2,              1,    "Package"
2,              2,    "Chiller"
2,              3,    "Evap Cooler"
2,             10,    "Heatpump"      ; when both CoolSource & HeatSource = DX / Heat Pump
2,             11,    "Window/Wall"
2,             12,    "Residential"
2,             99,    "Other"

; SAC 7/24/01 - Added symbols for EnergyShape-Vis export stuff
0, ES_Vis:CoolingFuel, 0
2,              0,    "None"
2,              1,    "Electric"
2,              2,    "Gas"
2,             10,    "Gas/Electric"
2,             99,    "Other"



; SAC 7/13/00 - Added this new symbol list for use by SMcomply
0, Measures:ActiveMeasure, 0
2,              1,    "An Urban Runoff Mitigation Plan has been developed and incorporated into the design" 
2,              2,    "Turf will be 20% or less of the total area landscaped on the site unless approved by the Architectural Review Board" 
2,              3,    "Low volume irrigation systems with automatic controllers are installed" 
2,              4,    "Irrigation control systems have adjustable watering schedules, moisture sensors, and will be set for night irrigation" 
2,              5,    "Exposed water features and fountains will use reclaimed water" 
2,              6,    "Adequate space for recyclables storage will be near a convenient loading area" 
2,              7,    "Recyclables storage space will be either at grade level or have a lift to allow roll-in && rollout of wheeled bins" 
2,              8,    "At least 4 major construction materials will be specified to meet the EPA's recycled content guidelines" 
2,              9,    "Water-Conserving Plumbing Fixtures, as defined by Municipal Code 7.18.040, will be installed in all fixtures" 
2,             10,    "All hot water distribution and recirculating piping will be insulated" 
2,             11,    "Best Management Practices for urban runoff will be applied to the project" 
2,             12,    "Hazardous materials will be stored in a secure and weatherproof location. All residue materials and contaminated containers will be collected and stored in a well-marked, secure and weatherproof location" 
2,             13,    "Workers are trained in handling procedures to HMIS (Hazardous Materials Information System) and Occupational Health && Safety (OSHA) standards" 
2,             14,    "Spill-cleaning equipment including absorbent materials, protective clothing, and respirators will be provided. Construction workers will be trained in clean-up procedures to prevent toxic waste from entering soil and drains.  Equipment fluid leaks will be repaired immediately" 
2,             15,    "Clarifiers or Oil/Water Separators will be installed in storm drains (See Section 5.20.040 for specific requirements)" 
2,             16,    "Four bicycle parking spaces will be on-site no more than  of the distance to the main entrance from the furthest off-street parking space.  The bicycle racks will have 2 points of contact" 
2,             17,    "10% of parking spaces will be reserved for vanpools or carpools.  Spaces have at least 7 ft. 2 in. clearance, are closer to the building than other parking, and otherwise comply with Code 9.04.10.08.050" 
2,             18,    "5% of parking spaces will be reserved for vanpools or carpools.  Spaces have at least 7 ft. 2 in. clearance, are closer to the building than other parking, and otherwise comply with Code 9.04.10.08.050" 
2,             19,    "Truck access and mechanical && electrical connections for baling equipment will be provided for recycled materials" 
2,             20,    "Water is heated using solar collectors" 
2,             21,    "Water is pre-heated using solar collectors" 
2,             22,    "Lint traps or settling pits are installed on washing machine discharges. Discharged wastewater will be 104F or less and its pH will be between 5.5 and 11.0" 
2,             23,    "No wastewater from dry cleaning operations will be discharged including separator water" 
2,             24,    "Grease interceptors, sink strainers, and washdown areas for kitchen mats will be installed per Code 5.20.080" 
2,             25,    "Install de-silvering devices and clarifiers as required by municipal code 5.20.040 and 5.20.050" 
2,             26,    "A Waste Management Plan has been developed and incorporated into the scope and schedule for the contractor/builder" 

; SAC 12/8/00 - Added this symbol def for reporting purposes only
0, Measures:MeasureOrdStr, 0
2,              1,    "SFa - (SMMC 7.10.060) Submit an Urban Runoff Mitigation Plan to the Engineering Division" 
2,              2,    "LAb - (SMMC 9.04.10.04.110 and 9.04.10.04.100) Specify & Install Water-Efficient Irrigation Systems" 
2,              3,    "LAb - (SMMC 9.04.10.04.110 and 9.04.10.04.100) Specify & Install Water-Efficient Irrigation Systems" 
2,              4,    "LAb - (SMMC 9.04.10.04.110 and 9.04.10.04.100) Specify & Install Water-Efficient Irrigation Systems" 
2,              5,    "LAc - (SMMC 7.10.04.110) Restrict the Use of Water Features & Fountains" 
2,              6,    "ENa - (SMMC 9.04.10.02 150-151) Provide Space for Recycled Material Storage & Handling Systems" 
2,              7,    "ENa - (SMMC 9.04.10.02 150-151) Provide Space for Recycled Material Storage & Handling Systems" 
2,              8,    "MAb - Specify Recycled Products per EPA purchasing guidelines" 
2,              9,    "WSa - (SMMC 7.18) Specify & Install Water-Conserving Plumbing Fixtures & Fittings" 
2,             10,    "WSb - Reduce Hot Water Heat Loss with Insulation & Heat Traps" 
2,             11,    "CMd - (SMMC 7.10.070) Prepare a Stormwater Control Program for the Construction Site" 
2,             12,    "CMf - (SMMC 5.08.150(b), 7.10.040) Provide Safe Storage, Worker Training & Spill Cleanup Procedures for Hazardous Materials." 
2,             13,    "CMf - (SMMC 5.08.150(b), 7.10.040) Provide Safe Storage, Worker Training & Spill Cleanup Procedures for Hazardous Materials." 
2,             14,    "CMf - (SMMC 5.08.150(b), 7.10.040) Provide Safe Storage, Worker Training & Spill Cleanup Procedures for Hazardous Materials." 
2,             15,    "TRa - (SMMC 5.20.080(c)(2)) Install Clarifiers or Oil/Water Separators on Drains from Service Bays & Parking Areas" 
2,             16,    "TRb - (SMMC 9.04.10.08.050) Provide Secure & Accessible Bicycle Storage for Visitors & Occupants" 
2,             17,    "TRc - (SMMC 9.04.10.08.050) Provide Facilities for Shared Vehicle Transportation" 
2,             18,    "TRc - (SMMC 9.04.10.08.050) Provide Facilities for Shared Vehicle Transportation" 
2,             19,    "ENa - (SMMC 9.04.10.02 150-151) Provide Space for Recycled Material Storage & Handling Systems" 
2,             20,    "WSc - Heat Swimming Pools & Preheat Process Hot Water with Unglazed Solar Collectors" 
2,             21,    "WSc - Heat Swimming Pools & Preheat Process Hot Water with Unglazed Solar Collectors" 
2,             22,    "WSd - (SMMC 5.20.080(c)(1)) Eliminate Lint from Sanitary Sewers in Professional Cleaning Facilities" 
2,             23,    "WSd - (SMMC 5.20.080(c)(1)) Eliminate Lint from Sanitary Sewers in Professional Cleaning Facilities" 
2,             24,    "WSe - (SMMC 5.20.080(c)(1) & (c)(4)) Eliminate Grease from Sanitary Sewers in Food Preparation & Meat Retailing Facilities" 
2,             25,    "WSf - (SMMC 5.20.080(c)(5)) Eliminate Silver from Sanitary Sewers in Photo-Finishing Facilities" 
2,             26,    "CMa - Prepare a Demolition & Site Protection Plan" 

; SAC 12/8/00 - Added this symbol def for reporting purposes only
0, Measures:MeasureReqdDoc, 0
2,              1,    "Urban Runoff Mitigation Plan submitted to the Department of General Services with an application for the first planning approval for a new development project."
2,              2,    "'Efficient irrigation systems' submitted to Environmental Programs with the Building Permit."
2,              3,    "'Efficient irrigation systems' submitted to Environmental Programs with the Building Permit."
2,              4,    "'Efficient irrigation systems' submitted to Environmental Programs with the Building Permit."
2,              5,    "Approval from the Director of General Services to install the water feature. (9.04.10.04.110)"
2,              6,    "'Space for storage & handling of recyclables' submitted to Planning with the Development Permit and with the Building Permit."
2,              7,    "'Space for storage & handling of recyclables' submitted to Planning with the Development Permit."
2,              8,    "Specified in Plans."
2,              9,    "Water Conservation Certificate is on File with the Santa Monica Environmental Programs Division. 'Water-conserving plumbing fixtures' submitted to Environmental Programs with the building permit."
2,             10,    "'Hot water piping insulation & heat traps' submitted to Building and Safety with the building permit."
2,             11,    "Construction stormwater management submitted to Engineering with the Building Permit."
2,             12,    "Per 7.10.050 of the municipal guidelines."
2,             13,    "None."
2,             14,    "None."
2,             15,    "'Parking & service bay clarifiers & oil/water separators' submitted to Engineering with the Building Permit."
2,             16,    "'Bicycle & shared vehicle parking & facilities' submitted to Planning with the Development Permit and with the Building Permit."
2,             17,    "'Bicycle & shared vehicle parking & facilities' submitted to Planning with the Development Permit and with the Building Permit."
2,             18,    "'Bicycle & shared vehicle parking & facilities' submitted to Planning with the Development Permit and with the Building Permit."
2,             19,    "'Space for storage & handling of recyclables' submitted to Planning with the Development Permit."
2,             20,    "Planning permit submittal shows solar collectors. 'Solar water heaters for swimming pool & process water heating' submitted to Building and Safety with the Building Permit."
2,             21,    "Planning permit submittal shows solar collectors. 'Solar water heaters for swimming pool & process water heating' submitted to Building and Safety with the Building Permit."
2,             22,    "Sanitary sewer pollution devices submitted to Building and Safety with the Building Permit."
2,             23,    "Sanitary sewer pollution devices submitted to Building and Safety with the Building Permit."
2,             24,    "Sanitary sewer pollution devices submitted to Building and Safety with the Building Permit."
2,             25,    "Sanitary sewer pollution devices submitted to Building and Safety with the Building Permit."
2,             26,    "Waste Management Plan submitted to the Waste Management Department with Construction / Demolition permit application."

; ; SAC 12/9/00 - Installed the final set of Recommended measures
; 0, Measures:OActiveMeasure, 0
; 2,              1,    "Utilized atria and courtyards or narrow floor plans to provide Daylighting."
; 2,              2,    "Utilized atria and courtyards or narrow floor plans to provide natural ventilation."
; 2,              3,    "Utilized landscaping and/or shading to minimize solar cooling loads."
; 2,              4,    "Optimized building orientation in order to minimize solar cooling loads."
; 2,              5,    "Oriented the building with the long side east-west for highest winter gains and lowest summer gains."
; 2,              6,    "Utilized pressure differences, in conjunction with wind patterns, to induce natural cooling and ventilation."
; 2,              7,    "Designed the building so that warm air may exit from the top of a space, drawing in air at lower levels."
; 2,              8,    "Optimized location of solar collectors to generate power."
; 2,              9,    "Optimized tilt of solar collectors to generate power."
; 2,             10,    "Planted trees to shade sides of building and reduce solar heat gain."
; 2,             11,    "Utilized vine trellises to shade sides of building and reduce solar heat gain."
; 2,             12,    "Planted dense trees or shrubs immediately downwind of or above air inlets to capture airflow and direct airflow into the building."
; 2,             13,    "Planted dense trees and shrubs immediately upwind of air outlets to create a low-pressure area and enhance outward flow."
; 2,             14,    "Utilized landscaping for windbreaks at building entrances, patios, and sidewalks."
; 2,             15,    "Utilized drought-tolerant plants to reduce water consumption."
; 2,             16,    "Implemented residential gardens to reduce grocery costs and energy consumed in food transportation."
; 2,             17,    "Selected plants that provide food / shelter to wildlife."
; 2,             18,    "Provided feeders and/or baths for small animals."
; 2,             19,    "Re-condition soil through mulching."
; 2,             20,    "Utilized natural pest-management practices."
; 2,             21,    "Used composting practices to reduce the amount of organic waste in landfills."
; 2,             22,    "Used recycled plastic and/or rubber products for benches, tree protection, fences, fabrics, compost bins, hoses, edging, paving, etc."
; 2,             23,    "Recycled construction waste such as crushed concrete, stone, and asphalt as a sub-base under hard-surface areas."
; 2,             24,    "Used larger slabs of concrete for retaining walls / pavers."
; 2,             25,    "Used reclaimed brick and stone for patio paving / garden walls."
; 2,             26,    "Where possible, installed surfaces that encourage non-automobile traffic."
; 2,             27,    "Where possible, installed surfaces that allow stormwater infiltration."
; 2,             28,    "Integrated high, dense trees in parking areas to provide shade and visually pleasing atmosphere."
; 2,             29,    "Utilized a common driveway / entrance with other facilities."
; 2,             30,    "Provided a multi-purpose, aesthetically pleasing area to promote safe and comfortable public places."
; 2,             31,    "Provided sufficient lighting for both safety and aesthetics."
; 2,             32,    "Encouraged human-powered commuting by providing facilities for changing and showering."
; 2,             33,    "Created a more aesthetically pleasing site by providing parking underground."
; 2,             34,    "Created more leasable area by placing parking underground."
; 2,             35,    "Provided shared parking spaces between occupancies, utilizing their differing demands for the time of day or week."
; 2,             36,    "Utilized freed-up space for natural landscaping and creative site planning."
; 2,             37,    "Located EV parking close to a main building entrance, along with the charging station electrical panel."
; 2,             38,    "Provided one EV parking stall for every twenty on-site parking stalls and one charging station for every two EV parking stalls."
; 2,             39,    "Maximized daylighting, views, and natural ventilation based on building orientation and surroundings."
; 2,             40,    "Selected high-performance, low-emissivity glazing with visible transmissivity of greater than 0.6 and solar transmissivity of less than 0.4 to reduce annual operating energy."
; 2,             41,    "Utilized lightshelves to reflect sunlight and daylight toward ceiling, even out light distribution, and shade view windows."
; 2,             42,    "Designed overhangs appropriately for window size and orientation, and extended overhang beyond the sides of the windows, or used fins, to prevent solar gain from the sides."
; 2,             43,    "Utilized slatted or louvered shades to optimize daylighting and shading."
; 2,             44,    "Utilized top-lighting, such as skylights, to provide uniform light distribution."
; 2,             45,    "Utilized roof monitors to provide uniform light distribution and provide natural ventilation."
; 2,             46,    "Optimized window design to provide greatest natural ventilation while minimizing sound transmission."
; 2,             47,    "Designed ceiling heights to 9 6 or greater to permit the use of taller windows and maximize daylighting and natural ventilation."
; 2,             48,    "Utilized open-plan layouts to encourage cross-ventilation and avoid blocking daylight."
; 2,             49,    "Designed ceilings to promote appropriate airflow and light reflectance."
; 2,             50,    "Utilized thermal mass and perforated or open grid ceiling tile to improve airflow."
; 2,             51,    "Maximize the exposed surface area of thermal masses to increase heat transfer."
; 2,             52,    "Used operable windows and HVAC diffusers to direct airflow toward massive elements at night to lower temperature."
; 2,             53,    "Improved roof insulation to reduce solar heat gains."
; 2,             54,    "Increased the roof reflectivity to reduce solar heat gains."
; 2,             55,    "Utilized radiant barriers in attic spaces to reduce solar heat gains."
; 2,             56,    "Retained as much as possible of existing building structures and incorporated them into the new development."
; 2,             57,    "Updated structure and systems to match modern efficiency standards."
; 2,             58,    "Retained architectural features to preserve historic context."
; 2,             59,    "Salvaged and reused building and landscape materials such as brick, wood, hardware, doors, plumbing fixtures, metalwork, and plants."
; 2,             60,    "Designed with common, modular dimensions to maximize materials use."
; 2,             61,    "Specified building systems that precisely fit the module to maximize materials use."
; 2,             62,    "Designed frame structures with carefully engineered products to optimize strength using the minimum amount of materials."
; 2,             63,    "Specified highly durable, ultraviolet- and weather-resistant materials to reduce long-term waste."
; 2,             64,    "Applied adequate flashing and protective coatings to hinder deterioration that is a result of the UV exposure and moist, salty air found in Santa Monicas coastal climate."
; 2,             65,    "Minimized the use of carpets, especially in high-traffic areas, to reduce cleaning, indoor air quality problems, and waste that is a result of a shorter service life."
; 2,             66,    "Utilized durable wall finishes and corner guards to protect vulnerable areas, reducing maintenance and replacement."
; 2,             67,    "Utilized demountable partition systems in commercial applications that can be moved (and reused) as interior uses change."
; 2,             68,    "Specify fixtures and equipment that can be repaired, separated into recyclable components, and salvaged to minimize waste."
; 2,             69,    "Specified wood from sustainably managed forests to avoid forest depletion, soil loss, and fishery and habitat damage."
; 2,             70,    "Utilized wood salvaged from demolition to prevent waste, lower costs, and maximize quality."
; 2,             71,    "Minimize use of high-emission carpet, paints, adhesives, ceiling tiles, wood composite products, acoustic materials, and insulation materials containing volatile organic compounds (VOCs) which evaporate and pollute indoor air."
; 2,             72,    "Utilize healthy floor, ceiling, and wall coverings that release the least dust and do not support microbial growth."
; 2,             73,    "Used EnergyStar compliant washing machines, dishwashers, and other appliances to reduce water and energy costs."
; 2,             74,    "Installed wastewater plumbing piping to capture drain water from baths, showers, laundry, and bathroom sinks for sub-surface irrigation of outdoor landscaping."
; 2,             75,    "Collected rainwater with rainbarrels at each rainwater leader or downspout to displace potable water otherwise wasted for irrigation."
; 2,             76,    "Specified EnergyStar compliant boilers and service water heaters, with higher efficiency than the legally required minimum."
; 2,             77,    "Installed graywater heat-recovery equipment to save up to 60% of water-heating energy where hot water drain flow occurs at the same time as hot water supply flow."
; 2,             78,    "Provided service and space heating water with flat plate solar collectors or evacuated tube systems to offset heating loads."
; 2,             79,    "Thoughtfully selected transformers by considering load factor with high load variation and low life cycle cost."
; 2,             80,    "Selected premium efficiency motors to reduce energy consumption."
; 2,             81,    "Select lamps and electric ballasts that produce more light output and reduce the number of lamps or fixtures required."
; 2,             82,    "Implemented a lighting design that optimizes light distribution and fixture spacing."
; 2,             83,    "Distributed daylighting and most electrical lighting indirectly by reflecting from ceilings and walls to enhance comfort."
; 2,             84,    "Considered space use and color quality to determine lamp color temperature."
; 2,             85,    "Designed lighting control zones to supplement daylight variation throughout the day and coordinated them with HVAC zones and controls to maximize energy efficiency."
; 2,             86,    "Utilize daylight admitted high in large spaces for more uniform illumination."
; 2,             87,    "Supplemented daylight by integrating electric fixtures and lamps with wide distribution patterns."
; 2,             88,    "Designed lighting control zones that allow photosensors to be effectively located and minimize manually switched areas."
; 2,             89,    "Created a balanced contrast using colored objects and lighting in retail situations to avoid excessive lighting of merchandise."
; 2,             90,    "Utilized daylight supplemented with electric light wherever possible."
; 2,             91,    "Introduced light high in a space with light-colored upper surfaces for ambient light distribution."
; 2,             92,    "Designed lighting levels to coincide with lighting power densities (LPDs) required by visual tasks."
; 2,             93,    "Utilized building-integrated photovoltaics (BIPVs) to integrate weather protection, solar electricity gain, and to displace conventional building materials for greater economy and aesthetics."
; 2,             94,    "Oriented collectors southwest with a slope equal to the latitude (~35) from horizontal to maximize energy generation in Santa Monica."
; 2,             95,    "Specified inverters, wiring, and other electric components to minimize energy losses."
; 2,             96,    "Selected inverters for power quality, high conversion efficiency, low standby power consumption, higher operating efficiency, and peak load capability with high surge currents of induction loads."
; 2,             97,    "Provided sufficient panel space, installing conduit, ventilation, and lighting for installation of one EV charging station for every twenty on-site parking stalls."
; 2,             98,    "Eliminated potential for standing water in ducts through the use of slopes and traps."
; 2,             99,    "Provided access hatches for easy inspection and cleaning of cooling coils, drain pans, and humidifiers."
; 2,            100,    "Installed liners and insulators with a tough waterproof membrane and fray-resistant seams on the air side of ducts and equipment to prevent Man-Made Mineral Fibers (MMMFs) from coming in contact with return air"
; 2,            101,    "Designed return air plenums with negative pressure where exposed mineral fiber is unavoidable."
; 2,            102,    "Avoided occupant exposure to backdrafting and spillage of combustion products by providing combustion air, isolation of the combustion chamber, and/or exhausts on combustion equipment."
; 2,            103,    "Improved indoor air quality by isolating and/or exhausting indoor air pollutants such as photocopiers, printers, blueprint and film processing machines, gluing or painting areas, and toxic cleaning products."
; 2,            104,    "Protected indoor air quality by locating intakes and operable windows as far as possible from potential pollutant releases."
; 2,            105,    "Extended combustion equipment vent outlets on roofs, above the turbulent air boundary."
; 2,            106,    "Avoided locating intakes in semi-enclosed areas with exhausts, vents, cooling towers, or evaporative coolers."
; 2,            107,    "Designed supply air systems to allow the future supply of 150% of the outdoor air supply required by ASHRAE Standard 62-1989 Table 2."
; 2,            108,    "Where possible, designed equipment to allow for future changes of occupancy, pollutant sources not known during design, and individuals with environmental sensitivities."
; 2,            109,    "Implemented use of particle filters or air cleaners with a minimum efficiency of 30% for mechanically supplied ventilation air to occupied spaces."
; 2,            110,    "Implemented use of 95% efficient dust filtration and often gas phase air cleaning for spaces where air is recirculated from spaces that are dusty or contain mild contaminants."
; 2,            111,    "Implemented exhaust systems kept under negative pressure for spaces where air connot be recirculated due to severe contaminants."
; 2,            112,    "Introduced ventilation air supplies with a high proportion of outdoor air directly to the occupied spaces to provide cleaner air and reduce energy consumption."
; 2,            113,    "Placed return air intakes as high in the spaces as possible to provide cleaner air and reduce energy consumption."
; 2,            114,    "Provided a small supply register connected to underfloor ductwork in each workstation to allow control by each user. "
; 2,            115,    "Provided sufficient space around equipment for future replacement."
; 2,            116,    "Provided isolation valves at all inlets, outlets, gauges, etc. to reduce fugitive emissions."
; 2,            117,    "Installed high-efficiency purges on chillers."
; 2,            118,    "Specified packaged air conditioners and heat pumps with equipment complying with the Consortium for Energy Efficiencys minimum efficiency standards."
; 2,            119,    "Specifying EnergyStar equipment for boilers and furnaces."
; 2,            120,    "Performing a life-cycle cost analysis as a basis for specifications for all other equipment."
; 2,            121,    "Specified digital controls and equipment that offers optimal start/stop controls, provides occupant-accessible local overrides for temporary off-schedule use, has BACNet-compatible sensors, actuators, and controllers to increase energy savings in smaller buildings."
; 2,            122,    "Provided central controllers or centrally supervised zone controllers connected with a network to offer the most flexibility and potential for energy savings in larger buildings."
; 2,            123,    "Implemented a continuous dimming photosensor with daylighting for workspaces to maximize energy savings and occupant satisfaction."
; 2,            124,    "Implemented a multi-step photosensor with daylighting for storage areas or other intermittently occupied areas to maximize energy savings."
; 2,            125,    "Utilized occupancy sensors to control lighting, heating, and cooling according to motion detected within an intermittently occupied area."
; 2,            126,    "Located the sensor to adequately cover the occupied area of interest."
; 2,            127,    "Utilized variable-speed control instead of 2-way control valves or dampers to maximize energy savings in areas where air or liquid flows must be controlled to vary by 30% or more."
; 2,            128,    "Selected a controller appropriately suited to the load."
; 2,            129,    "Utilized the economizer cycle on air HVAC systems to cool unoccupied buildings at night and save significantly on cooling energy."
; 2,            130,    "Utilized the cooling tower water, by bypassing the chiller, on water HVAC systems to cool unoccupied buildings at night and save significantly on cooling energy."
; 2,            131,    "Crushed waste concrete, asphalt, and acceptable masonry for use as granular till and aggregate either on-site (for large sites) or contract with a company that will truck materials to a facility with a crusher (smaller sites)."
; 2,            132,    "Purchased pre-engineered or factory-cut material whenever possible to optimize materials use and cut back on recycling waste."
; 2,            133,    "Used reusable and recyclable forming materials and rented scaffold and staging materials to optimize materials use and cut back on recycling waste."
; 2,            134,    "Selected construction products and materials that minimize long-term release of volatiles and trapped dust."
; 2,            135,    "Utilized mechanical insect controls such as concrete, termite resistant outdoor lumber substitutes, sand barriers, and sheet metal foundation shields wherever possible, instead of toxic wood treatments, fumigation, and residual pesticides in perimeter soils."
; 2,            136,    "Provided maximum allowable clearance of wood materials from soils, and built inspection openings into all concealed foundation spaces."
; 2,            137,    "Used pest-resistant landscape materials and naturally pest-repellent plants."
; 2,            138,    "Used high-efficiency security lighting and motion sensor controls on construction sites according to energy conservation standards."
; 2,            139,    "Designed outdoor lighting so that only lighting necessary for security, such as site gates and trailers, operates through the night using light-sensitive controls."
; 2,            140,    "Used low-emission construction equipment such as electric compressors, hoists, forklifts, and EVs or propane-powered engines where engines are necessary."
; 2,            141,    "Used airtight barriers to isolate construction zones in occupied buildings."
; 2,            142,    "Used separate ventilation systems to isolate construction zones in occupied buildings."
; 2,            143,    "Scheduled dusty operations, such as interior demolition, sanding, and ceiling tile removal for times when the building is unoccupied."
; 2,            144,    "Scheduled operations releasing volatile chemicals, such as gluing, applying paints and finishes, and caulking to allow as much time as possible before occupants return."
; 2,            145,    "Scheduled operations releasing fibers, such as installing or removing insulation for times when the building is unoccupied."
; 2,            146,    "Flushed newly built spaces with the full air HVAC capacity for seven days prior to occupancy."
; 2,            147,    "Flushed newly built spaces after final paint touch-up and floor-covering installation and before furniture installation to optimize the effects of the flush."
; 2,            148,    "Thoroughly cleaned interiors, cavities, and HVAC systems affected by construction prior to furniture installation and occupancy to improve indoor air quality."
; 2,            149,    "Implemented a comprehensive and coordinated commissioning program to ensure that the building performs as designed, and to optimize its operation for greatest energy conservation and occupant satisfaction."
; 2,            150,    "Decided the degree of commissioning required early in the design process."
; 2,            151,    "Assigned responsibility for commissioning early in the design process."
; 2,            152,    "Defined commissioning requirements clearly in specification documents for all systems that require it."
; 2,            153,    "Instructed contractor to coordinate and delegate commissioning duties among subcontractors."
; 2,            154,    "Assigned commissioning coordinator or consultant the coordination of all documents and commissioning work."
; 2,            155,    "Inspected and pretested all major equipment before installation is complete to discover serious defects that may affect the commissioning and occupancy schedule."
; 2,            156,    "Finalized testing once installation is substantially complete, but before full start-up."
; 2,            157,    "Held on-site meeting(s) to hand over the completed building to the owner and to train the operations staff on all electrical, mechanical, renewable energy, and non-typical water systems, demonstrating start-up, adjustment and shutdown procedures, and all routine maintenance procedures."
; 2,            158,    "Provided a full commissioning report documenting design intent, construction, and test results."
; 2,            159,    "Included an annotated source code for all control system programs in both hard copy and electronic form, complete with control point listings with set points and anticipated operating range."
; 2,            160,    "Ensured that all deficiencies and their successful correction are clearly documented."
; 
; ; SAC 12/9/00 - Installed the final set of Recommended measures
; 0, Measures:OMeasureOrdStr, 0
; 2,              1,    "SF1 - Use Narrow Floor Plates for Access to Daylight, Views & Natural Cooling"
; 2,              2,    "SF1 - Use Narrow Floor Plates for Access to Daylight, Views & Natural Cooling"
; 2,              3,    "SF2 - Locate & Orient the Building to Control Solar Cooling Loads"
; 2,              4,    "SF2 - Locate & Orient the Building to Control Solar Cooling Loads"
; 2,              5,    "SF3 - Locate & Orient the Building for Passive Solar Heat in Winter"
; 2,              6,    "SF4 - Shape & Orient the Building for Exposure to Prevailing Winds"
; 2,              7,    "SF5 - Shape the Building to Induce Buoyancy Airflow Into & Out of Interior Spaces"
; 2,              8,    "SF6 - Shape the Building for Solar Energy Collection"
; 2,              9,    "SF6 - Shape the Building for Solar Energy Collection"
; 2,             10,    "LA1 - Locate Landscaping and Landscape Structures to Shade Buildings"
; 2,             11,    "LA1 - Locate Landscaping and Landscape Structures to Shade Buildings"
; 2,             12,    "LA2 - Use Landscape Design to Modify Wind Patterns & Enhance Building Ventilation"
; 2,             13,    "LA2 - Use Landscape Design to Modify Wind Patterns & Enhance Building Ventilation"
; 2,             14,    "LA2 - Use Landscape Design to Modify Wind Patterns & Enhance Building Ventilation"
; 2,             15,    "LA3 - Apply Environmental Landscape Design Principles"
; 2,             16,    "LA4 - Incorporate Areas for Urban Agriculture & Rooftop/Balcony Gardens"
; 2,             17,    "LA5 - Provide Shelter & Habitat for Urban Wildlife Through Landscape Design"
; 2,             18,    "LA5 - Provide Shelter & Habitat for Urban Wildlife Through Landscape Design"
; 2,             19,    "LA5 - Provide Shelter & Habitat for Urban Wildlife Through Landscape Design"
; 2,             20,    "LA5 - Provide Shelter & Habitat for Urban Wildlife Through Landscape Design"
; 2,             21,    "LA6 - Provide On-Site Composting Facilities"
; 2,             22,    "LA7 - Use Recycled Landscape Products & Materials"
; 2,             23,    "LA7 - Use Recycled Landscape Products & Materials"
; 2,             24,    "LA7 - Use Recycled Landscape Products & Materials"
; 2,             25,    "LA7 - Use Recycled Landscape Products & Materials"
; 2,             26,    "TR1 - Match the Area & Type of Paved Surfaces to Their Use"
; 2,             27,    "TR1 - Match the Area & Type of Paved Surfaces to Their Use"
; 2,             28,    "TR1 - Match the Area & Type of Paved Surfaces to Their Use"
; 2,             29,    "TR1 - Match the Area & Type of Paved Surfaces to Their Use"
; 2,             30,    "TR2 - Create a Safe & Comfortable Environment for Pedestrians"
; 2,             31,    "TR2 - Create a Safe & Comfortable Environment for Pedestrians"
; 2,             32,    "TR3 - Provide Changing Rooms, Lockers & Showers for Cyclists & Joggers"
; 2,             33,    "TR4 - Place Automobile Parking Fully or Partially Underground"
; 2,             34,    "TR4 - Place Automobile Parking Fully or Partially Underground"
; 2,             35,    "TR5 - Share Parking Between Occupancies in Mixed-Use Projects"
; 2,             36,    "TR5 - Share Parking Between Occupancies in Mixed-Use Projects"
; 2,             37,    "TR6 - Provide Convenient Parking & Charging Facilities for Electric Vehicles"
; 2,             38,    "TR6 - Provide Convenient Parking & Charging Facilities for Electric Vehicles"
; 2,             39,    "EN1 - Design Windows to Maximize Daylighting & Views"
; 2,             40,    "EN1 - Design Windows to Maximize Daylighting & Views"
; 2,             41,    "EN1 - Design Windows to Maximize Daylighting & Views"
; 2,             42,    "EN2 - Shade Windows During Cooling Periods"
; 2,             43,    "EN2 - Shade Windows During Cooling Periods"
; 2,             44,    "EN3 - Use Roof Monitors for Daylighting Upper Floors"
; 2,             45,    "EN3 - Use Roof Monitors for Daylighting Upper Floors"
; 2,             46,    "EN4 - Design Windows to Maximize Natural Ventilation"
; 2,             47,    "EN5 - Shape & Plan Interiors to Enhance Daylight & Natural Air Flow Distribution"
; 2,             48,    "EN5 - Shape & Plan Interiors to Enhance Daylight & Natural Air Flow Distribution"
; 2,             49,    "EN5 - Shape & Plan Interiors to Enhance Daylight & Natural Air Flow Distribution"
; 2,             50,    "EN6 - Incorporate Thermal Mass into Building Structure"
; 2,             51,    "EN6 - Incorporate Thermal Mass into Building Structure"
; 2,             52,    "EN6 - Incorporate Thermal Mass into Building Structure"
; 2,             53,    "EN7 - Select Light Colors for Exterior Finishes"
; 2,             54,    "EN7 - Select Light Colors for Exterior Finishes"
; 2,             55,    "EN7 - Select Light Colors for Exterior Finishes"
; 2,             56,    "MA1 - Restore & Incorporate Portions or Entire Existing Buildings in New Designs"
; 2,             57,    "MA1 - Restore & Incorporate Portions or Entire Existing Buildings in New Designs"
; 2,             58,    "MA1 - Restore & Incorporate Portions or Entire Existing Buildings in New Designs"
; 2,             59,    "MA2 - Specify Reuse of Salvaged Building & Landscape Materials"
; 2,             60,    "MA3 - Design with Panel, Precut & Engineered Construction Products to Minimize Waste"
; 2,             61,    "MA3 - Design with Panel, Precut & Engineered Construction Products to Minimize Waste"
; 2,             62,    "MA3 - Design with Panel, Precut & Engineered Construction Products to Minimize Waste"
; 2,             63,    "MA4 - Specify Durable Exterior & Interior Finishes"
; 2,             64,    "MA4 - Specify Durable Exterior & Interior Finishes"
; 2,             65,    "MA4 - Specify Durable Exterior & Interior Finishes"
; 2,             66,    "MA4 - Specify Durable Exterior & Interior Finishes"
; 2,             67,    "MA5 - Design Interior Building Components for Future Disassembly, Reuse & Recycling"
; 2,             68,    "MA5 - Design Interior Building Components for Future Disassembly, Reuse & Recycling"
; 2,             69,    "MA6 - Specify Wood from Sustainably Harvested Sources"
; 2,             70,    "MA6 - Specify Wood from Sustainably Harvested Sources"
; 2,             71,    "MA7 - Use Low Emission Finishes & Interior Materials to Reduce Indoor & Environmental Pollution"
; 2,             72,    "MA7 - Use Low Emission Finishes & Interior Materials to Reduce Indoor & Environmental Pollution"
; 2,             73,    "WS1 - Specify & Install Water- & Energy-Conserving Appliances"
; 2,             74,    "WS2 - Reuse Graywater for Outdoor Landscaping Irrigation"
; 2,             75,    "WS3 - Collect Rainwater for Outdoor Landscaping Irrigation"
; 2,             76,    "WS4 - Select High-Efficiency Domestic Hot Water Heaters & Boilers"
; 2,             77,    "WS5 - Install Heat-Recovery Systems on Wastewater Plumbing"
; 2,             78,    "WS6 - Use Solar Collectors & Heat Storage for Domestic Hot Water Heating"
; 2,             79,    "ES1 - Select Electrical Equipment for Reduced Energy Demand & Consumption"
; 2,             80,    "ES1 - Select Electrical Equipment for Reduced Energy Demand & Consumption"
; 2,             81,    "ES2 - Select Lighting Equipment for Reduced Energy Demand & Consumption"
; 2,             82,    "ES2 - Select Lighting Equipment for Reduced Energy Demand & Consumption"
; 2,             83,    "ES3 - Integrate Daylighting & Electric Lighting in Task-Oriented Spaces for Productivity & Comfort"
; 2,             84,    "ES3 - Integrate Daylighting & Electric Lighting in Task-Oriented Spaces for Productivity & Comfort"
; 2,             85,    "ES3 - Integrate Daylighting & Electric Lighting in Task-Oriented Spaces for Productivity & Comfort"
; 2,             86,    "ES4 - Integrate Daylighting & Electric Lighting in Gathering Spaces for Comfort & Efficiency"
; 2,             87,    "ES4 - Integrate Daylighting & Electric Lighting in Gathering Spaces for Comfort & Efficiency"
; 2,             88,    "ES4 - Integrate Daylighting & Electric Lighting in Gathering Spaces for Comfort & Efficiency"
; 2,             89,    "ES5 - Maximize Impact in Sales Areas with Efficient Lighting Strategies"
; 2,             90,    "ES6 - ES6 Integrate Daylighting & Electric Lighting in High-Bay, Manufacturing & Color-Critical Areas"
; 2,             91,    "ES6 - ES6 Integrate Daylighting & Electric Lighting in High-Bay, Manufacturing & Color-Critical Areas"
; 2,             92,    "ES6 - ES6 Integrate Daylighting & Electric Lighting in High-Bay, Manufacturing & Color-Critical Areas"
; 2,             93,    "ES7 - Incorporate Photovoltaic Electricity Systems into the Building Fabric"
; 2,             94,    "ES7 - Incorporate Photovoltaic Electricity Systems into the Building Fabric"
; 2,             95,    "ES7 - Incorporate Photovoltaic Electricity Systems into the Building Fabric"
; 2,             96,    "ES7 - Incorporate Photovoltaic Electricity Systems into the Building Fabric"
; 2,             97,    "ES8 - Provide for Future Electric Vehicle Charging Stations"
; 2,             98,    "HS1 - Eliminate Mechanical System Sources of Indoor Air Pollution"
; 2,             99,    "HS1 - Eliminate Mechanical System Sources of Indoor Air Pollution"
; 2,            100,    "HS1 - Eliminate Mechanical System Sources of Indoor Air Pollution"
; 2,            101,    "HS1 - Eliminate Mechanical System Sources of Indoor Air Pollution"
; 2,            102,    "HS1 - Eliminate Mechanical System Sources of Indoor Air Pollution"
; 2,            103,    "HS2 - Isolate & Exhaust Indoor Point Sources of Air Pollutants"
; 2,            104,    "HS3 - Separate Outdoor Air Intakes from Air Pollutant Sources"
; 2,            105,    "HS3 - Separate Outdoor Air Intakes from Air Pollutant Sources"
; 2,            106,    "HS3 - Separate Outdoor Air Intakes from Air Pollutant Sources"
; 2,            107,    "HS4 - Provide for Additional Outdoor Air Supply Quantities in Future"
; 2,            108,    "HS4 - Provide for Additional Outdoor Air Supply Quantities in Future"
; 2,            109,    "HS5 - HS5 Filter or Treat Ventilation Air Supplies"
; 2,            110,    "HS5 - HS5 Filter or Treat Ventilation Air Supplies"
; 2,            111,    "HS5 - HS5 Filter or Treat Ventilation Air Supplies"
; 2,            112,    "HS6 - Provide Effective Ventilation Air Distribution"
; 2,            113,    "HS6 - Provide Effective Ventilation Air Distribution"
; 2,            114,    "HS6 - Provide Effective Ventilation Air Distribution"
; 2,            115,    "HS7 - Reduce or Eliminate Use of CFCs & HCFCs in Cooling Equipment"
; 2,            116,    "HS7 - Reduce or Eliminate Use of CFCs & HCFCs in Cooling Equipment"
; 2,            117,    "HS7 - Reduce or Eliminate Use of CFCs & HCFCs in Cooling Equipment"
; 2,            118,    "HS8 - Select High-Efficiency Heating & Cooling Equipment to Reduce Energy Consumption & Demand"
; 2,            119,    "HS8 - Select High-Efficiency Heating & Cooling Equipment to Reduce Energy Consumption & Demand"
; 2,            120,    "HS8 - Select High-Efficiency Heating & Cooling Equipment to Reduce Energy Consumption & Demand"
; 2,            121,    "CS1 - Use Digital Electronic Control of Lighting & HVAC Systems for Energy & Demand Savings"
; 2,            122,    "CS1 - Use Digital Electronic Control of Lighting & HVAC Systems for Energy & Demand Savings"
; 2,            123,    "CS2 - Incorporate Daylighting Controls to Achieve Savings in Architecturally Daylit Spaces"
; 2,            124,    "CS2 - Incorporate Daylighting Controls to Achieve Savings in Architecturally Daylit Spaces"
; 2,            125,    "CS3 - Incorporate Occupancy Controls in Zones with Intermittent Use"
; 2,            126,    "CS3 - Incorporate Occupancy Controls in Zones with Intermittent Use"
; 2,            127,    "CS4 - Use Variable-Speed Motor Controllers for Fans & Pumps with Modulating Flows"
; 2,            128,    "CS4 - Use Variable-Speed Motor Controllers for Fans & Pumps with Modulating Flows"
; 2,            129,    "CS5 - Cool Building Mass at Night for Energy & Demand Savings"
; 2,            130,    "CS5 - Cool Building Mass at Night for Energy & Demand Savings"
; 2,            131,    "CM1 - Crush Waste Concrete & Masonry for Reuse"
; 2,            132,    "CM2 - Use Material-Conserving Construction Practices"
; 2,            133,    "CM2 - Use Material-Conserving Construction Practices"
; 2,            134,    "CM3 - Select Safe Materials for Use On-Site"
; 2,            135,    "CM4 - Use Integrated Pest Management (IPM) to Minimize Pesticide Use in Construction"
; 2,            136,    "CM4 - Use Integrated Pest Management (IPM) to Minimize Pesticide Use in Construction"
; 2,            137,    "CM4 - Use Integrated Pest Management (IPM) to Minimize Pesticide Use in Construction"
; 2,            138,    "CM5 - Use Energy-Efficient Site Lighting & Controls & Low-Pollution Construction Equipment"
; 2,            139,    "CM5 - Use Energy-Efficient Site Lighting & Controls & Low-Pollution Construction Equipment"
; 2,            140,    "CM5 - Use Energy-Efficient Site Lighting & Controls & Low-Pollution Construction Equipment"
; 2,            141,    "CM6 - Isolate Construction in Occupied Buildings to Protect Occupants"
; 2,            142,    "CM6 - Isolate Construction in Occupied Buildings to Protect Occupants"
; 2,            143,    "CM7 - Schedule Potential Indoor Air-Polluting Operations to Reduce Occupant & Worker Exposure"
; 2,            144,    "CM7 - Schedule Potential Indoor Air-Polluting Operations to Reduce Occupant & Worker Exposure"
; 2,            145,    "CM7 - Schedule Potential Indoor Air-Polluting Operations to Reduce Occupant & Worker Exposure"
; 2,            146,    "CM8 - Flush with Full Outdoor Air for Seven Days Prior to Occupancy to Protect Occupants"
; 2,            147,    "CM8 - Flush with Full Outdoor Air for Seven Days Prior to Occupancy to Protect Occupants"
; 2,            148,    "CM9 - Thoroughly Clean Interiors, Building Cavities & HVAC Systems Prior to Furniture Installation and Occupancy"
; 2,            149,    "CO1 - Prepare & Follow a Formal Commissioning Plan"
; 2,            150,    "CO1 - Prepare & Follow a Formal Commissioning Plan"
; 2,            151,    "CO1 - Prepare & Follow a Formal Commissioning Plan"
; 2,            152,    "CO1 - Prepare & Follow a Formal Commissioning Plan"
; 2,            153,    "CO1 - Prepare & Follow a Formal Commissioning Plan"
; 2,            154,    "CO1 - Prepare & Follow a Formal Commissioning Plan"
; 2,            155,    "CO2 - Pretest & Functionally Test All Equipment to be Commissioned & Correct Deficiencies"
; 2,            156,    "CO2 - Pretest & Functionally Test All Equipment to be Commissioned & Correct Deficiencies"
; 2,            157,    "CO3 - Provide Operation & Maintenance Training for Staff"
; 2,            158,    "CO4 - Provide a Complete Final Commissioning Report to the Owner & Building Management"
; 2,            159,    "CO4 - Provide a Complete Final Commissioning Report to the Owner & Building Management"
; 2,            160,    "CO4 - Provide a Complete Final Commissioning Report to the Owner & Building Management"

; SAC 12/18/00 - Added new optional measures BY TOPIC
0, Measures:OptMeasureCateg, 1
2,              1,    "Siting & Form"
2,              2,    "Landscape"
2,              3,    "Transportation"
2,              4,    "Envelope & Space Planning"
2,              5,    "Materials"
2,              6,    "Water Systems"
2,              7,    "Electical Systems"
2,              8,    "HVAC Systems"
2,              9,    "Control Systems"
2,             10,    "Construction Management"
2,             11,    "Commissioning"

; SAC 12/18/00 - Added new optional "Siting & Form" measures
0, Measures:OSFActiveMsr, 1
2,              1,    "SF1 - Use Narrow Floor Plates for Access to Daylight, Views && Natural Cooling"
2,              2,    "SF2 - Locate && Orient the Building to Control Solar Cooling Loads"
2,              3,    "SF3 - Locate && Orient the Building for Passive Solar Heat in Winter"
2,              4,    "SF4 - Shape && Orient the Building for Exposure to Prevailing Winds"
2,              5,    "SF5 - Shape the Building to Induce Buoyancy Airflow Into && Out of Interior Spaces"
2,              6,    "SF6 - Shape the Building for Solar Energy Collection"

0, Measures:OSFMsrDetails, 10
2,             10,    "Utilized atria and courtyards or narrow floor plans to provide Daylighting."
2,             11,    "Utilized atria and courtyards or narrow floor plans to provide natural ventilation."
2,             20,    "Utilized landscaping and/or shading to minimize solar cooling loads."
2,             21,    "Optimized building orientation in order to minimize solar cooling loads."
2,             30,    "Oriented the building with the long side east-west for highest winter gains and lowest summer gains."
2,             40,    "Utilized pressure differences, in conjunction with wind patterns, to induce natural cooling and ventilation."
2,             50,    "Designed the building so that warm air may exit from the top of a space, drawing in air at lower levels."
2,             60,    "Optimized location of solar collectors to generate power."
2,             61,    "Optimized tilt of solar collectors to generate power."

; SAC 12/18/00 - Added new optional "Landscape" measures
0, Measures:OLAActiveMsr, 1
2,              1,    "LA1 - Locate Landscaping and Landscape Structures to Shade Buildings"
2,              2,    "LA2 - Use Landscape Design to Modify Wind Patterns && Enhance Building Ventilation"
2,              3,    "LA3 - Apply Environmental Landscape Design Principles"
2,              4,    "LA4 - Incorporate Areas for Urban Agriculture && Rooftop/Balcony Gardens"
2,              5,    "LA5 - Provide Shelter && Habitat for Urban Wildlife Through Landscape Design"
2,              6,    "LA6 - Provide On-Site Composting Facilities"
2,              7,    "LA7 - Use Recycled Landscape Products && Materials"

0, Measures:OLAMsrDetails, 10
2,             10,    "Planted trees to shade sides of building and reduce solar heat gain."
2,             11,    "Utilized vine trellises to shade sides of building and reduce solar heat gain."
2,             20,    "Planted dense trees or shrubs immediately downwind of or above air inlets to capture airflow and direct airflow into the building."
2,             21,    "Planted dense trees and shrubs immediately upwind of air outlets to create a low-pressure area and enhance outward flow."
2,             22,    "Utilized landscaping for windbreaks at building entrances, patios, and sidewalks."
2,             30,    "Utilized drought-tolerant plants to reduce water consumption."
2,             40,    "Implemented residential gardens to reduce grocery costs and energy consumed in food transportation."
2,             50,    "Selected plants that provide food / shelter to wildlife."
2,             51,    "Provided feeders and/or baths for small animals."
2,             52,    "Re-condition soil through mulching."
2,             53,    "Utilized natural pest-management practices."
2,             60,    "Used composting practices to reduce the amount of organic waste in landfills."
2,             70,    "Used recycled plastic and/or rubber products for benches, tree protection, fences, fabrics, compost bins, hoses, edging, paving, etc."
2,             71,    "Recycled construction waste such as crushed concrete, stone, and asphalt as a sub-base under hard-surface areas."
2,             72,    "Used larger slabs of concrete for retaining walls / pavers."
2,             73,    "Used reclaimed brick and stone for patio paving / garden walls."

; SAC 12/19/00 - Added new optional "Transportation" measures
0, Measures:OTRActiveMsr, 1
2,              1,    "TR1 - Match the Area && Type of Paved Surfaces to Their Use"
2,              2,    "TR2 - Create a Safe && Comfortable Environment for Pedestrians"
2,              3,    "TR3 - Provide Changing Rooms, Lockers && Showers for Cyclists && Joggers"
2,              4,    "TR4 - Place Automobile Parking Fully or Partially Underground"
2,              5,    "TR5 - Share Parking Between Occupancies in Mixed-Use Projects"
2,              6,    "TR6 - Provide Convenient Parking && Charging Facilities for Electric Vehicles"

0, Measures:OTRMsrDetails, 10
2,             10,    "Where possible, installed surfaces that encourage non-automobile traffic."
2,             11,    "Where possible, installed surfaces that allow stormwater infiltration."
2,             12,    "Integrated high, dense trees in parking areas to provide shade and visually pleasing atmosphere."
2,             13,    "Utilized a common driveway / entrance with other facilities."
2,             20,    "Provided a multi-purpose, aesthetically pleasing area to promote safe and comfortable public places."
2,             21,    "Provided sufficient lighting for both safety and aesthetics."
2,             30,    "Encouraged human-powered commuting by providing facilities for changing and showering."
2,             40,    "Created a more aesthetically pleasing site by providing parking underground."
2,             41,    "Created more leasable area by placing parking underground."
2,             50,    "Provided shared parking spaces between occupancies, utilizing their differing demands for the time of day or week."
2,             51,    "Utilized freed-up space for natural landscaping and creative site planning."
2,             60,    "Located EV parking close to a main building entrance, along with the charging station electrical panel."
2,             61,    "Provided one EV parking stall for every twenty on-site parking stalls and one charging station for every two EV parking stalls."

; SAC 12/19/00 - Added new optional "Envelope & Space Planning" measures
0, Measures:OENActiveMsr, 1
2,              1,    "EN1 - Design Windows to Maximize Daylighting && Views"
2,              2,    "EN2 - Shade Windows During Cooling Periods"
2,              3,    "EN3 - Use Roof Monitors for Daylighting Upper Floors"
2,              4,    "EN4 - Design Windows to Maximize Natural Ventilation"
2,              5,    "EN5 - Shape && Plan Interiors to Enhance Daylight && Natural Air Flow Distribution"
2,              6,    "EN6 - Incorporate Thermal Mass into Building Structure"
2,              7,    "EN7 - Select Light Colors for Exterior Finishes"

0, Measures:OENMsrDetails, 10
2,             10,    "Maximized daylighting, views, and natural ventilation based on building orientation and surroundings."
2,             11,    "Selected high-performance, low-emissivity glazing with visible transmissivity of greater than 0.6 and solar transmissivity of less than 0.4 to reduce annual operating energy."
2,             12,    "Utilized lightshelves to reflect sunlight and daylight toward ceiling, even out light distribution, and shade view windows."
2,             20,    "Designed overhangs appropriately for window size and orientation, and extended overhang beyond the sides of the windows, or used fins, to prevent solar gain from the sides."
2,             21,    "Utilized slatted or louvered shades to optimize daylighting and shading."
2,             30,    "Utilized top-lighting, such as skylights, to provide uniform light distribution."
2,             31,    "Utilized roof monitors to provide uniform light distribution and provide natural ventilation."
2,             40,    "Optimized window design to provide greatest natural ventilation while minimizing sound transmission."
2,             50,    "Designed ceiling heights to 9 6 or greater to permit the use of taller windows and maximize daylighting and natural ventilation."
2,             51,    "Utilized open-plan layouts to encourage cross-ventilation and avoid blocking daylight."
2,             52,    "Designed ceilings to promote appropriate airflow and light reflectance."
2,             60,    "Utilized thermal mass and perforated or open grid ceiling tile to improve airflow."
2,             61,    "Maximize the exposed surface area of thermal masses to increase heat transfer."
2,             62,    "Used operable windows and HVAC diffusers to direct airflow toward massive elements at night to lower temperature."
2,             70,    "Improved roof insulation to reduce solar heat gains."
2,             71,    "Increased the roof reflectivity to reduce solar heat gains."
2,             72,    "Utilized radiant barriers in attic spaces to reduce solar heat gains."

; SAC 12/19/00 - Added new optional "Materials" measures
0, Measures:OMAActiveMsr, 1
2,              1,    "MA1 - Restore && Incorporate Portions or Entire Existing Buildings in New Designs"
2,              2,    "MA2 - Specify Reuse of Salvaged Building && Landscape Materials"
2,              3,    "MA3 - Design with Panel, Precut && Engineered Construction Products to Minimize Waste"
2,              4,    "MA4 - Specify Durable Exterior && Interior Finishes"
2,              5,    "MA5 - Design Interior Building Components for Future Disassembly, Reuse && Recycling"
2,              6,    "MA6 - Specify Wood from Sustainably Harvested Sources"
2,              7,    "MA7 - Use Low Emission Finishes && Interior Materials to Reduce Indoor && Environmental Pollution"

0, Measures:OMAMsrDetails, 10
2,             10,    "Retained as much as possible of existing building structures and incorporated them into the new development."
2,             11,    "Updated structure and systems to match modern efficiency standards."
2,             12,    "Retained architectural features to preserve historic context."
2,             20,    "Salvaged and reused building and landscape materials such as brick, wood, hardware, doors, plumbing fixtures, metalwork, and plants."
2,             30,    "Designed with common, modular dimensions to maximize materials use."
2,             31,    "Specified building systems that precisely fit the module to maximize materials use."
2,             32,    "Designed frame structures with carefully engineered products to optimize strength using the minimum amount of materials."
2,             40,    "Specified highly durable, ultraviolet- and weather-resistant materials to reduce long-term waste."
2,             41,    "Applied adequate flashing and protective coatings to hinder deterioration that is a result of the UV exposure and moist, salty air found in Santa Monicas coastal climate."
2,             42,    "Minimized the use of carpets, especially in high-traffic areas, to reduce cleaning, indoor air quality problems, and waste that is a result of a shorter service life."
2,             43,    "Utilized durable wall finishes and corner guards to protect vulnerable areas, reducing maintenance and replacement."
2,             50,    "Utilized demountable partition systems in commercial applications that can be moved (and reused) as interior uses change."
2,             51,    "Specify fixtures and equipment that can be repaired, separated into recyclable components, and salvaged to minimize waste."
2,             60,    "Specified wood from sustainably managed forests to avoid forest depletion, soil loss, and fishery and habitat damage."
2,             61,    "Utilized wood salvaged from demolition to prevent waste, lower costs, and maximize quality."
2,             70,    "Minimize use of high-emission carpet, paints, adhesives, ceiling tiles, wood composite products, acoustic materials, and insulation materials containing volatile organic compounds (VOCs) which evaporate and pollute indoor air."
2,             71,    "Utilize healthy floor, ceiling, and wall coverings that release the least dust and do not support microbial growth."

; SAC 12/19/00 - Added new optional "Water Systems" measures
0, Measures:OWSActiveMsr, 1
2,              1,    "WS1 - Specify && Install Water- && Energy-Conserving Appliances"
2,              2,    "WS2 - Reuse Graywater for Outdoor Landscaping Irrigation"
2,              3,    "WS3 - Collect Rainwater for Outdoor Landscaping Irrigation"
2,              4,    "WS4 - Select High-Efficiency Domestic Hot Water Heaters && Boilers"
2,              5,    "WS5 - Install Heat-Recovery Systems on Wastewater Plumbing"
2,              6,    "WS6 - Use Solar Collectors && Heat Storage for Domestic Hot Water Heating"

0, Measures:OWSMsrDetails, 10
2,             10,    "Used EnergyStar compliant washing machines, dishwashers, and other appliances to reduce water and energy costs."
2,             20,    "Installed wastewater plumbing piping to capture drain water from baths, showers, laundry, and bathroom sinks for sub-surface irrigation of outdoor landscaping."
2,             30,    "Collected rainwater with rainbarrels at each rainwater leader or downspout to displace potable water otherwise wasted for irrigation."
2,             40,    "Specified EnergyStar compliant boilers and service water heaters, with higher efficiency than the legally required minimum."
2,             50,    "Installed graywater heat-recovery equipment to save up to 60% of water-heating energy where hot water drain flow occurs at the same time as hot water supply flow."
2,             60,    "Provided service and space heating water with flat plate solar collectors or evacuated tube systems to offset heating loads."

; SAC 12/19/00 - Added new optional "Electical Systems" measures
0, Measures:OESActiveMsr, 1
2,              1,    "ES1 - Select Electrical Equipment for Reduced Energy Demand && Consumption"
2,              2,    "ES2 - Select Lighting Equipment for Reduced Energy Demand && Consumption"
2,              3,    "ES3 - Integrate Daylighting && Electric Lighting in Task-Oriented Spaces for Productivity && Comfort"
2,              4,    "ES4 - Integrate Daylighting && Electric Lighting in Gathering Spaces for Comfort && Efficiency"
2,              5,    "ES5 - Maximize Impact in Sales Areas with Efficient Lighting Strategies"
2,              6,    "ES6 - ES6 Integrate Daylighting && Electric Lighting in High-Bay, Manufacturing && Color-Critical Areas"
2,              7,    "ES7 - Incorporate Photovoltaic Electricity Systems into the Building Fabric"
2,              8,    "ES8 - Provide for Future Electric Vehicle Charging Stations"

0, Measures:OESMsrDetails, 10
2,             10,    "Thoughtfully selected transformers by considering load factor with high load variation and low life cycle cost."
2,             11,    "Selected premium efficiency motors to reduce energy consumption."
2,             20,    "Select lamps and electric ballasts that produce more light output and reduce the number of lamps or fixtures required."
2,             21,    "Implemented a lighting design that optimizes light distribution and fixture spacing."
2,             30,    "Distributed daylighting and most electrical lighting indirectly by reflecting from ceilings and walls to enhance comfort."
2,             31,    "Considered space use and color quality to determine lamp color temperature."
2,             32,    "Designed lighting control zones to supplement daylight variation throughout the day and coordinated them with HVAC zones and controls to maximize energy efficiency."
2,             40,    "Utilize daylight admitted high in large spaces for more uniform illumination."
2,             41,    "Supplemented daylight by integrating electric fixtures and lamps with wide distribution patterns."
2,             41,    "Designed lighting control zones that allow photosensors to be effectively located and minimize manually switched areas."
2,             50,    "Created a balanced contrast using colored objects and lighting in retail situations to avoid excessive lighting of merchandise."
2,             60,    "Utilized daylight supplemented with electric light wherever possible."
2,             61,    "Introduced light high in a space with light-colored upper surfaces for ambient light distribution."
2,             62,    "Designed lighting levels to coincide with lighting power densities (LPDs) required by visual tasks."
2,             70,    "Utilized building-integrated photovoltaics (BIPVs) to integrate weather protection, solar electricity gain, and to displace conventional building materials for greater economy and aesthetics."
2,             71,    "Oriented collectors southwest with a slope equal to the latitude (~35) from horizontal to maximize energy generation in Santa Monica."
2,             72,    "Specified inverters, wiring, and other electric components to minimize energy losses."
2,             73,    "Selected inverters for power quality, high conversion efficiency, low standby power consumption, higher operating efficiency, and peak load capability with high surge currents of induction loads."
2,             80,    "Provided sufficient panel space, installing conduit, ventilation, and lighting for installation of one EV charging station for every twenty on-site parking stalls."

; SAC 12/19/00 - Added new optional "HVAC Systems" measures
0, Measures:OHSActiveMsr, 1
2,              1,    "HS1 - Eliminate Mechanical System Sources of Indoor Air Pollution"
2,              2,    "HS2 - Isolate && Exhaust Indoor Point Sources of Air Pollutants"
2,              3,    "HS3 - Separate Outdoor Air Intakes from Air Pollutant Sources"
2,              4,    "HS4 - Provide for Additional Outdoor Air Supply Quantities in Future"
2,              5,    "HS5 - HS5 Filter or Treat Ventilation Air Supplies"
2,              6,    "HS6 - Provide Effective Ventilation Air Distribution"
2,              7,    "HS7 - Reduce or Eliminate Use of CFCs && HCFCs in Cooling Equipment"
2,              8,    "HS8 - Select High-Efficiency Heating && Cooling Equipment to Reduce Energy Consumption && Demand"

0, Measures:OHSMsrDetails, 10
2,             10,    "Eliminated potential for standing water in ducts through the use of slopes and traps."
2,             11,    "Provided access hatches for easy inspection and cleaning of cooling coils, drain pans, and humidifiers."
2,             12,    "Installed liners and insulators with a tough waterproof membrane and fray-resistant seams on the air side of ducts and equipment to prevent Man-Made Mineral Fibers (MMMFs) from coming in contact with return air"
2,             13,    "Designed return air plenums with negative pressure where exposed mineral fiber is unavoidable."
2,             14,    "Avoided occupant exposure to backdrafting and spillage of combustion products by providing combustion air, isolation of the combustion chamber, and/or exhausts on combustion equipment."
2,             20,    "Improved indoor air quality by isolating and/or exhausting indoor air pollutants such as photocopiers, printers, blueprint and film processing machines, gluing or painting areas, and toxic cleaning products."
2,             30,    "Protected indoor air quality by locating intakes and operable windows as far as possible from potential pollutant releases."
2,             31,    "Extended combustion equipment vent outlets on roofs, above the turbulent air boundary."
2,             32,    "Avoided locating intakes in semi-enclosed areas with exhausts, vents, cooling towers, or evaporative coolers."
2,             40,    "Designed supply air systems to allow the future supply of 150% of the outdoor air supply required by ASHRAE Standard 62-1989 Table 2."
2,             41,    "Where possible, designed equipment to allow for future changes of occupancy, pollutant sources not known during design, and individuals with environmental sensitivities."
2,             50,    "Implemented use of particle filters or air cleaners with a minimum efficiency of 30% for mechanically supplied ventilation air to occupied spaces."
2,             51,    "Implemented use of 95% efficient dust filtration and often gas phase air cleaning for spaces where air is recirculated from spaces that are dusty or contain mild contaminants."
2,             52,    "Implemented exhaust systems kept under negative pressure for spaces where air connot be recirculated due to severe contaminants."
2,             60,    "Introduced ventilation air supplies with a high proportion of outdoor air directly to the occupied spaces to provide cleaner air and reduce energy consumption."
2,             61,    "Placed return air intakes as high in the spaces as possible to provide cleaner air and reduce energy consumption."
2,             62,    "Provided a small supply register connected to underfloor ductwork in each workstation to allow control by each user. "
2,             70,    "Provided sufficient space around equipment for future replacement."
2,             71,    "Provided isolation valves at all inlets, outlets, gauges, etc. to reduce fugitive emissions."
2,             72,    "Installed high-efficiency purges on chillers."
2,             80,    "Specified packaged air conditioners and heat pumps with equipment complying with the Consortium for Energy Efficiencys minimum efficiency standards."
2,             81,    "Specifying EnergyStar equipment for boilers and furnaces."
2,             82,    "Performing a life-cycle cost analysis as a basis for specifications for all other equipment."

; SAC 12/19/00 - Added new optional "Control Systems" measures
0, Measures:OCSActiveMsr, 1
2,              1,    "CS1 - Use Digital Electronic Control of Lighting && HVAC Systems for Energy && Demand Savings"
2,              2,    "CS2 - Incorporate Daylighting Controls to Achieve Savings in Architecturally Daylit Spaces"
2,              3,    "CS3 - Incorporate Occupancy Controls in Zones with Intermittent Use"
2,              4,    "CS4 - Use Variable-Speed Motor Controllers for Fans && Pumps with Modulating Flows"
2,              5,    "CS5 - Cool Building Mass at Night for Energy && Demand Savings"

0, Measures:OCSMsrDetails, 10
2,             10,    "Specified digital controls and equipment that offers optimal start/stop controls, provides occupant-accessible local overrides for temporary off-schedule use, has BACNet-compatible sensors, actuators, and controllers to increase energy savings in smaller buildings."
2,             11,    "Provided central controllers or centrally supervised zone controllers connected with a network to offer the most flexibility and potential for energy savings in larger buildings."
2,             20,    "Implemented a continuous dimming photosensor with daylighting for workspaces to maximize energy savings and occupant satisfaction."
2,             21,    "Implemented a multi-step photosensor with daylighting for storage areas or other intermittently occupied areas to maximize energy savings."
2,             30,    "Utilized occupancy sensors to control lighting, heating, and cooling according to motion detected within an intermittently occupied area."
2,             31,    "Located the sensor to adequately cover the occupied area of interest."
2,             40,    "Utilized variable-speed control instead of 2-way control valves or dampers to maximize energy savings in areas where air or liquid flows must be controlled to vary by 30% or more."
2,             41,    "Selected a controller appropriately suited to the load."
2,             50,    "Utilized the economizer cycle on air HVAC systems to cool unoccupied buildings at night and save significantly on cooling energy."
2,             51,    "Utilized the cooling tower water, by bypassing the chiller, on water HVAC systems to cool unoccupied buildings at night and save significantly on cooling energy."

; SAC 12/19/00 - Added new optional "Construction Management" measures
0, Measures:OCMActiveMsr, 1
2,              1,    "CM1 - Crush Waste Concrete && Masonry for Reuse"
2,              2,    "CM2 - Use Material-Conserving Construction Practices"
2,              3,    "CM3 - Select Safe Materials for Use On-Site"
2,              4,    "CM4 - Use Integrated Pest Management (IPM) to Minimize Pesticide Use in Construction"
2,              5,    "CM5 - Use Energy-Efficient Site Lighting && Controls && Low-Pollution Construction Equipment"
2,              6,    "CM6 - Isolate Construction in Occupied Buildings to Protect Occupants"
2,              7,    "CM7 - Schedule Potential Indoor Air-Polluting Operations to Reduce Occupant && Worker Exposure"
2,              8,    "CM8 - Flush with Full Outdoor Air for Seven Days Prior to Occupancy to Protect Occupants"
2,              9,    "CM9 - Thoroughly Clean Interiors, Building Cavities && HVAC Systems Prior to Furniture Installation and Occupancy"

0, Measures:OCMMsrDetails, 10
2,             10,    "Crushed waste concrete, asphalt, and acceptable masonry for use as granular till and aggregate either on-site (for large sites) or contract with a company that will truck materials to a facility with a crusher (smaller sites)."
2,             20,    "Purchased pre-engineered or factory-cut material whenever possible to optimize materials use and cut back on recycling waste."
2,             21,    "Used reusable and recyclable forming materials and rented scaffold and staging materials to optimize materials use and cut back on recycling waste."
2,             30,    "Selected construction products and materials that minimize long-term release of volatiles and trapped dust."
2,             40,    "Utilized mechanical insect controls such as concrete, termite resistant outdoor lumber substitutes, sand barriers, and sheet metal foundation shields wherever possible, instead of toxic wood treatments, fumigation, and residual pesticides in perimeter soils."
2,             41,    "Provided maximum allowable clearance of wood materials from soils, and built inspection openings into all concealed foundation spaces."
2,             42,    "Used pest-resistant landscape materials and naturally pest-repellent plants."
2,             50,    "Used high-efficiency security lighting and motion sensor controls on construction sites according to energy conservation standards."
2,             51,    "Designed outdoor lighting so that only lighting necessary for security, such as site gates and trailers, operates through the night using light-sensitive controls."
2,             52,    "Used low-emission construction equipment such as electric compressors, hoists, forklifts, and EVs or propane-powered engines where engines are necessary."
2,             60,    "Used airtight barriers to isolate construction zones in occupied buildings."
2,             61,    "Used separate ventilation systems to isolate construction zones in occupied buildings."
2,             70,    "Scheduled dusty operations, such as interior demolition, sanding, and ceiling tile removal for times when the building is unoccupied."
2,             71,    "Scheduled operations releasing volatile chemicals, such as gluing, applying paints and finishes, and caulking to allow as much time as possible before occupants return."
2,             72,    "Scheduled operations releasing fibers, such as installing or removing insulation for times when the building is unoccupied."
2,             80,    "Flushed newly built spaces with the full air HVAC capacity for seven days prior to occupancy."
2,             81,    "Flushed newly built spaces after final paint touch-up and floor-covering installation and before furniture installation to optimize the effects of the flush."
2,             90,    "Thoroughly cleaned interiors, cavities, and HVAC systems affected by construction prior to furniture installation and occupancy to improve indoor air quality."

; SAC 12/19/00 - Added new optional "Commissioning" measures
0, Measures:OCOActiveMsr, 1
2,              1,    "CO1 - Prepare && Follow a Formal Commissioning Plan"
2,              2,    "CO2 - Pretest && Functionally Test All Equipment to be Commissioned && Correct Deficiencies"
2,              3,    "CO3 - Provide Operation && Maintenance Training for Staff"
2,              4,    "CO4 - Provide a Complete Final Commissioning Report to the Owner && Building Management"

0, Measures:OCOMsrDetails, 10
2,             10,    "Implemented a comprehensive and coordinated commissioning program to ensure that the building performs as designed, and to optimize its operation for greatest energy conservation and occupant satisfaction."
2,             11,    "Decided the degree of commissioning required early in the design process."
2,             12,    "Assigned responsibility for commissioning early in the design process."
2,             13,    "Defined commissioning requirements clearly in specification documents for all systems that require it."
2,             14,    "Instructed contractor to coordinate and delegate commissioning duties among subcontractors."
2,             15,    "Assigned commissioning coordinator or consultant the coordination of all documents and commissioning work."
2,             20,    "Inspected and pretested all major equipment before installation is complete to discover serious defects that may affect the commissioning and occupancy schedule."
2,             21,    "Finalized testing once installation is substantially complete, but before full start-up."
2,             30,    "Held on-site meeting(s) to hand over the completed building to the owner and to train the operations staff on all electrical, mechanical, renewable energy, and non-typical water systems, demonstrating start-up, adjustment and shutdown procedures, and all routine maintenance procedures."
2,             40,    "Provided a full commissioning report documenting design intent, construction, and test results."
2,             41,    "Included an annotated source code for all control system programs in both hard copy and electronic form, complete with control point listings with set points and anticipated operating range."
2,             42,    "Ensured that all deficiencies and their successful correction are clearly documented."



0, MainWiz:State, 0
1,      MainWiz:Coverage, 2, 0    ; User Selected
2,              0,    "- undefined -"
1,      MainWiz:Coverage, 0, 6    ; California
2,              0,    "- all areas -"
2,              1,    "Arcata Area (CZ01)" 
2,             15,    "Blythe Area (CZ15)" 
2,             14,    "China Lake Area (CZ14)" 
2,              8,    "El Toro Area (CZ08)" 
2,             13,    "Fresno Area (CZ13)" 
2,              6,    "Los Angeles Area (CZ06)" 
2,             16,    "Mount Shasta Area (CZ16)" 
2,              3,    "Oakland Area (CZ03)" 
2,              9,    "Pasadena Area (CZ09)" 
2,             11,    "Red Bluff Area (CZ11)" 
2,             12,    "Sacramento Area (CZ12)" 
2,             10,    "San Bernardino Area (CZ10)" 
2,              7,    "San Diego Area (CZ07)" 
2,              5,    "Santa Maria Area (CZ05)" 
2,              2,    "Santa Rosa Area (CZ02)" 
2,              4,    "Sunnyvale Area (CZ04)" 
1,      MainWiz:Coverage, 1, 5    ; All Locations
2,              0,    "- undefined -"
2,              1,    "Alabama"
2,              2,    "Alaska"
2,              3,    "Arizona"
2,              4,    "Arkansas"
2,              5,    "California"
2,              6,    "Colorado"
2,              7,    "Connecticut"
2,              8,    "Delaware"
2,             54,    "District of Columbia"
2,              9,    "Florida"
2,             10,    "Georgia"
2,             11,    "Hawaii"
2,             12,    "Idaho"
2,             13,    "Illinois"
2,             14,    "Indiana"
2,             15,    "Iowa"
2,             16,    "Kansas"
2,             17,    "Kentucky"
2,             18,    "Louisiana"
2,             19,    "Maine"
2,             20,    "Maryland"
2,             21,    "Massachusetts"
2,             22,    "Michigan"
2,             23,    "Minnesota"
2,             24,    "Mississippi"
2,             25,    "Missouri"
2,             26,    "Montana"
2,             27,    "Nebraska"
2,             28,    "Nevada"
2,             29,    "New Hampshire"
2,             30,    "New Jersey"
2,             31,    "New Mexico"
2,             32,    "New York"
2,             33,    "North Carolina"
2,             34,    "North Dakota"
2,             35,    "Ohio"
2,             36,    "Oklahoma"
2,             37,    "Oregon"
2,             38,    "Pennsylvania"
2,             39,    "Rhode Island"
2,             40,    "South Carolina"
2,             41,    "South Dakota"
2,             42,    "Tennessee"
2,             43,    "Texas"
2,             44,    "Utah"
2,             45,    "Vermont"
2,             46,    "Virginia"
2,             47,    "Washington"
2,             48,    "West Virginia"
2,             49,    "Wisconsin"
2,             50,    "Wyoming"
2,             55,    "CANADA"
2,             53,    "PACIFIC ISLANDS"
2,             51,    "PUERTO RICO"
2,             52,    "VIRGIN ISLANDS"
1,      MainWiz:Coverage, 101, 22    ; EnergyShape - Central Industrial
2,             13,    "Illinois"
2,             14,    "Indiana"
2,             22,    "Michigan"
2,             35,    "Ohio"
2,             49,    "Wisconsin"
1,      MainWiz:Coverage, 102, 10    ; EnergyShape - Lower Southeast
2,              1,    "Alabama"
2,              9,    "Florida"
2,             10,    "Georgia"
2,             24,    "Mississippi"
1,      MainWiz:Coverage, 103, 38    ; EnergyShape - Mid Atlantic
2,             30,    "New Jersey"
2,             32,    "New York"
2,             38,    "Pennsylvania"
1,      MainWiz:Coverage, 104, 21    ; EnergyShape - New England
2,              7,    "Connecticut"
2,             19,    "Maine"
2,             21,    "Massachusetts"
2,             29,    "New Hampshire"
2,             39,    "Rhode Island"
2,             45,    "Vermont"
1,      MainWiz:Coverage, 105, 47    ; EnergyShape - Northwest
2,              2,    "Alaska"
2,              6,    "Colorado"
2,             12,    "Idaho"
2,             26,    "Montana"
2,             37,    "Oregon"
2,             47,    "Washington"
2,             50,    "Wyoming"
1,      MainWiz:Coverage, 106, 43    ; EnergyShape - South Central
2,              4,    "Arkansas"
2,             18,    "Louisiana"
2,             36,    "Oklahoma"
2,             43,    "Texas"
1,      MainWiz:Coverage, 107,  5    ; EnergyShape - Southwest
2,              3,    "Arizona"
2,              5,    "California"
2,             11,    "Hawaii"
2,             28,    "Nevada"
2,             31,    "New Mexico"
2,             44,    "Utah"
1,      MainWiz:Coverage, 108, 17    ; EnergyShape - Upper Southeast
2,              8,    "Delaware"
; 2,             54,    "District of Columbia"
2,             17,    "Kentucky"
2,             20,    "Maryland"
2,             33,    "North Carolina"
2,             40,    "South Carolina"
2,             42,    "Tennessee"
2,             46,    "Virginia"
2,             48,    "West Virginia"
1,      MainWiz:Coverage, 109, 27    ; EnergyShape - West Central
2,             15,    "Iowa"
2,             16,    "Kansas"
2,             23,    "Minnesota"
2,             25,    "Missouri"
2,             27,    "Nebraska"
2,             34,    "North Dakota"
2,             41,    "South Dakota"


0, MainWiz:Location, 0
1,      MainWiz:Coverage, 2, 0    ; User Selected
2,             0,    "- undefined -"
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State,  0, 326   ; - all areas -
2,             0,    "- undefined -"  
2,             1,    "Adin RS"  
2,             2,    "Alameda NAS"  
2,             3,    "Alamo"  
2,             4,    "Albany"  
2,             5,    "Alderpoint"  
2,             6,    "Alhambra"  
2,             7,    "Almaden AFS"  
2,             8,    "Alondra Park"  
2,             9,    "Alpine"  
2,            10,    "Altadena"  
2,            11,    "Alturas RS"  
2,            12,    "Alum Rock"  
2,            13,    "Anaheim"  
2,            14,    "Anderson"  
2,            15,    "Angwin"  
2,            16,    "Antioch"  
2,            17,    "Apple Valley"  
2,            18,    "Aptos"  
2,            19,    "Arcadia"  
2,            20,    "Arcata"  
2,            21,    "Arden"  
2,            22,    "Arroyo Grande"  
2,            23,    "Artesia"  
2,            24,    "Arvin"  
2,            25,    "Ash Mtn"  
2,            26,    "Atascadero"  
2,            27,    "Atherton"  
2,            28,    "Atwater"  
2,            29,    "Auberry"  
2,            30,    "Auburn"  
2,            31,    "Avalon"  
2,            32,    "Azusa"  
2,            33,    "Baker"  
2,            34,    "Bakersfield AP"  
2,            35,    "Balch PH"  
2,            36,    "Baldwin Park"  
2,            37,    "Banning"  
2,            38,    "Barrett Dam"  
2,            39,    "Barstow"  
2,            40,    "Beale AFB"  
2,            41,    "Beaumont"  
2,            42,    "Bell"  
2,            43,    "Bell Gardens"  
2,            44,    "Bellflower"  
2,            45,    "Belmont"  
2,            46,    "Ben Lomond"  
2,            47,    "Benicia"  
2,            48,    "Berkeley"  
2,            49,    "Berryessa Lake"  
2,            50,    "Beverly Hills"  
2,            51,    "Big Bar RS"  
2,            52,    "Big Bear Lake"  
2,            53,    "Bishop AP"  
2,            54,    "Blackwells Corner"  
2,            55,    "Bloomington"  
2,            56,    "Blue Canyon AP"  
2,            57,    "Blythe AP"  
2,            58,    "Blythe CO"  
2,            59,    "Boca"  
2,            60,    "Bodie"  
2,            61,    "Bonita"  
2,            62,    "Boron AFS"  
2,            63,    "Borrego Desert PK"  
2,            64,    "Bowman Dam"  
2,            65,    "Brannan Island"  
2,            66,    "Brawley 2 SW"  
2,            67,    "Brea Dam"  
2,            68,    "Bridgeport"  
2,            69,    "Broderick-Bryte"  
2,            70,    "Brooks Ranch"  
2,            71,    "Buena Park"  
2,            72,    "Burbank AP"  
2,            73,    "Burbank Vly Pump"  
2,            74,    "Burlingame"  
2,            75,    "Burney"  
2,            76,    "Butler Valley"
2,            77,    "Buttonwillow"  
2,            78,    "Cabrillo NM"  
2,            79,    "Cachuma Lake"  
2,            80,    "Calabasas"  
2,            81,    "Calaveras Big Trees"  
2,            82,    "Calexico"  
2,            83,    "Callahan"  
2,            84,    "Calwa"  
2,            85,    "Camarillo"  
2,            86,    "Cambria AFS"  
2,            87,    "Camp Pardee"
2,            88,    "Camp Roberts"  
2,            89,    "Campbell"  
2,            90,    "Campo"  
2,            91,    "Canoga Park"  
2,            92,    "Cantil"  
2,            93,    "Canyon Dam"  
2,            94,    "Capitola"  
2,            95,    "Cardiff-by-the-Sea"  
2,            96,    "Carlsbad"  
2,            97,    "Carmel Valley"  
2,            98,    "Carmichael"  
2,            99,    "Carpinteria"  
2,           100,    "Carson"  
2,           101,    "Castle AFB"  
2,           102,    "Castro Valley"  
2,           103,    "Catheys Valley"  
2,           104,    "Cecilville"  
2,           105,    "Cedarville"  
2,           106,    "Centerville PH"  
2,           107,    "Ceres"  
2,           108,    "Cerritos"  
2,           109,    "Cherry Valley Dam"  
2,           110,    "Cherryland"  
2,           111,    "Chester"  
2,           112,    "Chico Exp Sta"  
2,           113,    "China Lake"  
2,           114,    "Chino"  
2,           115,    "Chula Vista"  
2,           116,    "Citrus Heights"  
2,           117,    "Claremont"  
2,           118,    "Clarksburg"  
2,           119,    "Clearlake Highlands"  
2,           120,    "Cloverdale"  
2,           121,    "Clovis"  
2,           122,    "Coachella"  
2,           123,    "Coalinga"  
2,           124,    "Colfax"  
2,           125,    "Colton"  
2,           126,    "Colusa"  
2,           127,    "Commerce"  
2,           128,    "Compton"  
2,           129,    "Concord"  
2,           130,    "Corcoran"  
2,           131,    "Corona"  
2,           132,    "Coronado"  
2,           133,    "Corte Madera"  
2,           134,    "Costa Mesa"  
2,           135,    "Covelo"  
2,           136,    "Covina"  
2,           137,    "Crescent City"  
2,           138,    "Crockett"  
2,           139,    "Crows Landing"  
2,           140,    "Cucamonga"  
2,           141,    "Cudahy"  
2,           142,    "Culver City"  
2,           143,    "Cupertino"  
2,           144,    "Cuyama"  
2,           145,    "Cuyamaca"  
2,           146,    "Cypress"  
2,           147,    "Daggett AP"  
2,           148,    "Daly City"  
2,           149,    "Davis"  
2,           150,    "De Sabla"  
2,           151,    "Death Valley"  
2,           152,    "Deep Springs Clg"  
2,           153,    "Deer Creek PH"  
2,           154,    "Del Aire"  
2,           155,    "Delano"  
2,           156,    "Denair"  
2,           157,    "Diamond Bar"  
2,           158,    "Dinuba"  
2,           159,    "Dixon"  
2,           160,    "Dobbins"  
2,           161,    "Donner Mem Stt Pk"  
2,           162,    "Donner summit"  
2,           163,    "Downey"  
2,           164,    "Downieville RS"  
2,           165,    "Doyle"  
2,           166,    "Dry Canyon Res"  
2,           167,    "Duarte"  
2,           168,    "Dublin"  
2,           169,    "Dudleys"  
2,           170,    "Duttons Landing"  
2,           171,    "Eagle Mtn"  
2,           172,    "East Los Angeles"  
2,           173,    "East Park Res"  
2,           174,    "Edwards AFB"  
2,           175,    "El Cajon"  
2,           176,    "El Capitan Dam"  
2,           177,    "El Centro"  
2,           178,    "El Cerrito"  
2,           179,    "El Mirage"  
2,           180,    "El Monte"  
2,           181,    "El Rio"  
2,           182,    "El Segundo"  
2,           183,    "El Toro MCAS"  
2,           184,    "Electra PH"  
2,           185,    "Elk Valley"  
2,           186,    "Elsinore"  
2,           187,    "Encinitas"  
2,           188,    "Enterprise"  
2,           189,    "Escondido"  
2,           190,    "Eureka"  
2,           191,    "Fair Oaks"  
2,           192,    "Fairfax"  
2,           193,    "Fairfield FS"  
2,           194,    "Fairmont"  
2,           195,    "Fallbrook"  
2,           196,    "Ferndale"  
2,           197,    "Fillmore"  
2,           198,    "Five Points"  
2,           199,    "Fleming Fish & Game"  
2,           200,    "Florence-Graham"  
2,           201,    "Florin"  
2,           202,    "Folsom Dam"  
2,           203,    "Fontana"  
2,           204,    "Forest Glen"  
2,           205,    "Fort Baker"  
2,           206,    "Fort Bidwell"  
2,           207,    "Fort Bragg"  
2,           208,    "Fort Jones RS"  
2,           209,    "Fort MacArthur"
2,           210,    "Fort Ord"  
2,           211,    "Fort Ross"  
2,           212,    "Foster City"  
2,           213,    "Fountain Valley"  
2,           214,    "Freedom"  
2,           215,    "Fremont"  
2,           216,    "Fresno AP"  
2,           217,    "Friant Gov Camp"  
2,           218,    "Fullerton"  
2,           219,    "Garden Grove"  
2,           220,    "Gardena"  
2,           221,    "George AFB"
2,           222,    "Georgetown RS"  
2,           223,    "Giant Forest"  
2,           224,    "Gillespie Field"
2,           225,    "Gilroy"  
2,           226,    "Glen Avon"
2,           227,    "Glendale"  
2,           228,    "Glendora"  
2,           229,    "Glenville"  
2,           230,    "Gold Rock Ranch"
2,           231,    "Grant Grove"
2,           232,    "Grass Valley"  
2,           233,    "Graton"  
2,           234,    "Grossmont"  
2,           235,    "Grover City"  
2,           236,    "Hacienda Hts"  
2,           237,    "Haiwee"  
2,           238,    "Half Moon Bay"  
2,           239,    "Hamilton AFB"  
2,           240,    "Hanford"  
2,           241,    "Happy Camp RS"  
2,           242,    "Hat Creek PH 1"  
2,           243,    "Hawaiian Gardens"  
2,           244,    "Hawthorne"  
2,           245,    "Hayfield Pumps"  
2,           246,    "Hayward"  
2,           247,    "Healdsburg"  
2,           248,    "Hemet"  
2,           249,    "Henshaw Dam"
2,           250,    "Hermosa Beach"  
2,           251,    "Hetch Hetchy"  
2,           252,    "Highland"  
2,           253,    "Hillcrest Center"
2,           254,    "Hillsborough"  
2,           255,    "Hilts"  
2,           256,    "Hollister"  
2,           257,    "Hollywood"  
2,           258,    "Hoopa"  
2,           259,    "Huntington Beach"  
2,           260,    "Huntington Lake"  
2,           261,    "Huntington Park"  
2,           262,    "Idlewild"  
2,           263,    "Idria"  
2,           264,    "Idyllwild"  
2,           265,    "Imperial AP"  
2,           266,    "Imperial Beach"  
2,           267,    "Imperial CO"  
2,           268,    "Independence"
2,           269,    "Indio"
2,           270,    "Inglewood"  
2,           271,    "Inyokern NAS"  
2,           272,    "Iron Mtn"  
2,           273,    "Irvine"  
2,           274,    "Isla Vista"
2,           275,    "Jess Valley"
2,           276,    "John Wayne Airport"
2,           277,    "Julian Wynola"  
2,           278,    "Kentfield"  
2,           279,    "Kern River PH 1"  
2,           280,    "Kern River PH 3"  
2,           281,    "Kettleman Stn"  
2,           282,    "King City"  
2,           283,    "Klamath"  
2,           284,    "Knights Ferry"  
2,           285,    "La Canada-Flintridge"  
2,           286,    "La Crescenta-Montrose"  
2,           287,    "La Habra"  
2,           288,    "La Mesa"  
2,           289,    "La Mirada"  
2,           290,    "La Palma"  
2,           291,    "La Puente"  
2,           292,    "La Verne"  
2,           293,    "Lafayette"  
2,           294,    "Laguna Beach"  
2,           295,    "Laguna Hills"  
2,           296,    "Lake Arrowhead"  
2,           297,    "Lake Spaulding"
2,           298,    "Lakeport"  
2,           299,    "Lakeshore"  
2,           300,    "Lakeside"  
2,           301,    "Lakewood"  
2,           302,    "Lamont"  
2,           303,    "Lancaster"  
2,           304,    "Larkspur"  
2,           305,    "Las Plumas"
2,           306,    "Lava Beds"  
2,           307,    "Lawndale"  
2,           308,    "Le Grand"  
2,           309,    "Lemon Grove"  
2,           310,    "Lemoncove"  
2,           311,    "Lemoore NAS"  
2,           312,    "Lennox"  
2,           313,    "Lindsay"  
2,           314,    "Little Panoche"
2,           315,    "Livermore"  
2,           316,    "Llano Shawnee"  
2,           317,    "Lodgepole"  
2,           318,    "Lodi"  
2,           319,    "Loma Linda"  
2,           320,    "Lomita"  
2,           321,    "Lompoc"  
2,           322,    "Long Beach AP"  
2,           323,    "Long Beach CO"  
2,           324,    "Los Alamitos NAS"  
2,           325,    "Los Altos"  
2,           326,    "Los Angeles AP"  
2,           327,    "Los Angeles CO"  
2,           328,    "Los Banos"  
2,           329,    "Los Banos Res"  
2,           330,    "Los Gatos"  
2,           331,    "Lucerne Valley"  
2,           332,    "Lynwood"  
2,           333,    "Madera"  
2,           334,    "Manhattan Beach"  
2,           335,    "Manteca"  
2,           336,    "Manzanita Lake"  
2,           337,    "March AFB"
2,           338,    "Maricopa"  
2,           339,    "Marina"  
2,           340,    "Markley Cove"  
2,           341,    "Martinez FS"  
2,           342,    "Marysville"  
2,           343,    "Mather AFB"  
2,           344,    "Maywood"  
2,           345,    "McClellan AFB"  
2,           346,    "McCloud"  
2,           347,    "Mecca FS"  
2,           348,    "Menlo Park"  
2,           349,    "Merced AP"  
2,           350,    "Mill Creek"  
2,           351,    "Mill Valley"  
2,           352,    "Millbrae"  
2,           353,    "Milpitas"  
2,           354,    "Mineral"  
2,           355,    "Miramir AFS"  
2,           356,    "Mission Viejo"  
2,           357,    "Mitchell Caverns"  
2,           358,    "Modesto"  
2,           359,    "Moffett Field NAS"  
2,           360,    "Mojave"  
2,           361,    "Mono Lake"  
2,           362,    "Monrovia"  
2,           363,    "Montague"  
2,           364,    "Montclair"  
2,           365,    "Montebello"  
2,           366,    "Monterey AP"  
2,           367,    "Monterey CO"  
2,           368,    "Monterey Park"  
2,           369,    "Monticello Dam"  
2,           370,    "Moraga"  
2,           371,    "Morgan Hill"  
2,           372,    "Morro Bay FD"  
2,           373,    "Mount Baldy Notch"  
2,           374,    "Mount Diablo"  
2,           375,    "Mount Hamilton"  
2,           376,    "Mount Hebron RS"  
2,           377,    "Mount San Jacinto"
2,           378,    "Mount Shasta"  
2,           379,    "Mount Wilson"  
2,           380,    "Mountain Pass"  
2,           381,    "Mountain View"  
2,           382,    "Nacimiento Dam"  
2,           383,    "Napa State Hospital"  
2,           384,    "National City"  
2,           385,    "Needles AP"  
2,           386,    "Nevada City"  
2,           387,    "Newark"  
2,           388,    "Newhall Soledad"  
2,           389,    "Newman"  
2,           390,    "Newport Beach"  
2,           391,    "Norco"  
2,           392,    "North Fork RS"  
2,           393,    "North Highlands"  
2,           394,    "North Hollywood"  
2,           395,    "Norton AFB"
2,           396,    "Norwalk"  
2,           397,    "Novato"  
2,           398,    "Oakdale"  
2,           399,    "Oakland AP"  
2,           400,    "Oakland Museum"  
2,           401,    "Oceanside"  
2,           402,    "Oildale"  
2,           403,    "Ojai"  
2,           404,    "Ontario AP"  
2,           405,    "Orange"  
2,           406,    "Orange Cove"  
2,           407,    "Orangevale"  
2,           408,    "Orick Prairie Creek"  
2,           409,    "Orinda"  
2,           410,    "Orland"  
2,           411,    "Orleans"  
2,           412,    "Oroville RS"  
2,           413,    "Otay-Castle Pk"  
2,           414,    "Oxnard AFB"  
2,           415,    "Pacific Grove"  
2,           416,    "Pacifica"  
2,           417,    "Palm Desert"  
2,           418,    "Palm Springs"  
2,           419,    "Palmdale AP"  
2,           420,    "Palmdale CO"  
2,           421,    "Palo Alto"  
2,           422,    "Palomar Obsy"  
2,           423,    "Palos Verdes"  
2,           424,    "Paradise"  
2,           425,    "Paramount"  
2,           426,    "Parker Res"  
2,           427,    "Pasadena"  
2,           428,    "Paso Robles AP"  
2,           429,    "Paso Robles CO"  
2,           430,    "Pendleton MCB"
2,           431,    "Pendleton MCB Coast"
2,           432,    "Perris"  
2,           433,    "Petaluma FS 2"  
2,           434,    "Pico Rivera"  
2,           435,    "Piedmont"  
2,           436,    "Pinnacles NM"
2,           437,    "Pinole"  
2,           438,    "Pismo Beach"  
2,           439,    "Pittsburg"  
2,           440,    "Placentia"  
2,           441,    "Placerville"  
2,           442,    "Placerville IFG"  
2,           443,    "Platina"  
2,           444,    "Pleasant Hill"  
2,           445,    "Pleasanton"  
2,           446,    "Point Arena"  
2,           447,    "Point Arguello"  
2,           448,    "Point Mugu"  
2,           449,    "Point Piedras Blancas"
2,           450,    "Pomona Cal Poly"  
2,           451,    "Port Chicago ND"  
2,           452,    "Port Hueneme"  
2,           453,    "Porterville"  
2,           454,    "Portola"  
2,           455,    "Posey 3 E"  
2,           456,    "Potter Valley PH"  
2,           457,    "Poway Valley"  
2,           458,    "Priest Valley"  
2,           459,    "Quincy"  
2,           460,    "Ramona Spaulding"  
2,           461,    "Rancho Cordova"  
2,           462,    "Rancho Palos Verdes"  
2,           463,    "Randsburg"  
2,           464,    "Red Bluff AP"  
2,           465,    "Redding FS 4"  
2,           466,    "Redlands"  
2,           467,    "Redondo Beach"  
2,           468,    "Redwood City"  
2,           469,    "Reedley"  
2,           470,    "Rialto"  
2,           471,    "Richardson Grove"  
2,           472,    "Richmond"  
2,           473,    "Ridgecrest"  
2,           474,    "Riverside Exp Sta"  
2,           475,    "Riverside FS 3"  
2,           476,    "Rocklin"  
2,           477,    "Rohnert Park"  
2,           478,    "Rolling Hills"  
2,           479,    "Rosemead"  
2,           480,    "Roseville"  
2,           481,    "Rossmoor"
2,           482,    "Rowland Hts"  
2,           483,    "Rubidoux"  
2,           484,    "Sacramento AP"  
2,           485,    "Sacramento CO"  
2,           486,    "Saint Helena"  
2,           487,    "Saint Mary's College"  
2,           488,    "Salinas 3 E"  
2,           489,    "Salinas AP"  
2,           490,    "Salt Springs PH"  
2,           491,    "Salyer RS"  
2,           492,    "San Anselmo"  
2,           493,    "San Antonio Canyon"  
2,           494,    "San Antonio Mission"  
2,           495,    "San Bernardino"  
2,           496,    "San Bruno"  
2,           497,    "San Carlos"  
2,           498,    "San Clemente"  
2,           499,    "San Diego AP"  
2,           500,    "San Dimas"  
2,           501,    "San Fernando"  
2,           502,    "San Francisco AP"  
2,           503,    "San Francisco CO"  
2,           504,    "San Gabriel FD"  
2,           505,    "San Gregorio 2 SE"  
2,           506,    "San Jacinto"  
2,           507,    "San Jose"  
2,           508,    "San Leandro"  
2,           509,    "San Lorenzo"  
2,           510,    "San Luis Dam"  
2,           511,    "San Luis Obispo"  
2,           512,    "San Marino"  
2,           513,    "San Mateo"  
2,           514,    "San Nicholas Island"  
2,           515,    "San Pablo"  
2,           516,    "San Pedro"  
2,           517,    "San Rafael"  
2,           518,    "Sandberg"  
2,           519,    "Sanger"  
2,           520,    "Santa Ana FS"  
2,           521,    "Santa Barbara AP"  
2,           522,    "Santa Barbara CO"  
2,           523,    "Santa Clara Univ"  
2,           524,    "Santa Cruz"  
2,           525,    "Santa Fe Springs"  
2,           526,    "Santa Maria AP"  
2,           527,    "Santa Monica"  
2,           528,    "Santa Paula"  
2,           529,    "Santa Rosa"  
2,           530,    "Santee"  
2,           531,    "Saratoga"  
2,           532,    "Sausalito"  
2,           533,    "Sawyer's Bar RS"  
2,           534,    "Scotia"  
2,           535,    "Seal Beach"  
2,           536,    "Seaside"  
2,           537,    "Selma"  
2,           538,    "Shafter"  
2,           539,    "Shasta Dam"  
2,           540,    "Shelter Cove"  
2,           541,    "Sierra City"  
2,           542,    "Sierra Madre"  
2,           543,    "Sierraville RS"  
2,           544,    "Signal Hill"  
2,           545,    "Simi Valley"  
2,           546,    "Sonoma"  
2,           547,    "Sonora RS"  
2,           548,    "South El Monte"  
2,           549,    "South Entr Yosemite"  
2,           550,    "South Gate"  
2,           551,    "South Lake Tahoe"  
2,           552,    "South Pasadena"  
2,           553,    "South San Francisco"  
2,           554,    "South Whittier"
2,           555,    "Spring Valley"  
2,           556,    "Squaw Valley"  
2,           557,    "Squirrel Inn"
2,           558,    "Stanton"  
2,           559,    "Stockton AP"  
2,           560,    "Stockton FS 4"  
2,           561,    "Stony Gorge Res"  
2,           562,    "Strawberry Valley"  
2,           563,    "Sunland"  
2,           564,    "Sunnyvale"  
2,           565,    "Susanville AP"  
2,           566,    "Tahoe City"  
2,           567,    "Tahoe Valley AP"  
2,           568,    "Tehachapi"  
2,           569,    "Tejon Rancho"  
2,           570,    "Temple City"  
2,           571,    "Termo"  
2,           572,    "Thermal AP"  
2,           573,    "Thousand Oaks"  
2,           574,    "Three Rivers PH 1"  
2,           575,    "Tiburon"  
2,           576,    "Tiger Creek PH"
2,           577,    "Torrance"  
2,           578,    "Tracy Carbona"  
2,           579,    "Tracy Pumps"  
2,           580,    "Travis AFB"  
2,           581,    "Trinity Dam"  
2,           582,    "Trona"  
2,           583,    "Truckee RS"  
2,           584,    "Tujunga"
2,           585,    "Tulare"  
2,           586,    "Tulelake"  
2,           587,    "Turlock"  
2,           588,    "Turntable Creek"
2,           589,    "Tustin Irvine Rch"  
2,           590,    "Twentynine Palms"
2,           591,    "Twin Lakes"  
2,           592,    "Twitchell Dam"  
2,           593,    "UCLA"  
2,           594,    "Ukiah"  
2,           595,    "Union City"  
2,           596,    "Upland"  
2,           597,    "Upper Lake RS"  
2,           598,    "Upper San Leandro"  
2,           599,    "Vacaville"  
2,           600,    "Valinda"  
2,           601,    "Vallejo"  
2,           602,    "Valyermo RS"  
2,           603,    "Vandenburg AFB"  
2,           604,    "Ventura"  
2,           605,    "Victorville Pumps"  
2,           606,    "View Park"
2,           607,    "Visalia"  
2,           608,    "Vista"  
2,           609,    "Volta PH"  
2,           610,    "Walnut"  
2,           611,    "Walnut Creek"  
2,           612,    "Walnut Grove"  
2,           613,    "Warner Springs"  
2,           614,    "Wasco"  
2,           615,    "Watsonville"  
2,           616,    "Weaverville RS"  
2,           617,    "Weed FD"  
2,           618,    "West Carson"
2,           619,    "West Covina"  
2,           620,    "West Hollywood"  
2,           621,    "West Puente Valley"
2,           622,    "Westminster"  
2,           623,    "Whiskeytown Res"  
2,           624,    "White Mtn 1"  
2,           625,    "White Mtn 2"  
2,           626,    "Whittier"  
2,           627,    "Wildrose RS"  
2,           628,    "Williams"  
2,           629,    "Willits"  
2,           630,    "Willow Brook"  
2,           631,    "Willow Creek"  
2,           632,    "Willows"  
2,           633,    "Winters"  
2,           634,    "Woodfords"  
2,           635,    "Woodland"  
2,           636,    "Woodside"  
2,           637,    "Yorba Linda"  
2,           638,    "Yosemite Park Hq"  
2,           639,    "Yreka"  
2,           640,    "Yuba City"  
2,           641,    "Yucaipa"  
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State,  1,  20   ; Arcata
2,            20,    "Arcata"
2,           137,    "Crescent City"
2,           190,    "Eureka"
2,           196,    "Ferndale"
2,           207,    "Fort Bragg"
2,           211,    "Fort Ross"
2,           262,    "Idlewild"
2,           283,    "Klamath"
2,           408,    "Orick Prairie Creek"
2,           446,    "Point Arena"
2,           534,    "Scotia"
2,           540,    "Shelter Cove"
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State,  2,   5   ; Santa Rosa
2,             5,    "Alderpoint"
2,            15,    "Angwin"
2,            49,    "Berryessa Lake"
2,            76,    "Butler Valley"
2,           119,    "Clearlake Highlands"
2,           120,    "Cloverdale"
2,           133,    "Corte Madera"
2,           135,    "Covelo"
2,           170,    "Duttons Landing"
2,           192,    "Fairfax"
2,           233,    "Graton"
2,           239,    "Hamilton AFB"
2,           247,    "Healdsburg"
2,           258,    "Hoopa"
2,           278,    "Kentfield"
2,           298,    "Lakeport"
2,           304,    "Larkspur"
2,           340,    "Markley Cove"
2,           369,    "Monticello Dam"
2,           383,    "Napa State Hospital"
2,           397,    "Novato"
2,           411,    "Orleans"
2,           433,    "Petaluma FS 2"
2,           456,    "Potter Valley PH"
2,           471,    "Richardson Grove"
2,           477,    "Rohnert Park"
2,           486,    "Saint Helena"
2,           492,    "San Anselmo"
2,           517,    "San Rafael"
2,           529,    "Santa Rosa"
2,           546,    "Sonoma"
2,           594,    "Ukiah"
2,           597,    "Upper Lake RS"
2,           629,    "Willits"
2,           631,    "Willow Creek"
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State,  3,   2   ; Oakland
2,             2,    "Alameda NAS"
2,             4,    "Albany"
2,             7,    "Almaden AFS"
2,            18,    "Aptos"
2,            27,    "Atherton"
2,            45,    "Belmont"
2,            46,    "Ben Lomond"
2,            48,    "Berkeley"
2,            74,    "Burlingame"
2,            94,    "Capitola"
2,            97,    "Carmel Valley"
2,           102,    "Castro Valley"
2,           110,    "Cherryland"
2,           148,    "Daly City"
2,           178,    "El Cerrito"
2,           205,    "Fort Baker"
2,           210,    "Fort Ord"
2,           212,    "Foster City"
2,           214,    "Freedom"
2,           215,    "Fremont"
2,           238,    "Half Moon Bay"
2,           246,    "Hayward"
2,           254,    "Hillsborough"
2,           339,    "Marina"
2,           348,    "Menlo Park"
2,           351,    "Mill Valley"
2,           352,    "Millbrae"
2,           366,    "Monterey AP"
2,           367,    "Monterey CO"
2,           387,    "Newark"
2,           399,    "Oakland AP"
2,           400,    "Oakland Museum"
2,           415,    "Pacific Grove"
2,           416,    "Pacifica"
2,           435,    "Piedmont"
2,           437,    "Pinole"
2,           468,    "Redwood City"
2,           472,    "Richmond"
2,           488,    "Salinas 3 E"
2,           489,    "Salinas AP"
2,           496,    "San Bruno"
2,           497,    "San Carlos"
2,           502,    "San Francisco AP"
2,           503,    "San Francisco CO"
2,           505,    "San Gregorio 2 SE"
2,           508,    "San Leandro"
2,           509,    "San Lorenzo"
2,           513,    "San Mateo"
2,           515,    "San Pablo"
2,           524,    "Santa Cruz"
2,           532,    "Sausalito"
2,           553,    "South San Francisco"
2,           575,    "Tiburon"
2,           595,    "Union City"
2,           598,    "Upper San Leandro"
2,           601,    "Vallejo"
2,           615,    "Watsonville"
2,           636,    "Woodside"
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State,  4,  12   ; Sunnyvale
2,            12,    "Alum Rock"
2,            26,    "Atascadero"
2,            88,    "Camp Roberts"
2,            89,    "Campbell"
2,           143,    "Cupertino"
2,           144,    "Cuyama"
2,           225,    "Gilroy"
2,           256,    "Hollister"
2,           263,    "Idria"
2,           282,    "King City"
2,           325,    "Los Altos"
2,           330,    "Los Gatos"
2,           353,    "Milpitas"
2,           359,    "Moffett Field NAS"
2,           371,    "Morgan Hill"
2,           375,    "Mount Hamilton"
2,           381,    "Mountain View"
2,           382,    "Nacimiento Dam"
2,           421,    "Palo Alto"
2,           428,    "Paso Robles AP"
2,           429,    "Paso Robles CO"
2,           436,    "Pinnacles NM"
2,           458,    "Priest Valley"
2,           494,    "San Antonio Mission"
2,           507,    "San Jose"
2,           523,    "Santa Clara Univ"
2,           531,    "Saratoga"
2,           536,    "Seaside"
2,           564,    "Sunnyvale"
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State,  5,  22   ; Santa Maria
2,            22,    "Arroyo Grande"
2,            79,    "Cachuma Lake"
2,            86,    "Cambria AFS"
2,           235,    "Grover City"
2,           321,    "Lompoc"
2,           372,    "Morro Bay FD"
2,           438,    "Pismo Beach"
2,           447,    "Point Arguello"
2,           449,    "Point Piedras Blancas"
2,           511,    "San Luis Obispo"
2,           526,    "Santa Maria AP"
2,           592,    "Twitchell Dam"
2,           603,    "Vandenburg AFB"
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State,  6, 326   ; Los Angeles
2,             8,    "Alondra Park"
2,            31,    "Avalon"
2,            85,    "Camarillo"
2,            99,    "Carpinteria"
2,           100,    "Carson"
2,           134,    "Costa Mesa"
2,           154,    "Del Aire"
2,           181,    "El Rio"
2,           182,    "El Segundo"
2,           213,    "Fountain Valley"
2,           209,    "Fort MacArthur"
2,           250,    "Hermosa Beach"
2,           259,    "Huntington Beach"
2,           274,    "Isla Vista"
2,           294,    "Laguna Beach"
2,           295,    "Laguna Hills"  
2,           320,    "Lomita"
2,           322,    "Long Beach AP"
2,           323,    "Long Beach CO"
2,           326,    "Los Angeles AP"
2,           334,    "Manhattan Beach"
2,           390,    "Newport Beach"
2,           414,    "Oxnard AFB"
2,           423,    "Palos Verdes"
2,           448,    "Point Mugu"
2,           452,    "Port Hueneme"
2,           462,    "Rancho Palos Verdes"
2,           467,    "Redondo Beach"
2,           478,    "Rolling Hills"
2,           498,    "San Clemente"
2,           514,    "San Nicholas Island"
2,           516,    "San Pedro"
2,           521,    "Santa Barbara AP"
2,           522,    "Santa Barbara CO"
2,           527,    "Santa Monica"
2,           535,    "Seal Beach"
2,           544,    "Signal Hill"
2,           577,    "Torrance"
2,           604,    "Ventura"
2,           618,    "West Carson"
2,           622,    "Westminster"
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State,  7,  78   ; San Diego
2,            78,    "Cabrillo NM"
2,            95,    "Cardiff-by-the-Sea"
2,            96,    "Carlsbad"
2,           115,    "Chula Vista"
2,           132,    "Coronado"
2,           145,    "Cuyamaca"
2,           187,    "Encinitas"
2,           234,    "Grossmont"
2,           266,    "Imperial Beach"
2,           288,    "La Mesa"
2,           309,    "Lemon Grove"
2,           355,    "Miramir AFS"
2,           384,    "National City"
2,           401,    "Oceanside"
2,           413,    "Otay-Castle Pk"
2,           430,    "Pendleton MCB"
2,           431,    "Pendleton MCB Coast"
2,           499,    "San Diego AP"
2,           608,    "Vista"
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State,  8,  13   ; El Toro
2,            13,    "Anaheim"
2,            23,    "Artesia"
2,            42,    "Bell"
2,            43,    "Bell Gardens"
2,            44,    "Bellflower"
2,            67,    "Brea Dam"
2,            71,    "Buena Park"
2,           108,    "Cerritos"
2,           127,    "Commerce"
2,           128,    "Compton"
2,           141,    "Cudahy"
2,           142,    "Culver City"
2,           146,    "Cypress"
2,           163,    "Downey"
2,           183,    "El Toro MCAS"
2,           200,    "Florence-Graham"
2,           218,    "Fullerton"
2,           219,    "Garden Grove"
2,           220,    "Gardena"
2,           243,    "Hawaiian Gardens"
2,           244,    "Hawthorne"
2,           261,    "Huntington Park"
2,           270,    "Inglewood"
2,           273,    "Irvine"
2,           276,    "John Wayne Airport"
2,           287,    "La Habra"
2,           290,    "La Palma"
2,           295,    "Laguna Hills"
2,           301,    "Lakewood"
2,           307,    "Lawndale"
2,           312,    "Lennox"
2,           324,    "Los Alamitos NAS"
2,           332,    "Lynwood"
2,           344,    "Maywood"
2,           356,    "Mission Viejo"
2,           396,    "Norwalk"
2,           405,    "Orange"
2,           425,    "Paramount"
2,           440,    "Placentia"
2,           481,    "Rossmoor"
2,           520,    "Santa Ana FS"
2,           550,    "South Gate"
2,           558,    "Stanton"
2,           589,    "Tustin Irvine Rch"
2,           630,    "Willow Brook"
2,           637,    "Yorba Linda"
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State,  9,   6   ; Pasadena
2,             6,    "Alhambra"
2,            10,    "Altadena"
2,            19,    "Arcadia"
2,            32,    "Azusa"
2,            36,    "Baldwin Park"
2,            50,    "Beverly Hills"
2,            72,    "Burbank AP"
2,            73,    "Burbank Vly Pump"
2,            80,    "Calabasas"
2,            91,    "Canoga Park"
2,           117,    "Claremont"
2,           136,    "Covina"
2,           157,    "Diamond Bar"
2,           167,    "Duarte"
2,           172,    "East Los Angeles"
2,           180,    "El Monte"
2,           197,    "Fillmore"
2,           227,    "Glendale"
2,           228,    "Glendora"
2,           236,    "Hacienda Hts"
2,           257,    "Hollywood"
2,           285,    "La Canada-Flintridge"
2,           286,    "La Crescenta-Montrose"
2,           289,    "La Mirada"
2,           291,    "La Puente"
2,           292,    "La Verne"
2,           327,    "Los Angeles CO"
2,           362,    "Monrovia"
2,           365,    "Montebello"
2,           368,    "Monterey Park"
2,           388,    "Newhall Soledad"
2,           394,    "North Hollywood"
2,           403,    "Ojai"
2,           427,    "Pasadena"
2,           434,    "Pico Rivera"
2,           450,    "Pomona Cal Poly"
2,           479,    "Rosemead"
2,           482,    "Rowland Hts"
2,           500,    "San Dimas"
2,           501,    "San Fernando"
2,           504,    "San Gabriel FD"
2,           512,    "San Marino"
2,           525,    "Santa Fe Springs"
2,           528,    "Santa Paula"
2,           542,    "Sierra Madre"
2,           545,    "Simi Valley"
2,           548,    "South El Monte"
2,           552,    "South Pasadena"
2,           554,    "South Whittier"
2,           563,    "Sunland"
2,           570,    "Temple City"
2,           573,    "Thousand Oaks"
2,           593,    "UCLA"
2,           600,    "Valinda"
2,           606,    "View Park"
2,           610,    "Walnut"
2,           619,    "West Covina"
2,           620,    "West Hollywood"
2,           621,    "West Puente Valley"
2,           626,    "Whittier"
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State, 10,   9   ; San Bernardino
2,             9,    "Alpine"
2,            38,    "Barrett Dam"
2,            41,    "Beaumont"
2,            55,    "Bloomington"
2,           109,    "Cherry Valley Dam"
2,           114,    "Chino"
2,           125,    "Colton"
2,           131,    "Corona"
2,           140,    "Cucamonga"
2,           175,    "El Cajon"
2,           186,    "Elsinore"
2,           189,    "Escondido"
2,           195,    "Fallbrook"
2,           203,    "Fontana"
2,           224,    "Gillespie Field"
2,           226,    "Glen Avon"
2,           248,    "Hemet"
2,           252,    "Highland"
2,           300,    "Lakeside"
2,           319,    "Loma Linda"
2,           337,    "March AFB"
2,           364,    "Montclair"
2,           391,    "Norco"
2,           395,    "Norton AFB"
2,           404,    "Ontario AP"
2,           432,    "Perris"
2,           457,    "Poway Valley"
2,           460,    "Ramona Spaulding"
2,           466,    "Redlands"
2,           470,    "Rialto"
2,           474,    "Riverside Exp Sta"
2,           475,    "Riverside FS 3"
2,           483,    "Rubidoux"
2,           495,    "San Bernardino"
2,           506,    "San Jacinto"
2,           530,    "Santee"
2,           555,    "Spring Valley"
2,           596,    "Upland"
2,           641,    "Yucaipa"
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State, 11,  14   ; Red Bluff
2,            14,    "Anderson"
2,            30,    "Auburn"
2,            40,    "Beale AFB"
2,            64,    "Bowman Dam"
2,           106,    "Centerville PH"
2,           112,    "Chico Exp Sta"
2,           124,    "Colfax"
2,           126,    "Colusa"
2,           150,    "De Sabla"
2,           160,    "Dobbins"
2,           173,    "East Park Res"
2,           188,    "Enterprise"
2,           232,    "Grass Valley"
2,           272,    "Iron Mtn"
2,           305,    "Las Plumas"
2,           342,    "Marysville"
2,           386,    "Nevada City"
2,           410,    "Orland"
2,           412,    "Oroville RS"
2,           424,    "Paradise"
2,           443,    "Platina"
2,           464,    "Red Bluff AP"
2,           465,    "Redding FS 4"
2,           476,    "Rocklin"
2,           480,    "Roseville"
2,           561,    "Stony Gorge Res"
2,           588,    "Turntable Creek"
2,           623,    "Whiskeytown Res"
2,           628,    "Williams"
2,           632,    "Willows"
2,           640,    "Yuba City"
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State, 12,   3   ; Sacramento
2,             3,    "Alamo"
2,            16,    "Antioch"
2,            21,    "Arden"
2,            28,    "Atwater"
2,            47,    "Benicia"
2,            65,    "Brannan Island"
2,            69,    "Broderick-Bryte"
2,            70,    "Brooks Ranch"
2,            81,    "Calaveras Big Trees"
2,            87,    "Camp Pardee"
2,            98,    "Carmichael"
2,           101,    "Castle AFB"
2,           103,    "Catheys Valley"
2,           107,    "Ceres"
2,           116,    "Citrus Heights"
2,           118,    "Clarksburg"
2,           129,    "Concord"
2,           138,    "Crockett"
2,           139,    "Crows Landing"
2,           149,    "Davis"
2,           156,    "Denair"
2,           159,    "Dixon"
2,           168,    "Dublin"
2,           169,    "Dudleys"
2,           184,    "Electra PH"
2,           191,    "Fair Oaks"
2,           193,    "Fairfield FS"
2,           201,    "Florin"
2,           202,    "Folsom Dam"
2,           222,    "Georgetown RS"
2,           284,    "Knights Ferry"
2,           293,    "Lafayette"
2,           308,    "Le Grand"
2,           315,    "Livermore"
2,           318,    "Lodi"
2,           328,    "Los Banos"
2,           329,    "Los Banos Res"
2,           335,    "Manteca"
2,           341,    "Martinez FS"
2,           343,    "Mather AFB"
2,           345,    "McClellan AFB"
2,           349,    "Merced AP"
2,           358,    "Modesto"
2,           370,    "Moraga"
2,           374,    "Mount Diablo"
2,           389,    "Newman"
2,           393,    "North Highlands"
2,           398,    "Oakdale"
2,           407,    "Orangevale"
2,           409,    "Orinda"
2,           439,    "Pittsburg"
2,           441,    "Placerville"
2,           442,    "Placerville IFG"
2,           444,    "Pleasant Hill"
2,           445,    "Pleasanton"
2,           451,    "Port Chicago ND"
2,           461,    "Rancho Cordova"
2,           484,    "Sacramento AP"
2,           485,    "Sacramento CO"
2,           487,    "Saint Mary's College"
2,           510,    "San Luis Dam"
2,           547,    "Sonora RS"
2,           559,    "Stockton AP"
2,           560,    "Stockton FS 4"
2,           576,    "Tiger Creek PH"
2,           578,    "Tracy Carbona"
2,           579,    "Tracy Pumps"
2,           580,    "Travis AFB"
2,           587,    "Turlock"
2,           599,    "Vacaville"
2,           609,    "Volta PH"
2,           611,    "Walnut Creek"
2,           612,    "Walnut Grove"
2,           633,    "Winters"
2,           635,    "Woodland"
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State, 13,  24   ; Fresno
2,            24,    "Arvin"
2,            25,    "Ash Mtn"
2,            29,    "Auberry"
2,            34,    "Bakersfield AP"
2,            54,    "Blackwells Corner"
2,            61,    "Bonita"
2,            77,    "Buttonwillow"
2,            84,    "Calwa"
2,           121,    "Clovis"
2,           123,    "Coalinga"
2,           130,    "Corcoran"
2,           155,    "Delano"
2,           158,    "Dinuba"
2,           198,    "Five Points"
2,           216,    "Fresno AP"
2,           217,    "Friant Gov Camp"
2,           240,    "Hanford"
2,           253,    "Hillcrest Center"
2,           279,    "Kern River PH 1"
2,           281,    "Kettleman Stn"
2,           302,    "Lamont"
2,           310,    "Lemoncove"
2,           311,    "Lemoore NAS"
2,           313,    "Lindsay"
2,           314,    "Little Panoche"
2,           333,    "Madera"
2,           338,    "Maricopa"
2,           402,    "Oildale"
2,           406,    "Orange Cove"
2,           453,    "Porterville"
2,           455,    "Posey 3 E"
2,           469,    "Reedley"
2,           519,    "Sanger"
2,           537,    "Selma"
2,           538,    "Shafter"
2,           574,    "Three Rivers PH 1"
2,           585,    "Tulare"
2,           607,    "Visalia"
2,           614,    "Wasco"
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State, 14,  17   ; China Lake
2,            17,    "Apple Valley"
2,            33,    "Baker"
2,            35,    "Balch PH"
2,            39,    "Barstow"
2,            62,    "Boron AFS"
2,            90,    "Campo"
2,            92,    "Cantil"
2,           113,    "China Lake"
2,           147,    "Daggett AP"
2,           151,    "Death Valley"
2,           171,    "Eagle Mtn"
2,           174,    "Edwards AFB"
2,           176,    "El Capitan Dam"
2,           179,    "El Mirage"
2,           194,    "Fairmont"
2,           221,    "George AFB"
2,           245,    "Hayfield Pumps"
2,           249,    "Henshaw Dam"
2,           271,    "Inyokern NAS"
2,           277,    "Julian Wynola"
2,           303,    "Lancaster"
2,           316,    "Llano Shawnee"
2,           331,    "Lucerne Valley"
2,           360,    "Mojave"
2,           380,    "Mountain Pass"
2,           419,    "Palmdale AP"
2,           420,    "Palmdale CO"
2,           422,    "Palomar Obsy"
2,           463,    "Randsburg"
2,           473,    "Ridgecrest"
2,           582,    "Trona"
2,           590,    "Twentynine Palms"
2,           602,    "Valyermo RS"
2,           605,    "Victorville Pumps"
2,           613,    "Warner Springs"
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State, 15,  37   ; Blythe
2,            37,    "Banning"
2,            57,    "Blythe AP"
2,            58,    "Blythe CO"
2,            63,    "Borrego Desert PK"
2,            66,    "Brawley 2 SW"
2,            82,    "Calexico"
2,           122,    "Coachella"
2,           177,    "El Centro"
2,           230,    "Gold Rock Ranch"
2,           265,    "Imperial AP"
2,           269,    "Indio"
2,           347,    "Mecca FS"
2,           385,    "Needles AP"
2,           417,    "Palm Desert"
2,           418,    "Palm Springs"
2,           426,    "Parker Res"
2,           572,    "Thermal AP"
1,      MainWiz:Coverage, 0, 1   ; California-Only
1,      MainWiz:State, 16,   1   ; Mount Shasta
2,             1,    "Adin RS"
2,            11,    "Alturas RS"
2,            51,    "Big Bar RS"
2,            52,    "Big Bear Lake"
2,            53,    "Bishop AP"
2,            56,    "Blue Canyon AP"
2,            59,    "Boca"
2,            60,    "Bodie"
2,            68,    "Bridgeport"
2,            75,    "Burney"
2,            83,    "Callahan"
2,            93,    "Canyon Dam"
2,           104,    "Cecilville"
2,           105,    "Cedarville"
2,           111,    "Chester"
2,           152,    "Deep Springs Clg"
2,           153,    "Deer Creek PH"
2,           161,    "Donner Mem Stt Pk"
2,           162,    "Donner summit"
2,           164,    "Downieville RS"
2,           165,    "Doyle"
2,           166,    "Dry Canyon Res"
2,           185,    "Elk Valley"
2,           199,    "Fleming Fish & Game"
2,           204,    "Forest Glen"
2,           206,    "Fort Bidwell"
2,           208,    "Fort Jones RS"
2,           223,    "Giant Forest"
2,           229,    "Glenville"
2,           231,    "Grant Grove"
2,           237,    "Haiwee"
2,           241,    "Happy Camp RS"
2,           242,    "Hat Creek PH 1"
2,           251,    "Hetch Hetchy"
2,           255,    "Hilts"
2,           260,    "Huntington Lake"
2,           264,    "Idyllwild"
2,           267,    "Imperial CO"
2,           268,    "Independence"
2,           275,    "Jess Valley"
2,           280,    "Kern River PH 3"
2,           296,    "Lake Arrowhead"
2,           297,    "Lake Spaulding"
2,           299,    "Lakeshore"
2,           306,    "Lava Beds"
2,           317,    "Lodgepole"
2,           336,    "Manzanita Lake"
2,           346,    "McCloud"
2,           350,    "Mill Creek"
2,           354,    "Mineral"
2,           357,    "Mitchell Caverns"
2,           361,    "Mono Lake"
2,           363,    "Montague"
2,           373,    "Mount Baldy Notch"
2,           376,    "Mount Hebron RS"
2,           377,    "Mount San Jacinto"
2,           378,    "Mount Shasta"
2,           379,    "Mount Wilson"
2,           392,    "North Fork RS"
2,           454,    "Portola"
2,           459,    "Quincy"
2,           490,    "Salt Springs PH"
2,           491,    "Salyer RS"
2,           493,    "San Antonio Canyon"
2,           518,    "Sandberg"
2,           533,    "Sawyer's Bar RS"
2,           539,    "Shasta Dam"
2,           541,    "Sierra City"
2,           543,    "Sierraville RS"
2,           549,    "South Entr Yosemite"
2,           551,    "South Lake Tahoe"
2,           556,    "Squaw Valley"
2,           557,    "Squirrel Inn"
2,           562,    "Strawberry Valley"
2,           565,    "Susanville AP"
2,           566,    "Tahoe City"
2,           567,    "Tahoe Valley AP"
2,           568,    "Tehachapi"
2,           569,    "Tejon Rancho"
2,           571,    "Termo"
2,           581,    "Trinity Dam"
2,           583,    "Truckee RS"
2,           584,    "Tujunga"
2,           586,    "Tulelake"
2,           591,    "Twin Lakes"
2,           616,    "Weaverville RS"
2,           617,    "Weed FD"
2,           624,    "White Mtn 1"
2,           625,    "White Mtn 2"
2,           627,    "Wildrose RS"
2,           634,    "Woodfords"
2,           638,    "Yosemite Park Hq"
2,           639,    "Yreka"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 0, 0   ; => - undefined -
2,           0,    "- undefined -"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 1, 1   ; => Alabama
2,           1,    "Andalusia"
2,           2,    "Anniston"
2,           3,    "Auburn"
2,           4,    "Bay Minette"
2,           5,    "Belle Mina"
2,           6,    "Birmingham"
2,           7,    "Brewton"
2,           8,    "Chatom"
2,           9,    "Clanton"
2,          10,    "Dayton"
2,          11,    "Demopolis"
2,          12,    "Eufaula"
2,          13,    "Evergreen"
2,          14,    "Fairhope"
2,          15,    "Fayette"
2,          16,    "Frisco City"
2,          17,    "Gadsden"
2,          18,    "Greensboro"
2,          19,    "Haleyville"
2,          20,    "Headland"
2,          21,    "Huntsville"
2,          22,    "Lafayette"
2,          23,    "Marion"
2,          24,    "Mobile"
2,          25,    "Montgomery"
2,          26,    "Muscle Shoals"
2,          27,    "Oneonta"
2,          28,    "Ozark"
2,          29,    "Robertsdale"
2,          30,    "Rock Mills"
2,          31,    "St. Bernard"
2,          32,    "Scottsboro"
2,          33,    "Selma"
2,          34,    "Talladega"
2,          35,    "Thomasville"
2,          36,    "Troy"
2,          37,    "Tuscaloosa"
2,          38,    "Union Springs"
2,          39,    "Valley Head"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 2,   40   ; => Alaska
2,          40,    "Adak"
2,          41,    "Anchorage"
2,          42,    "Annette"
2,          43,    "Annex Creek"
2,          44,    "Barrow"
2,          45,    "Beaver Falls"
2,          46,    "Bethel"
2,          47,    "Bettles"
2,          48,    "Big Delta"
2,          49,    "Cold Bay"
2,          50,    "College"
2,          51,    "Cordova"
2,          52,    "Elmendorf"
2,          53,    "Fairbanks"
2,          54,    "Gulkana"
2,          55,    "Homer"
2,          56,    "Juneau"
2,          57,    "Kasilof"
2,          58,    "Kenai"
2,          59,    "Ketchikan"
2,          60,    "King Salmon"
2,          61,    "Kodiak"
2,          62,    "Kotzebue"
2,          63,    "McGrath"
2,          64,    "McKinley Park"
2,          65,    "Nome"
2,          66,    "Northway"
2,          67,    "Palmer Aaes"
2,          68,    "Petersburg"
2,          69,    "St. Paul Island"
2,          70,    "Seward"
2,          71,    "Shemya"
2,          72,    "Sitka"
2,          73,    "Talkeetna"
2,          74,    "Tanana"
2,          75,    "Valdez"
2,          76,    "Wrangell"
2,          77,    "Yakutat"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 3,   78   ; => Arizona
2,          78,    "Ajo"
2,          79,    "Apache"
2,          80,    "Betatakin"
2,          81,    "Bouse"
2,          82,    "Buckeye"
2,          83,    "Canelo"
2,          84,    "Casa Grande"
2,          85,    "Childs"
2,          86,    "Chino Valley"
2,          87,    "Clifton"
2,          88,    "Cordes"
2,          89,    "Deer Valley"
2,          90,    "Douglas"
2,          91,    "Duncan"
2,          92,    "Flagstaff"
2,          93,    "Florence"
2,          94,    "Ft. Valley"
2,          95,    "Ganado"
2,          96,    "Gila Bend"
2,          97,    "Heber"
2,          98,    "Holbrook"
2,          99,    "Jerome"
2,         100,    "Junipine"
2,         101,    "Kingman"
2,         102,    "Laveen"
2,         103,    "Litchfield Park"
2,         104,    "McNary"
2,         105,    "Mesa"
2,         106,    "Miami"
2,         107,    "Nogales"
2,         108,    "Oracle"
2,         109,    "Parker"
2,         110,    "Payson"
2,         111,    "Phoenix"
2,         112,    "Prescott"
2,         113,    "Roosevelt"
2,         114,    "Sacaton"
2,         115,    "Safford"
2,         116,    "St. Johns"
2,         117,    "San Carlos"
2,         118,    "Sedona"
2,         119,    "Seligman"
2,         120,    "Snowflake"
2,         121,    "South Phoenix"
2,         122,    "Springerville"
2,         123,    "Tempe"
2,         124,    "Tombstone"
2,         125,    "Truxton Canyon"
2,         126,    "Tucson"
2,         127,    "Walnut Creek"
2,         128,    "Wellton"
2,         129,    "Whiteriver"
2,         130,    "Wickenburg"
2,         131,    "Willcox"
2,         132,    "Williams"
2,         133,    "Window Rock"
2,         134,    "Winslow"
2,         135,    "Yuma"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 4,  136   ; => Arkansas
2,         136,    "Alum Fork"
2,         137,    "Arkadelphia"
2,         138,    "Batesville"
2,         139,    "Benton"
2,         140,    "Bentonville"
2,         141,    "Blytheville"
2,         142,    "Brinkley"
2,         143,    "Camden"
2,         144,    "Clarksville"
2,         145,    "Conway"
2,         146,    "Corning"
2,         147,    "Crossett"
2,         148,    "Dardanelle"
2,         149,    "De Queen"
2,         150,    "Des Arc"
2,         151,    "Dumas"
2,         152,    "El Dorado"
2,         153,    "Eureka Springs"
2,         154,    "Fayetteville"
2,         155,    "Ft. Smith"
2,         156,    "Gilbert"
2,         157,    "Gravette"
2,         158,    "Harrison"
2,         159,    "Helena"
2,         160,    "Hope"
2,         161,    "Hot Springs"
2,         162,    "Jonesboro"
2,         163,    "Keo"
2,         164,    "Lead Hill"
2,         165,    "Little Rock"
2,         166,    "Magnolia"
2,         167,    "Malvern"
2,         168,    "Mammoth Spring"
2,         169,    "Marianna"
2,         170,    "Mena"
2,         171,    "Monticello"
2,         172,    "Morrilton"
2,         173,    "Mt. Ida"
2,         174,    "Mountain Home"
2,         175,    "Nashville"
2,         176,    "Newport"
2,         177,    "Okay"
2,         178,    "Ozark"
2,         179,    "Paragould"
2,         180,    "Pine Bluff"
2,         181,    "Pocahontas"
2,         182,    "Prescott"
2,         183,    "Russellville"
2,         184,    "St. Charles"
2,         185,    "Searcy"
2,         186,    "Siloam Springs"
2,         187,    "Stuttgart"
2,         188,    "Subiaco"
2,         189,    "Texarkana"
2,         190,    "Waldron"
2,         191,    "Warren"
2,         192,    "West Memphis"
2,         193,    "Wynne"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 5,  259   ; => California
2,         194,    "Alturas"
2,         195,    "Arcata"
2,         196,    "Auberry"
2,         197,    "Auburn"
2,         198,    "Avalon"
2,         199,    "Bakersfield"
2,         200,    "Barstow"
2,         201,    "Beaumont"
2,         202,    "Berkeley"
2,         203,    "Bishop"
2,         204,    "Blythe"
2,         205,    "Bowman"
2,         206,    "Brawley"
2,         207,    "Burbank"
2,         208,    "Burney"
2,         209,    "Buttonwillow"
2,         210,    "Calaveras"
2,         211,    "Cedarville"
2,         212,    "Chico"
2,         213,    "Chula Vista"
2,         214,    "Claremont"
2,         215,    "Cloverdale"
2,         216,    "Coalinga"
2,         217,    "Colfax"
2,         218,    "Colusa"
2,         219,    "Corcoran"
2,         220,    "Corona"
2,         221,    "Covelo"
2,         222,    "Culver City"
2,         223,    "Daggett"
2,         224,    "Davis"
2,         225,    "Denair"
2,         226,    "Eagle Mountain"
2,         227,    "El Centro"
2,         228,    "El Toro"
2,         229,    "Escondido"
2,         230,    "Eureka"
2,         231,    "Fairfield"
2,         232,    "Fontana"
2,         233,    "Ft. Bragg"
2,         234,    "Fresno"
2,         235,    "Glennville"
2,         236,    "Graton"
2,         237,    "Half Moon Bay"
2,         238,    "Hanford"
2,         239,    "Happy Camp"
2,         240,    "Healdsburg"
2,         241,    "Huntington Lake"
2,         242,    "Imperial"
2,         243,    "Indio"
2,         244,    "Inyokern"
2,         245,    "Kentfield"
2,         246,    "Kern River"
2,         247,    "Kettleman"
2,         248,    "King City"
2,         249,    "Klamath"
2,         250,    "Laguna Beach"
2,         251,    "Lake Arrowhead"
2,         252,    "Lakeport"
2,         253,    "Lemon Cove"
2,         254,    "Lindsay"
2,         255,    "Livermore"
2,         256,    "Lodi"
2,         257,    "Lompoc"
2,         258,    "Long Beach"
2,         259,    "Los Angeles"
2,         260,    "Los Banos"
2,         261,    "Los Gatos"
2,         262,    "Madera"
2,         263,    "Maricopa"
2,         264,    "Marysville"
2,         265,    "McCloud"
2,         266,    "Mecca"
2,         267,    "Merced"
2,         268,    "Modesto"
2,         269,    "Monterey"
2,         270,    "Mt. Shasta"
2,         271,    "Napa"
2,         272,    "Needles"
2,         273,    "Nevada City"
2,         274,    "Newport Beach"
2,         275,    "Oakland"
2,         276,    "Ojai"
2,         277,    "Orange Cove"
2,         278,    "Orland"
2,         279,    "Orleans"
2,         280,    "Oxnard"
2,         281,    "Palmdale"
2,         282,    "Palm Springs"
2,         283,    "Palo Alto"
2,         284,    "Palomar"
2,         285,    "Pasadena"
2,         286,    "Paso Robles"
2,         287,    "Petaluma"
2,         288,    "Pismo Beach"
2,         289,    "Placerville"
2,         290,    "Pomona"
2,         291,    "Porterville"
2,         292,    "Quincy"
2,         293,    "Red Bluff"
2,         294,    "Redding"
2,         295,    "Redlands"
2,         296,    "Redwood City"
2,         297,    "Richmond"
2,         298,    "Riverside"
2,         299,    "Sacramento"
2,         300,    "St. Helena"
2,         301,    "San Bernardino"
2,         302,    "San Diego"
2,         303,    "San Francisco"
2,         304,    "San Gabriel"
2,         305,    "San Jose"
2,         306,    "San Luis Obispo"
2,         307,    "San Rafael"
2,         308,    "Santa Ana"
2,         309,    "Santa Barbara"
2,         310,    "Santa Cruz"
2,         311,    "Santa Maria"
2,         312,    "Santa Monica"
2,         313,    "Santa Paula"
2,         314,    "Santa Rosa"
2,         315,    "Scotia"
2,         316,    "Shasta"
2,         317,    "Sonoma"
2,         318,    "Stockton"
2,         319,    "Sunnyvale"
2,         320,    "Susanville"
2,         321,    "Tahoe City"
2,         322,    "Tehachapi"
2,         323,    "Thermal"
2,         324,    "Torrance"
2,         325,    "Tracy"
2,         326,    "Trona"
2,         327,    "Truckee"
2,         328,    "Tulelake"
2,         329,    "Tustin"
2,         330,    "Twentynine Palms"
2,         331,    "Ukiah"
2,         332,    "Upland"
2,         333,    "Vacaville"
2,         334,    "Victorville"
2,         335,    "Visalia"
2,         336,    "Wasco"
2,         337,    "Watsonville"
2,         338,    "Weaverville"
2,         339,    "Willows"
2,         340,    "Winters"
2,         341,    "Woodland"
2,         342,    "Yorba Linda"
2,         343,    "Yreka"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 6,  344   ; => Colorado
2,         344,    "Akron"
2,         345,    "Alamosa"
2,         346,    "Aspen"
2,         347,    "Bailey"
2,         348,    "Boulder"
2,         349,    "Buena Vista"
2,         350,    "Burlington"
2,         351,    "Byers"
2,         352,    "Canon City"
2,         353,    "Cedaredge"
2,         354,    "Center"
2,         355,    "Cheesman"
2,         356,    "Cheyenne Wells"
2,         357,    "Colorado Springs"
2,         358,    "Cortez"
2,         359,    "Crested Butte"
2,         360,    "Del Norte"
2,         361,    "Denver"
2,         362,    "Dillon"
2,         363,    "Durango"
2,         364,    "Eads"
2,         365,    "Eagle"
2,         366,    "Estes Park"
2,         367,    "Ft. Collins"
2,         368,    "Ft. Lewis"
2,         369,    "Ft. Morgan"
2,         370,    "Fruita"
2,         371,    "Glenwood Springs"
2,         372,    "Grand Junction"
2,         373,    "Grand Lake"
2,         374,    "Greeley"
2,         375,    "Green Mountain"
2,         376,    "Gunnison"
2,         377,    "Hayden"
2,         378,    "Hermit"
2,         379,    "Holly"
2,         380,    "Holyoke"
2,         381,    "Kassler"
2,         382,    "Kauffman"
2,         383,    "La Junta"
2,         384,    "Lakewood"
2,         385,    "Lamar"
2,         386,    "Las Animas"
2,         387,    "Little Hills"
2,         388,    "Longmont"
2,         389,    "Monte Vista"
2,         390,    "Montrose"
2,         391,    "Northdale"
2,         392,    "Norwood"
2,         393,    "Ouray"
2,         394,    "Pagosa Springs"
2,         395,    "Palisade"
2,         396,    "Parker"
2,         397,    "Pueblo"
2,         398,    "Rangely"
2,         399,    "Rifle"
2,         400,    "Rocky Ford"
2,         401,    "Rye"
2,         402,    "Saguache"
2,         403,    "Silverton"
2,         404,    "Steamboat Springs"
2,         405,    "Sterling"
2,         406,    "Stratton"
2,         407,    "Telluride"
2,         408,    "Trinidad"
2,         409,    "Walden"
2,         410,    "Walsenburg"
2,         411,    "Waterdale"
2,         412,    "Westcliffe"
2,         413,    "Wray"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 7,  414   ; => Connecticut
2,         414,    "Bridgeport"
2,         415,    "Danbury"
2,         416,    "Falls Village"
2,         417,    "Hartford"
2,         418,    "Middletown"
2,         419,    "Mt. Carmel"
2,         420,    "Norfolk"
2,         421,    "Norwalk"
2,         422,    "Storrs"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 8,  423   ; => Delaware
2,         423,    "Bridgeville"
2,         424,    "Dover"
2,         425,    "Georgetown"
2,         426,    "Lewes"
2,         427,    "Milford"
2,         428,    "Newark"
2,         429,    "Wilmington"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 9,  430   ; => Florida
2,         430,    "Apalachicola"
2,         431,    "Arcadia"
2,         432,    "Avon Park"
2,         433,    "Bartow"
2,         434,    "Belle Glade"
2,         435,    "Bradenton"
2,         436,    "Brooksville"
2,         437,    "Bushnell"
2,         438,    "Chipley"
2,         439,    "Clermont"
2,         440,    "Clewiston"
2,         441,    "Cross City"
2,         442,    "Daytona Beach"
2,         443,    "De Funiak Springs"
2,         444,    "Deland"
2,         445,    "Everglades"
2,         446,    "Ft. Lauderdale"
2,         447,    "Ft. Myers"
2,         448,    "Ft. Pierce"
2,         449,    "Gainesville"
2,         450,    "Glen St Mary"
2,         451,    "Hialeah"
2,         452,    "High Springs"
2,         453,    "Homestead"
2,         454,    "Inverness"
2,         455,    "Jacksonville"
2,         456,    "Jacksonville Beach"
2,         457,    "Jasper"
2,         458,    "Key West"
2,         459,    "Lake Alfred"
2,         460,    "Lake City"
2,         461,    "Lakeland"
2,         462,    "Loxahatchee"
2,         463,    "Madison"
2,         464,    "Mayo"
2,         465,    "Melbourne"
2,         466,    "Miami"
2,         467,    "Miami Beach"
2,         468,    "Milton"
2,         469,    "Monticello"
2,         470,    "Moore Haven"
2,         471,    "Mountain Lake"
2,         472,    "Naples"
2,         473,    "Niceville"
2,         474,    "Ocala"
2,         475,    "Orlando"
2,         476,    "Palatka"
2,         477,    "Pensacola"
2,         478,    "Plant City"
2,         479,    "Pompano Beach"
2,         480,    "Punta Gorda"
2,         481,    "Quincy"
2,         482,    "St. Leo"
2,         483,    "St. Petersburg"
2,         484,    "Sanford"
2,         485,    "Stuart"
2,         486,    "Tallahassee"
2,         487,    "Tampa"
2,         488,    "Tarpon Springs"
2,         489,    "Tavernier"
2,         490,    "Titusville"
2,         491,    "Vero Beach"
2,         492,    "Wauchula"
2,         493,    "West Palm Beach"
2,         494,    "Winter Haven"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 10,  495   ; => Georgia
2,         495,    "Albany"
2,         496,    "Alma"
2,         497,    "Americus"
2,         498,    "Athens"
2,         499,    "Atlanta"
2,         500,    "Augusta"
2,         501,    "Blairsville"
2,         502,    "Blakely"
2,         503,    "Brooklet"
2,         504,    "Brunswick"
2,         505,    "Camilla"
2,         506,    "Carrollton"
2,         507,    "Cartersville"
2,         508,    "Cedartown"
2,         509,    "Clayton"
2,         510,    "Columbus"
2,         511,    "Cornelia"
2,         512,    "Covington"
2,         513,    "Cuthbert"
2,         514,    "Dahlonega"
2,         515,    "Dalton"
2,         516,    "Douglas"
2,         517,    "Dublin"
2,         518,    "Eastman"
2,         519,    "Experiment"
2,         520,    "Fitzgerald"
2,         521,    "Folkston"
2,         522,    "Ft. Gaines"
2,         523,    "Ft. Stewart"
2,         524,    "Gainesville"
2,         525,    "Glennville"
2,         526,    "Hartwell"
2,         527,    "Hawkinsville"
2,         528,    "Jasper"
2,         529,    "La Fayette"
2,         530,    "La Grange"
2,         531,    "Louisville"
2,         532,    "Lumber City"
2,         533,    "Macon"
2,         534,    "Milledgeville"
2,         535,    "Millen"
2,         536,    "Moultrie"
2,         537,    "Newnan"
2,         538,    "Rome"
2,         539,    "Savannah"
2,         540,    "Siloam"
2,         541,    "Swainsboro"
2,         542,    "Talbotton"
2,         543,    "Thomasville"
2,         544,    "Tifton"
2,         545,    "Toccoa"
2,         546,    "Warrenton"
2,         547,    "Washington"
2,         548,    "Waycross"
2,         549,    "West Point"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 11,  550   ; => Hawaii
2,         550,    "Haleakala"
2,         551,    "Hilo"
2,         552,    "Honolulu"
2,         553,    "Kahului"
2,         554,    "Kamuela"
2,         555,    "Kaneohe"
2,         556,    "Kilauea"
2,         557,    "Lahaina"
2,         558,    "Lihue"
2,         559,    "Mana"
2,         560,    "Ookala"
2,         561,    "Opaeula"
2,         562,    "Waialua"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 12,  563   ; => Idaho
2,         563,    "Aberdeen"
2,         564,    "American Falls"
2,         565,    "Arco"
2,         566,    "Ashton"
2,         567,    "Bayview"
2,         568,    "Bliss"
2,         569,    "Boise"
2,         570,    "Bonners Ferry"
2,         571,    "Burley"
2,         572,    "Caldwell"
2,         573,    "Cambridge"
2,         574,    "Cascade"
2,         575,    "Challis"
2,         576,    "Coeur d'Alene"
2,         577,    "Council"
2,         578,    "Driggs"
2,         579,    "Dubois"
2,         580,    "Emmett"
2,         581,    "Fairfield"
2,         582,    "Ft. Hall"
2,         583,    "Garden Valley"
2,         584,    "Glenns Ferry"
2,         585,    "Grace"
2,         586,    "Grand View"
2,         587,    "Grangeville"
2,         588,    "Grouse"
2,         589,    "Hailey"
2,         590,    "Hamer"
2,         591,    "Hazelton"
2,         592,    "Hill City"
2,         593,    "Hollister"
2,         594,    "Idaho City"
2,         595,    "Idaho Falls"
2,         596,    "Jerome"
2,         597,    "Kellogg"
2,         598,    "Kooskia"
2,         599,    "Kuna"
2,         600,    "Lewiston"
2,         601,    "Mackay"
2,         602,    "Malad"
2,         603,    "McCall"
2,         604,    "Minidoka"
2,         605,    "Montpelier"
2,         606,    "Moscow"
2,         607,    "Mountain Home"
2,         608,    "New Meadows"
2,         609,    "Nez Perce"
2,         610,    "Oakley"
2,         611,    "Ola"
2,         612,    "Orofino"
2,         613,    "Parma"
2,         614,    "Paul"
2,         615,    "Payette"
2,         616,    "Pocatello"
2,         617,    "Porthill"
2,         618,    "Potlatch"
2,         619,    "Priest River"
2,         620,    "Richfield"
2,         621,    "Riggins"
2,         622,    "St. Anthony"
2,         623,    "St. Maries"
2,         624,    "Salmon"
2,         625,    "Sandpoint"
2,         626,    "Shoshone"
2,         627,    "Wallace"
2,         628,    "Weiser"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 13,  629   ; => Illinois
2,         629,    "Aledo"
2,         630,    "Alton"
2,         631,    "Anna"
2,         632,    "Antioch"
2,         633,    "Aurora"
2,         634,    "Belleville"
2,         635,    "Cairo"
2,         636,    "Carbondale"
2,         637,    "Carlinville"
2,         638,    "Carlyle"
2,         639,    "Charleston"
2,         640,    "Chenoa"
2,         641,    "Chicago"
2,         642,    "Danville"
2,         643,    "Decatur"
2,         644,    "De Kalb"
2,         645,    "Dixon"
2,         646,    "Du Quoin"
2,         647,    "Effingham"
2,         648,    "Fairfield"
2,         649,    "Flora"
2,         650,    "Fulton"
2,         651,    "Galesburg"
2,         652,    "Galva"
2,         653,    "Griggsville"
2,         654,    "Harrisburg"
2,         655,    "Hillsboro"
2,         656,    "Hoopeston"
2,         657,    "Jacksonville"
2,         658,    "Jerseyville"
2,         659,    "Kewanee"
2,         660,    "La Harpe"
2,         661,    "Lincoln"
2,         662,    "Marengo"
2,         663,    "Mattoon"
2,         664,    "Mcleansboro"
2,         665,    "Minonk"
2,         666,    "Moline"
2,         667,    "Monmouth"
2,         668,    "Morrison"
2,         669,    "Mt. Carroll"
2,         670,    "Mt. Vernon"
2,         671,    "Newton"
2,         672,    "Olney"
2,         673,    "Ottawa"
2,         674,    "Palestine"
2,         675,    "Pana"
2,         676,    "Paris"
2,         677,    "Park Forest"
2,         678,    "Peoria"
2,         679,    "Peru"
2,         680,    "Piper City"
2,         681,    "Pontiac"
2,         682,    "Quincy"
2,         683,    "Rantoul"
2,         684,    "Rockford"
2,         685,    "Rosiclare"
2,         686,    "Rushville"
2,         687,    "Sparta"
2,         688,    "Springfield"
2,         689,    "Stockton"
2,         690,    "Tuscola"
2,         691,    "Urbana"
2,         692,    "Virden"
2,         693,    "Walnut"
2,         694,    "Watseka"
2,         695,    "Waukegan"
2,         696,    "Wheaton"
2,         697,    "White Hall"
2,         698,    "Windsor"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 14,  699   ; => Indiana
2,         699,    "Anderson"
2,         700,    "Berne"
2,         701,    "Brookville"
2,         702,    "Cambridge City"
2,         703,    "Columbia City"
2,         704,    "Columbus"
2,         705,    "Crawfordsville"
2,         706,    "Delphi"
2,         707,    "Elwood"
2,         708,    "Evansville"
2,         709,    "Ft. Wayne"
2,         710,    "Frankfort"
2,         711,    "Gary"
2,         712,    "Goshen"
2,         713,    "Greencastle"
2,         714,    "Greenfield"
2,         715,    "Greensburg"
2,         716,    "Hobart"
2,         717,    "Huntington"
2,         718,    "Indianapolis"
2,         719,    "Johnson"
2,         720,    "Kentland"
2,         721,    "Kokomo"
2,         722,    "La Porte"
2,         723,    "Marion"
2,         724,    "Martinsville"
2,         725,    "Mt. Vernon"
2,         726,    "New Castle"
2,         727,    "North Vernon"
2,         728,    "Ogden Dunes"
2,         729,    "Oolitic"
2,         730,    "Paoli"
2,         731,    "Plymouth"
2,         732,    "Princeton"
2,         733,    "Richmond"
2,         734,    "Rochester"
2,         735,    "Rockville"
2,         736,    "Rushville"
2,         737,    "Scottsburg"
2,         738,    "Seymour"
2,         739,    "Shelbyville"
2,         740,    "Shoals"
2,         741,    "South Bend"
2,         742,    "Spencer"
2,         743,    "Tell City"
2,         744,    "Terre Haute"
2,         745,    "Valparaiso"
2,         746,    "Vevay"
2,         747,    "Vincennes"
2,         748,    "Wabash"
2,         749,    "Washington"
2,         750,    "Waterloo"
2,         751,    "West Lafayette"
2,         752,    "Wheatfield"
2,         753,    "Whitestown"
2,         754,    "Winamac"
2,         755,    "Winchester"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 15,  756   ; => Iowa
2,         756,    "Albia"
2,         757,    "Algona"
2,         758,    "Allison"
2,         759,    "Ames"
2,         760,    "Anamosa"
2,         761,    "Ankeny"
2,         762,    "Atlantic"
2,         763,    "Audubon"
2,         764,    "Bedford"
2,         765,    "Belle Plaine"
2,         766,    "Bellevue"
2,         767,    "Bloomfield"
2,         768,    "Boone"
2,         769,    "Britt"
2,         770,    "Burlington"
2,         771,    "Carroll"
2,         772,    "Cascade"
2,         773,    "Cedar Rapids"
2,         774,    "Centerville"
2,         775,    "Chariton"
2,         776,    "Charles City"
2,         777,    "Cherokee"
2,         778,    "Clarinda"
2,         779,    "Clarion"
2,         780,    "Clinton"
2,         781,    "Columbus Junction"
2,         782,    "Corning"
2,         783,    "Corydon"
2,         784,    "Cresco"
2,         785,    "Creston"
2,         786,    "Davenport"
2,         787,    "Decorah"
2,         788,    "Denison"
2,         789,    "Des Moines"
2,         790,    "Dubuque"
2,         791,    "Emmetsburg"
2,         792,    "Estherville"
2,         793,    "Fairfield"
2,         794,    "Fayette"
2,         795,    "Forest City"
2,         796,    "Ft. Dodge"
2,         797,    "Glenwood"
2,         798,    "Greenfield"
2,         799,    "Grinnell"
2,         800,    "Grundy Center"
2,         801,    "Guttenberg"
2,         802,    "Hampton"
2,         803,    "Harlan"
2,         804,    "Hawarden"
2,         805,    "Humboldt"
2,         806,    "Ida Grove"
2,         807,    "Independence"
2,         808,    "Indianola"
2,         809,    "Iowa City"
2,         810,    "Iowa Falls"
2,         811,    "Jefferson"
2,         812,    "Keokuk"
2,         813,    "Keosauqua"
2,         814,    "Knoxville"
2,         815,    "Lake Park"
2,         816,    "Lamoni"
2,         817,    "Le Claire"
2,         818,    "Le Mars"
2,         819,    "Logan"
2,         820,    "Mapleton"
2,         821,    "Maquoketa"
2,         822,    "Marshalltown"
2,         823,    "Mason City"
2,         824,    "Milford"
2,         825,    "Mt. Pleasant"
2,         826,    "Muscatine"
2,         827,    "New Hampton"
2,         828,    "Newton"
2,         829,    "Northwood"
2,         830,    "Oakland"
2,         831,    "Oelwein"
2,         832,    "Onawa"
2,         833,    "Osage"
2,         834,    "Osceola"
2,         835,    "Oskaloosa"
2,         836,    "Ottumwa"
2,         837,    "Perry"
2,         838,    "Pocahontas"
2,         839,    "Primghar"
2,         840,    "Red Oak"
2,         841,    "Rock Rapids"
2,         842,    "Rockwell City"
2,         843,    "Sac City"
2,         844,    "Sanborn"
2,         845,    "Sheldon"
2,         846,    "Shenandoah"
2,         847,    "Sibley"
2,         848,    "Sidney"
2,         849,    "Sigourney"
2,         850,    "Sioux City"
2,         851,    "Sioux Rapids"
2,         852,    "Spencer"
2,         853,    "Storm Lake"
2,         854,    "Tipton"
2,         855,    "Toledo"
2,         856,    "Tripoli"
2,         857,    "Vinton"
2,         858,    "Washington"
2,         859,    "Waterloo"
2,         860,    "Waukon"
2,         861,    "Webster City"
2,         862,    "Williamsburg"
2,         863,    "Winterset"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 16,  864   ; => Kansas
2,         864,    "Abilene"
2,         865,    "Alton"
2,         866,    "Anthony"
2,         867,    "Ashland"
2,         868,    "Atchison"
2,         869,    "Atwood"
2,         870,    "Belleville"
2,         871,    "Bison"
2,         872,    "Centralia"
2,         873,    "Chanute"
2,         874,    "Cimarron"
2,         875,    "Clay Center"
2,         876,    "Colby"
2,         877,    "Coldwater"
2,         878,    "Columbus"
2,         879,    "Concordia"
2,         880,    "Cottonwood Falls"
2,         881,    "Council Grove"
2,         882,    "Dodge City"
2,         883,    "El Dorado"
2,         884,    "Elkhart"
2,         885,    "Ellsworth"
2,         886,    "Emporia"
2,         887,    "Eskridge"
2,         888,    "Eureka"
2,         889,    "Florence"
2,         890,    "Ft. Scott"
2,         891,    "Fredonia"
2,         892,    "Garden City"
2,         893,    "Garnett"
2,         894,    "Goodland"
2,         895,    "Great Bend"
2,         896,    "Greensburg"
2,         897,    "Hays"
2,         898,    "Healy"
2,         899,    "Herington"
2,         900,    "Hill City"
2,         901,    "Holton"
2,         902,    "Horton"
2,         903,    "Howard"
2,         904,    "Hoxie"
2,         905,    "Hudson"
2,         906,    "Hugoton"
2,         907,    "Independence"
2,         908,    "Jetmore"
2,         909,    "John Redmond"
2,         910,    "Johnson"
2,         911,    "Kanopolis"
2,         912,    "Kingman"
2,         913,    "Kinsley"
2,         914,    "Kirwin"
2,         915,    "Lakin"
2,         916,    "Larned"
2,         917,    "Lawrence"
2,         918,    "Leavenworth"
2,         919,    "Leoti"
2,         920,    "Liberal"
2,         921,    "Lincoln"
2,         922,    "Manhattan"
2,         923,    "Marysville"
2,         924,    "Mcpherson"
2,         925,    "Meade"
2,         926,    "Medicine Lodge"
2,         927,    "Minneapolis"
2,         928,    "Mound City"
2,         929,    "Mound Valley"
2,         930,    "Ness City"
2,         931,    "Newton"
2,         932,    "Norton"
2,         933,    "Oakley"
2,         934,    "Oberlin"
2,         935,    "Olathe"
2,         936,    "Ottawa"
2,         937,    "Parsons"
2,         938,    "Phillipsburg"
2,         939,    "Plainville"
2,         940,    "Pratt"
2,         941,    "Quinter"
2,         942,    "Russell"
2,         943,    "St. Francis"
2,         944,    "Salina"
2,         945,    "Scott City"
2,         946,    "Sedan"
2,         947,    "Sharon Springs"
2,         948,    "Smith Center"
2,         949,    "Sublette"
2,         950,    "Syracuse"
2,         951,    "Topeka"
2,         952,    "Tribune"
2,         953,    "Troy"
2,         954,    "Wakeeney"
2,         955,    "Wamego"
2,         956,    "Washington"
2,         957,    "Wellington"
2,         958,    "Wichita"
2,         959,    "Winfield"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 17,  960   ; => Kentucky
2,         960,    "Anchorage"
2,         961,    "Ashland"
2,         962,    "Barbourville"
2,         963,    "Bardstown"
2,         964,    "Baxter"
2,         965,    "Beaver Dam"
2,         966,    "Berea"
2,         967,    "Bowling Green"
2,         968,    "Campbellsville"
2,         969,    "Carrollton"
2,         970,    "Covington"
2,         971,    "Danville"
2,         972,    "Farmers"
2,         973,    "Frankfort"
2,         974,    "Greensburg"
2,         975,    "Henderson"
2,         976,    "Hickman"
2,         977,    "Hopkinsville"
2,         978,    "Jackson"
2,         979,    "Leitchfield"
2,         980,    "Lexington"
2,         981,    "Louisville"
2,         982,    "Lovelaceville"
2,         983,    "Madisonville"
2,         984,    "Manchester"
2,         985,    "Mayfield"
2,         986,    "Maysville"
2,         987,    "Middlesboro"
2,         988,    "Mt. Sterling"
2,         989,    "Murray"
2,         990,    "Owensboro"
2,         991,    "Paducah"
2,         992,    "Princeton"
2,         993,    "Russellville"
2,         994,    "Scottsville"
2,         995,    "Shelbyville"
2,         996,    "Somerset"
2,         997,    "Summer Shade"
2,         998,    "Vanceburg"
2,         999,    "West Liberty"
2,        1000,    "Williamsburg"
2,        1001,    "Williamstown"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 18, 1002   ; => Louisiana
2,        1002,    "Alexandria"
2,        1003,    "Amite"
2,        1004,    "Bastrop"
2,        1005,    "Baton Rouge"
2,        1006,    "Bogalusa"
2,        1007,    "Bunkie"
2,        1008,    "Carville"
2,        1009,    "Cotton Valley"
2,        1010,    "Covington"
2,        1011,    "Donaldsonville"
2,        1012,    "Elizabeth"
2,        1013,    "Franklin"
2,        1014,    "Grand Coteau"
2,        1015,    "Hackberry"
2,        1016,    "Hammond"
2,        1017,    "Homer"
2,        1018,    "Houma"
2,        1019,    "Jennings"
2,        1020,    "Lafayette"
2,        1021,    "Lake Arthur"
2,        1022,    "Lake Charles"
2,        1023,    "Lake Providence"
2,        1024,    "Leesville"
2,        1025,    "Logansport"
2,        1026,    "Melville"
2,        1027,    "Minden"
2,        1028,    "Monroe"
2,        1029,    "Morgan City"
2,        1030,    "Natchitoches"
2,        1031,    "New Iberia"
2,        1032,    "New Orleans"
2,        1033,    "Olla"
2,        1034,    "Plain Dealing"
2,        1035,    "Reserve"
2,        1036,    "Ruston"
2,        1037,    "St. Joseph"
2,        1038,    "Shreveport"
2,        1039,    "Tallulah"
2,        1040,    "Vermilion"
2,        1041,    "Winnfield"
2,        1042,    "Winnsboro"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 19, 1043   ; => Maine
2,        1043,    "Augusta"
2,        1044,    "Bangor"
2,        1045,    "Bar Harbor"
2,        1046,    "Belfast"
2,        1047,    "Caribou"
2,        1048,    "Corinna"
2,        1049,    "Eastport"
2,        1050,    "Farmington"
2,        1051,    "Gardiner"
2,        1052,    "Houlton"
2,        1053,    "Jonesboro"
2,        1054,    "Lewiston"
2,        1055,    "Madison"
2,        1056,    "Portland"
2,        1057,    "Presque Isle"
2,        1058,    "Rumford"
2,        1059,    "Waterville"
2,        1060,    "Woodland"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 20, 1061   ; => Maryland
2,        1061,    "Baltimore"
2,        1062,    "Beltsville"
2,        1063,    "Benson"
2,        1064,    "Cambridge"
2,        1065,    "Chestertown"
2,        1066,    "College Park"
2,        1067,    "Conowingo"
2,        1068,    "Crisfield"
2,        1069,    "Cumberland"
2,        1070,    "Denton"
2,        1071,    "Easton"
2,        1072,    "Glenn Dale"
2,        1073,    "Hagerstown"
2,        1074,    "Hancock"
2,        1075,    "La Plata"
2,        1076,    "Laurel"
2,        1077,    "Millington"
2,        1078,    "Oakland"
2,        1079,    "Owings"
2,        1080,    "Pocomoke City"
2,        1081,    "Princess Anne"
2,        1082,    "Rockville"
2,        1083,    "Royal Oak"
2,        1084,    "Salisbury"
2,        1085,    "Savage"
2,        1086,    "Snow Hill"
2,        1087,    "Solomons"
2,        1088,    "Unionville"
2,        1089,    "Vienna"
2,        1090,    "Westminster"
2,        1091,    "Woodstock"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 21, 1092   ; => Massachusetts
2,        1092,    "Amherst"
2,        1093,    "Blue Hill"
2,        1094,    "Boston"
2,        1095,    "Chatham"
2,        1096,    "Clinton"
2,        1097,    "East Wareham"
2,        1098,    "Edgartown"
2,        1099,    "Fitchburg"
2,        1100,    "Framingham"
2,        1101,    "Haverhill"
2,        1102,    "Hyannis"
2,        1103,    "Lawrence"
2,        1104,    "Middleton"
2,        1105,    "Nantucket"
2,        1106,    "New Bedford"
2,        1107,    "Plymouth"
2,        1108,    "Rochester"
2,        1109,    "Rockport"
2,        1110,    "Springfield"
2,        1111,    "Stockbridge"
2,        1112,    "Taunton"
2,        1113,    "Tully Lake"
2,        1114,    "Worcester"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 22, 1115   ; => Michigan
2,        1115,    "Adrian"
2,        1116,    "Allegan"
2,        1117,    "Alma"
2,        1118,    "Alpena"
2,        1119,    "Ann Arbor"
2,        1120,    "Bad Axe"
2,        1121,    "Baldwin"
2,        1122,    "Battle Creek"
2,        1123,    "Beechwood"
2,        1124,    "Benton Harbor"
2,        1125,    "Bergland"
2,        1126,    "Big Rapids"
2,        1127,    "Cadillac"
2,        1128,    "Caro"
2,        1129,    "Champion Van Riper"
2,        1130,    "Charlotte"
2,        1131,    "Cheboygan"
2,        1132,    "Coldwater"
2,        1133,    "Detroit"
2,        1134,    "E. Jordan"
2,        1135,    "E. Tawas"
2,        1136,    "Eau Claire"
2,        1137,    "Escanaba"
2,        1138,    "Evart"
2,        1139,    "Fayette"
2,        1140,    "Flint"
2,        1141,    "Gaylord"
2,        1142,    "Gladwin"
2,        1143,    "Grand Haven"
2,        1144,    "Grand Marais"
2,        1145,    "Grand Rapids"
2,        1146,    "Grayling"
2,        1147,    "Greenville"
2,        1148,    "Grosse Pointe"
2,        1149,    "Harbor Beach"
2,        1150,    "Hart"
2,        1151,    "Hastings"
2,        1152,    "Hesperia"
2,        1153,    "Hillsdale"
2,        1154,    "Holland"
2,        1155,    "Houghton"
2,        1156,    "Houghton Lake"
2,        1157,    "Ionia"
2,        1158,    "Iron Mountain"
2,        1159,    "Ironwood"
2,        1160,    "Ishpeming"
2,        1161,    "Jackson"
2,        1162,    "Kalamazoo"
2,        1163,    "Kentwood"
2,        1164,    "Lake City"
2,        1165,    "Lansing"
2,        1166,    "Lapeer"
2,        1167,    "Ludington"
2,        1168,    "Lupton"
2,        1169,    "Manistee"
2,        1170,    "Marquette"
2,        1171,    "Midland"
2,        1172,    "Milford"
2,        1173,    "Mio"
2,        1174,    "Monroe"
2,        1175,    "Montague"
2,        1176,    "Mt. Pleasant"
2,        1177,    "Muskegon"
2,        1178,    "Newberry"
2,        1179,    "Onaway"
2,        1180,    "Owosso"
2,        1181,    "Pellston"
2,        1182,    "Pontiac"
2,        1183,    "Port Huron"
2,        1184,    "Saginaw"
2,        1185,    "St. Charles"
2,        1186,    "St. Johns"
2,        1187,    "Sandusky"
2,        1188,    "Sault Ste. Marie"
2,        1189,    "South Haven"
2,        1190,    "Stambaugh"
2,        1191,    "Standish"
2,        1192,    "Stephenson"
2,        1193,    "Three Rivers"
2,        1194,    "Traverse City"
2,        1195,    "Watersmeet"
2,        1196,    "West Branch"
2,        1197,    "Ypsilanti"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 23, 1198   ; => Minnesota
2,        1198,    "Ada"
2,        1199,    "Albert Lea"
2,        1200,    "Alexandria"
2,        1201,    "Argyle"
2,        1202,    "Austin"
2,        1203,    "Babbitt"
2,        1204,    "Baudette"
2,        1205,    "Bemidji"
2,        1206,    "Big Falls"
2,        1207,    "Cambridge"
2,        1208,    "Campbell"
2,        1209,    "Canby"
2,        1210,    "Cloquet"
2,        1211,    "Crookston"
2,        1212,    "Detroit Lakes"
2,        1213,    "Duluth"
2,        1214,    "Fairmont"
2,        1215,    "Faribault"
2,        1216,    "Farmington"
2,        1217,    "Fergus Falls"
2,        1218,    "Fosston"
2,        1219,    "Grand Marais"
2,        1220,    "Grand Meadow"
2,        1221,    "Grand Rapids"
2,        1222,    "Hallock"
2,        1223,    "Hinckley"
2,        1224,    "International Falls"
2,        1225,    "Itasca"
2,        1226,    "Jordan"
2,        1227,    "Litchfield"
2,        1228,    "Little Falls"
2,        1229,    "Long Prairie"
2,        1230,    "Madison"
2,        1231,    "Maple Plain"
2,        1232,    "Marshall"
2,        1233,    "Milaca"
2,        1234,    "Milan"
2,        1235,    "Minneapolis"
2,        1236,    "Montevideo"
2,        1237,    "Moose Lake"
2,        1238,    "Mora"
2,        1239,    "Morris"
2,        1240,    "New Ulm"
2,        1241,    "Park Rapids"
2,        1242,    "Pine River"
2,        1243,    "Pipestone"
2,        1244,    "Red Lake"
2,        1245,    "Red Lake Falls"
2,        1246,    "Rochester"
2,        1247,    "Roseau"
2,        1248,    "Rosemount"
2,        1249,    "St. Cloud"
2,        1250,    "St. Paul"
2,        1251,    "St. Peter"
2,        1252,    "Springfield"
2,        1253,    "Tracy"
2,        1254,    "Two Harbors"
2,        1255,    "Virginia"
2,        1256,    "Wadena"
2,        1257,    "Warroad"
2,        1258,    "Waseca"
2,        1259,    "Wheaton"
2,        1260,    "Willmar"
2,        1261,    "Windom"
2,        1262,    "Winnebago"
2,        1263,    "Winona"
2,        1264,    "Zumbrota"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 24, 1265   ; => Mississippi
2,        1265,    "Aberdeen"
2,        1266,    "Batesville"
2,        1267,    "Bay Saint Louis"
2,        1268,    "Bay Springs"
2,        1269,    "Belzoni"
2,        1270,    "Biloxi City"
2,        1271,    "Booneville"
2,        1272,    "Brookhaven"
2,        1273,    "Canton"
2,        1274,    "Charleston"
2,        1275,    "Clarksdale"
2,        1276,    "Cleveland"
2,        1277,    "Collins"
2,        1278,    "Columbia"
2,        1279,    "Columbus"
2,        1280,    "Corinth"
2,        1281,    "Eupora"
2,        1282,    "Forest"
2,        1283,    "Greenville"
2,        1284,    "Greenwood"
2,        1285,    "Gulfport"
2,        1286,    "Hattiesburg"
2,        1287,    "Hernando"
2,        1288,    "Holly Springs"
2,        1289,    "Houston"
2,        1290,    "Jackson"
2,        1291,    "Kipling"
2,        1292,    "Kosciusko"
2,        1293,    "Laurel"
2,        1294,    "Liberty"
2,        1295,    "Meridian"
2,        1296,    "Monticello"
2,        1297,    "Moorhead"
2,        1298,    "Natchez"
2,        1299,    "Newton"
2,        1300,    "Philadelphia"
2,        1301,    "Picayune"
2,        1302,    "Pickens"
2,        1303,    "Poplarville"
2,        1304,    "Port Gibson"
2,        1305,    "Rosedale"
2,        1306,    "Russell"
2,        1307,    "Tupelo"
2,        1308,    "Tylertown"
2,        1309,    "University"
2,        1310,    "Vicksburg"
2,        1311,    "Water Valley"
2,        1312,    "Wiggins"
2,        1313,    "Woodville"
2,        1314,    "Yazoo City"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 25, 1315   ; => Missouri
2,        1315,    "Anderson"
2,        1316,    "Appleton City"
2,        1317,    "Arcadia"
2,        1318,    "Bethany"
2,        1319,    "Bolivar"
2,        1320,    "Boonville"
2,        1321,    "Brookfield"
2,        1322,    "Brunswick"
2,        1323,    "Camdenton"
2,        1324,    "Canton"
2,        1325,    "Carrollton"
2,        1326,    "Carthage"
2,        1327,    "Caruthersville"
2,        1328,    "Charleston"
2,        1329,    "Chillicothe"
2,        1330,    "Clinton"
2,        1331,    "Columbia"
2,        1332,    "Conception"
2,        1333,    "Doniphan"
2,        1334,    "Edgerton"
2,        1335,    "Eldon"
2,        1336,    "Elsberry"
2,        1337,    "Farmington"
2,        1338,    "Fayette"
2,        1339,    "Fulton"
2,        1340,    "Grant City"
2,        1341,    "Greenville"
2,        1342,    "Hamilton"
2,        1343,    "Hannibal"
2,        1344,    "Harrisonville"
2,        1345,    "Jackson"
2,        1346,    "Jefferson City"
2,        1347,    "Joplin"
2,        1348,    "Kansas City"
2,        1349,    "Kirksville"
2,        1350,    "Lakeside"
2,        1351,    "Lamar"
2,        1352,    "Lebanon"
2,        1353,    "Lexington"
2,        1354,    "Licking"
2,        1355,    "Lockwood"
2,        1356,    "Louisiana"
2,        1357,    "Macon"
2,        1358,    "Marble Hill"
2,        1359,    "Marshfield"
2,        1360,    "Maryville"
2,        1361,    "Mexico"
2,        1362,    "Moberly"
2,        1363,    "Mountain Grove"
2,        1364,    "Mt. Vernon"
2,        1365,    "Neosho"
2,        1366,    "Nevada"
2,        1367,    "New Florence"
2,        1368,    "Oregon"
2,        1369,    "Ozark Beach"
2,        1370,    "Poplar Bluff"
2,        1371,    "St. Charles"
2,        1372,    "St. Joseph"
2,        1373,    "St. Louis"
2,        1374,    "Salem"
2,        1375,    "Salisbury"
2,        1376,    "Sedalia"
2,        1377,    "Seligman"
2,        1378,    "Shelbina"
2,        1379,    "Sikeston"
2,        1380,    "Springfield"
2,        1381,    "Steffenville"
2,        1382,    "Sweet Springs"
2,        1383,    "Tarkio"
2,        1384,    "Trenton"
2,        1385,    "Union"
2,        1386,    "Unionville"
2,        1387,    "Warrensburg"
2,        1388,    "Warsaw"
2,        1389,    "Wasola"
2,        1390,    "Waynesville"
2,        1391,    "West Plains"
2,        1392,    "Willow Springs"
2,        1393,    "Windsor"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 26, 1394   ; => Montana
2,        1394,    "Augusta"
2,        1395,    "Austin"
2,        1396,    "Ballantine"
2,        1397,    "Barber"
2,        1398,    "Belgrade"
2,        1399,    "Bigfork"
2,        1400,    "Big Sandy"
2,        1401,    "Big Timber"
2,        1402,    "Billings"
2,        1403,    "Boulder"
2,        1404,    "Bozeman"
2,        1405,    "Bredette"
2,        1406,    "Bridger"
2,        1407,    "Broadus"
2,        1408,    "Browning"
2,        1409,    "Butte"
2,        1410,    "Cascade"
2,        1411,    "Chester"
2,        1412,    "Chinook"
2,        1413,    "Choteau"
2,        1414,    "Circle"
2,        1415,    "Colstrip"
2,        1416,    "Columbus"
2,        1417,    "Conrad"
2,        1418,    "Cooke City"
2,        1419,    "Creston"
2,        1420,    "Crow Agency"
2,        1421,    "Culbertson"
2,        1422,    "Cut Bank"
2,        1423,    "Darby"
2,        1424,    "Dillon"
2,        1425,    "Divide"
2,        1426,    "E. Anaconda"
2,        1427,    "Ekalaka"
2,        1428,    "Ennis"
2,        1429,    "Fairfield"
2,        1430,    "Flatwillow"
2,        1431,    "Forks"
2,        1432,    "Ft. Benton"
2,        1433,    "Fortine"
2,        1434,    "Ft. Peck"
2,        1435,    "Geraldine"
2,        1436,    "Glasgow"
2,        1437,    "Glendive"
2,        1438,    "Goldbutte"
2,        1439,    "Great Falls"
2,        1440,    "Hamilton"
2,        1441,    "Hardin"
2,        1442,    "Harlem"
2,        1443,    "Harlowton"
2,        1444,    "Haugan"
2,        1445,    "Havre"
2,        1446,    "Haxby"
2,        1447,    "Helena"
2,        1448,    "Heron"
2,        1449,    "Hungry Horse"
2,        1450,    "Huntley"
2,        1451,    "Hysham"
2,        1452,    "Joplin"
2,        1453,    "Jordan"
2,        1454,    "Kalispell"
2,        1455,    "Lakeview"
2,        1456,    "Lewistown"
2,        1457,    "Libby"
2,        1458,    "Lima"
2,        1459,    "Lincoln"
2,        1460,    "Livingston"
2,        1461,    "Loma"
2,        1462,    "Lustre"
2,        1463,    "Martinsdale"
2,        1464,    "Medicine Lake"
2,        1465,    "Melstone"
2,        1466,    "Miles City"
2,        1467,    "Missoula"
2,        1468,    "Mystic Lake"
2,        1469,    "Opheim"
2,        1470,    "Philipsburg"
2,        1471,    "Plevna"
2,        1472,    "Polebridge"
2,        1473,    "Polson"
2,        1474,    "Poplar"
2,        1475,    "Rapelje"
2,        1476,    "Red Lodge"
2,        1477,    "Redstone"
2,        1478,    "Rock Springs"
2,        1479,    "Roundup"
2,        1480,    "Roy"
2,        1481,    "St. Ignatius"
2,        1482,    "Savage"
2,        1483,    "Scobey"
2,        1484,    "Seeley Lake"
2,        1485,    "Sidney"
2,        1486,    "Simpson"
2,        1487,    "Stanford"
2,        1488,    "Stevensville"
2,        1489,    "Superior"
2,        1490,    "Terry"
2,        1491,    "Thompson Falls"
2,        1492,    "Townsend"
2,        1493,    "Trident"
2,        1494,    "Valier"
2,        1495,    "Vida"
2,        1496,    "Virginia City"
2,        1497,    "Westby"
2,        1498,    "W. Glacier"
2,        1499,    "W. Yellowstone"
2,        1500,    "Wibaux"
2,        1501,    "Winifred"
2,        1502,    "Wisdom"
2,        1503,    "Wyola"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 27, 1504   ; => Nebraska
2,        1504,    "Ainsworth"
2,        1505,    "Albion"
2,        1506,    "Alliance"
2,        1507,    "Arthur"
2,        1508,    "Ashland"
2,        1509,    "Atkinson"
2,        1510,    "Auburn"
2,        1511,    "Beatrice"
2,        1512,    "Beaver City"
2,        1513,    "Benkelman"
2,        1514,    "Big Springs"
2,        1515,    "Blair"
2,        1516,    "Bridgeport"
2,        1517,    "Broken Bow"
2,        1518,    "Butte"
2,        1519,    "Cambridge"
2,        1520,    "Central City"
2,        1521,    "Chadron"
2,        1522,    "Clarkson"
2,        1523,    "Columbus"
2,        1524,    "Crete"
2,        1525,    "Culbertson"
2,        1526,    "Curtis"
2,        1527,    "David City"
2,        1528,    "Ewing"
2,        1529,    "Fairbury"
2,        1530,    "Fairmont"
2,        1531,    "Falls City"
2,        1532,    "Franklin"
2,        1533,    "Fremont"
2,        1534,    "Geneva"
2,        1535,    "Genoa"
2,        1536,    "Gothenburg"
2,        1537,    "Grand Island"
2,        1538,    "Halsey"
2,        1539,    "Harlan"
2,        1540,    "Harrison"
2,        1541,    "Hartington"
2,        1542,    "Hastings"
2,        1543,    "Hayes Center"
2,        1544,    "Hay Springs"
2,        1545,    "Hebron"
2,        1546,    "Holdrege"
2,        1547,    "Imperial"
2,        1548,    "Kearney"
2,        1549,    "Kimball"
2,        1550,    "Lincoln"
2,        1551,    "Lodgepole"
2,        1552,    "Loup City"
2,        1553,    "Madison"
2,        1554,    "Madrid"
2,        1555,    "Mccook"
2,        1556,    "Merriman"
2,        1557,    "Minden"
2,        1558,    "Mitchell"
2,        1559,    "Mullen"
2,        1560,    "Niobrara"
2,        1561,    "Norfolk"
2,        1562,    "North Loup"
2,        1563,    "North Platte"
2,        1564,    "Oakdale"
2,        1565,    "Ogallala"
2,        1566,    "Omaha"
2,        1567,    "O'Neill"
2,        1568,    "Osceola"
2,        1569,    "Oshkosh"
2,        1570,    "Osmond"
2,        1571,    "Pawnee City"
2,        1572,    "Purdum"
2,        1573,    "Ravenna"
2,        1574,    "Red Cloud"
2,        1575,    "St. Paul"
2,        1576,    "Scottsbluff"
2,        1577,    "Seward"
2,        1578,    "Sidney"
2,        1579,    "Springview"
2,        1580,    "Stanton"
2,        1581,    "Syracuse"
2,        1582,    "Tecumseh"
2,        1583,    "Tekamah"
2,        1584,    "Trenton"
2,        1585,    "Valentine"
2,        1586,    "Wakefield"
2,        1587,    "Weeping Water"
2,        1588,    "West Point"
2,        1589,    "York"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 28, 1590   ; => Nevada
2,        1590,    "Battle Mountain"
2,        1591,    "Boulder City"
2,        1592,    "Caliente"
2,        1593,    "Carson City"
2,        1594,    "Contact"
2,        1595,    "Dyer"
2,        1596,    "Elko"
2,        1597,    "Ely"
2,        1598,    "Fallon"
2,        1599,    "Glenbrook"
2,        1600,    "Las Vegas"
2,        1601,    "Lovelock"
2,        1602,    "McGill"
2,        1603,    "Mina"
2,        1604,    "Minden"
2,        1605,    "Pioche"
2,        1606,    "Reno"
2,        1607,    "Searchlight"
2,        1608,    "Smokey Valley"
2,        1609,    "Tonopah"
2,        1610,    "Wells"
2,        1611,    "Winnemucca"
2,        1612,    "Yerington"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 29, 1613   ; => New Hampshire
2,        1613,    "Bethlehem"
2,        1614,    "Concord"
2,        1615,    "Durham"
2,        1616,    "Hanover"
2,        1617,    "Keene"
2,        1618,    "Lebanon"
; 2,        1619,    "Mt. Washington"    ; SAC 3/25/02 - removed per suggestion of Hamilton McLean, NH State Energy Manager (no building done there)
2,        1620,    "Nashua"
2,        1621,    "Peterboro"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 30, 1622   ; => New Jersey
2,        1622,    "Atlantic City"
2,        1623,    "Belvidere"
2,        1624,    "Boonton"
2,        1625,    "Canoe Brook"
2,        1626,    "Cape May"
2,        1627,    "Charlotteburg"
2,        1628,    "Essex Fells"
2,        1629,    "Flemington"
2,        1630,    "Freehold"
2,        1631,    "Glassboro"
2,        1632,    "Hammonton"
2,        1633,    "Hightstown"
2,        1634,    "Indian Mills"
2,        1635,    "Jersey City"
2,        1636,    "Lakehurst"
2,        1637,    "Lambertville"
2,        1638,    "Little Falls"
2,        1639,    "Long Branch"
2,        1640,    "Long Valley"
2,        1641,    "Millville"
2,        1642,    "Moorestown"
2,        1643,    "Morris Plains"
2,        1644,    "Newark"
2,        1645,    "New Brunswick"
2,        1646,    "Newton"
2,        1647,    "Pemberton"
2,        1648,    "Plainfield"
2,        1649,    "Somerville"
2,        1650,    "Sussex"
2,        1651,    "Trenton"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 31, 1652   ; => New Mexico
2,        1652,    "Alamogordo"
2,        1653,    "Albuquerque"
2,        1654,    "Amistad"
2,        1655,    "Artesia"
2,        1656,    "Aztec"
2,        1657,    "Bell Ranch"
2,        1658,    "Bernalillo"
2,        1659,    "Bloomfield"
2,        1660,    "Bosque Del Apache"
2,        1661,    "Cameron"
2,        1662,    "Carlsbad"
2,        1663,    "Carrizozo"
2,        1664,    "Cerro"
2,        1665,    "Chama"
2,        1666,    "Cimarron"
2,        1667,    "Clayton"
2,        1668,    "Cliff"
2,        1669,    "Clovis"
2,        1670,    "Columbus"
2,        1671,    "Cuba"
2,        1672,    "Des Moines"
2,        1673,    "Eagle Nest"
2,        1674,    "Elida"
2,        1675,    "Elk"
2,        1676,    "Estancia"
2,        1677,    "Florida"
2,        1678,    "Ft. Bayard"
2,        1679,    "Ft. Sumner"
2,        1680,    "Fruitland"
2,        1681,    "Gallup"
2,        1682,    "Grenville"
2,        1683,    "Hatch"
2,        1684,    "Hobbs"
2,        1685,    "Jal"
2,        1686,    "Jemez Springs"
2,        1687,    "Laguna"
2,        1688,    "Lake Maloya"
2,        1689,    "Las Vegas"
2,        1690,    "Lordsburg"
2,        1691,    "Los Alamos"
2,        1692,    "Maljamar"
2,        1693,    "McGaffey"
2,        1694,    "Melrose"
2,        1695,    "Mountainair"
2,        1696,    "Pasamonte"
2,        1697,    "Pearl"
2,        1698,    "Portales"
2,        1699,    "Red River"
2,        1700,    "Roswell"
2,        1701,    "Roy"
2,        1702,    "Ruidoso"
2,        1703,    "San Jon"
2,        1704,    "Santa Rosa"
2,        1705,    "Socorro"
2,        1706,    "Springer"
2,        1707,    "Tohatchi"
2,        1708,    "Truth Or Consequences"
2,        1709,    "Tucumcari"
2,        1710,    "Valmora"
2,        1711,    "Winston"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 32, 1712   ; => New York
2,        1712,    "Albany"
2,        1713,    "Alfred"
2,        1714,    "Allegany"
2,        1715,    "Angelica"
2,        1716,    "Bainbridge"
2,        1717,    "Batavia"
2,        1718,    "Binghamton"
2,        1719,    "Boonville"
2,        1720,    "Bridgehampton"
2,        1721,    "Brockport"
2,        1722,    "Buffalo"
2,        1723,    "Canandaigua"
2,        1724,    "Canton"
2,        1725,    "Carmel"
2,        1726,    "Chazy"
2,        1727,    "Cherry Valley"
2,        1728,    "Cooperstown"
2,        1729,    "Cortland"
2,        1730,    "Dannemora"
2,        1731,    "Dansville"
2,        1732,    "Dobbs Ferry"
2,        1733,    "Elizabethtown"
2,        1734,    "Elmira"
2,        1735,    "Franklinville"
2,        1736,    "Fredonia"
2,        1737,    "Geneva"
2,        1738,    "Glenham"
2,        1739,    "Glens Falls"
2,        1740,    "Gloversville"
2,        1741,    "Gouverneur"
2,        1742,    "Grafton"
2,        1743,    "Hemlock"
2,        1744,    "Ithaca"
2,        1745,    "Lake Placid"
2,        1746,    "Lawrenceville"
2,        1747,    "Liberty"
2,        1748,    "Little Falls"
2,        1749,    "Little Valley"
2,        1750,    "Lockport"
2,        1751,    "Lowville"
2,        1752,    "Massena"
2,        1753,    "Millbrook"
2,        1754,    "Mineola"
2,        1755,    "Mt. Morris"
2,        1756,    "New York"
2,        1757,    "Norwich"
2,        1758,    "Ogdensburg"
2,        1759,    "Oswego"
2,        1760,    "Patchogue"
2,        1761,    "Penn Yan"
2,        1762,    "Peru"
2,        1763,    "Port Jervis"
2,        1764,    "Poughkeepsie"
2,        1765,    "Riverhead"
2,        1766,    "Rochester"
2,        1767,    "Salem"
2,        1768,    "Scarsdale"
2,        1769,    "Setauket"
2,        1770,    "Sodus"
2,        1771,    "Spencer"
2,        1772,    "Stillwater"
2,        1773,    "Syracuse"
2,        1774,    "Tupper Lake"
2,        1775,    "Utica"
2,        1776,    "Watertown"
2,        1777,    "Westfield"
2,        1778,    "West Point"
2,        1779,    "Whitehall"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 33, 1780   ; => North Carolina
2,        1780,    "Albemarle"
2,        1781,    "Andrews"
2,        1782,    "Asheboro"
2,        1783,    "Asheville"
2,        1784,    "Banner Elk"
2,        1785,    "Bent Creek"
2,        1786,    "Black Mountain"
2,        1787,    "Boone"
2,        1788,    "Brevard"
2,        1789,    "Burlington"
2,        1790,    "Canton"
2,        1791,    "Cape Hatteras"
2,        1792,    "Celo"
2,        1793,    "Chapel Hill"
2,        1794,    "Charlotte"
2,        1795,    "Concord"
2,        1796,    "Cullowhee"
2,        1797,    "Durham"
2,        1798,    "Edenton"
2,        1799,    "Elizabeth City"
2,        1800,    "Fayetteville"
2,        1801,    "Fletcher"
2,        1802,    "Franklin"
2,        1803,    "Gastonia"
2,        1804,    "Goldsboro"
2,        1805,    "Greensboro"
2,        1806,    "Hamlet"
2,        1807,    "Hatteras"
2,        1808,    "Hendersonville"
2,        1809,    "Hickory"
2,        1810,    "Highlands"
2,        1811,    "High Point"
2,        1812,    "Jackson"
2,        1813,    "Kinston"
2,        1814,    "Laurinburg"
2,        1815,    "Lenoir"
2,        1816,    "Lexington"
2,        1817,    "Louisburg"
2,        1818,    "Lumberton"
2,        1819,    "Marion"
2,        1820,    "Marshall"
2,        1821,    "Maysville"
2,        1822,    "Monroe"
2,        1823,    "Morehead City"
2,        1824,    "Morganton"
2,        1825,    "Mt. Airy"
2,        1826,    "Nashville"
2,        1827,    "New Bern"
2,        1828,    "New Holland"
2,        1829,    "Oxford"
2,        1830,    "Pisgah Forest"
2,        1831,    "Plymouth"
2,        1832,    "Raleigh"
2,        1833,    "Reidsville"
2,        1834,    "Salisbury"
2,        1835,    "Shelby"
2,        1836,    "Siler City"
2,        1837,    "Smithfield"
2,        1838,    "Southport"
2,        1839,    "Statesville"
2,        1840,    "Tarboro"
2,        1841,    "Transou"
2,        1842,    "Tryon"
2,        1843,    "Wadesboro"
2,        1844,    "Waynesville"
2,        1845,    "Willard"
2,        1846,    "Wilmington"
2,        1847,    "Wilson"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 34, 1848   ; => North Dakota
2,        1848,    "Amidon"
2,        1849,    "Ashley"
2,        1850,    "Belcourt"
2,        1851,    "Bismarck"
2,        1852,    "Bottineau"
2,        1853,    "Bowbells"
2,        1854,    "Bowman Court House"
2,        1855,    "Butte"
2,        1856,    "Carrington"
2,        1857,    "Carson"
2,        1858,    "Cavalier"
2,        1859,    "Center"
2,        1860,    "Cooperstown"
2,        1861,    "Crosby"
2,        1862,    "Devils Lake Kdlr"
2,        1863,    "Dickinson"
2,        1864,    "Drake"
2,        1865,    "Dunn Center"
2,        1866,    "Edmore"
2,        1867,    "Ellendale"
2,        1868,    "Fargo"
2,        1869,    "Fessenden"
2,        1870,    "Forman"
2,        1871,    "Foxholm"
2,        1872,    "Fullerton"
2,        1873,    "Gackle"
2,        1874,    "Garrison"
2,        1875,    "Grafton"
2,        1876,    "Grand Forks"
2,        1877,    "Granville"
2,        1878,    "Grenora"
2,        1879,    "Hankinson"
2,        1880,    "Hannah"
2,        1881,    "Hansboro"
2,        1882,    "Hettinger"
2,        1883,    "Hillsboro"
2,        1884,    "Jamestown"
2,        1885,    "Kenmare"
2,        1886,    "Langdon"
2,        1887,    "Larimore"
2,        1888,    "Leeds"
2,        1889,    "Linton"
2,        1890,    "Lisbon"
2,        1891,    "Mandan"
2,        1892,    "Max"
2,        1893,    "Mayville"
2,        1894,    "Mcclusky"
2,        1895,    "Mchenry"
2,        1896,    "Mcleod"
2,        1897,    "Medora"
2,        1898,    "Minot"
2,        1899,    "Mohall"
2,        1900,    "Mott"
2,        1901,    "Napoleon"
2,        1902,    "New England"
2,        1903,    "New Salem"
2,        1904,    "Oakes"
2,        1905,    "Park River"
2,        1906,    "Parshall"
2,        1907,    "Pembina"
2,        1908,    "Petersburg"
2,        1909,    "Pettibone"
2,        1910,    "Powers Lake"
2,        1911,    "Richardton"
2,        1912,    "Riverdale"
2,        1913,    "Rolla"
2,        1914,    "Rugby"
2,        1915,    "San Haven"
2,        1916,    "Sharon"
2,        1917,    "Stanley"
2,        1918,    "Steele"
2,        1919,    "Towner"
2,        1920,    "Turtle Lake"
2,        1921,    "Upham"
2,        1922,    "Valley City"
2,        1923,    "Velva"
2,        1924,    "Wahpeton"
2,        1925,    "Washburn"
2,        1926,    "Westhope"
2,        1927,    "Williston"
2,        1928,    "Willow City"
2,        1929,    "Wishek"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 35, 1930   ; => Ohio
2,        1930,    "Akron"
2,        1931,    "Ashland"
2,        1932,    "Ashtabula"
2,        1933,    "Athens"
2,        1934,    "Barnesville"
2,        1935,    "Bellefontaine"
2,        1936,    "Bowling Green"
2,        1937,    "Bucyrus"
2,        1938,    "Cadiz"
2,        1939,    "Caldwell"
2,        1940,    "Cambridge"
2,        1941,    "Canfield"
2,        1942,    "Chardon"
2,        1943,    "Cincinnati"
2,        1944,    "Circleville"
2,        1945,    "Cleveland"
2,        1946,    "Columbus"
2,        1947,    "Coshocton"
2,        1948,    "Dayton"
2,        1949,    "Defiance"
2,        1950,    "Delaware"
2,        1951,    "Elyria"
2,        1952,    "Fairfield"
2,        1953,    "Findlay"
2,        1954,    "Fredericktown"
2,        1955,    "Gallipolis"
2,        1956,    "Greenville"
2,        1957,    "Hamilton"
2,        1958,    "Hillsboro"
2,        1959,    "Hiram"
2,        1960,    "Ironton"
2,        1961,    "Irwin"
2,        1962,    "Jackson"
2,        1963,    "Kenton"
2,        1964,    "Lancaster"
2,        1965,    "Lima"
2,        1966,    "London"
2,        1967,    "Mansfield"
2,        1968,    "Marysville"
2,        1969,    "McConnelsville"
2,        1970,    "Milford"
2,        1971,    "Millersburg"
2,        1972,    "Millport"
2,        1973,    "Mineral Ridge"
2,        1974,    "Montpelier"
2,        1975,    "Napoleon"
2,        1976,    "Newark"
2,        1977,    "New Lexington"
2,        1978,    "Norwalk"
2,        1979,    "Oberlin"
2,        1980,    "Painesville"
2,        1981,    "Pandora"
2,        1982,    "Paulding"
2,        1983,    "Peebles"
2,        1984,    "Philo"
2,        1985,    "Plymouth"
2,        1986,    "Portsmouth"
2,        1987,    "Sandusky"
2,        1988,    "Steubenville"
2,        1989,    "Tiffin"
2,        1990,    "Toledo"
2,        1991,    "Urbana"
2,        1992,    "Van Wert"
2,        1993,    "Warren"
2,        1994,    "Washington Court House"
2,        1995,    "Wauseon"
2,        1996,    "Waverly"
2,        1997,    "Wilmington"
2,        1998,    "Wooster"
2,        1999,    "Xenia"
2,        2000,    "Youngstown"
2,        2001,    "Zanesville"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 36, 2002   ; => Oklahoma
2,        2002,    "Ada"
2,        2003,    "Altus"
2,        2004,    "Alva"
2,        2005,    "Anadarko"
2,        2006,    "Antlers"
2,        2007,    "Ardmore"
2,        2008,    "Arnett"
2,        2009,    "Bartlesville"
2,        2010,    "Beaver"
2,        2011,    "Bixby"
2,        2012,    "Boise City"
2,        2013,    "Bristow"
2,        2014,    "Buffalo"
2,        2015,    "Canton"
2,        2016,    "Carnegie"
2,        2017,    "Chandler"
2,        2018,    "Chattanooga"
2,        2019,    "Cherokee"
2,        2020,    "Chickasha"
2,        2021,    "Claremore"
2,        2022,    "Cleveland"
2,        2023,    "Clinton"
2,        2024,    "Cushing"
2,        2025,    "Duncan"
2,        2026,    "El Reno"
2,        2027,    "Enid"
2,        2028,    "Erick"
2,        2029,    "Frederick"
2,        2030,    "Gage"
2,        2031,    "Geary"
2,        2032,    "Goodwell"
2,        2033,    "Guthrie"
2,        2034,    "Hammon"
2,        2035,    "Hennessey"
2,        2036,    "Hobart"
2,        2037,    "Holdenville"
2,        2038,    "Hollis"
2,        2039,    "Hooker"
2,        2040,    "Hugo"
2,        2041,    "Idabel"
2,        2042,    "Jay"
2,        2043,    "Jefferson"
2,        2044,    "Kenton"
2,        2045,    "Kingfisher"
2,        2046,    "Lawton"
2,        2047,    "Madill"
2,        2048,    "Mangum"
2,        2049,    "Marietta"
2,        2050,    "McAlester"
2,        2051,    "Meeker"
2,        2052,    "Miami"
2,        2053,    "Muskogee"
2,        2054,    "Mutual"
2,        2055,    "Newkirk"
2,        2056,    "Nowata"
2,        2057,    "Okeene"
2,        2058,    "Okemah"
2,        2059,    "Oklahoma City"
2,        2060,    "Okmulgee"
2,        2061,    "Pauls Valley"
2,        2062,    "Pawhuska"
2,        2063,    "Perry"
2,        2064,    "Ponca City"
2,        2065,    "Poteau"
2,        2066,    "Pryor"
2,        2067,    "Purcell"
2,        2068,    "Sallisaw"
2,        2069,    "Seminole"
2,        2070,    "Stillwater"
2,        2071,    "Tahlequah"
2,        2072,    "Taloga"
2,        2073,    "Tipton"
2,        2074,    "Tulsa"
2,        2075,    "Vinita"
2,        2076,    "Wagoner"
2,        2077,    "Walters"
2,        2078,    "Waurika"
2,        2079,    "Waynoka"
2,        2080,    "Weatherford"
2,        2081,    "Webbers Falls"
2,        2082,    "Wilburton"
2,        2083,    "Wister"
2,        2084,    "Woodward"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 37, 2085   ; => Oregon
2,        2085,    "Antelope"
2,        2086,    "Arlington"
2,        2087,    "Ashland"
2,        2088,    "Astoria"
2,        2089,    "Baker"
2,        2090,    "Bandon"
2,        2091,    "Bend"
2,        2092,    "Beulah"
2,        2093,    "Brookings"
2,        2094,    "Burns"
2,        2095,    "Chemult"
2,        2096,    "Clatskanie"
2,        2097,    "Cloverdale"
2,        2098,    "Condon"
2,        2099,    "Corvallis"
2,        2100,    "Cottage Grove"
2,        2101,    "Dallas"
2,        2102,    "Drain"
2,        2103,    "Dufur"
2,        2104,    "Elgin"
2,        2105,    "Elkton"
2,        2106,    "Enterprise"
2,        2107,    "Estacada"
2,        2108,    "Eugene"
2,        2109,    "Forest Grove"
2,        2110,    "Fossil"
2,        2111,    "Gold Beach"
2,        2112,    "Grants Pass"
2,        2113,    "Grizzly"
2,        2114,    "Halfway"
2,        2115,    "Heppner"
2,        2116,    "Hermiston"
2,        2117,    "Hood River"
2,        2118,    "Huntington"
2,        2119,    "Kent"
2,        2120,    "Klamath Falls"
2,        2121,    "La Grande"
2,        2122,    "Lakeview"
2,        2123,    "Leaburg"
2,        2124,    "Madras"
2,        2125,    "Malheur"
2,        2126,    "Marion Frks Fish Hat"
2,        2127,    "McMinnville"
2,        2128,    "Medford"
2,        2129,    "Metolius"
2,        2130,    "Mikkalo"
2,        2131,    "Milton Freewater"
2,        2132,    "Moro"
2,        2133,    "Newport"
2,        2134,    "North Bend"
2,        2135,    "Nyssa"
2,        2136,    "Ontario"
2,        2137,    "Oregon City"
2,        2138,    "Otis"
2,        2139,    "Paisley"
2,        2140,    "Pendleton"
2,        2141,    "Pilot Rock"
2,        2142,    "Portland"
2,        2143,    "Powers"
2,        2144,    "Prineville"
2,        2145,    "Prospect"
2,        2146,    "Redmond"
2,        2147,    "Reedsport"
2,        2148,    "Richland"
2,        2149,    "Riddle"
2,        2150,    "Roseburg"
2,        2151,    "Round Grove"
2,        2152,    "Salem"
2,        2153,    "Seaside"
2,        2154,    "Seneca"
2,        2155,    "Stayton"
2,        2156,    "Three Lynx"
2,        2157,    "Tillamook"
2,        2158,    "Union"
2,        2159,    "Vale"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 38, 2160   ; => Pennsylvania
2,        2160,    "Allentown"
2,        2161,    "Bakerstown"
2,        2162,    "Bradford"
2,        2163,    "Burgettstown"
2,        2164,    "Carlisle"
2,        2165,    "Chambersburg"
2,        2166,    "Clarion"
2,        2167,    "Coatesville"
2,        2168,    "Confluence"
2,        2169,    "Corry"
2,        2170,    "Devault"
2,        2171,    "Donegal"
2,        2172,    "Donora"
2,        2173,    "Ephrata"
2,        2174,    "Erie"
2,        2175,    "Everett"
2,        2176,    "Farrell Sharon"
2,        2177,    "Ford City"
2,        2178,    "Franklin"
2,        2179,    "Freeland"
2,        2180,    "Gettysburg"
2,        2181,    "Greenville"
2,        2182,    "Hanover"
2,        2183,    "Harrisburg"
2,        2184,    "Holtwood"
2,        2185,    "Indiana"
2,        2186,    "Jamestown"
2,        2187,    "Johnstown"
2,        2188,    "Kane"
2,        2189,    "Landisville"
2,        2190,    "Lewistown"
2,        2191,    "Madera"
2,        2192,    "Marcus Hook"
2,        2193,    "Meadville"
2,        2194,    "Montgomery"
2,        2195,    "Montrose"
2,        2196,    "Morgantown"
2,        2197,    "New Castle"
2,        2198,    "Newport"
2,        2199,    "Palmerton"
2,        2200,    "Philadelphia"
2,        2201,    "Philipsburg"
2,        2202,    "Phoenixville"
2,        2203,    "Pittsburgh"
2,        2204,    "Pleasant Mount"
2,        2205,    "Ridgway"
2,        2206,    "Scranton"
2,        2207,    "Shippensburg"
2,        2208,    "Slippery Rock"
2,        2209,    "Stroudsburg"
2,        2210,    "Towanda"
2,        2211,    "Uniontown"
2,        2212,    "Warren"
2,        2213,    "Waynesburg"
2,        2214,    "Wellsboro"
2,        2215,    "West Chester"
2,        2216,    "Wilkes Barre"
2,        2217,    "Williamsport"
2,        2218,    "York"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 39, 2219   ; => Rhode Island
2,        2219,    "Block Island"
2,        2220,    "Kingston"
2,        2221,    "Providence"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 40, 2222   ; => South Carolina
2,        2222,    "Aiken"
2,        2223,    "Anderson"
2,        2224,    "Bamberg"
2,        2225,    "Beaufort"
2,        2226,    "Blackville"
2,        2227,    "Caesars Head"
2,        2228,    "Calhoun Falls"
2,        2229,    "Camden"
2,        2230,    "Charleston"
2,        2231,    "Cheraw"
2,        2232,    "Chester"
2,        2233,    "Clemson"
2,        2234,    "Columbia"
2,        2235,    "Conway"
2,        2236,    "Darlington"
2,        2237,    "Dillon"
2,        2238,    "Florence"
2,        2239,    "Georgetown"
2,        2240,    "Greenville"
2,        2241,    "Greenwood"
2,        2242,    "Hampton"
2,        2243,    "Kingstree"
2,        2244,    "Lake City"
2,        2245,    "Laurens"
2,        2246,    "Little Mountain"
2,        2247,    "Longcreek"
2,        2248,    "Loris"
2,        2249,    "Marion"
2,        2250,    "McColl"
2,        2251,    "Newberry"
2,        2252,    "Orangeburg"
2,        2253,    "Parr"
2,        2254,    "Pickens"
2,        2255,    "Rainbow Lake"
2,        2256,    "Ridgeland"
2,        2257,    "Saluda"
2,        2258,    "Santuck"
2,        2259,    "Spartanburg"
2,        2260,    "Sullivans Island"
2,        2261,    "Summerville"
2,        2262,    "Sumter"
2,        2263,    "Union"
2,        2264,    "Walhalla"
2,        2265,    "Walterboro"
2,        2266,    "Winnsboro"
2,        2267,    "Yemassee"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 41, 2268   ; => South Dakota
2,        2268,    "Aberdeen"
2,        2269,    "Academy"
2,        2270,    "Alexandria"
2,        2271,    "Ardmore"
2,        2272,    "Armour"
2,        2273,    "Belle Fourche"
2,        2274,    "Bonesteel"
2,        2275,    "Bridgewater"
2,        2276,    "Britton"
2,        2277,    "Brookings"
2,        2278,    "Canton"
2,        2279,    "Castlewood"
2,        2280,    "Centerville"
2,        2281,    "Clark"
2,        2282,    "Columbia"
2,        2283,    "Custer"
2,        2284,    "Deadwood"
2,        2285,    "De Smet"
2,        2286,    "Dupree"
2,        2287,    "Eureka"
2,        2288,    "Faith"
2,        2289,    "Faulkton"
2,        2290,    "Flandreau"
2,        2291,    "Forestburg"
2,        2292,    "Ft. Meade"
2,        2293,    "Gann Valley"
2,        2294,    "Gettysburg"
2,        2295,    "Gregory"
2,        2296,    "Highmore"
2,        2297,    "Hot Springs"
2,        2298,    "Howard"
2,        2299,    "Huron"
2,        2300,    "Kennebec"
2,        2301,    "Lead"
2,        2302,    "Lemmon"
2,        2303,    "Ludlow"
2,        2304,    "Marion"
2,        2305,    "Martin"
2,        2306,    "Mcintosh"
2,        2307,    "Menno"
2,        2308,    "Midland"
2,        2309,    "Milbank"
2,        2310,    "Milesville"
2,        2311,    "Miller"
2,        2312,    "Mitchell"
2,        2313,    "Mobridge"
2,        2314,    "Murdo"
2,        2315,    "Newell"
2,        2316,    "Oelrichs"
2,        2317,    "Philip"
2,        2318,    "Pickstown"
2,        2319,    "Pierre"
2,        2320,    "Pollock"
2,        2321,    "Ralph"
2,        2322,    "Rapid City"
2,        2323,    "Redfield"
2,        2324,    "Redig"
2,        2325,    "Sioux Falls"
2,        2326,    "Sisseton"
2,        2327,    "Spearfish"
2,        2328,    "Timber Lake"
2,        2329,    "Tyndall"
2,        2330,    "Vermillion"
2,        2331,    "Wagner"
2,        2332,    "Wasta"
2,        2333,    "Watertown"
2,        2334,    "Webster"
2,        2335,    "Wentworth"
2,        2336,    "White Lake"
2,        2337,    "Winner"
2,        2338,    "Wood"
2,        2339,    "Yankton"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 42, 2340   ; => Tennessee
2,        2340,    "Allardt"
2,        2341,    "Bolivar"
2,        2342,    "Bristol"
2,        2343,    "Brownsville"
2,        2344,    "Celina"
2,        2345,    "Chattanooga"
2,        2346,    "Clarksville"
2,        2347,    "Columbia"
2,        2348,    "Copperhill"
2,        2349,    "Covington"
2,        2350,    "Crossville"
2,        2351,    "Dickson"
2,        2352,    "Dover"
2,        2353,    "Dyersburg"
2,        2354,    "Franklin"
2,        2355,    "Gatlinburg"
2,        2356,    "Greeneville"
2,        2357,    "Jackson"
2,        2358,    "Kingsport"
2,        2359,    "Knoxville"
2,        2360,    "Lenoir City"
2,        2361,    "Lewisburg"
2,        2362,    "Martin"
2,        2363,    "McMinnville"
2,        2364,    "Memphis"
2,        2365,    "Milan"
2,        2366,    "Monteagle"
2,        2367,    "Murfreesboro"
2,        2368,    "Nashville"
2,        2369,    "Newbern"
2,        2370,    "Newport"
2,        2371,    "Oak Ridge"
2,        2372,    "Paris"
2,        2373,    "Rogersville"
2,        2374,    "Samburg"
2,        2375,    "Savannah"
2,        2376,    "Shelbyville"
2,        2377,    "Springfield"
2,        2378,    "Tullahoma"
2,        2379,    "Union City"
2,        2380,    "Watauga"
2,        2381,    "Waynesboro"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 43, 2382   ; => Texas
2,        2382,    "Abilene"
2,        2383,    "Albany"
2,        2384,    "Alice"
2,        2385,    "Alpine"
2,        2386,    "Amarillo"
2,        2387,    "Angleton"
2,        2388,    "Austin"
2,        2389,    "Ballinger"
2,        2390,    "Bay City"
2,        2391,    "Beeville"
2,        2392,    "Big Spring"
2,        2393,    "Blanco"
2,        2394,    "Boerne"
2,        2395,    "Bonham"
2,        2396,    "Borger"
2,        2397,    "Brady"
2,        2398,    "Brenham"
2,        2399,    "Bridgeport"
2,        2400,    "Brownsville"
2,        2401,    "Brownwood"
2,        2402,    "Cameron"
2,        2403,    "Canyon"
2,        2404,    "Center"
2,        2405,    "Centerville"
2,        2406,    "Childress"
2,        2407,    "Clarendon"
2,        2408,    "Clarksville"
2,        2409,    "Cleburne"
2,        2410,    "Coleman"
2,        2411,    "College Station"
2,        2412,    "Conroe"
2,        2413,    "Corpus Christi"
2,        2414,    "Corsicana"
2,        2415,    "Cotulla"
2,        2416,    "Crockett"
2,        2417,    "Crosbyton"
2,        2418,    "Crystal City"
2,        2419,    "Dalhart"
2,        2420,    "Dallas"
2,        2421,    "Danevang"
2,        2422,    "Del Rio"
2,        2423,    "Denison"
2,        2424,    "Denton"
2,        2425,    "Dilley"
2,        2426,    "Dublin"
2,        2427,    "Eagle Pass"
2,        2428,    "Eden"
2,        2429,    "El Paso"
2,        2430,    "Encinal"
2,        2431,    "Falfurrias"
2,        2432,    "Flatonia"
2,        2433,    "Follett"
2,        2434,    "Ft. Stockton"
2,        2435,    "Ft. Worth"
2,        2436,    "Fredericksburg"
2,        2437,    "Gainesville"
2,        2438,    "Galveston"
2,        2439,    "Gatesville"
2,        2440,    "Gilmer"
2,        2441,    "Goliad"
2,        2442,    "Graham"
2,        2443,    "Greenville"
2,        2444,    "Hallettsville"
2,        2445,    "Harlingen"
2,        2446,    "Haskell"
2,        2447,    "Henderson"
2,        2448,    "Henrietta"
2,        2449,    "Hereford"
2,        2450,    "Hico"
2,        2451,    "Hillsboro"
2,        2452,    "Houston"
2,        2453,    "Huntsville"
2,        2454,    "Jacksboro"
2,        2455,    "Junction"
2,        2456,    "Kaufman"
2,        2457,    "Kingsville"
2,        2458,    "La Tuna"
2,        2459,    "Lamesa"
2,        2460,    "Lampasas"
2,        2461,    "Laredo"
2,        2462,    "Levelland"
2,        2463,    "Liberty"
2,        2464,    "Livingston"
2,        2465,    "Llano"
2,        2466,    "Lubbock"
2,        2467,    "Lufkin"
2,        2468,    "Luling"
2,        2469,    "Madisonville"
2,        2470,    "Marlin"
2,        2471,    "Marshall"
2,        2472,    "Matador"
2,        2473,    "Matagorda"
2,        2474,    "McAllen"
2,        2475,    "McCamey"
2,        2476,    "McCook"
2,        2477,    "McKinney"
2,        2478,    "Memphis"
2,        2479,    "Mexia"
2,        2480,    "Miami"
2,        2481,    "Midland"
2,        2482,    "Mineral Wells"
2,        2483,    "Mission"
2,        2484,    "Mt. Pleasant"
2,        2485,    "Muleshoe"
2,        2486,    "Munday"
2,        2487,    "New Braunfels"
2,        2488,    "New Gulf"
2,        2489,    "Nixon"
2,        2490,    "Palacios"
2,        2491,    "Palestine"
2,        2492,    "Paris"
2,        2493,    "Pecos"
2,        2494,    "Pierce"
2,        2495,    "Plains"
2,        2496,    "Plainview"
2,        2497,    "Port Arthur"
2,        2498,    "Port Lavaca"
2,        2499,    "Port O'Connor"
2,        2500,    "Poteet"
2,        2501,    "Presidio"
2,        2502,    "Quanah"
2,        2503,    "Raymondville"
2,        2504,    "Rio Grande City"
2,        2505,    "Rising Star"
2,        2506,    "Roscoe"
2,        2507,    "Rusk"
2,        2508,    "San Angelo"
2,        2509,    "San Antonio"
2,        2510,    "San Marcos"
2,        2511,    "Seminole"
2,        2512,    "Seymour"
2,        2513,    "Sherman Pump Station"
2,        2514,    "Snyder"
2,        2515,    "Sonora"
2,        2516,    "Spearman"
2,        2517,    "Stratford"
2,        2518,    "Sugar Land"
2,        2519,    "Sulphur Springs"
2,        2520,    "Taylor"
2,        2521,    "Temple"
2,        2522,    "Throckmorton"
2,        2523,    "Tulia"
2,        2524,    "Uvalde"
2,        2525,    "Vega"
2,        2526,    "Vernon"
2,        2527,    "Victoria"
2,        2528,    "Waco"
2,        2529,    "Waxahachie"
2,        2530,    "Weatherford"
2,        2531,    "Weslaco"
2,        2532,    "Whitney"
2,        2533,    "Wichita Falls"
2,        2534,    "Wills Point"
2,        2535,    "Wink"
2,        2536,    "Yoakum"
2,        2537,    "Ysleta"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 44, 2538   ; => Utah
2,        2538,    "Alton"
2,        2539,    "Bear River City"
2,        2540,    "Beaver"
2,        2541,    "Black Rock"
2,        2542,    "Blanding"
2,        2543,    "Bluff"
2,        2544,    "Cedar City"
2,        2545,    "Cottonwood Heights"
2,        2546,    "Deseret"
2,        2547,    "Dugway"
2,        2548,    "Elberta"
2,        2549,    "Ephraim"
2,        2550,    "Escalante"
2,        2551,    "Fairfield"
2,        2552,    "Farmington"
2,        2553,    "Ferron"
2,        2554,    "Fillmore"
2,        2555,    "Ft. Duchesne"
2,        2556,    "Garfield"
2,        2557,    "Garland"
2,        2558,    "Green River"
2,        2559,    "Hanksville"
2,        2560,    "Heber"
2,        2561,    "Hiawatha"
2,        2562,    "Jensen"
2,        2563,    "Kanab"
2,        2564,    "Laketown"
2,        2565,    "LaVerkin"
2,        2566,    "Lehi"
2,        2567,    "Levan"
2,        2568,    "Loa"
2,        2569,    "Logan"
2,        2570,    "Manti"
2,        2571,    "Mexican Hat"
2,        2572,    "Milford"
2,        2573,    "Moab"
2,        2574,    "Modena"
2,        2575,    "Monticello"
2,        2576,    "Morgan"
2,        2577,    "Moroni"
2,        2578,    "Nephi"
2,        2579,    "Oak City"
2,        2580,    "Ogden"
2,        2581,    "Orderville"
2,        2582,    "Parowan"
2,        2583,    "Partoun"
2,        2584,    "Richfield"
2,        2585,    "Richmond"
2,        2586,    "Riverdale"
2,        2587,    "Roosevelt"
2,        2588,    "St. George"
2,        2589,    "Salina"
2,        2590,    "Salt Lake City"
2,        2591,    "Santaquin"
2,        2592,    "Scipio"
2,        2593,    "Spanish Fork"
2,        2594,    "Tooele"
2,        2595,    "Tropic"
2,        2596,    "Vernal"
2,        2597,    "Wendover"
2,        2598,    "Woodruff"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 45, 2599   ; => Vermont
2,        2599,    "Bellows Falls"
2,        2600,    "Burlington"
2,        2601,    "Cavendish"
2,        2602,    "Chelsea"
2,        2603,    "Cornwall"
2,        2604,    "Dorset"
2,        2605,    "Enosburg Falls"
2,        2606,    "Montpelier"
2,        2607,    "Newport"
2,        2608,    "Readsboro"
2,        2609,    "Rutland"
2,        2610,    "St. Johnsbury"
2,        2611,    "Vernon"
2,        2612,    "Woodstock"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 46, 2613   ; => Virginia
2,        2613,    "Bedford"
2,        2614,    "Big Meadows"
2,        2615,    "Blacksburg"
2,        2616,    "Buchanan"
2,        2617,    "Burkes Garden"
2,        2618,    "Charlotte Court House"
2,        2619,    "Charlottesville"
2,        2620,    "Chatham"
2,        2621,    "Culpeper"
2,        2622,    "Dale Enterprise"
2,        2623,    "Danville"
2,        2624,    "Farmville"
2,        2625,    "Floyd"
2,        2626,    "Fredericksburg"
2,        2627,    "Holland"
2,        2628,    "Hopewell"
2,        2629,    "Hot Springs"
2,        2630,    "Langley"
2,        2631,    "Lawrenceville"
2,        2632,    "Lexington"
2,        2633,    "Lincoln"
2,        2634,    "Louisa"
2,        2635,    "Luray"
2,        2636,    "Lynchburg"
2,        2637,    "Martinsville"
2,        2638,    "Newport News"
2,        2639,    "Norfolk"
2,        2640,    "Painter"
2,        2641,    "Pennington Gap"
2,        2642,    "Richmond"
2,        2643,    "Roanoke"
2,        2644,    "Staunton"
2,        2645,    "Suffolk"
2,        2646,    "Timberville"
2,        2647,    "Walkerton"
2,        2648,    "Warrenton"
2,        2649,    "Warsaw"
2,        2650,    "Washington"
2,        2651,    "Williamsburg"
2,        2652,    "Winchester"
2,        2653,    "Woodstock"
2,        2654,    "Wytheville"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 47, 2718   ; => Washington
2,        2655,    "Aberdeen"
2,        2656,    "Anacortes"
2,        2657,    "Battle Ground"
2,        2658,    "Bellingham"
2,        2659,    "Bickleton"
2,        2660,    "Blaine"
2,        2661,    "Bremerton"
2,        2662,    "Buckley"
2,        2663,    "Cedar Lake"
2,        2664,    "Centralia"
2,        2665,    "Chelan"
2,        2666,    "Chewelah"
2,        2667,    "Clearbrook"
2,        2668,    "Clearwater"
2,        2669,    "Cle Elum"
2,        2670,    "Colfax"
2,        2671,    "Colville"
2,        2672,    "Concrete"
2,        2673,    "Coulee City"
2,        2674,    "Coupeville"
2,        2675,    "Dallesport"
2,        2676,    "Davenport"
2,        2677,    "Dayton"
2,        2678,    "Elma"
2,        2679,    "Ephrata"
2,        2680,    "Everett"
2,        2681,    "Forks"
2,        2682,    "Glenoma"
2,        2683,    "Grapeview"
2,        2684,    "Hatton"
2,        2685,    "Hoquiam"
2,        2686,    "Kennewick"
2,        2687,    "Kent"
2,        2688,    "Landsburg"
2,        2689,    "Laurier"
2,        2690,    "Lind"
2,        2691,    "Longview"
2,        2692,    "Monroe"
2,        2693,    "Moses Lake"
2,        2694,    "Moxee City"
2,        2695,    "Newhalem"
2,        2696,    "Newport"
2,        2697,    "Northport"
2,        2698,    "Oakville"
2,        2699,    "Odessa"
2,        2700,    "Olga"
2,        2701,    "Olympia"
2,        2702,    "Omak"
2,        2703,    "Othello"
2,        2704,    "Palmer"
2,        2705,    "Pomeroy"
2,        2706,    "Port Angeles"
2,        2707,    "Prosser"
2,        2708,    "Pullman"
2,        2709,    "Puyallup"
2,        2710,    "Quilcene"
2,        2711,    "Quillayute"
2,        2712,    "Quincy"
2,        2713,    "Rainier"
2,        2714,    "Republic"
2,        2715,    "Richland"
2,        2716,    "Ritzville"
2,        2717,    "Rosalia"
2,        2718,    "Seattle"
2,        2719,    "Sedro Woolley"
2,        2720,    "Sequim"
2,        2721,    "Shelton"
2,        2722,    "Snoqualmie Falls"
2,        2723,    "Spokane"
2,        2724,    "Startup"
2,        2725,    "Stehekin"
2,        2726,    "Sunnyside"
2,        2727,    "Tacoma"
2,        2728,    "Vancouver"
2,        2729,    "Walla Walla"
2,        2730,    "Wapato"
2,        2731,    "Waterville"
2,        2732,    "Wenatchee"
2,        2733,    "Wilbur"
2,        2734,    "Winthrop"
2,        2735,    "Yakima"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 48, 2736   ; => West Virginia
2,        2736,    "Athens"
2,        2737,    "Bayard"
2,        2738,    "Beckley"
2,        2739,    "Bluefield"
2,        2740,    "Brandonville"
2,        2741,    "Buckhannon"
2,        2742,    "Charleston"
2,        2743,    "Clarksburg"
2,        2744,    "Elkins"
2,        2745,    "Fairmont"
2,        2746,    "Flat Top"
2,        2747,    "Franklin"
2,        2748,    "Gassaway"
2,        2749,    "Glenville"
2,        2750,    "Grantsville"
2,        2751,    "Hamlin"
2,        2752,    "Huntington"
2,        2753,    "Kearneysville"
2,        2754,    "Lewisburg"
2,        2755,    "Madison"
2,        2756,    "Mannington"
2,        2757,    "Martinsburg"
2,        2758,    "Middlebourne"
2,        2759,    "Morgantown"
2,        2760,    "New Cumberland"
2,        2761,    "Oak Hill"
2,        2762,    "Parkersburg"
2,        2763,    "Pickens"
2,        2764,    "Pineville"
2,        2765,    "Ravenswood"
2,        2766,    "Rowlesburg"
2,        2767,    "Spencer"
2,        2768,    "Spruce Knob"
2,        2769,    "Union"
2,        2770,    "Webster Springs"
2,        2771,    "Wellsburg"
2,        2772,    "Weston"
2,        2773,    "Wheeling"
2,        2774,    "White Sulphur Spring"
2,        2775,    "Winfield"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 49, 2776   ; => Wisconsin
2,        2776,    "Amery"
2,        2777,    "Antigo"
2,        2778,    "Appleton"
2,        2779,    "Ashland"
2,        2780,    "Baraboo"
2,        2781,    "Bayfield"
2,        2782,    "Beloit"
2,        2783,    "Blair"
2,        2784,    "Bloomer"
2,        2785,    "Brodhead"
2,        2786,    "Brule Island"
2,        2787,    "Burlington"
2,        2788,    "Chilton"
2,        2789,    "Crivitz"
2,        2790,    "Cumberland"
2,        2791,    "Dalton"
2,        2792,    "Danbury"
2,        2793,    "Darlington"
2,        2794,    "Dodgeville"
2,        2795,    "Eau Claire"
2,        2796,    "Fond Du Lac"
2,        2797,    "Ft. Atkinson"
2,        2798,    "Genoa City"
2,        2799,    "Germantown"
2,        2800,    "Gordon"
2,        2801,    "Grantsburg"
2,        2802,    "Green Bay"
2,        2803,    "Hillsboro"
2,        2804,    "Holcombe"
2,        2805,    "Janesville"
2,        2806,    "Kenosha"
2,        2807,    "Kewaunee"
2,        2808,    "La Crosse"
2,        2809,    "Ladysmith"
2,        2810,    "Lake Geneva"
2,        2811,    "Lake Mills"
2,        2812,    "Lancaster"
2,        2813,    "Lone Rock"
2,        2814,    "Madison"
2,        2815,    "Manitowoc"
2,        2816,    "Marinette"
2,        2817,    "Marshfield"
2,        2818,    "Mather"
2,        2819,    "Medford"
2,        2820,    "Mellen"
2,        2821,    "Menomonie"
2,        2822,    "Merrill"
2,        2823,    "Milwaukee"
2,        2824,    "Minocqua"
2,        2825,    "Mondovi"
2,        2826,    "Montello"
2,        2827,    "Neillsville"
2,        2828,    "New London"
2,        2829,    "North Pelican"
2,        2830,    "Oconomowoc"
2,        2831,    "Oconto"
2,        2832,    "Oshkosh"
2,        2833,    "Owen"
2,        2834,    "Park Falls"
2,        2835,    "Pittsville"
2,        2836,    "Platteville"
2,        2837,    "Plymouth"
2,        2838,    "Portage"
2,        2839,    "Prairie Du Chien"
2,        2840,    "Prairie Du Sac"
2,        2841,    "Prentice"
2,        2842,    "Racine"
2,        2843,    "Reedsburg"
2,        2844,    "Rest Lake"
2,        2845,    "Rhinelander"
2,        2846,    "Rice Lake"
2,        2847,    "Richland Center"
2,        2848,    "River Falls"
2,        2849,    "Rosholt"
2,        2850,    "St. Croix Falls"
2,        2851,    "Shawano"
2,        2852,    "Sheboygan"
2,        2853,    "Solon Springs"
2,        2854,    "Sparta"
2,        2855,    "Spooner"
2,        2856,    "Stanley"
2,        2857,    "Stevens Point"
2,        2858,    "Stoughton"
2,        2859,    "Sturgeon Bay"
2,        2860,    "Superior"
2,        2861,    "Trempealeau"
2,        2862,    "Two Rivers"
2,        2863,    "Viroqua"
2,        2864,    "Washington Island"
2,        2865,    "Watertown"
2,        2866,    "Waukesha"
2,        2867,    "Waupaca"
2,        2868,    "Wausau"
2,        2869,    "West Allis"
2,        2870,    "West Bend"
2,        2871,    "Weyerhauser"
2,        2872,    "Whitewater"
2,        2873,    "Winter"
2,        2874,    "Wisconsin Dells"
2,        2875,    "Wisconsin Rapids"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 50, 2876   ; => Wyoming
2,        2876,    "Afton"
2,        2877,    "Albin"
2,        2878,    "Alta"
2,        2879,    "Archer"
2,        2880,    "Basin"
2,        2881,    "Bondurant"
2,        2882,    "Border"
2,        2883,    "Carpenter"
2,        2884,    "Casper"
2,        2885,    "Cheyenne"
2,        2886,    "Chugwater"
2,        2887,    "Cody"
2,        2888,    "Colony"
2,        2889,    "Deaver"
2,        2890,    "Dillinger"
2,        2891,    "Dull Center"
2,        2892,    "Encampment"
2,        2893,    "Evanston"
2,        2894,    "Farson"
2,        2895,    "Gillette"
2,        2896,    "Glenrock"
2,        2897,    "Green River"
2,        2898,    "Heart Mountain"
2,        2899,    "Jackson"
2,        2900,    "Kaycee"
2,        2901,    "Lander"
2,        2902,    "Laramie"
2,        2903,    "Lovell"
2,        2904,    "Medicine Bow"
2,        2905,    "Midwest"
2,        2906,    "Moorcroft"
2,        2907,    "Moran"
2,        2908,    "Newcastle"
2,        2909,    "Pavillion"
2,        2910,    "Phillips"
2,        2911,    "Powell"
2,        2912,    "Redbird"
2,        2913,    "Riverton"
2,        2914,    "Rochelle"
2,        2915,    "Rock Springs"
2,        2916,    "Saratoga"
2,        2917,    "Sheridan"
2,        2918,    "Sundance"
2,        2919,    "Thermopolis"
2,        2920,    "Torrington"
2,        2921,    "Upton"
2,        2922,    "Wheatland"
2,        2923,    "Worland"
2,        2924,    "Yoder"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 51, 2925   ; => Puerto Rico
2,        2925,    "Aguirre Central"
2,        2926,    "Arecibo"
2,        2927,    "Barranquitas"
2,        2928,    "Borinquen"
2,        2929,    "Cayey"
2,        2930,    "Coloso"
2,        2931,    "Corozal"
2,        2932,    "Dos Bocas"
2,        2933,    "Fajardo"
2,        2934,    "Guayama"
2,        2935,    "Gurabo"
2,        2936,    "Humacao"
2,        2937,    "Isabela"
2,        2938,    "Juncos"
2,        2939,    "Lajas"
2,        2940,    "Magueyes Island"
2,        2941,    "Manati"
2,        2942,    "Mayaguez Ceer"
2,        2943,    "Ponce"
2,        2944,    "Quebradillas"
2,        2945,    "Rio Piedras"
2,        2946,    "San Juan"
2,        2947,    "San Sebastian"
2,        2948,    "Trujillo Alto"
2,        2949,    "Utuado"
2,        2950,    "Yabucoa"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 52, 2951   ; => Virgin Islands
2,        2951,    "Alex Hamilton"
2,        2952,    "Annaly"
2,        2953,    "Beth Upper New Works"
2,        2954,    "Catherineburg"
2,        2955,    "Christiansted Fort"
2,        2956,    "Cruz Bay"
2,        2957,    "Dorothea Aes"
2,        2958,    "Truman"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 53, 2959   ; => Pacific Islands
2,        2959,    "Andersen"
2,        2960,    "Clark"
2,        2961,    "Falalop / Ulithi"
2,        2962,    "Guam Nas"
2,        2963,    "Guam"
2,        2964,    "Johnston"
2,        2965,    "Koror"
2,        2966,    "Kwajalein"
2,        2967,    "Kosrae"
2,        2968,    "Majuro"
2,        2969,    "Midway Sand Island"
2,        2970,    "Pago Pago"
2,        2971,    "Ponape"
2,        2972,    "Truk Moen"
2,        2973,    "Wake Island"
2,        2974,    "Yap"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 54, 2975   ; => District of Columbia
2,        2975,    "Washington DC"
1,      MainWiz:Coverage, 1, 0
1,      MainWiz:State, 55, 2976   ; => CANADA
2,        2976,    "Charlottetown, P.E.I."
2,        2977,    "Edmonton, Alta."
2,        2978,    "Fredericton, N.Br."
2,        2979,    "Halifax, N.S."
2,        2980,    "Montreal, Que."
2,        2981,    "Ottawa, Ont."
2,        2982,    "Quebec, Que."
2,        2983,    "Regina, Sask."
2,        2984,    "St. Johns, Newf"
2,        2985,    "Toronto, Ont."
2,        2986,    "Vancouver, Br.Col."
2,        2987,    "Winnipeg, Man."
1,      MainWiz:Coverage, 101, 0       ; EnergyShape - Central Industrial
1,      MainWiz:State,     13,  2972   ;               Illinois
2,          2972,    "Chicago"
2,         14923,    "Moline"
2,         14842,    "Peoria"
2,          2973,    "Rockford"
2,          2974,    "Springfield"
1,      MainWiz:Coverage, 101, 0       ; EnergyShape - Central Industrial
1,      MainWiz:State,     14,  2976   ;               Indiana
2,          2975,    "Evansville"
2,         14827,    "Fort Wayne"
2,          2976,    "Indianapolis"
2,         14848,    "South Bend"
1,      MainWiz:Coverage, 101, 0       ; EnergyShape - Central Industrial
1,      MainWiz:State,     22,  2983   ;               Michigan
2,          2982,    "Alpena"
2,          2983,    "Detroit"
2,         14826,    "Flint"
2,          2984,    "Grand Rapids"
2,          2985,    "Houghton"
2,         14836,    "Lansing"
2,         14840,    "Muskegon"
2,         14847,    "Sault Ste. Marie"
2,         14850,    "Traverse City"
1,      MainWiz:Coverage, 101, 0       ; EnergyShape - Central Industrial
1,      MainWiz:State,     35, 14820   ;               Ohio
2,         14895,    "Akron/Canton"
2,         14820,    "Cleveland"
2,         14821,    "Columbus"
2,          2991,    "Dayton"
2,         14891,    "Mansfield"
2,          2992,    "Toledo"
2,         14852,    "Youngstown"
1,      MainWiz:Coverage, 101, 0       ; EnergyShape - Central Industrial
1,      MainWiz:State,     49, 14837   ;               Wisconsin
2,         14991,    "Eau Claire"
2,         14898,    "Green Bay"
2,         14920,    "La Crosse"
2,         14837,    "Madison"
2,         14839,    "Milwaukee"
1,      MainWiz:Coverage, 102, 0       ; EnergyShape - Lower Southeast
1,      MainWiz:State,      1, 13876   ;               Alabama
2,         13876,    "Birmingham"
2,          3856,    "Huntsville"
2,         13894,    "Mobile"
2,         13895,    "Montgomery"
1,      MainWiz:Coverage, 102, 0       ; EnergyShape - Lower Southeast
1,      MainWiz:State,      9, 12839   ;               Florida
2,         12834,    "Daytona Beach"
2,         13889,    "Jacksonville"
2,         12836,    "Key West"
2,         12839,    "Miami"
2,          2969,    "Tallahassee"
2,         12842,    "Tampa"
2,         12844,    "West Palm Beach"
1,      MainWiz:Coverage, 102, 0       ; EnergyShape - Lower Southeast
1,      MainWiz:State,     10,  2970   ;               Georgia
2,         13873,    "Athens"
2,         13874,    "Atlanta"
2,          3820,    "Augusta"
2,          2970,    "Columbus"
2,          3813,    "Macon"
2,          3822,    "Savannah"
1,      MainWiz:Coverage, 102, 0       ; EnergyShape - Lower Southeast
1,      MainWiz:State,     24,  3940   ;               Mississippi
2,          3940,    "Jackson"
2,         13865,    "Meridian"
1,      MainWiz:Coverage, 103, 0       ; EnergyShape - Mid Atlantic
1,      MainWiz:State,     30,  2988   ;               New Jersey
2,          2988,    "Atlantic City"
2,         14734,    "Newark"
1,      MainWiz:Coverage, 103, 0       ; EnergyShape - Mid Atlantic
1,      MainWiz:State,     32,  2990   ;               New York
2,         14735,    "Albany"
2,          4725,    "Binghamton"
2,         14733,    "Buffalo"
2,          2989,    "Massena"
2,          2990,    "NYC (Central Park)"
2,         14768,    "Rochester"
2,         14771,    "Syracuse"
1,      MainWiz:Coverage, 103, 0       ; EnergyShape - Mid Atlantic
1,      MainWiz:State,     38,  2995   ;               Pennsylvania
2,         14737,    "Allentown"
2,          4751,    "Bradford"
2,         14860,    "Erie"
2,         14751,    "Harrisburg"
2,         13739,    "Philadelphia"
2,          2995,    "Pittsburgh"
2,         14777,    "Wilkes-Barre"
2,         14778,    "Williamsport"
1,      MainWiz:Coverage, 104, 0       ; EnergyShape - New England
1,      MainWiz:State,      7, 14740   ;               Connecticut
2,          2968,    "Bridgeport"
2,         14740,    "Hartford"
1,      MainWiz:Coverage, 104, 0       ; EnergyShape - New England
1,      MainWiz:State,     19, 14764   ;               Maine
2,         14607,    "Caribou"
2,         14764,    "Portland"
1,      MainWiz:Coverage, 104, 0       ; EnergyShape - New England
1,      MainWiz:State,     21,  2980   ;               Massachusetts
2,         14739,    "Boston"
2,          2980,    "Worcester"
1,      MainWiz:Coverage, 104, 0       ; EnergyShape - New England
1,      MainWiz:State,     29, 14745   ;               New Hampshire
2,         14745,    "Concord"
1,      MainWiz:Coverage, 104, 0       ; EnergyShape - New England
1,      MainWiz:State,     39, 14765   ;               Rhode Island
2,         14765,    "Providence"
1,      MainWiz:Coverage, 104, 0       ; EnergyShape - New England
1,      MainWiz:State,     45, 14742   ;               Vermont
2,         14742,    "Burlington"
1,      MainWiz:Coverage, 105, 0       ; EnergyShape - Northwest
1,      MainWiz:State,      2, 26451   ;               Alaska
2,         26451,    "Anchorage"
2,         25308,    "Annette"
2,         27502,    "Barrow"
2,         26615,    "Bethel"
2,         26533,    "Bettles"
2,         26415,    "Big Delta"
2,         25624,    "Cold Bay"
2,         26411,    "Fairbanks"
2,         26425,    "Gulkana"
2,         25503,    "King Salmon"
2,         25501,    "Kodiak"
2,         26616,    "Kotzebue"
2,         26510,    "McGrath"
2,         26617,    "Nome"
2,         25713,    "St. Paul Island"
2,         26528,    "Talkeetna"
2,         25339,    "Yakutat"
1,      MainWiz:Coverage, 105, 0       ; EnergyShape - Northwest
1,      MainWiz:State,      6, 23062   ;               Colorado
2,         23061,    "Alamosa"
2,         23062,    "Boulder/Denver"
2,          2966,    "Colorado Springs"
2,         23063,    "Eagle"
2,         23066,    "Grand Junction"
2,          2967,    "Pueblo"
1,      MainWiz:Coverage, 105, 0       ; EnergyShape - Northwest
1,      MainWiz:State,     12, 24131   ;               Idaho
2,         24131,    "Boise"
2,         24156,    "Pocatello"
1,      MainWiz:Coverage, 105, 0       ; EnergyShape - Northwest
1,      MainWiz:State,     26, 24033   ;               Montana
2,         24033,    "Billings"
2,         24137,    "Cut Bank"
2,          2986,    "Glasgow"
2,         24143,    "Great Falls"
2,         24144,    "Helena"
2,         24146,    "Kalispell"
2,         24036,    "Lewistown"
2,         24037,    "Miles City"
2,         24153,    "Missoula"
1,      MainWiz:Coverage, 105, 0       ; EnergyShape - Northwest
1,      MainWiz:State,     37, 24229   ;               Oregon
2,          2993,    "Astoria"
2,          2994,    "Burns"
2,         24221,    "Eugene"
2,         24225,    "Medford"
2,         24284,    "North Bend"
2,         24155,    "Pendleton"
2,         24229,    "Portland"
2,         24230,    "Redmond/Bend"
2,         24232,    "Salem"
1,      MainWiz:Coverage, 105, 0       ; EnergyShape - Northwest
1,      MainWiz:State,     47, 24233   ;               Washington
2,         24227,    "Olympia"
2,          2999,    "Quillayute"
2,         24233,    "Seattle"
2,         24157,    "Spokane"
2,         24243,    "Yakima"
1,      MainWiz:Coverage, 105, 0       ; EnergyShape - Northwest
1,      MainWiz:State,     50, 24089   ;               Wyoming
2,         24089,    "Casper"
2,         24018,    "Cheyenne"
2,         24021,    "Lander"
2,         24027,    "Rock Springs"
2,         24029,    "Sheridan"
1,      MainWiz:Coverage, 106, 0       ; EnergyShape - South Central
1,      MainWiz:State,      4, 13963   ;               Arkansas
2,         13964,    "Fort Smith"
2,         13963,    "Little Rock"
1,      MainWiz:Coverage, 106, 0       ; EnergyShape - South Central
1,      MainWiz:State,     18, 12916   ;               Louisiana
2,         13970,    "Baton Rouge"
2,          3937,    "Lake Charles"
2,         12916,    "New Orleans"
2,         13957,    "Shreveport"
1,      MainWiz:Coverage, 106, 0       ; EnergyShape - South Central
1,      MainWiz:State,     36, 13967   ;               Oklahoma
2,         13967,    "Oklahoma City"
2,         13968,    "Tulsa"
1,      MainWiz:Coverage, 106, 0       ; EnergyShape - South Central
1,      MainWiz:State,     43,  3927   ;               Texas
2,         13962,    "Abilene"
2,         23047,    "Amarillo"
2,         13958,    "Austin"
2,         12919,    "Brownsville"
2,         12924,    "Corpus Christi"
2,         23044,    "El Paso"
2,          3927,    "Fort Worth"
2,         12960,    "Houston"
2,         23042,    "Lubbock"
2,          2996,    "Lufkin"
2,         23023,    "Midland/Odessa"
2,         12917,    "Port Arthur"
2,         23034,    "San Angelo"
2,         12921,    "San Antonio"
2,         12912,    "Victoria"
2,         13959,    "Waco"
2,         13966,    "Wichita Falls"
1,      MainWiz:Coverage, 107, 0       ; EnergyShape - Southwest
1,      MainWiz:State,      3, 23183   ;               Arizona
2,          3103,    "Flagstaff"
2,         23183,    "Phoenix"
2,         23184,    "Prescott"
2,         23160,    "Tucson"
1,      MainWiz:Coverage, 107, 0       ; EnergyShape - Southwest
1,      MainWiz:State,      5, 23232   ;               California
2,         24283,    "Arcata"
2,         23155,    "Bakersfield"
2,         23161,    "Daggett"
2,          2965,    "Fresno"
2,         23129,    "Long Beach"
2,         23174,    "Los Angeles"
2,         23232,    "Sacramento"
2,         23188,    "San Diego"
2,         23234,    "San Francisco"
2,         23273,    "Santa Maria"
1,      MainWiz:Coverage, 107, 0       ; EnergyShape - Southwest
1,      MainWiz:State,     11, 22521   ;               Hawaii
2,         21504,    "Hilo"
2,         22521,    "Honolulu"
2,         22516,    "Kahului"
2,         22536,    "Lihue"
1,      MainWiz:Coverage, 107, 0       ; EnergyShape - Southwest
1,      MainWiz:State,     28, 23169   ;               Nevada
2,         24121,    "Elko"
2,         23154,    "Ely"
2,         23169,    "Las Vegas"
2,         23185,    "Reno"
2,         23153,    "Tonopah"
2,         24128,    "Winnemucca"
1,      MainWiz:Coverage, 107, 0       ; EnergyShape - Southwest
1,      MainWiz:State,     31, 23050   ;               New Mexico
2,         23050,    "Albuquerque"
2,         23048,    "Tucumcari"
1,      MainWiz:Coverage, 107, 0       ; EnergyShape - Southwest
1,      MainWiz:State,     44, 24127   ;               Utah
2,          2997,    "Cedar City"
2,         24127,    "Salt Lake City"
1,      MainWiz:Coverage, 108, 0       ; EnergyShape - Upper Southeast
1,      MainWiz:State,      8, 13781   ;               Delaware
2,         13781,    "Wilmington"
; 1,      MainWiz:Coverage, 108, 0       ; EnergyShape - Upper Southeast
; 1,      MainWiz:State,     54, ?????   ;               District of Columbia
1,      MainWiz:Coverage, 108, 0       ; EnergyShape - Upper Southeast
1,      MainWiz:State,     17,  2979   ;               Kentucky
2,          2977,    "Covington"
2,          2978,    "Lexington"
2,          2979,    "Louisville"
1,      MainWiz:Coverage, 108, 0       ; EnergyShape - Upper Southeast
1,      MainWiz:State,     20,  2981   ;               Maryland
2,          2981,    "Baltimore"
1,      MainWiz:Coverage, 108, 0       ; EnergyShape - Upper Southeast
1,      MainWiz:State,     33, 13722   ;               North Carolina
2,          3812,    "Asheville"
2,          2987,    "Cape Hatteras"
2,         13881,    "Charlotte"
2,         13723,    "Greensboro"
2,         13722,    "Raleigh/Durham"
2,         13748,    "Wilmington"
1,      MainWiz:Coverage, 108, 0       ; EnergyShape - Upper Southeast
1,      MainWiz:State,     40, 13880   ;               South Carolina
2,         13880,    "Charleston"
2,         13883,    "Columbia"
2,          3870,    "Greenville"
1,      MainWiz:Coverage, 108, 0       ; EnergyShape - Upper Southeast
1,      MainWiz:State,     42, 13893   ;               Tennessee
2,         13877,    "Bristol"
2,         13882,    "Chattanooga"
2,         13891,    "Knoxville"
2,         13893,    "Memphis"
2,         13897,    "Nashville"
1,      MainWiz:Coverage, 108, 0       ; EnergyShape - Upper Southeast
1,      MainWiz:State,     46, 13740   ;               Virginia
2,         13733,    "Lynchburg"
2,         13737,    "Norfolk"
2,         13740,    "Richmond"
2,         13741,    "Roanoke"
2,          2998,    "Sterling"
1,      MainWiz:Coverage, 108, 0       ; EnergyShape - Upper Southeast
1,      MainWiz:State,     48, 13866   ;               West Virginia
2,         13866,    "Charleston"
2,         13729,    "Elkins"
2,          3860,    "Huntington"
1,      MainWiz:Coverage, 109, 0       ; EnergyShape - West Central
1,      MainWiz:State,     15, 14933   ;               Iowa
2,         14933,    "Des Moines"
2,         14940,    "Mason City"
2,         14943,    "Sioux City"
2,          2971,    "Waterloo"
1,      MainWiz:Coverage, 109, 0       ; EnergyShape - West Central
1,      MainWiz:State,     16,  3928   ;               Kansas
2,         13985,    "Dodge City"
2,         23065,    "Goodland"
2,         13996,    "Topeka"
2,          3928,    "Wichita"
1,      MainWiz:Coverage, 109, 0       ; EnergyShape - West Central
1,      MainWiz:State,     23, 14922   ;               Minnesota
2,         14913,    "Duluth"
2,         14918,    "International Falls"
2,         14922,    "Minneapolis/St. Paul"
2,         14925,    "Rochester"
2,         14926,    "St. Cloud"
1,      MainWiz:Coverage, 109, 0       ; EnergyShape - West Central
1,      MainWiz:State,     25,  3947   ;               Missouri
2,          3945,    "Columbia"
2,          3947,    "Kansas City"
2,         13995,    "Springfield"
2,         13994,    "St. Louis"
1,      MainWiz:Coverage, 109, 0       ; EnergyShape - West Central
1,      MainWiz:State,     27, 24023   ;               Nebraska
2,         14935,    "Grand Island"
2,         14941,    "Norfolk"
2,         24023,    "North Platte"
2,         14942,    "Omaha"
2,         24028,    "Scottsbluff"
1,      MainWiz:Coverage, 109, 0       ; EnergyShape - West Central
1,      MainWiz:State,     34, 24011   ;               North Dakota
2,         24011,    "Bismarck"
2,         14914,    "Fargo"
2,         24013,    "Minot"
1,      MainWiz:Coverage, 109, 0       ; EnergyShape - West Central
1,      MainWiz:State,     41, 14936   ;               South Dakota
2,         14936,    "Huron"
2,         24025,    "Pierre"
2,         24090,    "Rapid City"
2,         14944,    "Sioux Falls"
1,      MainWiz:Coverage, -999, 0      ; BACKWARD COMPATIBILITY
2,          1613,    "Mt. Washington"    ; SAC 3/25/02 - map old Mt. Wash, NH to Bethlehem, NH



;---------------------------------------------------------------------------------------------------
;---------------------------------------------------------------------------------------------------

; DEER Only
; SAC 10/7/03 - Added to facilitate input of DEER prototype data

0, DEERProto:Region,  0
2,              0,    "- select region -"
2,              1,    "Arcata Area (CZ01)" 
2,             15,    "Blythe Area (CZ15)" 
2,             14,    "China Lake Area (CZ14)" 
2,              8,    "El Toro Area (CZ08)" 
2,             13,    "Fresno Area (CZ13)" 
2,              6,    "Los Angeles Area (CZ06)" 
2,             16,    "Mount Shasta Area (CZ16)" 
2,              3,    "Oakland Area (CZ03)" 
2,              9,    "Pasadena Area (CZ09)" 
2,             11,    "Red Bluff Area (CZ11)" 
2,             12,    "Sacramento Area (CZ12)" 
2,             10,    "San Bernardino Area (CZ10)" 
2,              7,    "San Diego Area (CZ07)" 
2,              5,    "Santa Maria Area (CZ05)" 
2,              2,    "Santa Rosa Area (CZ02)" 
2,              4,    "Sunnyvale Area (CZ04)" 

; SAC 11/10/03 - Added symbolic properties to facilitate acronym generation
0, DEERProto:RegionAcro,  0
2,              0,    "00"
2,              1,    "01" 
2,             15,    "15" 
2,             14,    "14" 
2,              8,    "08" 
2,             13,    "13" 
2,              6,    "06" 
2,             16,    "16" 
2,              3,    "03" 
2,              9,    "09" 
2,             11,    "11" 
2,             12,    "12" 
2,             10,    "10" 
2,              7,    "07" 
2,              5,    "05" 
2,              2,    "02" 
2,              4,    "04" 


0, DEERProto:BldgType,  0
2,              0,    "- select building type -"
2,              1,    "Assembly"
2,              2,    "Education - Primary School"
2,              3,    "Education - Secondary School"
2,              4,    "Education - Community College"
2,              5,    "Education - University"
2,              6,    "Grocery"
2,              7,    "Health/Medical - Hospital"
2,              8,    "Health/Medical - Nursing Home"
2,              9,    "Lodging - Hotel"
2,             10,    "Lodging - Motel"
2,             11,    "Manufacturing - Bio/Tech"
2,             12,    "Manufacturing - Light Industrial"
2,             13,    "Office - Large"
2,             14,    "Office - Small"
2,             23,    "Residential - Single Family"
2,             24,    "Residential - Multifamily"
; 2,             25,    "Residential - Single-Wide Mobile"
; 2,             26,    "Residential - Double-Wide Mobile"
2,             15,    "Restaurant - Sit-Down"
2,             16,    "Restaurant - Fast-Food"
2,             17,    "Retail - 3-Story Large"
2,             18,    "Retail - Single-Story Large"
2,             19,    "Retail - Small"
2,             20,    "Storage - Conditioned"
2,             21,    "Storage - Unconditioned"
2,             22,    "Warehouse - Refrigerated"

0, DEERProto:BldgTypeAbrev,  0
2,              0,    "-undef-"
2,              1,    "Assembly"
2,              2,    "Edu-Prim"
2,              3,    "Edu-Sec"
2,              4,    "Edu-CC"
2,              5,    "Edu-Univ"
2,              6,    "Grocery"
2,              7,    "Hth-Hosp"
2,              8,    "Hth-Nurs"
2,              9,    "Ldg-Htl"
2,             10,    "Ldg-Mtl"
2,             11,    "Man-BTch"
2,             12,    "Man-LtIn"
2,             13,    "Off-Lrg"
2,             14,    "Off-Sml"
2,             23,    "Res-SFam"
2,             24,    "Res-MFam"
2,             25,    "Res-SWdM"
2,             26,    "Res-DWdM"
2,             15,    "Rst-StDn"
2,             16,    "Rst-FsFd"
2,             17,    "Rtl-3Lrg"
2,             18,    "Rtl-1Lrg"
2,             19,    "Rtl-Sml"
2,             20,    "Str-Cond"
2,             21,    "Str-Ucnd"
2,             22,    "Wrh-Rfrg"

; SAC 11/10/03 - Added symbolic properties to facilitate acronym generation
; SAC 7/19/04 - Added leading "Sector" character (R = Residential, C = Commercial)
0, DEERProto:BldgTypeAcro,  0
2,              0,    "bbb"
2,              1,    "Asm"
2,              2,    "EPr"
2,              3,    "ESe"
2,              4,    "ECC"
2,              5,    "EUn"
2,              6,    "Gro"
2,              7,    "Hsp"
2,              8,    "Nrs"
2,              9,    "Htl"
2,             10,    "Mtl"
2,             11,    "MBT"
2,             12,    "MLI"
2,             13,    "OfL"
2,             14,    "OfS"
2,             23,    "SFm"
2,             24,    "MFm"
2,             25,    "SMo"
2,             26,    "DMo"
2,             15,    "RSD"
2,             16,    "RFF"
2,             17,    "Rt3"
2,             18,    "RtL"
2,             19,    "RtS"
2,             20,    "SCn"
2,             21,    "SUn"
2,             22,    "WRf"


; SAC 7/24/04 - Added DEERSecBldgType to facilitate DEER measure analysis
0, ShellWiz:DEERSecBldgType,  0
1,      ShellWiz:BldgType,  219,   1   ; "Lodging, High-Rise Hotel"
2,              1,    "Public Areas"
2,              2,    "Guest Rooms"
1,      ShellWiz:BldgType,  234,   0   ; "School, College/University"   - SAC 10/14/04
2,             11,    "Dormitory"
2,              0,    "other"
1,      ShellWiz:BldgType, -999,   0   ; all others
2,              0,    "n/a"

; ShellWiz:BldgType for reference
; 1,      MainWiz:DefaultMechanism,  1,  202  ; "California Deemed Savings (DEER)" => ADDs two refrigeration building types (grocery & refrig storage)
; 2,            214,    "Community Center"
; 2,            215,    "Conference/Convention Center"
; 2,            216,    "Health/Fitness Center"
; 2,            217,    "Health, Hospital (inpatient)"
; 2,            218,    "Health, Long-term Care (Nursing Home)"
; 2,            200,    "Health, Medical Clinic/Prof. Bldg (outpatient)"
; 2,            201,    "Lodging, Motel"
; 2,            219,    "Lodging, High-Rise Hotel"
; 2,            240,    "Manufacturing, General"
; 2,            241,    "Manufacturing, High Tech/Bio Tech"
; 2,            237,    "Multifamily, Low-Rise (exterior entries)"
; 2,            238,    "Multifamily, Mid-Rise (interior entries)"
; 2,            239,    "Multifamily, High-Rise (interior entries)"
; 2,            223,    "Museum"
; 2,            202,    "Office Bldg, High-Rise"
; 2,            220,    "Office Bldg, Mid-Rise"
; 2,            221,    "Office Bldg, Two Story"
; 2,            222,    "Office Bldg, Bank/Financial"
; 2,            203,    "Religious Worship"
; 2,            242,    "Residential, Single Wide Mobile Home"
; 2,            243,    "Residential, Double Wide Mobile Home"
; 2,            224,    "Residential, Single-Family"
; 2,            204,    "Restaurant, Full Service (full menu)"
; 2,            205,    "Restaurant, Quick Service (fast food)"
; 2,            225,    "Restaurant, Bar/Lounge"
; 2,            206,    "Retail, Department Store"
; 2,            244,    "Retail, Grocery Store"
; 2,            207,    "Retail, Large Single Story"
; 2,            226,    "Retail, Stand-Alone Structure"
; 2,            227,    "Retail, Single Storefront"
; 2,            228,    "Retail, Strip Mall"
; 2,            229,    "Retail, Service Station"
; 2,            230,    "Retail, Service Station/Convenience Store"
; 2,            231,    "Retail, Warehouse Sales"
; 2,            232,    "School, Preschool/Daycare"
; 2,            208,    "School, K-6 Elementary"
; 2,            233,    "School, Middle School"
; 2,            209,    "School, Secondary (High School)"
; 2,            234,    "School, College/University"
; 2,            210,    "Storage, Conditioned High Bay"
; 2,            211,    "Storage, Unconditioned High Bay"
; 2,            235,    "Storage, Conditioned Low Bay"
; 2,            236,    "Storage, Unconditioned Low Bay"
; 2,            245,    "Storage, Refrigerated"
; 2,            212,    "Theater / Performing Arts"
; 2,            213,    "Unknown, Custom or Mixed Use"



; SAC 7/19/04 - Added new output reporting property
0, DEERProto:SectorAbrev,  0
2,              0,    "a"
2,              1,    "R"
2,              2,    "C"


; SAC 7/19/04 - Updated vintage symbol selections & added backward-compatibility items
0, DEERProto:Vintage,  0
1,      MainWiz:ProductCode,  999, 0  ; NONE - backward compatibility
2,              2,    "1978 - 1991"
2,              3,    "1992 - 2000"
2,              4,    "After 2000"
1,      MainWiz:ProductCode, -999, 0  ; current selections
2,              0,    "- select vintage -"
2,              1,    "Before 1978"
2,              2,    "1978 - 1992"
2,              3,    "1993 - 2001"
2,              4,    "2002 - 2005"
2,              5,    "After 2005"

0, DEERProto:VintageAbrev,  0
2,              0,    "-undef-"
2,              1,    "< 78"
2,              2,    "78-92"
2,              3,    "93-01"
2,              4,    "02-05"
2,              5,    "> 05"

; SAC 11/10/03 - Added symbolic properties to facilitate acronym generation
0, DEERProto:VintageAcro,  0
2,              0,    "AV"
2,              1,    "75"
2,              2,    "85"
2,              3,    "96"
2,              4,    "03"
2,              5,    "05"
2,             99,    "NW"


; SAC 2/5/05 - added properties to manage applicability and toggle for performing & reporting above code savings runs
0, DEERProto:CodeBaselineFlag,  -10
2,            -10,    "(building type, vintage & measure must first be defined)"
2,             -2,    "(vintage baseline already meets or exceeds current code)"
2,             -1,    "(measure description equals or does not meet current code)"
2,              0,    "(current code not applicable to measure being analyzed)"
2,              1,    " "


; SAC 4/6/05 - Added new property to control whether or not demand retrieval is handled via utility rate or hourly reports
0, DEERProto:DemandResultOpt,   0
2,              0,    "Utility Rates"
2,              1,    "Hourly Reports, Whole Bldg"
2,              2,    "Hourly Reports, Cool-Vent"


; SAC 7/19/04 - Added new output reporting property
0, DEERProto:CommonUnit,  0
2,              0,    "-undefined-"
2,              1,    "kW of Ltg red'n"
2,              2,    "kW of LtgCtrl"
2,              3,    "kW of Plug red'n"
2,              4,    "sqft roof"
2,              5,    "sqft building"
2,              6,    "each"
2,              7,    "sqft roof"
2,              8,    "sqft window"
2,              9,    "tons"
2,             10,    "sqft CHW-served area"
2,             11,    "sqft HW-served area"
2,             12,    "nameplate HP"
2,             13,    "sqft served"
2,             14,    "tons of coils served"
2,             15,    "tons served"
2,             16,    "tons served cooling cap"
2,             17,    "tons cooling"
2,             18,    "design cool tons"          ; SAC 1/12/05 - Added w/ refrig measures
2,             19,    "num motors"                ; SAC 1/12/05 - Added w/ refrig measures
2,             20,    "fixture linear ft"         ; SAC 1/12/05 - Added w/ refrig measures
2,             21,    "sqft sales area"           ; SAC 1/12/05 - Added w/ refrig measures
2,             22,    "display fixture len"       ; SAC 1/12/05 - Added w/ refrig measures
2,             23,    "design cool tons, LT"      ; SAC 1/12/05 - Added w/ refrig measures
2,             24,    "des tons of 1 compressor"  ; SAC 1/12/05 - Added w/ refrig measures
2,             25,    "1,000 sqft house"          ; SAC 3/25/05 - added for res measures    - SAC 4/9/05 - switched from "house" to "1,000 sqft house"
2,             26,    "1,000 sqft wall (excl. windows)" ; SAC 3/25/05 - added for res measures    - SAC 4/9/05 - switched from "sqft wall" to "1,000 sqft wall"
2,             27,    "1,000 sqft roof"           ; SAC 4/9/05 - switched from "sqft roof" to "1,000 sqft roof"
2,             28,    "100 sqft window"           ; SAC 4/9/05 - switched from "sqft window" to "1,000 sqft window"    ; SAC 4/13/05 - 1,000 sqft -> 100 sqft
2,             29,    "kBtu heating"              ; SAC 4/10/05 - added for heating measure


; SAC 7/20/04 - Added new output reporting property
0, DEERProto:MeasureCateg,  0
2,              0,    "- undefined -"
2,              1,    "LTG"
2,              2,    "PLUG"
2,              3,    "SHELL"
2,              4,    "HVAC"
2,              5,    "SHW"
2,              6,    "REFRIG"                    ; SAC 1/12/05 - Added w/ refrig measures
2,            -99,    "(all others)"

; SAC 7/20/04 - Added new output reporting property
0, DEERProto:MeasureSubCateg,  0
2,              0,    "(missing)"
2,              1,    "Demand"
2,              2,    "Controls"
2,              3,    "Equip"
2,              4,    "Shell"
2,              5,    "Fenestration"
2,              6,    "HeatRej"
2,              7,    "Insulation"
2,              8,    "Daylighting"
2,              9,    "Maintenance"               ; SAC 1/12/05 - Added w/ refrig measures
2,            -99,    "(all others)"

; SAC 7/20/04 - Added new output reporting property
0, DEERProto:MeasureFuel,  0
2,              0,    "???"
2,              1,    "E"
2,              2,    "G"
2,              3,    "B"
2,            -99,    "(all others)"


; SAC 8/2/04 - Added properties for performing daylighting analysis
0, DEERProto:DL_DayltMethod,  -1
2,             -1,    "n/a"
2,              2,    "SideOnly"
2,              3,    "TopOnly"
2,              4,    "SideAndTop"

0, DEERProto:DL_LtCtrlType,  0
2,              0,    "n/a"
2,              1,    "CONTINUOUS"
2,              2,    "STEPPED"
2,              3,    "CONTINUOUS/OFF"


; SAC 2/20/04 - Replaced proto list with first complete set
; SAC 12/3/04 - Replaced entire list w/ update from KJM
0, DEERProto:Prototype,  0
2,            100,    "DEER Assembly GasPAC.edp"
2,            101,    "DEER Assembly Heat Pump.edp"
; 2,            102,    "DEER Assembly Evap Cool.edp"
2,            200,    "DEER Primary School GasPAC.edp"
2,            201,    "DEER Primary School Heat Pump.edp"
; 2,            202,    "DEER Primary School Evap Cool.edp"
2,            300,    "DEER High School GasPAC.edp"
2,            301,    "DEER High School Heat Pump.edp"
2,            302,    "DEER High School VAV.edp"
2,            400,    "DEER Community College.edp"
2,            401,    "DEER Community College Heat Pump.edp"
2,            500,    "DEER University.edp"
; 2,            501,    "DEER University FC.edp"
2,            600,    "DEER Grocery GasPAC.edp"
2,            601,    "DEER Grocery Heat Pump.edp"
2,            700,    "DEER Hospital.edp"
2,            800,    "DEER Nursing Home.edp"
2,            801,    "DEER Nursing Home Heat Pump.edp"
2,            802,    "DEER Nursing Home VAVS.edp"
2,            900,    "DEER Hotel VAV+FPFC+PSZ.edp"
2,            901,    "DEER Hotel VAV+FPFC+PHP.edp"
2,            902,    "DEER Hotel VAV+PTAC+PSZ.edp"
2,            904,    "DEER Hotel VAV+PTHP+PSZ.edp"
2,            906,    "DEER Hotel PVAV+PTHP+PSZ.edp"
2,           1000,    "DEER Motel PTAC Elec Res Heat.edp"
2,           1001,    "DEER Motel PTHP.edp"
2,           1100,    "DEER Bio Manufacturing GasPAC.edp"
2,           1101,    "DEER Bio Manufacturing Heat Pump.edp"
2,           1200,    "DEER Light Manufacturing GasPAC.edp"
2,           1201,    "DEER Light Manufacturing Heat Pump.edp"
; 2,           1202,    "DEER Light Manufacturing Evap Cool.edp"
2,           1300,    "DEER Large Office.edp"
2,           1301,    "DEER Large Office WLHP.edp"
2,           1400,    "DEER Small Office GasPAC.edp"
2,           1401,    "DEER Small Office Heat Pump.edp"
2,           1500,    "DEER Full Service Restaurant GasPAC.edp"
2,           1501,    "DEER Full Service Restaurant Heat Pump.edp"
2,           1600,    "DEER Fast Food Restaurant GasPAC.edp"
2,           1601,    "DEER Fast Food Restaurant Heat Pump.edp"
2,           1700,    "DEER Large 3-Story Retail.edp"
2,           1800,    "DEER Large 1-Story Retail GasPAC.edp"
2,           1801,    "DEER Large 1-Story Retail Heat Pump.edp"
2,           1900,    "DEER Small Retail GasPAC.edp"
2,           1901,    "DEER Small Retail Heat Pump.edp"
2,           2000,    "DEER Conditioned Storage GasPAC.edp"
2,           2001,    "DEER Conditioned Storage Heat Pump.edp"
; 2,           2002,    "DEER Conditioned Storage Evap Cool.edp"
2,           2100,    "DEER Unconditioned Storage.edp"
2,           2200,    "DEER Refrigerated Warehouse GasPAC.edp"
2,           2201,    "DEER Refrigerated Warehouse Heat Pump.edp"
; 2,           2202,    "DEER Refrigerated Warehouse Evap Cool.edp"
2,           2300,    "DEER Single Family Split AC Gas Furn.edp"
2,           2301,    "DEER Single Family Split HP.edp"
2,           2302,    "DEER Single Family Evap Cool.edp"
2,           2400,    "DEER Multi Family Split AC Gas Furn.edp"
2,           2401,    "DEER Multi Family Split HP.edp"
2,           2402,    "DEER Multi Family Evap Cool.edp"
2,           2500,    "DEER Single Wide Mobile Home GasPAC.edp"
2,           2501,    "DEER Single Wide Mobile Home HtPump.edp"
2,           2502,    "DEER Single Wide Mobile Home Evap Cool.edp"
2,           2600,    "DEER Double Wide Mobile Home GasPAC.edp"
2,           2601,    "DEER Double Wide Mobile Home HtPump.edp"
2,           2602,    "DEER Double Wide Mobile Home Evap Cool.edp"


0, DEERProto:Measure,  0
1,      DEERProto:BldgType,   999, 0  ; Fix spelling while retaining backward compatibility
2,             86,    "Efficienct HVAC Motors - Supply Fans"
2,             87,    "Efficienct HVAC Motors - Return Fans"
2,             88,    "Efficienct HVAC Motors - Clg Tower Fans"
1,      DEERProto:BldgType,     6, 0  ; Grocery
2,              0,    "- select measure -"
2,            201,    "Retrocommissioning"
2,            202,    "High Efficiency Walk-in Fan Motors"
2,            203,    "High Efficiency Display Fan Motors"
2,            204,    "Heat Recovery from Central Refrigeration System"
2,            205,    "Night Covers for Display Cases (medium temp)"
2,            206,    "Medium Temp Glass Doors (open display cases)"
2,            207,    "New Medium Temp Refrig Display Case with Doors"
2,            208,    "Auto-Closers on Main Cooler Doors"
2,            209,    "Auto-Closers on Main Freezer Doors"
2,            210,    "Evaporator Fan Control on Walk-in Coolers & Freezers"
2,            211,    "Air-Cooled Condenser to Evaporative Condenser"
2,            212,    "Energy Efficient Air-Cooled Condenser"
2,            213,    "Energy Efficient Evap-Cooled Condenser"
2,            214,    "Multiplex System with Mech Subcooling (air-cooled)"
2,            215,    "Multiplex System with Mech Subcooling (evap-cooled)"
2,            216,    "Multiplex System with Mech Subcooling (high eff air-cooled)"
2,            217,    "Multiplex System with Mech Subcooling (high eff evap-cooled)"
2,            218,    "Low Temperature Mechanical Subcooling"
2,            219,    "Low and Medium Temp Mechanical Subcooling"
2,            220,    "Floating Suction Pressure"
2,            221,    "Floating Head Pressure, Fixed Setpoint (air-cooled)"
2,            222,    "Floating Head Pressure, Fixed Setpoint (evap-cooled)"
2,            223,    "Floating Head Pressure, Variable Setpoint (air-cooled)"
2,            224,    "Floating Head Pressure, Variable Setpoint (evap-cooled)"
2,            225,    "Floating Head Pressure, Variable Setpt & Speed (air-cooled)"
2,            226,    "Floating Head Pressure, Variable Setpt & Speed (evap-cooled)"
2,            227,    "Display Case Lighting Control"
2,            228,    "Zero Heat Reach-in Glass Doors"
2,              1,    "Indoor Lighting Low Load Reduction"
2,              2,    "Indoor Lighting High Load Reduction"
; 2,              3,    "Occupancy Sensor Pack-200 SF"
; 2,              4,    "Occupancy Sensor Pack-1000 SF"
2,              5,    "DayLtg Controls, Side Ltg, Cont. Ctrl"
2,              6,    "DayLtg Controls, Side Ltg, 2-step Ctrl"
2,              7,    "DayLtg Controls, Top Ltg, Cont. Ctrl"
2,              8,    "DayLtg Controls, Top Ltg, 1-step Ctrl"
2,              9,    "DayLtg Controls, Top Ltg, 2-step Ctrl"
2,             10,    "Timeclock for Lighting"
2,             11,    "Plug Loads Low Load Reduction"
2,             12,    "Plug Loads High Load Reduction"
2,             13,    "Ceiling/Roof Insulation"
2,             14,    "Tank Insulation-Fiber Blanket"
2,             15,    "Air Curtain"
2,             16,    "Light Colored Roof"
2,             17,    "Low SHGC Windows -15% - North"
2,             18,    "Low SHGC Windows -20% - East"
2,             19,    "Low SHGC Windows -20% - South"
2,             20,    "Low SHGC Windows -20% - West"
2,             21,    "Low SHGC Windows -20% - North"
2,             22,    "Low SHGC Windows -30% - East"
2,             23,    "Low SHGC Windows -30% - South"
2,             24,    "Low SHGC Windows -30% - West"
2,             25,    "Hi Perf. Glass, PI=1.15, Side Ltg, Cont. Ctrl"
2,             26,    "Hi Perf. Glass, PI=1.26, Side Ltg, Cont. Ctrl"
2,             27,    "Hi Perf. Glass, PI=1.38, Side Ltg, Cont. Ctrl"
2,             28,    "Hi Perf. Glass, PI=1.15, Side Ltg, 2-Step Ctrl"
2,             29,    "Hi Perf. Glass, PI=1.26, Side Ltg, 2-Step Ctrl"
2,             30,    "Hi Perf. Glass, PI=1.38, Side Ltg, 2-Step Ctrl"
2,             31,    "Hi Perf. Glass, PI=0.81, Top Ltg, Cont. Ctrl"
2,             32,    "Hi Perf. Glass, PI=0.92, Top Ltg, Cont. Ctrl"
2,             33,    "Hi Perf. Glass, PI=1.03, Top Ltg, Cont. Ctrl"
2,             34,    "Hi Perf. Glass, PI=0.81, Top Ltg, 1-Step Ctrl"
2,             35,    "Hi Perf. Glass, PI=0.92, Top Ltg, 1-Step Ctrl"
2,             36,    "Hi Perf. Glass, PI=1.03, Top Ltg, 1-Step Ctrl"
2,             37,    "Hi Perf. Glass, PI=0.81, Top Ltg, 2-Step Ctrl"
2,             38,    "Hi Perf. Glass, PI=0.92, Top Ltg, 2-Step Ctrl"
2,             39,    "Hi Perf. Glass, PI=1.03, Top Ltg, 2-Step Ctrl"
; 2,             40,    "High Efficiency Centrifugal Chillers"
; 2,             41,    "High Efficiency Reciprocating Chillers"
; 2,             42,    "VSD Centrifugal Chiller"
; 2,             43,    "Gas Absorption Chiller"
; 2,             44,    "Chilled Water Reset"
; 2,             45,    "Hot Water Reset"
; 2,             46,    "Variable Flow Chilled Water Loop"
; 2,             47,    "VSD Chilled Water Loop Pump"
; 2,             48,    "Variable Flow Hot Water Loop"
; 2,             49,    "VSD Hot Water Loop Pump"
; 2,             50,    "Variable Air Volume Box"
2,             51,    "VSD Supply Fan Motors"
2,             52,    "Fan Powered Mixing Boxes"
2,             53,    "Evap Cool Indirect - Central System"
2,             54,    "Evap Cool Indirect - Packaged Sys"
2,             55,    "Reducing Overventilation"
2,             56,    "Air To Air Heat Exchanger"
2,             57,    "Rotary Heat Recovery"
2,             58,    "Economizer - Packaged System"
; 2,             59,    "Economizer - Central system"
; 2,             60,    "Economizer Maintenance"
2,             61,    "Clean Condenser Coils"
2,             62,    "Cooling Tower for Packaged System"
; 2,             63,    "Two-Speed Cooling Tower Fans"
; 2,             64,    "VSD Cooling Tower Fans"
2,             65,    "Efficient Gas Furnace"
; 2,             66,    "High Efficiency Large Boilers"
; 2,             67,    "High Efficiency Small HW Boilers"
; 2,             68,    "High Efficiency Small Steam Boilers"
2,             69,    "Efficient Water Source Heat Pump"
2,             70,    "Hydronic Heat Pump Var Flow Valve"
2,             71,    "Time Clocks (heating/cooling)"
2,             72,    "Energy Management System"
2,             73,    "Setback Programmable Thermostats"
2,             74,    "Direct Evaporative Coolers"
2,             75,    "Duct Insulation Material"
2,             76,    "H.E. Air-Cooled Split A/C  < 65k"
2,             77,    "H.E. Air-Cooled Split HP  < 65k"
2,             78,    "H.E. Air-Cooled Package A/C  < 65k"
2,             79,    "H.E. Air-Cooled Package A/C  >= 65k"
2,             80,    "H.E. Air-Cooled Package HP  < 65k"
2,             81,    "H.E. Air-Cooled Package HP  >= 65k"
2,             82,    "H.E. Evap/Water-Cooled Pkg A/C  < 65k"
2,             83,    "H.E. Evap/Water-Cooled Pkg A/C  >= 65k"
; 2,             84,    "H.E. Package Terminal Air-Conditioners"
; 2,             85,    "H.E. Package Terminal Heat Pumps"
; 2,             86,    "Efficient HVAC Motors - Supply Fans"
; 2,             87,    "Efficient HVAC Motors - Return Fans"
; 2,             88,    "Efficient HVAC Motors - Clg Tower Fans"
; 2,             89,    "Effic. Motors - Chilled Water Loop Pumps"
; 2,             90,    "Effic. Motors - Hot Water Loop Pumps"
; 2,             91,    "Effic. Motors - Cond. Water Loop Pumps"
2,             92,    "High Efficiency Gas Water Heater"
2,             93,    "Gas Tankless Water Heating"
2,             94,    "Point of Use Water Heating"
2,             95,    "Circulation Pump Timeclock Retrofit"
2,             96,    "High Eff Large Size Gas Water Heater"
2,             97,    "High Eff Med Size Gas Water Heater"
; 2,             98,    "Water Side Economizer"
1,      DEERProto:BldgType,    22, 0  ; Warehouse - Refrigerated
2,              0,    "- select measure -"
2,            301,    "Retrocommissioning"
2,            302,    "Oversized Evaporative Condenser"
2,            303,    "Oversized Evaporative Condenser & Floating Head"
2,            304,    "Variable-Speed Compressors"
2,            305,    "Low-Temperature Subcooling"
2,            306,    "Floating Suction Pressure"
2,            307,    "Floating Head Pressure, Fixed Setpoint (evap-cooled)"
2,            308,    "Floating Head Pressure, Variable Setpoint (evap-cooled)"
2,            309,    "Floating Head Pressure, Variable Setpt & Speed (evap-cooled)"
2,              1,    "Indoor Lighting Low Load Reduction"
2,              2,    "Indoor Lighting High Load Reduction"
; 2,              3,    "Occupancy Sensor Pack-200 SF"
; 2,              4,    "Occupancy Sensor Pack-1000 SF"
2,              5,    "DayLtg Controls, Side Ltg, Cont. Ctrl"
2,              6,    "DayLtg Controls, Side Ltg, 2-step Ctrl"
2,              7,    "DayLtg Controls, Top Ltg, Cont. Ctrl"
2,              8,    "DayLtg Controls, Top Ltg, 1-step Ctrl"
2,              9,    "DayLtg Controls, Top Ltg, 2-step Ctrl"
2,             10,    "Timeclock for Lighting"
2,             11,    "Plug Loads Low Load Reduction"
2,             12,    "Plug Loads High Load Reduction"
2,             13,    "Ceiling/Roof Insulation"
2,             14,    "Tank Insulation-Fiber Blanket"
2,             15,    "Air Curtain"
2,             16,    "Light Colored Roof"
2,             17,    "Low SHGC Windows -15% - North"
2,             18,    "Low SHGC Windows -20% - East"
2,             19,    "Low SHGC Windows -20% - South"
2,             20,    "Low SHGC Windows -20% - West"
2,             21,    "Low SHGC Windows -20% - North"
2,             22,    "Low SHGC Windows -30% - East"
2,             23,    "Low SHGC Windows -30% - South"
2,             24,    "Low SHGC Windows -30% - West"
2,             25,    "Hi Perf. Glass, PI=1.15, Side Ltg, Cont. Ctrl"
2,             26,    "Hi Perf. Glass, PI=1.26, Side Ltg, Cont. Ctrl"
2,             27,    "Hi Perf. Glass, PI=1.38, Side Ltg, Cont. Ctrl"
2,             28,    "Hi Perf. Glass, PI=1.15, Side Ltg, 2-Step Ctrl"
2,             29,    "Hi Perf. Glass, PI=1.26, Side Ltg, 2-Step Ctrl"
2,             30,    "Hi Perf. Glass, PI=1.38, Side Ltg, 2-Step Ctrl"
2,             31,    "Hi Perf. Glass, PI=0.81, Top Ltg, Cont. Ctrl"
2,             32,    "Hi Perf. Glass, PI=0.92, Top Ltg, Cont. Ctrl"
2,             33,    "Hi Perf. Glass, PI=1.03, Top Ltg, Cont. Ctrl"
2,             34,    "Hi Perf. Glass, PI=0.81, Top Ltg, 1-Step Ctrl"
2,             35,    "Hi Perf. Glass, PI=0.92, Top Ltg, 1-Step Ctrl"
2,             36,    "Hi Perf. Glass, PI=1.03, Top Ltg, 1-Step Ctrl"
2,             37,    "Hi Perf. Glass, PI=0.81, Top Ltg, 2-Step Ctrl"
2,             38,    "Hi Perf. Glass, PI=0.92, Top Ltg, 2-Step Ctrl"
2,             39,    "Hi Perf. Glass, PI=1.03, Top Ltg, 2-Step Ctrl"
; 2,             40,    "High Efficiency Centrifugal Chillers"
; 2,             41,    "High Efficiency Reciprocating Chillers"
; 2,             42,    "VSD Centrifugal Chiller"
; 2,             43,    "Gas Absorption Chiller"
; 2,             44,    "Chilled Water Reset"
; 2,             45,    "Hot Water Reset"
; 2,             46,    "Variable Flow Chilled Water Loop"
; 2,             47,    "VSD Chilled Water Loop Pump"
; 2,             48,    "Variable Flow Hot Water Loop"
; 2,             49,    "VSD Hot Water Loop Pump"
; 2,             50,    "Variable Air Volume Box"
2,             51,    "VSD Supply Fan Motors"
2,             52,    "Fan Powered Mixing Boxes"
2,             53,    "Evap Cool Indirect - Central System"
2,             54,    "Evap Cool Indirect - Packaged Sys"
2,             55,    "Reducing Overventilation"
2,             56,    "Air To Air Heat Exchanger"
2,             57,    "Rotary Heat Recovery"
2,             58,    "Economizer - Packaged System"
; 2,             59,    "Economizer - Central system"
; 2,             60,    "Economizer Maintenance"
2,             61,    "Clean Condenser Coils"
2,             62,    "Cooling Tower for Packaged System"
; 2,             63,    "Two-Speed Cooling Tower Fans"
; 2,             64,    "VSD Cooling Tower Fans"
2,             65,    "Efficient Gas Furnace"
; 2,             66,    "High Efficiency Large Boilers"
; 2,             67,    "High Efficiency Small HW Boilers"
; 2,             68,    "High Efficiency Small Steam Boilers"
2,             69,    "Efficient Water Source Heat Pump"
2,             70,    "Hydronic Heat Pump Var Flow Valve"
2,             71,    "Time Clocks (heating/cooling)"
2,             72,    "Energy Management System"
2,             73,    "Setback Programmable Thermostats"
2,             74,    "Direct Evaporative Coolers"
2,             75,    "Duct Insulation Material"
2,             76,    "H.E. Air-Cooled Split A/C  < 65k"
2,             77,    "H.E. Air-Cooled Split HP  < 65k"
2,             78,    "H.E. Air-Cooled Package A/C  < 65k"
2,             79,    "H.E. Air-Cooled Package A/C  >= 65k"
2,             80,    "H.E. Air-Cooled Package HP  < 65k"
2,             81,    "H.E. Air-Cooled Package HP  >= 65k"
2,             82,    "H.E. Evap/Water-Cooled Pkg A/C  < 65k"
2,             83,    "H.E. Evap/Water-Cooled Pkg A/C  >= 65k"
; 2,             84,    "H.E. Package Terminal Air-Conditioners"
; 2,             85,    "H.E. Package Terminal Heat Pumps"
; 2,             86,    "Efficient HVAC Motors - Supply Fans"
; 2,             87,    "Efficient HVAC Motors - Return Fans"
; 2,             88,    "Efficient HVAC Motors - Clg Tower Fans"
; 2,             89,    "Effic. Motors - Chilled Water Loop Pumps"
; 2,             90,    "Effic. Motors - Hot Water Loop Pumps"
; 2,             91,    "Effic. Motors - Cond. Water Loop Pumps"
2,             92,    "High Efficiency Gas Water Heater"
2,             93,    "Gas Tankless Water Heating"
2,             94,    "Point of Use Water Heating"
2,             95,    "Circulation Pump Timeclock Retrofit"
2,             96,    "High Eff Large Size Gas Water Heater"
2,             97,    "High Eff Med Size Gas Water Heater"
; 2,             98,    "Water Side Economizer"
1,      DEERProto:BldgType,    23, 0  ; Residential - Single Family
2,              0,    "- select measure -"
2,            401,    "Programmable Thermostat"
2,            402,    "13 SEER (11.09 EER) Split-System Air Conditioner"          ; was:  "13 SEER (10 EER) Split-System Air Conditioner"
2,            403,    "14 SEER (12.15 EER) Split-System Air Conditioner"          ; was:  "14 SEER (10.4 EER) Split-System Air Conditioner"
2,            404,    "15 SEER (12.72 EER) Split-System Air Conditioner"          ; was:  "15 SEER (11.2 EER) Split-System Air Conditioner"
2,            405,    "Direct Evaporative Cooler"
2,            406,    "Indirect Evaporative Cooler"
2,            407,    "Direct-Indirect Evaporative Cooler"
2,            408,    "Basic HVAC Diagnostic Testing And Repair"
2,            409,    "Advanced HVAC Diagnostic Testing And Repair"
2,            410,    "Condensing 90 AFUE (1.11 HIR) Furnace"
2,            411,    "Condensing 92 AFUE (1.08 HIR) Furnace"
2,            412,    "Condensing 94 AFUE (1.06 HIR) Furnace"
2,            413,    "Condensing 96 AFUE (1.03 HIR) Furnace"
2,            414,    "13 SEER (11.07 EER) / 8.1 HSPF (3.28 COP) A/C Heat Pump"   ; was:  "13 SEER (10 EER) / 7.7 HSPF (3.5 COP) A/C Heat Pump"
2,            415,    "14 SEER (12.19 EER) / 8.6 HSPF (3.52 COP) A/C Heat Pump"   ; was:  "14 SEER (10.4 EER) / 9.0 HSPF (4.1 COP) A/C Heat Pump"
2,            416,    "15 SEER (12.70 EER) / 8.8 HSPF (3.74 COP) A/C Heat Pump"   ; was:  "15 SEER (11.2 EER) / 9.6 HSPF (4.4 COP) A/C Heat Pump"
2,            417,    "18 SEER (12.8 EER) / 9.2 HSPF (3.66 COP) A/C Heat Pump"    ; was:  "18 SEER (14.9 EER) / 11.6 HSPF (5.3 COP) A/C Heat Pump"
2,            418,    "Duct Repair (Duct Leakage 6%)"
2,            419,    "Ceiling R-0 to R-19 Insulation-Batts"                      ; was:  "Ceiling R-19 Insulation"
2,            420,    "Ceiling R-0 to R-30 Insulation-Batts"                      ; was:  "Ceiling R-30 Insulation-Batts"
2,            421,    "Ceiling R-0 to R-38 Insulation-Batts"                      ; was:  "Ceiling R-38 Insulation-Batts"
2,            422,    "Ceiling R-19 to R-30 Insulation-Batts"                     ; was:  "Ceiling R-30 Insulation-Batts"
2,            423,    "Ceiling R-19 to R-38 Insulation-Batts"                     ; was:  "Ceiling R-38 Insulation-Batts"
2,            424,    "Ceiling R-30 to R-38 Insulation-Batts"
2,            425,    "Floor R-13 Insulation-Batts"
2,            426,    "Floor R-19 Insulation-Batts"
2,            427,    "Floor R-30 Insulation-Batts"
2,            428,    "Floor R-30 Insulation-Batts"
2,            429,    "Wall 2x4 R-15 Insulation-Batts"
2,            430,    "Wall 2x6 R-19 Insulation-Batts"
2,            431,    "Wall 2x6 R-21 Insulation-Batts"
2,            432,    "Wall 2x6 R-19 Insulation-Batts"
2,            433,    "Wall 2x6 R-21 Insulation-Batts"
2,            434,    "Wall 2x6 R-21 Insulation-Batts"
2,            435,    "Wall 2x4 R-13 Batts + R-5 Rigid"
2,            436,    "Wall 2x6 R-19 Batts + R-5 Rigid"
2,            437,    "Wall 2x6 R-21 Batts + R-5 Rigid"
2,            438,    "Wall Blow-In R-13 Insulation"
2,            439,    "Low-Income Weatherization w/out Evaporative Cooler"
2,            440,    "Low-Income Weatherization w/ Evaporative Cooler"
2,            441,    "Whole House Fans"
2,            442,    "Default Window With Sunscreen"
2,            443,    "Single Pane Clear Glass With Reflective Film"
2,            444,    "Single Pane Clear Glass With Spectrally Selective Film"
2,            445,    "Single Pane Clear Glass With Standard Film"
2,            446,    "U-0.50 / SHGC-0.65 (clear) Window"
2,            447,    "U-0.40 / SHGC-0.65 (clear) Window"
2,            448,    "U-0.35 / SHGC-0.55 (clear) Window"
2,            449,    "U-0.25 / SHGC-0.35 (clear) Window"
2,            450,    "U-0.50 / SHGC-0.40 (tint) Window"
2,            451,    "U-0.40 / SHGC-0.40 (tint) Window"
2,            452,    "U-0.35 / SHGC-0.32 (tint) Window"
2,            453,    "U-0.25 / SHGC-0.22 (tint) Window"
2,            454,    "U-0.50 / SHGC-0.40 (tint) Window"
2,            455,    "U-0.40 / SHGC-0.40 (tint) Window"
2,            456,    "U-0.35 / SHGC-0.32 (tint) Window"
2,            457,    "U-0.25 / SHGC-0.22 (tint) Window"
1,      DEERProto:BldgType,    24, 0  ; Residential - Multifamily
2,              0,    "- select measure -"
2,            401,    "Programmable Thermostat"
2,            402,    "13 SEER (11.09 EER) Split-System Air Conditioner"          ; was:  "13 SEER (10 EER) Split-System Air Conditioner"
2,            403,    "14 SEER (12.15 EER) Split-System Air Conditioner"          ; was:  "14 SEER (10.4 EER) Split-System Air Conditioner"
2,            404,    "15 SEER (12.72 EER) Split-System Air Conditioner"          ; was:  "15 SEER (11.2 EER) Split-System Air Conditioner"
2,            405,    "Direct Evaporative Cooler"
2,            406,    "Indirect Evaporative Cooler"
2,            407,    "Direct-Indirect Evaporative Cooler"
2,            408,    "Basic HVAC Diagnostic Testing And Repair"
2,            409,    "Advanced HVAC Diagnostic Testing And Repair"
2,            410,    "Condensing 90 AFUE (1.11 HIR) Furnace"
2,            411,    "Condensing 92 AFUE (1.08 HIR) Furnace"
2,            412,    "Condensing 94 AFUE (1.06 HIR) Furnace"
2,            413,    "Condensing 96 AFUE (1.03 HIR) Furnace"
2,            414,    "13 SEER (11.07 EER) / 8.1 HSPF (3.28 COP) A/C Heat Pump"   ; was:  "13 SEER (10 EER) / 7.7 HSPF (3.5 COP) A/C Heat Pump"
2,            415,    "14 SEER (12.19 EER) / 8.6 HSPF (3.52 COP) A/C Heat Pump"   ; was:  "14 SEER (10.4 EER) / 9.0 HSPF (4.1 COP) A/C Heat Pump"
2,            416,    "15 SEER (12.70 EER) / 8.8 HSPF (3.74 COP) A/C Heat Pump"   ; was:  "15 SEER (11.2 EER) / 9.6 HSPF (4.4 COP) A/C Heat Pump"
2,            417,    "18 SEER (12.8 EER) / 9.2 HSPF (3.66 COP) A/C Heat Pump"    ; was:  "18 SEER (14.9 EER) / 11.6 HSPF (5.3 COP) A/C Heat Pump"
2,            418,    "Duct Repair (Duct Leakage 6%)"
2,            419,    "Ceiling R-0 to R-19 Insulation-Batts"                      ; was:  "Ceiling R-19 Insulation"
2,            420,    "Ceiling R-0 to R-30 Insulation-Batts"                      ; was:  "Ceiling R-30 Insulation-Batts"
2,            421,    "Ceiling R-0 to R-38 Insulation-Batts"                      ; was:  "Ceiling R-38 Insulation-Batts"
2,            422,    "Ceiling R-19 to R-30 Insulation-Batts"                     ; was:  "Ceiling R-30 Insulation-Batts"
2,            423,    "Ceiling R-19 to R-38 Insulation-Batts"                     ; was:  "Ceiling R-38 Insulation-Batts"
2,            424,    "Ceiling R-30 to R-38 Insulation-Batts"
2,            425,    "Floor R-13 Insulation-Batts"
2,            426,    "Floor R-19 Insulation-Batts"
2,            427,    "Floor R-30 Insulation-Batts"
2,            428,    "Floor R-30 Insulation-Batts"
2,            429,    "Wall 2x4 R-15 Insulation-Batts"
2,            430,    "Wall 2x6 R-19 Insulation-Batts"
2,            431,    "Wall 2x6 R-21 Insulation-Batts"
2,            432,    "Wall 2x6 R-19 Insulation-Batts"
2,            433,    "Wall 2x6 R-21 Insulation-Batts"
2,            434,    "Wall 2x6 R-21 Insulation-Batts"
2,            435,    "Wall 2x4 R-13 Batts + R-5 Rigid"
2,            436,    "Wall 2x6 R-19 Batts + R-5 Rigid"
2,            437,    "Wall 2x6 R-21 Batts + R-5 Rigid"
2,            438,    "Wall Blow-In R-13 Insulation"
2,            439,    "Low-Income Weatherization w/out Evaporative Cooler"
2,            440,    "Low-Income Weatherization w/ Evaporative Cooler"
2,            441,    "Whole House Fans"
2,            442,    "Default Window With Sunscreen"
2,            443,    "Single Pane Clear Glass With Reflective Film"
2,            444,    "Single Pane Clear Glass With Spectrally Selective Film"
2,            445,    "Single Pane Clear Glass With Standard Film"
2,            446,    "U-0.50 / SHGC-0.65 (clear) Window"
2,            447,    "U-0.40 / SHGC-0.65 (clear) Window"
2,            448,    "U-0.35 / SHGC-0.55 (clear) Window"
2,            449,    "U-0.25 / SHGC-0.35 (clear) Window"
2,            450,    "U-0.50 / SHGC-0.40 (tint) Window"
2,            451,    "U-0.40 / SHGC-0.40 (tint) Window"
2,            452,    "U-0.35 / SHGC-0.32 (tint) Window"
2,            453,    "U-0.25 / SHGC-0.22 (tint) Window"
2,            454,    "U-0.50 / SHGC-0.40 (tint) Window"
2,            455,    "U-0.40 / SHGC-0.40 (tint) Window"
2,            456,    "U-0.35 / SHGC-0.32 (tint) Window"
2,            457,    "U-0.25 / SHGC-0.22 (tint) Window"
1,      DEERProto:BldgType,  -999, 0  ; current selections
2,              0,    "- select measure -"
2,              1,    "Indoor Lighting Low Load Reduction"
2,              2,    "Indoor Lighting High Load Reduction"
2,              3,    "Occupancy Sensor Pack-200 SF"
2,              4,    "Occupancy Sensor Pack-1000 SF"
2,              5,    "DayLtg Controls, Side Ltg, Cont. Ctrl"
2,              6,    "DayLtg Controls, Side Ltg, 2-step Ctrl"
2,              7,    "DayLtg Controls, Top Ltg, Cont. Ctrl"
2,              8,    "DayLtg Controls, Top Ltg, 1-step Ctrl"
2,              9,    "DayLtg Controls, Top Ltg, 2-step Ctrl"
2,             10,    "Timeclock for Lighting"
2,             11,    "Plug Loads Low Load Reduction"
2,             12,    "Plug Loads High Load Reduction"
2,             13,    "Ceiling/Roof Insulation"
2,             14,    "Tank Insulation-Fiber Blanket"
2,             15,    "Air Curtain"
2,             16,    "Light Colored Roof"
2,             17,    "Low SHGC Windows -15% - North"
2,             18,    "Low SHGC Windows -20% - East"
2,             19,    "Low SHGC Windows -20% - South"
2,             20,    "Low SHGC Windows -20% - West"
2,             21,    "Low SHGC Windows -20% - North"
2,             22,    "Low SHGC Windows -30% - East"
2,             23,    "Low SHGC Windows -30% - South"
2,             24,    "Low SHGC Windows -30% - West"
2,             25,    "Hi Perf. Glass, PI=1.15, Side Ltg, Cont. Ctrl"
2,             26,    "Hi Perf. Glass, PI=1.26, Side Ltg, Cont. Ctrl"
2,             27,    "Hi Perf. Glass, PI=1.38, Side Ltg, Cont. Ctrl"
2,             28,    "Hi Perf. Glass, PI=1.15, Side Ltg, 2-Step Ctrl"
2,             29,    "Hi Perf. Glass, PI=1.26, Side Ltg, 2-Step Ctrl"
2,             30,    "Hi Perf. Glass, PI=1.38, Side Ltg, 2-Step Ctrl"
2,             31,    "Hi Perf. Glass, PI=0.81, Top Ltg, Cont. Ctrl"
2,             32,    "Hi Perf. Glass, PI=0.92, Top Ltg, Cont. Ctrl"
2,             33,    "Hi Perf. Glass, PI=1.03, Top Ltg, Cont. Ctrl"
2,             34,    "Hi Perf. Glass, PI=0.81, Top Ltg, 1-Step Ctrl"
2,             35,    "Hi Perf. Glass, PI=0.92, Top Ltg, 1-Step Ctrl"
2,             36,    "Hi Perf. Glass, PI=1.03, Top Ltg, 1-Step Ctrl"
2,             37,    "Hi Perf. Glass, PI=0.81, Top Ltg, 2-Step Ctrl"
2,             38,    "Hi Perf. Glass, PI=0.92, Top Ltg, 2-Step Ctrl"
2,             39,    "Hi Perf. Glass, PI=1.03, Top Ltg, 2-Step Ctrl"
2,             40,    "High Efficiency Centrifugal Chillers"
2,             41,    "High Efficiency Reciprocating Chillers"
2,             42,    "VSD Centrifugal Chiller"
2,             43,    "Gas Absorption Chiller"
2,             44,    "Chilled Water Reset"
2,             45,    "Hot Water Reset"
2,             46,    "Variable Flow Chilled Water Loop"
2,             47,    "VSD Chilled Water Loop Pump"
2,             48,    "Variable Flow Hot Water Loop"
2,             49,    "VSD Hot Water Loop Pump"
2,             50,    "Variable Air Volume Box"
2,             51,    "VSD Supply Fan Motors"
2,             52,    "Fan Powered Mixing Boxes"
2,             53,    "Evap Cool Indirect - Central System"
2,             54,    "Evap Cool Indirect - Packaged Sys"
2,             55,    "Reducing Overventilation"
2,             56,    "Air To Air Heat Exchanger"
2,             57,    "Rotary Heat Recovery"
2,             58,    "Economizer - Packaged System"
2,             59,    "Economizer - Central system"
2,             60,    "Economizer Maintenance"
2,             61,    "Clean Condenser Coils"
2,             62,    "Cooling Tower for Packaged System"
2,             63,    "Two-Speed Cooling Tower Fans"
2,             64,    "VSD Cooling Tower Fans"
2,             65,    "Efficient Gas Furnace"
2,             66,    "High Efficiency Large Boilers"
2,             67,    "High Efficiency Small HW Boilers"
2,             68,    "High Efficiency Small Steam Boilers"
2,             69,    "Efficient Water Source Heat Pump"
2,             70,    "Hydronic Heat Pump Var Flow Valve"
2,             71,    "Time Clocks (heating/cooling)"
2,             72,    "Energy Management System"
2,             73,    "Setback Programmable Thermostats"
2,             74,    "Direct Evaporative Coolers"
2,             75,    "Duct Insulation Material"
2,             76,    "H.E. Air-Cooled Split A/C  < 65k"
2,             77,    "H.E. Air-Cooled Split HP  < 65k"
2,             78,    "H.E. Air-Cooled Package A/C  < 65k"
2,             79,    "H.E. Air-Cooled Package A/C  >= 65k"
2,             80,    "H.E. Air-Cooled Package HP  < 65k"
2,             81,    "H.E. Air-Cooled Package HP  >= 65k"
2,             82,    "H.E. Evap/Water-Cooled Pkg A/C  < 65k"
2,             83,    "H.E. Evap/Water-Cooled Pkg A/C  >= 65k"
2,             84,    "H.E. Package Terminal Air-Conditioners"
2,             85,    "H.E. Package Terminal Heat Pumps"
2,             86,    "Efficient HVAC Motors - Supply Fans"
2,             87,    "Efficient HVAC Motors - Return Fans"
2,             88,    "Efficient HVAC Motors - Clg Tower Fans"
2,             89,    "Effic. Motors - Chilled Water Loop Pumps"
2,             90,    "Effic. Motors - Hot Water Loop Pumps"
2,             91,    "Effic. Motors - Cond. Water Loop Pumps"
2,             92,    "High Efficiency Gas Water Heater"
2,             93,    "Gas Tankless Water Heating"
2,             94,    "Point of Use Water Heating"
2,             95,    "Circulation Pump Timeclock Retrofit"
2,             96,    "High Eff Large Size Gas Water Heater"
2,             97,    "High Eff Med Size Gas Water Heater"
2,             98,    "Water Side Economizer"

0, DEERProto:MeasureAbrev,  0
2,              0,    "- undefined -"
2,              1,    "I-Lighting Low"
2,              2,    "I-Lighting High"
2,              3,    "Occ Sensor 200 SF"
2,              4,    "Occ Sensor 1000 SF"
2,              5,    "DayLtg-Side-Cont"
2,              6,    "DayLtg-Side-2step"
2,              7,    "DayLtg-Top-Cont"
2,              8,    "DayLtg-Top-1step"
2,              9,    "DayLtg-Top-2step"
2,             10,    "Timeclck-Lighting"
2,             11,    "Plug Lds Low"
2,             12,    "Plug Lds High"
2,             13,    "Ceil/Roof Insul"
2,             14,    "Tank Insulation"
2,             15,    "Air Curtain"
2,             16,    "Cool Roof"
2,             17,    "Low SHGC -15% - N"
2,             18,    "Low SHGC -20% - E"
2,             19,    "Low SHGC -20% - S"
2,             20,    "Low SHGC -20% - W"
2,             21,    "Low SHGC -20% - N"
2,             22,    "Low SHGC -30% - E"
2,             23,    "Low SHGC -30% - S"
2,             24,    "Low SHGC -30% - W"
2,             25,    "HiPrfGls-PI=1.15-Sd-Cont"
2,             26,    "HiPrfGls-PI=1.26-Sd-Cont"
2,             27,    "HiPrfGls-PI=1.38-Sd-Cont"
2,             28,    "HiPrfGls-PI=1.15-Sd-2Stp"
2,             29,    "HiPrfGls-PI=1.26-Sd-2Stp"
2,             30,    "HiPrfGls-PI=1.38-Sd-2Stp"
2,             31,    "HiPrfGls-PI=0.81-Tp-Cont"
2,             32,    "HiPrfGls-PI=0.92-Tp-Cont"
2,             33,    "HiPrfGls-PI=1.03-Tp-Cont"
2,             34,    "HiPrfGls-PI=0.81-Tp-1Stp"
2,             35,    "HiPrfGls-PI=0.92-Tp-1Stp"
2,             36,    "HiPrfGls-PI=1.03-Tp-1Stp"
2,             37,    "HiPrfGls-PI=0.81-Tp-2Stp"
2,             38,    "HiPrfGls-PI=0.92-Tp-2Stp"
2,             39,    "HiPrfGls-PI=1.03-Tp-2Stp"
2,             40,    "HighEff Cent Chillers"
2,             41,    "HighEff Recip Chillers"
2,             42,    "VSD Cent Chiller"
2,             43,    "Gas Absorp Chiller"
2,             44,    "Chilled Water Reset"
2,             45,    "Hot Water Reset"
2,             46,    "Var Flow CHW Loop"
2,             47,    "VSD CHW Loop Pump"
2,             48,    "Var Flow HW Loop"
2,             49,    "VSD HW Loop Pump"
2,             50,    "VAV Box"
2,             51,    "VSD Sup Fan motors"
2,             52,    "Fan Pwrd Mix Boxes"
2,             53,    "EvapCl Indir-Cntrl"
2,             54,    "EvapCl Indir-Pckgd"
2,             55,    "Reduc Overvent"
2,             56,    "Air-Air Ht Exchngr"
2,             57,    "Rotary Ht Recov"
2,             58,    "Econ - Pckgd"
2,             59,    "Econ - Cntrl"
2,             60,    "Econ Maint"
2,             61,    "Clean Cond Coils"
2,             62,    "Cool Twr - Pckgd Sys"
2,             63,    "Two-Spd Twr Fans"
2,             64,    "VSD Tower Fans"
2,             65,    "Eff Gas Furnace"
2,             66,    "HiEff Lrg Blr"
2,             67,    "HiEff Sl HW Blr"
2,             68,    "HiEff Sl Stm Blr"
2,             69,    "Efficient WSHP"
2,             70,    "Hydrnc HP VarFlowVlv"
2,             71,    "Timeclocks-ht/cl"
2,             72,    "Energy Managmnt Sys"
2,             73,    "Setbck Prog T-stats"
2,             74,    "Direct Evap Clers"
2,             75,    "Duct Insul Material"
2,             76,    "Air-Cld Splt A/C<65k"
2,             77,    "Air-Cld Splt HP<65k"
2,             78,    "Air-Cld Pkg A/C<65k"
2,             79,    "Air-Cld Pkg A/C>=65k"
2,             80,    "Air-Cld Pkg HP<65k"
2,             81,    "Air-Cld Pkg HP>=65k"
2,             82,    "Evp/Wtr-Cld Pkg A/C<65k"
2,             83,    "Evp/Wtr-Cld Pkg A/C>=65k"
2,             84,    "Pckg Term A/C"
2,             85,    "Pckg Term HP"
2,             86,    "HVAC Mtrs - Sup Fans"
2,             87,    "HVAC Mtrs - Ret Fans"
2,             88,    "HVAC Mtrs - Twr Fans"
2,             89,    "Mtrs - CHW Lp Pmps"
2,             90,    "Mtrs - HW Lp Pmps"
2,             91,    "Mtrs - CW Lp Pmps"
2,             92,    "HiEff Gas Wtr Htr"
2,             93,    "Gas Tankless Wtr Ht"
2,             94,    "Point of Use Wtr Ht"
2,             95,    "Circ Pump Timeclck"
2,             96,    "HiEff Lrg Gas Wtr Htr"
2,             97,    "HiEff Med Gas Wtr Htr"
2,             98,    "Water Side Economizer"
2,            201,    "Groc-Retrocommssning"
2,            202,    "Hi-Eff Walk-in Fan Mtrs"
2,            203,    "Hi-Eff Display Fan Mtrs"
2,            204,    "Cntrl Refrig Ht Recov"
2,            205,    "Disp Case Night Covers"
2,            206,    "MT Glass Drs (opn disp)"
2,            207,    "New MT Disp Case w/ Drs"
2,            208,    "Main Clr Dr Auto-Clsrs"
2,            209,    "Main Frzr Dr Auto-Clsrs"
2,            210,    "Walk-in C&F Evp Fan Ctl"
2,            211,    "Air-Cled Cond to Evap"
2,            212,    "Hi-Eff Air-Cooled Cond"
2,            213,    "Hi-Eff Evap-Cooled Cond"
2,            214,    "Mpx Sys MchSbcl (air)"
2,            215,    "Mpx Sys MchSbcl (evp)"
2,            216,    "Mpx Sys MchSbcl (HE ar)"
2,            217,    "Mpx Sys MchSbcl (HE ev)"
2,            218,    "LT Mech Subclg"
2,            219,    "LT MT Mech Subclg"
2,            220,    "Fltg Suction Pres"
2,            221,    "FltgHd, Fxd Setpt (air)"
2,            222,    "FltgHd, Fxd Setpt (evp)"
2,            223,    "FltgHd, Var Setpt (air)"
2,            224,    "FltgHd, Var Setpt (evp)"
2,            225,    "FltgHd, V Spt-Spd (air)"
2,            226,    "FltgHd, V Spt-Spd (evp)"
2,            227,    "Disp Case Lighting Ctrl"
2,            228,    "No Ht Rch-in Glass Drs"
2,            301,    "Warhs-Retrocommssning"
2,            302,    "Oversized Evap Cond"
2,            303,    "Ovrszd EvapCnd & FltgHd"
2,            304,    "Var-Spd Compressors"
2,            305,    "Low-Temperature Subclg"
2,            306,    "Fltg Suction Pres"
2,            307,    "FltgHd, Fxd Setpt (evp)"
2,            308,    "FltgHd, Var Setpt (evp)"
2,            309,    "FltgHd, V Spt&Spd (evp)"
2,            401,    "Programmable Thermostat"
2,            402,    "13 SEER Split A/C"
2,            403,    "14 SEER Split A/C"
2,            404,    "15 SEER Split A/C"
2,            405,    "Direct Evap Cooler"
2,            406,    "Indirect Evap Cooler"
2,            407,    "Dir-Indir Evap Cooler"
2,            408,    "Basic HVAC Diag T & R"
2,            409,    "Adv HVAC Diag T & R"
2,            410,    "Cond 90 AFUE Furnace"
2,            411,    "Cond 92 AFUE Furnace"
2,            412,    "Cond 94 AFUE Furnace"
2,            413,    "Cond 96 AFUE Furnace"
2,            414,    "13 SEER/8.1 HSPF A/C HP"
2,            415,    "14 SEER/8.6 HSPF A/C HP"
2,            416,    "15 SEER/8.8 HSPF A/C HP"
2,            417,    "18 SEER/9.2 HSPF A/C HP"
2,            418,    "Duct Repair (6% Leakg)"
2,            419,    "Ceiling R-0 to R-19"
2,            420,    "Ceiling R-0 to R-30"
2,            421,    "Ceiling R-0 to R-38"
2,            422,    "Ceiling R-19 to R-30"
2,            423,    "Ceiling R-19 to R-38"
2,            424,    "Ceiling R-30 to R-38"
2,            425,    "Floor R-13 Insul-Batts"
2,            426,    "Floor R-19 Insul-Batts"
2,            427,    "Floor R-30 Insul-Batts"
2,            428,    "Floor R-30 Insul-Batts"
2,            429,    "Wall 2x4 R-15 Ins-Batts"
2,            430,    "Wall 2x6 R-19 Ins-Batts"
2,            431,    "Wall 2x6 R-21 Ins-Batts"
2,            432,    "Wall 2x6 R-19 Ins-Batts"
2,            433,    "Wall 2x6 R-21 Ins-Batts"
2,            434,    "Wall 2x6 R-21 Ins-Batts"
2,            435,    "Wall 2x4 R13 Bt, R5 Rgd"
2,            436,    "Wall 2x6 R19 Bt, R5 Rgd"
2,            437,    "Wall 2x6 R21 Bt, R5 Rgd"
2,            438,    "Wall Blow-In R-13 Insul"
2,            439,    "Low-Inc Wthrzn w/o Evap"
2,            440,    "Low-Inc Wthrzn w/ Evap"
2,            441,    "Whole House Fans"
2,            442,    "Window With Sunscreen"
2,            443,    "Sngl Pane w/ Ref Film"
2,            444,    "Sngl Pane w/ SpcSel Flm"
2,            445,    "Sngl Pane w/ Std Film"
2,            446,    "U.50 / SHGC.65 Clr Win"
2,            447,    "U.40 / SHGC.65 Clr Win"
2,            448,    "U.35 / SHGC.55 Clr Win"
2,            449,    "U.25 / SHGC.35 Clr Win"
2,            450,    "U.50 / SHGC.40 Tnt Win"
2,            451,    "U.40 / SHGC.40 Tnt Win"
2,            452,    "U.35 / SHGC.32 Tnt Win"
2,            453,    "U.25 / SHGC.22 Tnt Win"
2,            454,    "U.50 / SHGC.40 Tnt Win"
2,            455,    "U.40 / SHGC.40 Tnt Win"
2,            456,    "U.35 / SHGC.32 Tnt Win"
2,            457,    "U.25 / SHGC.22 Tnt Win"

; SAC 11/10/03 - Added symbolic properties to facilitate acronym generation
0, DEERProto:MeasureAcro,  0
2,              0,    "mmmmm"
2,              1,    "LtgLo"
2,              2,    "LtgHi"
2,              3,    "OcSnS"
2,              4,    "OcSnL"
2,              5,    "DLtSC"
2,              6,    "DLtS2"
2,              7,    "DLtTC"
2,              8,    "DLtT1"
2,              9,    "DLtT2"
2,             10,    "LtgTC"
2,             11,    "PlgLo"
2,             12,    "PlgHi"
2,             13,    "RfIns"
2,             14,    "WHTIn"
2,             15,    "ACrtn"
2,             16,    "ClRof"
2,             17,    "WS15N"
2,             18,    "WS20E"
2,             19,    "WS20S"
2,             20,    "WS20W"
2,             21,    "WS20N"
2,             22,    "WS30E"
2,             23,    "WS30S"
2,             24,    "WS30W"
2,             25,    "WP4SC"
2,             26,    "WP5SC"
2,             27,    "WP6SC"
2,             28,    "WP4S2"
2,             29,    "WP5S2"
2,             30,    "WP6S2"
2,             31,    "WP1TC"
2,             32,    "WP2TC"
2,             33,    "WP3TC"
2,             34,    "WP1T1"
2,             35,    "WP2T1"
2,             36,    "WP3T1"
2,             37,    "WP1T2"
2,             38,    "WP2T2"
2,             39,    "WP3T2"
2,             40,    "ChlrC"
2,             41,    "ChlrR"
2,             42,    "ChlrV"
2,             43,    "ChlrG"
2,             44,    "CHWRs"
2,             45,    "HWRst"
2,             46,    "CHWVF"
2,             47,    "CHWVP"
2,             48,    "HWVFl"
2,             49,    "HWVPm"
2,             50,    "VAVBx"
2,             51,    "VSDSF"
2,             52,    "FPMBx"
2,             53,    "EvpIC"
2,             54,    "EvpIP"
2,             55,    "RedOV"
2,             56,    "AAHEx"
2,             57,    "RotHR"
2,             58,    "EconP"
2,             59,    "EconC"
2,             60,    "EconM"
2,             61,    "ClnCC"
2,             62,    "CTwrP"
2,             63,    "TF2Sp"
2,             64,    "TFVSD"
2,             65,    "GFEff"
2,             66,    "BLHEf"
2,             67,    "BSHHE"
2,             68,    "BSSHE"
2,             69,    "WSHtP"
2,             70,    "HHPVF"
2,             71,    "HCTmC"
2,             72,    "HCEMS"
2,             73,    "PrTSt"
2,             74,    "EvpDC"
2,             75,    "DctIn"
2,             76,    "ACSAC"
2,             77,    "ACSHP"
2,             78,    "ACPAS"
2,             79,    "ACPAL"
2,             80,    "ACPHS"
2,             81,    "ACPHL"
2,             82,    "EWCAS"
2,             83,    "EWCAL"
2,             84,    "PTACn"
2,             85,    "PTHtP"
2,             86,    "EMSFn"
2,             87,    "EMRFn"
2,             88,    "EMCTF"
2,             89,    "EMCLP"
2,             90,    "EMHLP"
2,             91,    "EMTLP"
2,             92,    "WHGas"
2,             93,    "WHTls"
2,             94,    "WHPUs"
2,             95,    "WHTCl"
2,             96,    "WHGsL"
2,             97,    "WHGsM"
2,             98,    "WSEcn"
2,            201,    "GRtro"
2,            202,    "GEWFM"
2,            203,    "GEDFM"
2,            204,    "GCRHR"
2,            205,    "GDCNC"
2,            206,    "GMTGD"
2,            207,    "GMTDC"
2,            208,    "GMCAC"
2,            209,    "GMFAC"
2,            210,    "GWEFC"
2,            211,    "GEvCn"
2,            212,    "GEArC"
2,            213,    "GEEvC"
2,            214,    "GMMSa"
2,            215,    "GMMSe"
2,            216,    "GMSEa"
2,            217,    "GMSEe"
2,            218,    "GLTMS"
2,            219,    "GLMTS"
2,            220,    "GFlSP"
2,            221,    "GFFSa"
2,            222,    "GFFSe"
2,            223,    "GFVSa"
2,            224,    "GFVSe"
2,            225,    "GFSSA"
2,            226,    "GFSSE"
2,            227,    "GDCLC"
2,            228,    "GNHGD"
2,            301,    "WRtro"
2,            302,    "WOvEC"
2,            303,    "WOECF"
2,            304,    "WVSCm"
2,            305,    "WLTSc"
2,            306,    "WFSPr"
2,            307,    "WFFSe"
2,            308,    "WFVSe"
2,            309,    "WFVSS"
2,            401,    "RPTST"
2,            402,    "RSA13"
2,            403,    "RSA14"
2,            404,    "RSA15"
2,            405,    "RDEvp"
2,            406,    "RIEvp"
2,            407,    "RDIEv"
2,            408,    "RHVAC"
2,            409,    "RAHVA"
2,            410,    "RFC90"
2,            411,    "RFC92"
2,            412,    "RFC94"
2,            413,    "RFC96"
2,            414,    "RHP13"
2,            415,    "RHP14"
2,            416,    "RHP15"
2,            417,    "RHP18"
2,            418,    "RDuct"
2,            419,    "RC019"
2,            420,    "RC030"
2,            421,    "RC038"
2,            422,    "RC130"
2,            423,    "RC138"
2,            424,    "RC238"
2,            425,    "RF013"
2,            426,    "RF019"
2,            427,    "RF030"
2,            428,    "RF130"
2,            429,    "RW015"
2,            430,    "RW019"
2,            431,    "RW021"
2,            432,    "RW119"
2,            433,    "RW121"
2,            434,    "RW221"
2,            435,    "RW313"
2,            436,    "RW319"
2,            437,    "RW321"
2,            438,    "RW413"
2,            439,    "RLIWr"
2,            440,    "RLIWE"
2,            441,    "RWHFn"
2,            442,    "RSScn"
2,            443,    "RSGRF"
2,            444,    "RSGSS"
2,            445,    "RSGSF"
2,            446,    "RG11C"
2,            447,    "RG21C"
2,            448,    "RG32C"
2,            449,    "RG43C"
2,            450,    "RG11T"
2,            451,    "RG21T"
2,            452,    "RG33T"
2,            453,    "RG44T"
2,            454,    "RG14T"
2,            455,    "RG24T"
2,            456,    "RG35T"
2,            457,    "RG46T"

; SAC 7/19/04 - Added new output reporting property
0, DEERProto:MeasureID,  0
2,              0,    "xxx-xxx"
2,              1,    "D03-001"
2,              2,    "D03-002"
2,              3,    "D03-003"
2,              4,    "D03-004"
2,              5,    "D03-005"
2,              6,    "D03-006"
2,              7,    "D03-007"
2,              8,    "D03-008"
2,              9,    "D03-009"
2,             10,    "D03-010"
2,             11,    "D03-011"
2,             12,    "D03-012"
2,             13,    "D03-013"
2,             14,    "D03-014"
2,             15,    "D03-015"
2,             16,    "D03-016"
2,             17,    "D03-017"
2,             18,    "D03-018"
2,             19,    "D03-019"
2,             20,    "D03-020"
2,             21,    "D03-021"
2,             22,    "D03-022"
2,             23,    "D03-023"
2,             24,    "D03-024"
2,             25,    "D03-025"
2,             26,    "D03-026"
2,             27,    "D03-027"
2,             28,    "D03-028"
2,             29,    "D03-029"
2,             30,    "D03-030"
2,             31,    "D03-031"
2,             32,    "D03-032"
2,             33,    "D03-033"
2,             34,    "D03-034"
2,             35,    "D03-035"
2,             36,    "D03-036"
2,             37,    "D03-037"
2,             38,    "D03-038"
2,             39,    "D03-039"
2,             40,    "D03-040"
2,             41,    "D03-041"
2,             42,    "D03-042"
2,             43,    "D03-043"
2,             44,    "D03-044"
2,             45,    "D03-045"
2,             46,    "D03-046"
2,             47,    "D03-047"
2,             48,    "D03-048"
2,             49,    "D03-049"
2,             50,    "D03-050"
2,             51,    "D03-051"
2,             52,    "D03-052"
2,             53,    "D03-053"
2,             54,    "D03-054"
2,             55,    "D03-055"
2,             56,    "D03-056"
2,             57,    "D03-057"
2,             58,    "D03-058"
2,             59,    "D03-059"
2,             60,    "D03-060"
2,             61,    "D03-061"
2,             62,    "D03-062"
2,             63,    "D03-063"
2,             64,    "D03-064"
2,             65,    "D03-065"
2,             66,    "D03-066"
2,             67,    "D03-067"
2,             68,    "D03-068"
2,             69,    "D03-069"
2,             70,    "D03-070"
2,             71,    "D03-071"
2,             72,    "D03-072"
2,             73,    "D03-073"
2,             74,    "D03-074"
2,             75,    "D03-075"
2,             76,    "D03-076"
2,             77,    "D03-077"
2,             78,    "D03-078"
2,             79,    "D03-079"
2,             80,    "D03-080"
2,             81,    "D03-081"
2,             82,    "D03-082"
2,             83,    "D03-083"
2,             84,    "D03-084"
2,             85,    "D03-085"
2,             86,    "D03-086"
2,             87,    "D03-087"
2,             88,    "D03-088"
2,             89,    "D03-089"
2,             90,    "D03-090"
2,             91,    "D03-091"
2,             92,    "D03-092"
2,             93,    "D03-093"
2,             94,    "D03-094"
2,             95,    "D03-095"
2,             96,    "D03-096"
2,             97,    "D03-097"
2,             98,    "D03-098"
2,            201,    "D03-201"
2,            202,    "D03-202"
2,            203,    "D03-203"
2,            204,    "D03-204"
2,            205,    "D03-205"
2,            206,    "D03-206"
2,            207,    "D03-207"
2,            208,    "D03-208"
2,            209,    "D03-209"
2,            210,    "D03-210"
2,            211,    "D03-211"
2,            212,    "D03-212"
2,            213,    "D03-213"
2,            214,    "D03-214"
2,            215,    "D03-215"
2,            216,    "D03-216"
2,            217,    "D03-217"
2,            218,    "D03-218"
2,            219,    "D03-219"
2,            220,    "D03-220"
2,            221,    "D03-221"
2,            222,    "D03-222"
2,            223,    "D03-223"
2,            224,    "D03-224"
2,            225,    "D03-225"
2,            226,    "D03-226"
2,            227,    "D03-227"
2,            228,    "D03-228"
2,            301,    "D03-301"
2,            302,    "D03-302"
2,            303,    "D03-303"
2,            304,    "D03-304"
2,            305,    "D03-305"
2,            306,    "D03-306"
2,            307,    "D03-307"
2,            308,    "D03-308"
2,            309,    "D03-309"
2,            401,    "D03-401"
2,            402,    "D03-402"
2,            403,    "D03-403"
2,            404,    "D03-404"
2,            405,    "D03-405"
2,            406,    "D03-406"
2,            407,    "D03-407"
2,            408,    "D03-408"
2,            409,    "D03-409"
2,            410,    "D03-410"
2,            411,    "D03-411"
2,            412,    "D03-412"
2,            413,    "D03-413"
2,            414,    "D03-414"
2,            415,    "D03-415"
2,            416,    "D03-416"
2,            417,    "D03-417"
2,            418,    "D03-418"
2,            419,    "D03-419"
2,            420,    "D03-420"
2,            421,    "D03-421"
2,            422,    "D03-422"
2,            423,    "D03-423"
2,            424,    "D03-424"
2,            425,    "D03-425"
2,            426,    "D03-426"
2,            427,    "D03-427"
2,            428,    "D03-428"
2,            429,    "D03-429"
2,            430,    "D03-430"
2,            431,    "D03-431"
2,            432,    "D03-432"
2,            433,    "D03-433"
2,            434,    "D03-434"
2,            435,    "D03-435"
2,            436,    "D03-436"
2,            437,    "D03-437"
2,            438,    "D03-438"
2,            439,    "D03-439"
2,            440,    "D03-440"
2,            441,    "D03-441"
2,            442,    "D03-442"
2,            443,    "D03-443"
2,            444,    "D03-444"
2,            445,    "D03-445"
2,            446,    "D03-446"
2,            447,    "D03-447"
2,            448,    "D03-448"
2,            449,    "D03-449"
2,            450,    "D03-450"
2,            451,    "D03-451"
2,            452,    "D03-452"
2,            453,    "D03-453"
2,            454,    "D03-454"
2,            455,    "D03-455"
2,            456,    "D03-456"
2,            457,    "D03-457"

; SAC 7/19/04 - Added new output reporting property
0, DEERProto:MeasureDescrip,  0
2,              0,    "(none)"
2,              1,    "Reduced Lighting - 10% reduction"
2,              2,    "Reduced Lighting - 40% reduction"
2,              3,    "Small area lighting sensor control"
2,              4,    "Large area lighting sensor control"
2,              5,    "Add daylighting controls to side-lit space w/ cont. ctrl"
2,              6,    "Add daylighting controls to side-lit space w/ 2-step ctrl"
2,              7,    "Add daylighting controls to top-lit space w/ cont. ctrl"
2,              8,    "Add daylighting controls to top-lit space w/ 1-step ctrl"
2,              9,    "Add daylighting controls to top-lit space w/ 2-step ctrl"
2,             10,    "EMS system reduced unoccupied lighting levels"
2,             11,    "Plug Loads reduced by 5%"
2,             12,    "Plug Loads reduced by 10%"
2,             13,    "Older buildings brought up to current standards"
2,             14,    "Insulation added to poorly insulated DHW tanks"
2,             15,    "Fan powered air curtain to reduce infiltration"
2,             16,    "Light Colored Roof"
2,             17,    "North glass SHGC 15% less than required"
2,             18,    "East glass SHGC 20% less than required"
2,             19,    "Sourth glass SHGC 20% less than required"
2,             20,    "West glass SHGC 20% less than required"
2,             21,    "North glass SHGC 20% less than required"
2,             22,    "East glass SHGC 30% less than required"
2,             23,    "Sourth glass SHGC 30% less than required"
2,             24,    "West glass SHGC 30% less than required"
2,             25,    "High performance glass and dayltg ctrls in side-lit spaces"
2,             26,    "High performance glass and dayltg ctrls in side-lit spaces"
2,             27,    "High performance glass and dayltg ctrls in side-lit spaces"
2,             28,    "High performance glass and dayltg ctrls in side-lit spaces"
2,             29,    "High performance glass and dayltg ctrls in side-lit spaces"
2,             30,    "High performance glass and dayltg ctrls in side-lit spaces"
2,             31,    "High performance glass and dayltg ctrls in top-lit spaces"
2,             32,    "High performance glass and dayltg ctrls in top-lit spaces"
2,             33,    "High performance glass and dayltg ctrls in top-lit spaces"
2,             34,    "High performance glass and dayltg ctrls in top-lit spaces"
2,             35,    "High performance glass and dayltg ctrls in top-lit spaces"
2,             36,    "High performance glass and dayltg ctrls in top-lit spaces"
2,             37,    "High performance glass and dayltg ctrls in top-lit spaces"
2,             38,    "High performance glass and dayltg ctrls in top-lit spaces"
2,             39,    "High performance glass and dayltg ctrls in top-lit spaces"
2,             40,    "Centrifugal chillers with improved kW/ton"
2,             41,    "Reciprocating chillers with improved kW/ton"
2,             42,    "VSD Centrifugal Chiller w/Load control tower"
2,             43,    "Gas Absorption Central Chiller (direct fired)"
2,             44,    "Chilled Water Loop temperature control"
2,             45,    "Hot Water Loop temperature control"
2,             46,    "Replace 3-way valves in CHW loop with 2-way"
2,             47,    "Variable speed drive for chilled water loop"
2,             48,    "Replace 3-way valves in HW loop with 2-way"
2,             49,    "Variable speed drive for hot water loop"
2,             50,    "VAV box retrofit on constant volume system"
2,             51,    "Variable Frequency Drive motors use on VAV fans"
2,             52,    "Convert VAVS system to PIU system"
2,             53,    "Make-up Air Indirect Evaporative cooling"
2,             54,    "Make-up Air Indirect Evaporative cooling"
2,             55,    "Base ventilation rate 25% higher than required"
2,             56,    "heat recovery from exhaust hoods"
2,             57,    "rotary air-to-air enthalpy heat recovery"
2,             58,    "Packaged system Economizer retrofit"
2,             59,    "Central HVAC system Economizer retrofit"
2,             60,    "Restore degraded economizer performance"
2,             61,    "Dirty Air-cooled condenser coils are cleaned"
2,             62,    "Convert Air-Cooled Condenser to Water-Cooled"
2,             63,    "Two-Speed Tower Fans replace Single-Speed"
2,             64,    "Variable-Speed Tower Fans replace Two-Speed"
2,             65,    "High efficiency gas furnace replace std efficiency"
2,             66,    "High efficiency Large boiler (>300 kBTU/hr)"
2,             67,    "High efficiency Small boiler (<300 kBTU/hr)"
2,             68,    "High efficiency Steam boiler (<300 kBTU/hr)"
2,             69,    "High efficiency WLHP system for Large Office"
2,             70,    "Variable flow hydronic water loop"
2,             71,    "time clocks control packaged system operation"
2,             72,    "Suite of EMS measures"
2,             73,    "Install programmable thermostats in older bldgs"
2,             74,    "direct evap replaces DX cooling"
2,             75,    "Increased duct insulation in older vintages"
2,             76,    "High eff. packaged split system A/C - small"
2,             77,    "High eff. packaged split system HP - small"
2,             78,    "High eff. packaged unitary system A/C - small"
2,             79,    "High eff. packaged unitary system A/C"
2,             80,    "High eff. packaged unitary system HP - small"
2,             81,    "High eff. packaged unitary system HP"
2,             82,    "High eff. packaged system with evap cooled cond - small"
2,             83,    "High eff. packaged system with evap cooled cond"
2,             84,    "High eff. packaged terminal air-conditioner"
2,             85,    "High eff. packaged terminal heat pump"
2,             86,    "Premium efficiency of better motors used for application"
2,             87,    "Premium efficiency of better motors used for application"
2,             88,    "Premium efficiency of better motors used for application"
2,             89,    "Premium efficiency of better motors used for application"
2,             90,    "Premium efficiency of better motors used for application"
2,             91,    "Premium efficiency of better motors used for application"
2,             92,    "Improved gas water heater EF"
2,             93,    "tankless gas water heater used"
2,             94,    "tankless electric hot water system"
2,             95,    "DHW circulation pump contolled by timeclock"
2,             96,    "Improved eff. large water heater ( > 155k BTU/hr)"
2,             97,    "Improved eff. medium water heater ( > 75k BTU/hr)"
2,             98,    "Add water economizer heat exchanger to CW Loop"
2,            201,    "Extensive refrigeration equipment maintenance"
2,            202,    "Substitute high efficiency motors for standard efficiency"
2,            203,    "Substitute high efficiency motors for standard efficiency"
2,            204,    "Adds an 85F holdback valve, active only when needed"
2,            205,    "Cover open MT cases between 1-5 a.m."
2,            206,    "Retrofit glass doors on open MT cases"
2,            207,    "Replace open MT case with new case with doors"
2,            208,    "Install automatic door closer on walk-in cooler doors"
2,            209,    "Install automatic door closer on walk-in freezer doors"
2,            210,    "Cycle fan off with thermostat; duty cycle occasionally when off"
2,            211,    "Replace air-cooled condenser with evaporative condenser"
2,            212,    "Upgrade from 53 Btu/Watt @ 10F TD to 84 Btu/Watt"
2,            213,    "Reduce design SCT by ~5F and improve efficiency"
2,            214,    "Replace single-compressor system with subcooled multiplex"
2,            215,    "Replace single-compressor system with subcooled multiplex"
2,            216,    "Replace single-compressor system with subcooled multiplex (high efficiency)"
2,            217,    "Replace single-compressor system with subcooled multiplex (high efficiency)"
2,            218,    "Addition of a LT subcooler to an air-cooled multiplex"
2,            219,    "Addition of LT and MT subcoolers to an air-cooled multiplex"
2,            220,    "Floating SST control on LT and MT suction groups"
2,            221,    "Floating SCT controlled to 70F"
2,            222,    "Floating SCT controlled to 70F"
2,            223,    "Ambient following SCT setpoint, 70F minimum"
2,            224,    "Wetbulb following SCT setpoint, 70F minimum"
2,            225,    "Ambient following SCT setpoint, 70F minimum, variable-spd condenser fan"
2,            226,    "Wetbulb following SCT setpoint, 70F minimum, variable-spd condenser fan"
2,            227,    "Turn off fixture lights when store closed"
2,            228,    "Eliminate anti-sweat heaters from doors"
2,            301,    "Extensive refrigeration equipment maintenance"
2,            302,    "Size condenser to 5F lower TD, efficient fans and pump"
2,            303,    "Size condenser to 5F lower TD, efficient fans & pump, WB following setpt"
2,            304,    "Add variable-speed control to one compressor in each suction group"
2,            305,    "Add mechanical subcooler to LT liquid line, fed by MT system"
2,            306,    "Floating SST control on LT and MT suction groups"
2,            307,    "Floating SCT controlled to 70F"
2,            308,    "Wetbulb following SCT setpoint, 70F minimum"
2,            309,    "Wetbulb following SCT setpoint, 70F min, variable-spd condenser fan"
2,            401,    "Programmable Thermostat"
2,            402,    "13 SEER (11.09 EER) Split-System Air Conditioner"
2,            403,    "14 SEER (12.15 EER) Split-System Air Conditioner"
2,            404,    "15 SEER (12.72 EER) Split-System Air Conditioner"
2,            405,    "Direct Evaporative Cooler"
2,            406,    "Indirect Evaporative Cooler"
2,            407,    "Direct-Indirect Evaporative Cooler"
2,            408,    "Basic HVAC Diagnostic Testing And Repair"
2,            409,    "Advanced HVAC Diagnostic Testing And Repair"
2,            410,    "Condensing 90 AFUE (1.11 HIR) Furnace"
2,            411,    "Condensing 92 AFUE (1.08 HIR) Furnace"
2,            412,    "Condensing 94 AFUE (1.06 HIR) Furnace"
2,            413,    "Condensing 96 AFUE (1.03 HIR) Furnace"
2,            414,    "13 SEER (11.07 EER) / 8.1 HSPF (3.28 COP) A/C Heat Pump"
2,            415,    "14 SEER (12.19 EER) / 8.6 HSPF (3.52 COP) A/C Heat Pump"
2,            416,    "15 SEER (12.70 EER) / 8.8 HSPF (3.74 COP) A/C Heat Pump"
2,            417,    "18 SEER (12.8 EER) / 9.2 HSPF (3.66 COP) A/C Heat Pump"
2,            418,    "Duct Repair (Duct Leakage 6%)"
2,            419,    "Ceiling R-0 to R-19 Insulation-Batts"
2,            420,    "Ceiling R-0 to R-30 Insulation-Batts"
2,            421,    "Ceiling R-0 to R-38 Insulation-Batts"
2,            422,    "Ceiling R-19 to R-30 Insulation-Batts"
2,            423,    "Ceiling R-19 to R-38 Insulation-Batts"
2,            424,    "Ceiling R-30 to R-38 Insulation-Batts"
2,            425,    "Floor R-13 Insulation-Batts"
2,            426,    "Floor R-19 Insulation-Batts"
2,            427,    "Floor R-30 Insulation-Batts"
2,            428,    "Floor R-30 Insulation-Batts"
2,            429,    "Wall 2x4 R-15 Insulation-Batts"
2,            430,    "Wall 2x6 R-19 Insulation-Batts"
2,            431,    "Wall 2x6 R-21 Insulation-Batts"
2,            432,    "Wall 2x6 R-19 Insulation-Batts"
2,            433,    "Wall 2x6 R-21 Insulation-Batts"
2,            434,    "Wall 2x6 R-21 Insulation-Batts"
2,            435,    "Wall 2x4 R-13 Batts + R-5 Rigid"
2,            436,    "Wall 2x6 R-19 Batts + R-5 Rigid"
2,            437,    "Wall 2x6 R-21 Batts + R-5 Rigid"
2,            438,    "Wall Blow-In R-13 Insulation"
2,            439,    "Low-Income Weatherization w/out Evaporative Cooler"
2,            440,    "Low-Income Weatherization w/ Evaporative Cooler"
2,            441,    "Whole House Fans"
2,            442,    "Default Window With Sunscreen"
2,            443,    "Single Pane Clear Glass With Reflective Film"
2,            444,    "Single Pane Clear Glass With Spectrally Selective Film"
2,            445,    "Single Pane Clear Glass With Standard Film"
2,            446,    "U-0.50 / SHGC-0.65 (clear) Window"
2,            447,    "U-0.40 / SHGC-0.65 (clear) Window"
2,            448,    "U-0.35 / SHGC-0.55 (clear) Window"
2,            449,    "U-0.25 / SHGC-0.35 (clear) Window"
2,            450,    "U-0.50 / SHGC-0.40 (tint) Window"
2,            451,    "U-0.40 / SHGC-0.40 (tint) Window"
2,            452,    "U-0.35 / SHGC-0.32 (tint) Window"
2,            453,    "U-0.25 / SHGC-0.22 (tint) Window"
2,            454,    "U-0.50 / SHGC-0.40 (tint) Window"
2,            455,    "U-0.40 / SHGC-0.40 (tint) Window"
2,            456,    "U-0.35 / SHGC-0.32 (tint) Window"
2,            457,    "U-0.25 / SHGC-0.22 (tint) Window"

; SAC 7/19/04 - Added new output reporting property
0, DEERProto:BaseCharsSym,  0
2,              0,    "(none)"
2,              1,    "existing lighting levels, by activity area, reviewed/modified"
2,              2,    "existing lighting levels, by activity area, reviewed/modified"
2,              3,    "existing lighting levels, by activity area, reviewed/modified"
2,              4,    "existing lighting levels, by activity area, reviewed/modified"
2,              5,    "Standard glass type, window-wall fraction"
2,              6,    "Standard glass type, window-wall fraction"
2,              7,    "skylights included, fraction of roof area based on bldg type"
2,              8,    "skylights included, fraction of roof area based on bldg type"
2,              9,    "skylights included, fraction of roof area based on bldg type"
2,             10,    "unoccupied lighting power density based on bldg type"
2,             11,    "existing plug levels, by activity area, reviewed/modified"
2,             12,    "existing plug levels, by activity area, reviewed/modified"
2,             13,    "Ceiling R-value based on vintage and climate zone"
2,             14,    "Approximately R-6 tank insulation, based on tank size"
2,             15,    "Infiltration due to doors by building type"
2,             16,    "Roof absorptivity = 0.7"
2,             17,    "glass type as defined by location and window-wall ratio"
2,             18,    "glass type as defined by location and window-wall ratio"
2,             19,    "glass type as defined by location and window-wall ratio"
2,             20,    "glass type as defined by location and window-wall ratio"
2,             21,    "glass type as defined by location and window-wall ratio"
2,             22,    "glass type as defined by location and window-wall ratio"
2,             23,    "glass type as defined by location and window-wall ratio"
2,             24,    "glass type as defined by location and window-wall ratio"
2,             25,    "base case has std glass types, no daylighting controls"
2,             26,    "base case has std glass types, no daylighting controls"
2,             27,    "base case has std glass types, no daylighting controls"
2,             28,    "base case has std glass types, no daylighting controls"
2,             29,    "base case has std glass types, no daylighting controls"
2,             30,    "base case has std glass types, no daylighting controls"
2,             31,    "skylights with properties based on location, no dayltg ctrls"
2,             32,    "skylights with properties based on location, no dayltg ctrls"
2,             33,    "skylights with properties based on location, no dayltg ctrls"
2,             34,    "skylights with properties based on location, no dayltg ctrls"
2,             35,    "skylights with properties based on location, no dayltg ctrls"
2,             36,    "skylights with properties based on location, no dayltg ctrls"
2,             37,    "skylights with properties based on location, no dayltg ctrls"
2,             38,    "skylights with properties based on location, no dayltg ctrls"
2,             39,    "skylights with properties based on location, no dayltg ctrls"
2,             40,    "Cent Chlr, water cooled cond (%.2f kW/ton (based on vintage))"
2,             41,    "Recip Chlr, air cooled cond (%.2f kW/ton (based on vintage))"
2,             42,    "Cent Chlr, water cooled cond (%.2f kW/ton (based on vintage))"
2,             43,    "Cent Chlr, water cooled cond (%.2f kW/ton (based on vintage))"
2,             44,    "Constant chilled water temperature"
2,             45,    "Constant hot water temperature"
2,             46,    "3-way valves in chilled water loop"
2,             47,    "2-way valves, with single speed pump"
2,             48,    "3-way valves in hot water loop"
2,             49,    "2-way valves, with single speed pump"
2,             50,    "Constant Volume air flow"
2,             51,    "damper controlled VAV with 30% min-cfm-ratio"
2,             52,    "damper controlled VAV with 30% min-cfm-ratio"
2,             53,    "Central system: Chlr type, eff. and cond type based on bldg/vintage"
2,             54,    "no evaporative cooling"
2,             55,    "ventilation rate increased by 25%"
2,             56,    "no exhaust heat recovery"
2,             57,    "no exhaust heat recovery"
2,             58,    "No Economizer"
2,             59,    "No Economizer"
2,             60,    "degraded base econo performance, DB limit = 55, Max OSA = 60%"
2,             61,    "cooling equipment efficiency is degraded by 20%"
2,             62,    "Packaged system with air-cooled condenser"
2,             63,    "Single-speed tower fans on all central plants"
2,             64,    "Two-speed tower fans on all central plants"
2,             65,    "packaged system with 80 AFUE furnace"
2,             66,    "Central boiler with efficiency of 80%"
2,             67,    "Central hot water boiler with efficiency of 80%"
2,             68,    "Central steam boiler with efficiency of 80%"
2,             69,    "WLHP system with COP = 3.0"
2,             70,    "constant flow hydronic water loop"
2,             71,    "Supply fan runs continuously"
2,             72,    "Central plant systems with no timeclock in OLD vintage"
2,             73,    "Standard building operation, no thermostat setback/setup"
2,             74,    "packaged DX as defined by building type/vintage"
2,             75,    "Duct insulation level a function of Vintage/System type"
2,             76,    "A/C EER based on vintage, no economizer"
2,             77,    "system EER & HSPF based on vintage, no economizer"
2,             78,    "A/C EER based on vintage, no economizer"
2,             79,    "A/C EER based on vintage, econo based on vintage"
2,             80,    "system EER & HSPF based on vintage, no economizer"
2,             81,    "system EER & HSPF based on vintage, econo based on vintage"
2,             82,    "std packaged system with EER based on vintage, no economizer"
2,             83,    "std packaged system with EER based on vintage, no economizer"
2,             84,    "packaged systems replaced with PTAC, std efficiency"
2,             85,    "packaged systems replaced with PTHP, std efficiency"
2,             86,    "base motor efficiency based on typical motor size"
2,             87,    "base motor efficiency based on typical motor size"
2,             88,    "base motor efficiency based on typical motor size"
2,             89,    "base motor efficiency based on typical motor size"
2,             90,    "base motor efficiency based on typical motor size"
2,             91,    "base motor efficiency based on typical motor size"
2,             92,    "gas water heater with EF of %.2f (based on tank size/vintage)"
2,             93,    "gas water heater with EF based on tank size/vintage"
2,             94,    "electric water heater with EF based on tank size"
2,             95,    "DHW circulation pump runs continuously"
2,             96,    "Tank size and burner capacity a function of building type, 80% eff"
2,             97,    "Tank size and burner capacity a function of building type, 80% eff"
2,             98,    "No water economizer"
2,            201,    "Standard air-cooled multiplex, SST setpoint reduced 3F, SCT setpoint raised 3F"
2,            202,    "Utilizes a shaded-pole motor"
2,            203,    "Utilizes a shaded-pole motor"
2,            204,    "Standard air-cooled multiplex system, no heat reclaim"
2,            205,    "Open cases with no night cover"
2,            206,    "Open cases with no night cover"
2,            207,    "Open cases with no night cover"
2,            208,    "No door closer"
2,            209,    "No door closer"
2,            210,    "Evaporator fan runs continuously"
2,            211,    "Air cooled condenser of standard efficiency"
2,            212,    "Standard air-cooled condenser using 53 Btu/Watt at 10F TD"
2,            213,    "Standard evaporative condenser @ 140 Btu/Watt"
2,            214,    "Single-compressor system, air-cooled"
2,            215,    "Single-compressor system, evap-cooled"
2,            216,    "Single-compressor system, air-cooled"
2,            217,    "Single-compressor system, evap-cooled"
2,            218,    "Standard air-cooled multiplex system"
2,            219,    "Standard air-cooled multiplex system"
2,            220,    "Standard air-cooled multiplex system, SST controlled to fixed setpoint"
2,            221,    "Standard air-cooled multiplex system, SCT controlled to 85F"
2,            222,    "Standard evap-cooled multiplex system, SCT controlled to 85F"
2,            223,    "Standard air-cooled multiplex system, SCT controlled to 85F"
2,            224,    "Standard evap-cooled multiplex system, SCT controlled to 85F"
2,            225,    "Standard air-cooled multiplex system, SCT controlled to 85F"
2,            226,    "Standard evap-cooled multiplex system, SCT controlled to 85F"
2,            227,    "Standard air-cooled multiplex, lights on all hours"
2,            228,    "Standard air-cooled multiplex, with door heaters"
2,            301,    "Standard air-cooled multiplex, SST setpoint reduced 3F, SCT setpoint raised 2F"
2,            302,    "Condenser sized at ~24F TD, 330 Btu/watt fan & pump, 80F SCT setpoint"
2,            303,    "Condenser sized at ~24F TD, 330 Btu/watt fan & pump"
2,            304,    "All compressors have slide valves"
2,            305,    "No subcooling on LT system"
2,            306,    "SST controlled to fixed setpoint"
2,            307,    "SCT controlled to 80F"
2,            308,    "SCT controlled to 80F"
2,            309,    "SCT controlled to 80F"
2,            401,    "No night setback/setup"
2,            402,    "%.1f SEER Split-System Air Conditioner"         ; SAC 4/7/05 - made dynamic - was:  "10 SEER (10 EER) Split-System Air Conditioner"
2,            403,    "%.1f SEER Split-System Air Conditioner"         ; SAC 4/7/05 - made dynamic - was:  "10 SEER (10 EER) Split-System Air Conditioner"
2,            404,    "%.1f SEER Split-System Air Conditioner"         ; SAC 4/7/05 - made dynamic - was:  "10 SEER (10 EER) Split-System Air Conditioner"
2,            405,    "%.1f SEER Split-System Air Conditioner"         ; SAC 4/7/05 - made dynamic - was:  "10 SEER (10 EER) Split-System Air Conditioner"
2,            406,    "%.1f SEER Split-System Air Conditioner"         ; SAC 4/7/05 - made dynamic - was:  "10 SEER (10 EER) Split-System Air Conditioner"
2,            407,    "%.1f SEER Split-System Air Conditioner"         ; SAC 4/7/05 - made dynamic - was:  "10 SEER (10 EER) Split-System Air Conditioner"
2,            408,    "Clg Eff Decreased by 15%"
2,            409,    "Clg Eff Decreased by 15% & Duct Leakage 20%"
2,            410,    "%.0f AFUE Furnace"                              ; SAC 4/7/05 - made dynamic - was:  "80 AFUE (1.23 HIR) Furnace"
2,            411,    "%.0f AFUE Furnace"                              ; SAC 4/7/05 - made dynamic - was:  "80 AFUE (1.23 HIR) Furnace"
2,            412,    "%.0f AFUE Furnace"                              ; SAC 4/7/05 - made dynamic - was:  "80 AFUE (1.23 HIR) Furnace"
2,            413,    "%.0f AFUE Furnace"                              ; SAC 4/7/05 - made dynamic - was:  "80 AFUE (1.23 HIR) Furnace"
2,            414,    "%.1f SEER / %.1f HSPF Split-System Heat Pump"   ; SAC 4/7/05 - made dynamic - was:  "10 SEER (10 EER) / 6.8 HSPF (3.0 COP) Split-System Heat Pump"
2,            415,    "%.1f SEER / %.1f HSPF Split-System Heat Pump"   ; SAC 4/7/05 - made dynamic - was:  "10 SEER (10 EER) / 6.8 HSPF (3.0 COP) Split-System Heat Pump"
2,            416,    "%.1f SEER / %.1f HSPF Split-System Heat Pump"   ; SAC 4/7/05 - made dynamic - was:  "10 SEER (10 EER) / 6.8 HSPF (3.0 COP) Split-System Heat Pump"
2,            417,    "%.1f SEER / %.1f HSPF Split-System Heat Pump"   ; SAC 4/7/05 - made dynamic - was:  "10 SEER (10 EER) / 6.8 HSPF (3.0 COP) Split-System Heat Pump"
2,            418,    "Duct Leakage 20%"
2,            419,    "R-0 Ceiling Insulation"
2,            420,    "R-0 Ceiling Insulation"
2,            421,    "R-0 Ceiling Insulation"
2,            422,    "R-19 Ceiling Insulation"
2,            423,    "R-19 Ceiling Insulation"
2,            424,    "R-30 Ceiling Insulation"
2,            425,    "R-0 Floor Insulation"
2,            426,    "R-0 Floor Insulation"
2,            427,    "R-0 Floor Insulation"
2,            428,    "R-19 Floor Insulation"
2,            429,    "2x4 Wall w/R-13 Insulation"
2,            430,    "2x4 Wall w/R-13 Insulation"
2,            431,    "2x4 Wall w/R-13 Insulation"
2,            432,    "2x4 Wall w/R-15 Insulation"
2,            433,    "2x4 Wall w/R-15 Insulation"
2,            434,    "2x6 Wall w/R-19 Insulation"
2,            435,    "2x4 Wall w/R-13 Insulation"
2,            436,    "2x6 Wall w/R-19 Insulation"
2,            437,    "2x6 Wall w/R-21 Insulation"
2,            438,    "2x4 Wall w/out Insulation"
2,            439,    "Infiltration per 1994 Analysis"
2,            440,    "Infiltration per 1994 Analysis"
2,            441,    "No Night Ventilation/Economizer"
2,            442,    "Single Pane Clear Window"
2,            443,    "Single Pane Clear Window"
2,            444,    "Single Pane Clear Window"
2,            445,    "Single Pane Clear Window"
2,            446,    "U-1.20 / SHGC-0.88 (clear) Window"     ; SAC 4/7/05 - was:  "Double Pane Clear Window"
2,            447,    "U-1.20 / SHGC-0.88 (clear) Window"     ; SAC 4/7/05 - was:  "Double Pane Clear Window"
2,            448,    "U-1.20 / SHGC-0.88 (clear) Window"     ; SAC 4/7/05 - was:  "Double Pane Clear Window"
2,            449,    "U-1.20 / SHGC-0.88 (clear) Window"     ; SAC 4/7/05 - was:  "Double Pane Clear Window"
2,            450,    "U-1.20 / SHGC-0.88 (clear) Window"     ; SAC 4/7/05 - was:  "Double Pane Clear Window"
2,            451,    "U-1.20 / SHGC-0.88 (clear) Window"     ; SAC 4/7/05 - was:  "Double Pane Clear Window"
2,            452,    "U-1.20 / SHGC-0.88 (clear) Window"     ; SAC 4/7/05 - was:  "Double Pane Clear Window"
2,            453,    "U-1.20 / SHGC-0.88 (clear) Window"     ; SAC 4/7/05 - was:  "Double Pane Clear Window"
2,            454,    "U-0.73 / SHGC-0.79 (tint) Window"      ; SAC 4/7/05 - was:  "Double Pane Tinted Window"
2,            455,    "U-0.73 / SHGC-0.79 (tint) Window"      ; SAC 4/7/05 - was:  "Double Pane Tinted Window"
2,            456,    "U-0.73 / SHGC-0.79 (tint) Window"      ; SAC 4/7/05 - was:  "Double Pane Tinted Window"
2,            457,    "U-0.73 / SHGC-0.79 (tint) Window"      ; SAC 4/7/05 - was:  "Double Pane Tinted Window"

; SAC 2/17/05 - Added new output reporting property for CODE BASELINE description
0, DEERProto:CodeBaseCharsSym,  0
2,              0,    "(none)"
2,              1,    "T24 maximum LPA per Table 146-C"
2,              2,    "T24 maximum LPA per Table 146-C"
2,              3,    "T24 code baseline matches prototype"
2,              4,    "T24 code baseline matches prototype"
2,              5,    "T24 glazing performance matches prototype level, no controls installed"
2,              6,    "T24 glazing performance matches prototype level, no controls installed"
2,              7,    "T24 glazing performance matches prototype level, no controls installed"
2,              8,    "T24 glazing performance matches prototype level, no controls installed"
2,              9,    "T24 glazing performance matches prototype level, no controls installed"
2,             10,    "T24 lighting schedules assume automatic shut-off"
2,             11,    "T24 code baseline for plug loads matches prototype level"
2,             12,    "T24 code baseline for plug loads matches prototype level"
2,             13,    "T24 maximum overall U-Factor per Table "
2,             14,    "T24 code baseline for DHW tank insulation matches prototype level"
2,             15,    "T24 code baseline for door infiltration matches prototype level"
2,             16,    "T24 minimimum, cool roof per Section 118(i)"
2,             17,    "T24 maximum SHGC matches prototype level"
2,             18,    "T24 maximum SHGC matches prototype level"
2,             19,    "T24 maximum SHGC matches prototype level"
2,             20,    "T24 maximum SHGC matches prototype level"
2,             21,    "T24 maximum SHGC matches prototype level"
2,             22,    "T24 maximum SHGC matches prototype level"
2,             23,    "T24 maximum SHGC matches prototype level"
2,             24,    "T24 maximum SHGC matches prototype level"
2,             25,    "T24 glazing performance matches prototype level, no controls installed"
2,             26,    "T24 glazing performance matches prototype level, no controls installed"
2,             27,    "T24 glazing performance matches prototype level, no controls installed"
2,             28,    "T24 glazing performance matches prototype level, no controls installed"
2,             29,    "T24 glazing performance matches prototype level, no controls installed"
2,             30,    "T24 glazing performance matches prototype level, no controls installed"
2,             31,    "T24 skylight performance matches prototype level, no controls installed"
2,             32,    "T24 skylight performance matches prototype level, no controls installed"
2,             33,    "T24 skylight performance matches prototype level, no controls installed"
2,             34,    "T24 skylight performance matches prototype level, no controls installed"
2,             35,    "T24 skylight performance matches prototype level, no controls installed"
2,             36,    "T24 skylight performance matches prototype level, no controls installed"
2,             37,    "T24 skylight performance matches prototype level, no controls installed"
2,             38,    "T24 skylight performance matches prototype level, no controls installed"
2,             39,    "T24 skylight performance matches prototype level, no controls installed"
2,             40,    "T24 minimum, centrifugal chiller, kW/ton = 0.576"
2,             41,    "T24 minimum, reciprocating chiller, kW/ton = 0.837"
2,             42,    "T24 minimum, centrifugal chiller, kW/ton = 0.576, fixed control tower"
2,             43,    "T24 minimum, centrifugal chiller, kW/ton = 0.576"
2,             44,    "T24 minimum, variable flow CHW loop w/VSD pump"
2,             45,    "T24 minimum, variable flow HW loop w/VSD pump"
2,             46,    "T24 minimum, variable flow CHW loop w/VSD pump"
2,             47,    "T24 minimum, variable flow CHW loop w/VSD pump"
2,             48,    "T24 minimum, variable flow HW loop w/VSD pump"
2,             49,    "T24 minimum, variable flow HW loop w/VSD pump"
2,             50,    "T24 minimum, VAV w/30% min-cfm-ratio & w/VSD fans"
2,             51,    "T24 minimum, VAV w/30% min-cfm-ratio & w/VSD fans"
2,             52,    "T24 minimum, VAV w/30% min-cfm-ratio & w/VSD fans"
2,             53,    "T24 HVAC matches prototype characteristics"
2,             54,    "T24 HVAC matches prototype characteristics"
2,             55,    "T24 ventilation matches baseline characteristics"
2,             56,    "T24 minimum, no exhaust heat recovery"
2,             57,    "T24 minimum, no exhaust heat recovery"
2,             58,    "T24 baseline matches prototype"
2,             59,    "T24 baseline matches prototype"
2,             60,    "T24 minimum, economizer matches baseline characteristics"
2,             61,    "T24 minimum matches baseline HVAC"
2,             62,    "T24 minimum air-cooled package A/C EER = 10.1"
2,             63,    "T24 minimum, two-speed tower fans"
2,             64,    "T24 minimum, two-speed tower fans"
2,             65,    "T24 minimum, furnace AFUE = 80"
2,             66,    "T24 minimum boiler combustion = 75%"
2,             67,    "T24 minimum boiler AFUE = 80%"
2,             68,    "T24 minimum boiler combustion = 80%"
2,             69,    "T24 minimum, WLHP EER = 12.0, COP = 4.2"
2,             70,    "T24 minimum, variable flow WLHP loop w/VSD pump"
2,             71,    "T24 minimum, supply fan operation matches building operation"
2,             72,    "T24 minimum, CHW & HW reset, timeclock, reduced nighttime lighting levels"
2,             73,    "T24 minimum requirement, setback programmable thermostat"
2,             74,    "T24 minimum - Direct evaporative cooling"
2,             75,    "T24 minimum duct insulation level, R-8"
2,             76,    "T24 minimum: 13 SEER(11.09 EER) Split System Air Conditioner"
2,             77,    "T24 minimum: 13 SEER(11.07 EER)/8.1 HSPF(3.28 COP) A/C Heat pump"
2,             78,    "T24 minimum: 13 SEER(11.09 EER) Package Air Conditioner"
2,             79,    "T24 minimum, A/C EER = 10.1"
2,             80,    "T24 minimum: 13 SEER(11.07 EER)/8.1 HSPF(3.28 COP) A/C Heat pump"
2,             81,    "T24 minimum, H/P EER = 10.1, COP = 3.2"
2,             82,    "T24 minimum: 13 SEER(11.09 EER) Package Air Conditioner"
2,             83,    "T24 minimum, A/C EER = 10.1"
2,             84,    "T24 minimum, package terminal A/C EER = 9.9"
2,             85,    "T24 minimum, PTHP EER = 9.9 COP=3.0"
2,             86,    "T24 minimum, EPACT/NEMA std"
2,             87,    "T24 minimum, EPACT/NEMA std"
2,             88,    "T24 minimum, EPACT/NEMA std"
2,             89,    "T24 minimum, EPACT/NEMA std"
2,             90,    "T24 minimum, EPACT/NEMA std"
2,             91,    "T24 minimum, EPACT/NEMA std"
2,             92,    "T24 minimum, EF based on current appliance standards"
2,             93,    "T24 minimum, small storage water heater w/EF based on currnent standards"
2,             94,    "T24 minimum, small storage water heater w/EF based on currnent standards"
2,             95,    "DHW circulation pump turns off during low operation hours"
2,             96,    "T24 minimum, DHW = 80%, standby loss per current standards"
2,             97,    "T24 minimum, DHW = 80%, standby loss per current standards"
2,             98,    "T24 minimum, no water economizer"
2,            201,    "CODE BASELINE - Standard air-cooled multiplex, SST setpoint reduced 3F, SCT setpoint raised 3F"
2,            202,    "CODE BASELINE - Utilizes a shaded-pole motor"
2,            203,    "CODE BASELINE - Utilizes a shaded-pole motor"
2,            204,    "CODE BASELINE - Standard air-cooled multiplex system, no heat reclaim"
2,            205,    "CODE BASELINE - Open cases with no night cover"
2,            206,    "CODE BASELINE - Open cases with no night cover"
2,            207,    "CODE BASELINE - Open cases with no night cover"
2,            208,    "CODE BASELINE - No door closer"
2,            209,    "CODE BASELINE - No door closer"
2,            210,    "CODE BASELINE - Evaporator fan runs continuously"
2,            211,    "CODE BASELINE - Air cooled condenser of standard efficiency"
2,            212,    "CODE BASELINE - Standard air-cooled condenser using 53 Btu/Watt at 10F TD"
2,            213,    "CODE BASELINE - Standard evaporative condenser @ 140 Btu/Watt"
2,            214,    "CODE BASELINE - Single-compressor system, air-cooled"
2,            215,    "CODE BASELINE - Single-compressor system, evap-cooled"
2,            216,    "CODE BASELINE - Single-compressor system, air-cooled"
2,            217,    "CODE BASELINE - Single-compressor system, evap-cooled"
2,            218,    "CODE BASELINE - Standard air-cooled multiplex system"
2,            219,    "CODE BASELINE - Standard air-cooled multiplex system"
2,            220,    "CODE BASELINE - Standard air-cooled multiplex system, SST controlled to fixed setpoint"
2,            221,    "CODE BASELINE - Standard air-cooled multiplex system, SCT controlled to 85F"
2,            222,    "CODE BASELINE - Standard evap-cooled multiplex system, SCT controlled to 85F"
2,            223,    "CODE BASELINE - Standard air-cooled multiplex system, SCT controlled to 85F"
2,            224,    "CODE BASELINE - Standard evap-cooled multiplex system, SCT controlled to 85F"
2,            225,    "CODE BASELINE - Standard air-cooled multiplex system, SCT controlled to 85F"
2,            226,    "CODE BASELINE - Standard evap-cooled multiplex system, SCT controlled to 85F"
2,            227,    "CODE BASELINE - Standard air-cooled multiplex, lights on all hours"
2,            228,    "CODE BASELINE - Standard air-cooled multiplex, with door heaters"
2,            301,    "CODE BASELINE - Standard air-cooled multiplex, SST setpoint reduced 3F, SCT setpoint raised 2F"
2,            302,    "CODE BASELINE - Condenser sized at ~24F TD, 330 Btu/watt fan & pump, 80F SCT setpoint"
2,            303,    "CODE BASELINE - Condenser sized at ~24F TD, 330 Btu/watt fan & pump"
2,            304,    "CODE BASELINE - All compressors have slide valves"
2,            305,    "CODE BASELINE - No subcooling on LT system"
2,            306,    "CODE BASELINE - SST controlled to fixed setpoint"
2,            307,    "CODE BASELINE - SCT controlled to 80F"
2,            308,    "CODE BASELINE - SCT controlled to 80F"
2,            309,    "CODE BASELINE - SCT controlled to 80F"
2,            401,    "Title 24 minimum, proogrammable thermostat"
2,            402,    "T24 minimum: 13 SEER(11.09 EER) Split System Air Conditioner"
2,            403,    "T24 minimum: 13 SEER(11.09 EER) Split System Air Conditioner"
2,            404,    "T24 minimum: 13 SEER(11.09 EER) Split System Air Conditioner"
2,            405,    "T24 minimum: 13 SEER(11.09 EER) Split System Air Conditioner"
2,            406,    "T24 minimum: 13 SEER(11.09 EER) Split System Air Conditioner"
2,            407,    "T24 minimum: 13 SEER(11.09 EER) Split System Air Conditioner"
2,            408,    "Code Baseline matches prototype characteristics"
2,            409,    "Code Baseline matches prototype characteristics"
2,            410,    "Title 24 minimum furnace AFUE = 80%"
2,            411,    "Title 24 minimum furnace AFUE = 80%"
2,            412,    "Title 24 minimum furnace AFUE = 80%"
2,            413,    "Title 24 minimum furnace AFUE = 80%"
2,            414,    "T24 minimum: 13 SEER(11.07 EER)/8.1 HSPF(3.28 COP) A/C Heat pump"
2,            415,    "T24 minimum: 13 SEER(11.07 EER)/8.1 HSPF(3.28 COP) A/C Heat pump"
2,            416,    "T24 minimum: 13 SEER(11.07 EER)/8.1 HSPF(3.28 COP) A/C Heat pump"
2,            417,    "T24 minimum: 13 SEER(11.07 EER)/8.1 HSPF(3.28 COP) A/C Heat pump"
2,            418,    "Duct leakage code baseline matches measure baseline"
2,            419,    "Overall ceiling U-factor based on climate zone"
2,            420,    "Overall ceiling U-factor based on climate zone"
2,            421,    "Overall ceiling U-factor based on climate zone"
2,            422,    "Overall ceiling U-factor based on climate zone"
2,            423,    "Overall ceiling U-factor based on climate zone"
2,            424,    "Overall ceiling U-factor based on climate zone"
2,            425,    "Overall floor U-factor based on climate zone"
2,            426,    "Overall floor U-factor based on climate zone"
2,            427,    "Overall floor U-factor based on climate zone"
2,            428,    "Overall floor U-factor based on climate zone"
2,            429,    "Overall wall U-factor based on climate zone"
2,            430,    "Overall wall U-factor based on climate zone"
2,            431,    "Overall wall U-factor based on climate zone"
2,            432,    "Overall wall U-factor based on climate zone"
2,            433,    "Overall wall U-factor based on climate zone"
2,            434,    "Overall wall U-factor based on climate zone"
2,            435,    "Overall wall U-factor based on climate zone"
2,            436,    "Overall wall U-factor based on climate zone"
2,            437,    "Overall wall U-factor based on climate zone"
2,            438,    "Overall wall U-factor based on climate zone"
2,            439,    "Weatherization code baseline matches measure baseline"
2,            440,    "Weatherization code baseline matches measure baseline"
2,            441,    "Night ventilation code baseline matches measure baseline"
2,            442,    "Window code baseline matches measure baseline"
2,            443,    "Window code baseline matches measure baseline"
2,            444,    "Window code baseline matches measure baseline"
2,            445,    "Window code baseline matches measure baseline"
2,            446,    "U-%.2f / SHGC-%.2f (clear) Window"     ; SAC 4/7/05 - was:  "Window U-factor and SHGC based on climate zone"
2,            447,    "U-%.2f / SHGC-%.2f (clear) Window"     ; SAC 4/7/05 - was:  "Window U-factor and SHGC based on climate zone"
2,            448,    "U-%.2f / SHGC-%.2f (clear) Window"     ; SAC 4/7/05 - was:  "Window U-factor and SHGC based on climate zone"
2,            449,    "U-%.2f / SHGC-%.2f (clear) Window"     ; SAC 4/7/05 - was:  "Window U-factor and SHGC based on climate zone"
2,            450,    "U-%.2f / SHGC-%.2f (clear) Window"     ; SAC 4/7/05 - was:  "Window U-factor and SHGC based on climate zone"
2,            451,    "U-%.2f / SHGC-%.2f (clear) Window"     ; SAC 4/7/05 - was:  "Window U-factor and SHGC based on climate zone"
2,            452,    "U-%.2f / SHGC-%.2f (clear) Window"     ; SAC 4/7/05 - was:  "Window U-factor and SHGC based on climate zone"
2,            453,    "U-%.2f / SHGC-%.2f (clear) Window"     ; SAC 4/7/05 - was:  "Window U-factor and SHGC based on climate zone"
2,            454,    "U-%.2f / SHGC-%.2f (tint) Window"      ; SAC 4/7/05 - was:  "Window U-factor and SHGC based on climate zone"
2,            455,    "U-%.2f / SHGC-%.2f (tint) Window"      ; SAC 4/7/05 - was:  "Window U-factor and SHGC based on climate zone"
2,            456,    "U-%.2f / SHGC-%.2f (tint) Window"      ; SAC 4/7/05 - was:  "Window U-factor and SHGC based on climate zone"
2,            457,    "U-%.2f / SHGC-%.2f (tint) Window"      ; SAC 4/7/05 - was:  "Window U-factor and SHGC based on climate zone"

; SAC 7/19/04 - Added new output reporting property
0, DEERProto:MeasureCharsSym,  0
2,              0,    "(none)"
2,              1,    "all lighting levels reduced by 10%"
2,              2,    "all lighting levels reduced by 40%"
2,              3,    "lighting level reduced based on bldg type, activity area"
2,              4,    "lighting level reduced based on bldg type, activity area"
2,              5,    "add daylighting controls, min. lumen level based on bldg type"
2,              6,    "add daylighting controls, min. lumen level based on bldg type"
2,              7,    "add daylighting controls, min. lumen level based on bldg type"
2,              8,    "add daylighting controls, min. lumen level based on bldg type"
2,              9,    "add daylighting controls, min. lumen level based on bldg type"
2,             10,    "minimum unoccupied lighting power density based on bldg type"
2,             11,    "all plug loads reduced by 5%"
2,             12,    "all plug loads reduced by 10%"
2,             13,    "Ceiling R-value for oldest vintages increased to 'new' level"
2,             14,    "Approximately R-12 tank insulation, based on tank size"
2,             15,    "Infiltration due to doors reduced by 50%"
2,             16,    "Roof absorptivity = 0.45"
2,             17,    "North glass SHGC 15% less than required by T-24"
2,             18,    "East glass SHGC 20% less than required by T-24"
2,             19,    "South glass SHGC 20% less than required by T-24"
2,             20,    "West glass SHGC 20% less than required by T-24"
2,             21,    "North glass SHGC 20% less than required by T-24"
2,             22,    "East glass SHGC 30% less than required by T-24"
2,             23,    "South glass SHGC 30% less than required by T-24"
2,             24,    "West glass SHGC 30% less than required by T-24"
2,             25,    "glass w/ indicated performance index in daylit spaces, cont. ctrl"
2,             26,    "glass w/ indicated performance index in daylit spaces, cont. ctrl"
2,             27,    "glass w/ indicated performance index in daylit spaces, cont. ctrl"
2,             28,    "glass w/ indicated performance index in daylit spaces, 2-step ctrl"
2,             29,    "glass w/ indicated performance index in daylit spaces, 2-step ctrl"
2,             30,    "glass w/ indicated performance index in daylit spaces, 2-step ctrl"
2,             31,    "skylight w/ indicated performance index & T24 reqmts in daylit spaces, cont. ctrl"
2,             32,    "skylight w/ indicated performance index & T24 reqmts in daylit spaces, cont. ctrl"
2,             33,    "skylight w/ indicated performance index & T24 reqmts in daylit spaces, cont. ctrl"
2,             34,    "skylight w/ indicated performance index & T24 reqmts in daylit spaces, 1-step ctrl"
2,             35,    "skylight w/ indicated performance index & T24 reqmts in daylit spaces, 1-step ctrl"
2,             36,    "skylight w/ indicated performance index & T24 reqmts in daylit spaces, 1-step ctrl"
2,             37,    "skylight w/ indicated performance index & T24 reqmts in daylit spaces, 2-step ctrl"
2,             38,    "skylight w/ indicated performance index & T24 reqmts in daylit spaces, 2-step ctrl"
2,             39,    "skylight w/ indicated performance index & T24 reqmts in daylit spaces, 2-step ctrl"
2,             40,    "High efficiency centrifugal chillers (%.2f kW/ton)"
2,             41,    "High efficiency reciprocating chillers (%.2f kW/ton)"
2,             42,    "VSD centrifugal chiller w/ load control tower"
2,             43,    "Gas absorption chiller (direct fired) (%.4f EIR, %.1f HIR)"
2,             44,    "Chilled water loop temperature set to 'Load Reset'"
2,             45,    "Hot water loop temperature set to 'Load Reset'"
2,             46,    "2-way valves, with single speed pump"
2,             47,    "add variable speed pump to chilled water loop"
2,             48,    "2-way valves, with single speed pump"
2,             49,    "add variable speed pump to hot water loop"
2,             50,    "damper controlled VAV with 30% min-cfm-ratio"
2,             51,    "VFD with 30% min-cfm-ratio"
2,             52,    "Convert VAVS ssytem to PIU system"
2,             53,    "indirect evap cooling for make-up air only, 80% effectiveness"
2,             54,    "indirect evap cooling for make-up air only, 80% effectiveness"
2,             55,    "standard ventilation rate"
2,             56,    "70% heat recovery effectiveness"
2,             57,    "70% sensible and latent recovery effectiveness"
2,             58,    "Add econo with Econo-Lockout=NO, DB limit = 68, Max OSA = 100%"
2,             59,    "Add ecomizer with Econo-Lockout=NO, DB limit = 68, Max OSA = 100%"
2,             60,    "ecomizer with Econo-Lockout=NO, DB limit = 68, Max OSA = 100%"
2,             61,    "standard equipment efficiency"
2,             62,    "packaged system with water cooled condenser"
2,             63,    "Two-speed tower fans on all central plants"
2,             64,    "Variable-speed tower fans on all central plants"
2,             65,    "packaged system with 94 AFUE furnace"
2,             66,    "Central boiler with efficiency of 85%"
2,             67,    "Central boiler with efficiency of 84.5%"
2,             68,    "84% efficient steam boiler"                      ; was:  "Central steam boiler with efficiency of 81.5%"
2,             69,    "14.0 EER / 4.6 COP WLHP"                         ; was:  "12.8 EER / 4.4 COP WLHP"     ; was:  "WLHP system with COP = 3.8"
2,             70,    "2-way valves, with VSD pumping"
2,             71,    "Supply fan operation matches building operation"
2,             72,    "CHW & HW reset, timeclock, reduced nighttime lighting levels"
2,             73,    "unoccupied period has heating setback/cooling setup"
2,             74,    "Direct evaporative cooling, Effectiveness = 0.80"
2,             75,    "Old vintage increases duct insulation to R-4.2, 78-91 vintage to R-8"
2,             76,    "14 SEER (12.15 EER) Split-System Air Conditioner"            ; was:  "improved efficiency, A/C EER = 13.0"
2,             77,    "14 SEER (12.19 EER) / 8.6 HSPF (3.52 COP) A/C Heat Pump"     ; was:  "improved efficiency, A/C EER = 13.0 HSPF=10.1"
2,             78,    "14 SEER (12.15 EER) Package Air Conditioner"                 ; was:  "improved efficiency, A/C EER = 13.0"
2,             79,    "improved efficiency, A/C EER = 11.0"                         ; was:  "improved efficiency, A/C EER = 13.0"
2,             80,    "14 SEER (12.19 EER) / 8.6 HSPF (3.52 COP) Package A/C Heat Pump"    ; was:  "improved efficiency, A/C EER = 13.0 HSPF=10.1"
2,             81,    "11 EER / 3.40 COP Package A/C Heat Pump"         ; was:  "13 EER / 3.60 COP Package A/C Heat Pump"   ; was:  "improved efficiency, A/C EER = 13.0 HSPF=10.1"
2,             82,    "improved efficiency, A/C EER = 14.0"             ; was:  "improved efficiency, A/C EER = 13.8"
2,             83,    "improved efficiency, A/C EER = 14.0"             ; was:  "improved efficiency, A/C EER = 13.8"
2,             84,    "11.0 EER PTAC"                                   ; was:  "10.9 EER PTAC"               ; was:  "improved efficiency, PTAC EER = 10.1"
2,             85,    "11.0 EER / 3.4 COP PTHP"                         ; was:  "10.9 EER / 3.3 COP PTHP"     ; was:  "improved efficiency, PTHP EER = 9.9 COP=3.0"
2,             86,    "premium motor efficiency based on typical motor size"
2,             87,    "premium motor efficiency based on typical motor size"
2,             88,    "premium motor efficiency based on typical motor size"
2,             89,    "premium motor efficiency based on typical motor size"
2,             90,    "premium motor efficiency based on typical motor size"
2,             91,    "premium motor efficiency based on typical motor size"
2,             92,    "Improved EF of %.2f (based on tank size/vintage)"
2,             93,    "zero tank loss, improved EF"
2,             94,    "zero tank loss"
2,             95,    "DHW circulation pump turns off during low operation hours"
2,             96,    "Same tank size/capacity with improved efficiency burner (83%)"
2,             97,    "Same tank size/capacity with improved efficiency burner (83%)"
2,             98,    "Non integrated evaporator precooler heat exchanger"
2,            201,    "Normal setpoints, representing tighter control"
2,            202,    "Utilizes a PSC motor"
2,            203,    "Utilizes an EC motor"
2,            204,    "Heat reclaim with SCT controlled to 85F via holdback valve when heat is needed"
2,            205,    "Night cover reduces infiltration by 50% for 4 hours/night"
2,            206,    "Open fixture is retrofitted with doors"
2,            207,    "Replace open fixtures with fixtures having doors"
2,            208,    "Applies a multiplier of 60% to the base-case infiltration"
2,            209,    "Applies a multiplier of 60% to the base-case infiltration"
2,            210,    "Evaporator fan cycles w/ thermostat; when off cycles on peridoically"
2,            211,    "Evaporative condenser of standard efficiency, 2-speed fan"
2,            212,    "Same size condenser but efficiency of 84 Btu/Watt"
2,            213,    "Same size condenser but ~5F lower SCT, 200 Btu/Watt"
2,            214,    "Multiplex system, air-cooled, subcooler on both LT & MT circuits, floating head"
2,            215,    "Multiplex system, evap-cooled, subcooler on both LT & MT circuits, floating head"
2,            216,    "Multiplex system, hi-eff air-cooled, subcooler on both LT and MT circuits"
2,            217,    "Multiplex system, hi-eff evap-cooled, subcooler on both LT and MT circuits"
2,            218,    "Low-temp subcooler powered by medium-temp suction group"
2,            219,    "Low- and medium-temp subcoolers powered by a new high-temp suction group"
2,            220,    "SST setpoint reset based on worst-case demand"
2,            221,    "SCT controlled to 70F"
2,            222,    "SCT controlled to 70F"
2,            223,    "Control SCT to ambient + 12F TD, 70F min, backflood setpoint of 68F"
2,            224,    "Control SCT to wetbulb + 17F TD, 70F min, backflood setpoint of 68F"
2,            225,    "Control SCT to ambient + 12F TD, 70F min, backflood setpt of 68F, var-spd cond"
2,            226,    "Control SCT to wetbulb + 17F TD, 70F min, backflood setpt of 68F, var-spd cond"
2,            227,    "Turn off lights between midnight and 6 a.m."
2,            228,    "Eliminate door heaters"
2,            301,    "Normal setpoints, representing tighter control"
2,            302,    "Condenser sized at ~ 19F TD, 400 Btu/watt fan & pump, 80F SCT setpoint"
2,            303,    "Condenser sized at ~ 19F TD, 400 Btu/watt fan & pump, WB-following SCT setpnt"
2,            304,    "Use variable-speed drive to trim one compressor, remainder stage fully loaded"
2,            305,    "Low-temp liquid subcooled by mech subcooler powered by med-temp suction group"
2,            306,    "SST setpoint reset based on worst-case demand"
2,            307,    "SCT controlled to 70F"
2,            308,    "Control SCT to wetbulb + 9F TD, 70F minimum, backflood setpoint of 68F"
2,            309,    "Control SCT to wetbulb + 9F TD, 70F min, backflood setpt of 68F, var-spd cond"
2,            401,    "Programmable Thermostat"
2,            402,    "13 SEER (11.09 EER) Split-System Air Conditioner"
2,            403,    "14 SEER (12.15 EER) Split-System Air Conditioner"
2,            404,    "15 SEER (12.72 EER) Split-System Air Conditioner"
2,            405,    "Direct Evaporative Cooler"
2,            406,    "Indirect Evaporative Cooler"
2,            407,    "Direct-Indirect Evaporative Cooler"
2,            408,    "Basic HVAC Diagnostic Testing And Repair"
2,            409,    "Advanced HVAC Diagnostic Testing And Repair"
2,            410,    "Condensing 90 AFUE (1.11 HIR) Furnace"
2,            411,    "Condensing 92 AFUE (1.08 HIR) Furnace"
2,            412,    "Condensing 94 AFUE (1.06 HIR) Furnace"
2,            413,    "Condensing 96 AFUE (1.03 HIR) Furnace"
2,            414,    "13 SEER (11.07 EER) / 8.1 HSPF (3.28 COP) A/C Heat Pump"
2,            415,    "14 SEER (12.19 EER) / 8.6 HSPF (3.52 COP) A/C Heat Pump"
2,            416,    "15 SEER (12.70 EER) / 8.8 HSPF (3.74 COP) A/C Heat Pump"
2,            417,    "18 SEER (12.8 EER) / 9.2 HSPF (3.66 COP) A/C Heat Pump"
2,            418,    "Duct Repair (Duct Leakage 6%)"
2,            419,    "Ceiling R-0 to R-19 Insulation-Batts"
2,            420,    "Ceiling R-0 to R-30 Insulation-Batts"
2,            421,    "Ceiling R-0 to R-38 Insulation-Batts"
2,            422,    "Ceiling R-19 to R-30 Insulation-Batts"
2,            423,    "Ceiling R-19 to R-38 Insulation-Batts"
2,            424,    "Ceiling R-30 to R-38 Insulation-Batts"
2,            425,    "Floor R-13 Insulation-Batts"
2,            426,    "Floor R-19 Insulation-Batts"
2,            427,    "Floor R-30 Insulation-Batts"
2,            428,    "Floor R-30 Insulation-Batts"
2,            429,    "Wall 2x4 R-15 Insulation-Batts"
2,            430,    "Wall 2x6 R-19 Insulation-Batts"
2,            431,    "Wall 2x6 R-21 Insulation-Batts"
2,            432,    "Wall 2x6 R-19 Insulation-Batts"
2,            433,    "Wall 2x6 R-21 Insulation-Batts"
2,            434,    "Wall 2x6 R-21 Insulation-Batts"
2,            435,    "Wall 2x4 R-13 Batts + R-5 Rigid"
2,            436,    "Wall 2x6 R-19 Batts + R-5 Rigid"
2,            437,    "Wall 2x6 R-21 Batts + R-5 Rigid"
2,            438,    "Wall Blow-In R-13 Insulation"
2,            439,    "Low-Income Weatherization w/out Evaporative Cooler"
2,            440,    "Low-Income Weatherization w/ Evaporative Cooler"
2,            441,    "Whole House Fans"
2,            442,    "Default Window With Sunscreen"
2,            443,    "Single Pane Clear Glass With Reflective Film"
2,            444,    "Single Pane Clear Glass With Spectrally Selective Film"
2,            445,    "Single Pane Clear Glass With Standard Film"
2,            446,    "U-0.50 / SHGC-0.65 (clear) Window"
2,            447,    "U-0.40 / SHGC-0.65 (clear) Window"
2,            448,    "U-0.35 / SHGC-0.55 (clear) Window"
2,            449,    "U-0.25 / SHGC-0.35 (clear) Window"
2,            450,    "U-0.50 / SHGC-0.40 (tint) Window"
2,            451,    "U-0.40 / SHGC-0.40 (tint) Window"
2,            452,    "U-0.35 / SHGC-0.32 (tint) Window"
2,            453,    "U-0.25 / SHGC-0.22 (tint) Window"
2,            454,    "U-0.50 / SHGC-0.40 (tint) Window"
2,            455,    "U-0.40 / SHGC-0.40 (tint) Window"
2,            456,    "U-0.35 / SHGC-0.32 (tint) Window"
2,            457,    "U-0.25 / SHGC-0.22 (tint) Window"


;-------------------------------------------
;---------     END OF FILE     -------------
;-------------------------------------------

-1  
