// Syntax for Level 1 is:
// Level1 ID, "Level1 Name"

SComboLevel1=["Level1"
, 900, "----- Level 1 -----",
,1, "Fire and Explosion",
,2, "Safety",
,3, "Enviroment",
,4, "Rescue/EMS",
,47, "Training",
]


// Syntax for Level 2 is:
// Level1 ID, Level2 ID, "Level2 Name"

SComboLevel2=["Level2"
, 1, 900, "----- Level 2 -----",
, 1,  5, "Prevention",
, 1,  6, "Detection",
, 1,  7, "Extinguishing",
, 1,  8, "Protection",
, 1,  9, "Fighting",
, 1,  38, "Other",
, 2, 900, "----- Level 2 -----",
, 2,  10, "Gas Detection",
, 2,  11, "Industrial/Personal Safety",
, 2,  12, "Materials Safety",
, 2,  13, "Control Systems",
, 2,  38, "Other",
, 3, 900, "----- Level 2 -----",
, 3,  14, "Monitoring",
, 3,  15, "Waste Disposal",
, 3,  16, "Transportation",
, 3,  38, "Other",
, 4, 900, "----- Level 2 -----",
, 4,  17, "Medical Equipment",
, 4,  18, "Tools",
, 4,  19, "Protective Clothing",
, 4,  38, "Other",
]


// Syntax for Level 3 is:
// Level1 ID, Level2 ID, Level3 ID, "Level3 Name"

SComboLevel3=["Level3"
, 1, 5, 900, "----- Level 3 -----",
, 1,  5,  20, "Fire Retardant",
, 1,  5,  21, "Construction",
, 1, 6, 900, "----- Level 3 -----",
, 1,  6,  39, "Fire Detection",
, 1,  6,  40, "Control Systems",
, 1,  6,  41, "Other",
, 1, 7, 900, "----- Level 3 -----",
, 1,  7,  27, "Materials/Agents",
, 1,  7,  28, "Systems",
, 1,  7,  45, "Accessories",
, 1, 8, 900, "----- Level 3 -----",
, 1,  8,  29, "Passive",
, 1,  8,  30, "Active",
, 1, 9, 900, "----- Level 3 -----",
, 1,  9,  31, "Equipment",
, 1,  9,  32, "Vehicles",
, 2, 10, 900, "----- Level 3 -----",
, 2,  10,  33, "Fixed",
, 2,  10,  34, "Mobile",
]


// Syntax for Level 4 is:
// Level1 ID, Level2 ID, Level3 ID, Level4 ID , "Level4 Name", "Link"

SComboLevel4=["Level4"
, 1, 6, 39, 900, "----- Level 4 -----",""
, 1,  6, 39, 22, "Heat", ""
, 1,  6, 39, 23, "Smoke", ""
, 1,  6, 39, 24, "Optical", ""
, 1,  6, 39, 25, "Combustion Products", ""
, 1,  6, 39, 26, "Combination", ""
, 1,  6, 39, 43, "Accessories", ""
, 1, 7, 28, 900, "----- Level 4 -----",""
, 1,  7, 28, 42, "Fixed", ""
, 1,  7, 28, 44, "Mobile", ""
, 2, 10, 33, 900, "----- Level 4 -----",""
, 2,  10, 33, 35, "Point", ""
, 2,  10, 33, 36, "Multi-point", ""
, 2,  10, 33, 37, "Open Path/Remote", ""
, 2,  10, 33, 46, "Other", ""
, 2, 10, 34, 900, "----- Level 4 -----",""
, 2,  10, 34, 35, "Point", ""
, 2,  10, 34, 36, "Multi-point", ""
, 2,  10, 34, 37, "Open Path/Remote", ""
]




// Syntax for Level 1 is:
// Level1 ID, "Level1 Name"

SComboLevel1a=["Level1a"
, 900, "----- Level 1 -----",
,1, "Fire and Explosion",
,2, "Safety",
,3, "Enviroment",
,4, "Rescue/EMS",
,47, "Training",
]


// Syntax for Level 2 is:
// Level1 ID, Level2 ID, "Level2 Name"

SComboLevel2a=["Level2a"
, 1, 900, "----- Level 2 -----",
, 1,  5, "Prevention",
, 1,  6, "Detection",
, 1,  7, "Extinguishing",
, 1,  8, "Protection",
, 1,  9, "Fighting",
, 1,  38, "Other",
, 2, 900, "----- Level 2 -----",
, 2,  10, "Gas Detection",
, 2,  11, "Industrial/Personal Safety",
, 2,  12, "Materials Safety",
, 2,  13, "Control Systems",
, 2,  38, "Other",
, 3, 900, "----- Level 2 -----",
, 3,  14, "Monitoring",
, 3,  15, "Waste Disposal",
, 3,  16, "Transportation",
, 3,  38, "Other",
, 4, 900, "----- Level 2 -----",
, 4,  17, "Medical Equipment",
, 4,  18, "Tools",
, 4,  19, "Protective Clothing",
, 4,  38, "Other",
]


// Syntax for Level 3 is:
// Level1 ID, Level2 ID, Level3 ID, "Level3 Name"

SComboLevel3a=["Level3a"
, 1, 5, 900, "----- Level 3 -----",
, 1,  5,  20, "Fire Retardant",
, 1,  5,  21, "Construction",
, 1, 6, 900, "----- Level 3 -----",
, 1,  6,  39, "Fire Detection",
, 1,  6,  40, "Control Systems",
, 1,  6,  41, "Other",
, 1, 7, 900, "----- Level 3 -----",
, 1,  7,  27, "Materials/Agents",
, 1,  7,  28, "Systems",
, 1,  7,  45, "Accessories",
, 1, 8, 900, "----- Level 3 -----",
, 1,  8,  29, "Passive",
, 1,  8,  30, "Active",
, 1, 9, 900, "----- Level 3 -----",
, 1,  9,  31, "Equipment",
, 1,  9,  32, "Vehicles",
, 2, 10, 900, "----- Level 3 -----",
, 2,  10,  33, "Fixed",
, 2,  10,  34, "Mobile",
]


// Syntax for Level 4 is:
// Level1 ID, Level2 ID, Level3 ID, Level4 ID , "Level4 Name", "Link"

SComboLevel4a=["Level4a"
, 1, 6, 39, 900, "----- Level 4 -----",""
, 1,  6, 39, 22, "Heat", ""
, 1,  6, 39, 23, "Smoke", ""
, 1,  6, 39, 24, "Optical", ""
, 1,  6, 39, 25, "Combustion Products", ""
, 1,  6, 39, 26, "Combination", ""
, 1,  6, 39, 43, "Accessories", ""
, 1, 7, 28, 900, "----- Level 4 -----",""
, 1,  7, 28, 42, "Fixed", ""
, 1,  7, 28, 44, "Mobile", ""
, 2, 10, 33, 900, "----- Level 4 -----",""
, 2,  10, 33, 35, "Point", ""
, 2,  10, 33, 36, "Multi-point", ""
, 2,  10, 33, 37, "Open Path/Remote", ""
, 2,  10, 33, 46, "Other", ""
, 2, 10, 34, 900, "----- Level 4 -----",""
, 2,  10, 34, 35, "Point", ""
, 2,  10, 34, 36, "Multi-point", ""
, 2,  10, 34, 37, "Open Path/Remote", ""
]




