// This is all code for the tree:

var TreeDef = {
	"style": {
		"imgitem":"/images/shared/treeBullet.gif", 			// Image for leafs
		"imgdir":"/images/shared/tree_arrow.gif", 			// Image for directories
		"imgdiropen":"/images/shared/tree_arrowDown.gif", 	// Image for directories in open state
		"itemoffset":{"x":"3","y":"0"}, 					// Offset for a next tree level
		"fixwidth" : 150,
		"fixheight" : 300
		//"css" : "sectionTitle"
	},
	
	"position": { "absolute": false },

	"items" : [															// MAIN BRANCHES
	
		{  //  "SECTION 100 - GENERAL PROVISIONS" DEFINITION -------------------------------------------------------
		
		"text":"SECTION 100: GENERAL PROVISIONS",
		"style": {
			"css" : "sectionTitle",
			"itemoffset":{"x":"20","y":"3"}
		}, 
		"styleover": { "css" : "sectionTitle_over" }, 
		
		"menu" : {														// Subtree definition
			"items" : [													// Subitems array
				{
				"text":"100 &nbsp; Name of Authority", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section100');" }
				},
				{
				"text":"101 &nbsp; Short Title", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section101');" }
				},
				{
				"text":"102 &nbsp; Policy", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section102');" }
				},
				{
				"text":"103 &nbsp; Duties and Powers", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section103');" }
				},
				{
				"text":"104 &nbsp; Adoption of State and Federal Laws and Rules", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section104');" }
				},
				{
				"text":"105 &nbsp; Separability", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section105');" }
				},
				{
				"text":"106 &nbsp; Public Records", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section106');" }
				},
				{
				"text":"110 &nbsp; Investigation and Studies", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section110');" }
				},
				{
				"text":"111 &nbsp; Interference or Obstruction", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section111');" }
				},
				{
				"text":"112 &nbsp; False and Misleading Oral Statements", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section112');" }
				},
				{
				"text":"113 &nbsp; Service of Notice", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section113');" }
				},
				{
				"text":"114 &nbsp; Confidential Information", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section114');" }
				},
				{
				"text":"120 &nbsp; Hearings", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section120');" }
				},
				{
				"text":"121 &nbsp; Orders", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section121');" }
				},
				{
				"text":"122 &nbsp; Appeals from Orders or Formal Enforcement", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section122');" }
				},
				{
				"text":"123 &nbsp; Status of Orders on Appeal", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section123');" }
				},
				{
				"text":"124 &nbsp; Display of Orders", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section124');" }
				},
				{
				"text":"131 &nbsp; Notice to Violators", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section131');" }
				},
				{
				"text":"132 &nbsp; Criminal Penalty", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section132');" }
				},
				{
				"text":"133 &nbsp; Civil Penalty", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section133');" }
				},
				{
				"text":"134 &nbsp; Restraining Orders - Injunction", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section134');" }
				},
				{
				"text":"135 &nbsp; Assurance of Discontinuance", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section135');" }
				},
				{
				"text":"140 &nbsp; Reporting By Government Agencies", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section140');" }
				},
				{
				"text":"145 &nbsp; Motor Vehicle Owner Responsibility", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section145');" }
				},
				{
				"text":"150 &nbsp; Pollutant Disclosure - Reporting by Air Contaminant Sources", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section150');" }
				},
				{
				"text":"155 &nbsp; State Environmental Policy Act", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section155');" }
				}
				
				]
			}
		},
		
		
		{  //  "SECTION 200 - DEFINITIONS" DEFINTION --------------------------------------------------------------
		
		"text":"SECTION 200: DEFINITIONS",
		"style": {
			"css" : "sectionTitle",
			"itemoffset":{"x":"20","y":"3"}
		},
		"styleover": { "css" : "sectionTitle_over" },
		
		"menu" : {														// Subtree definition
			"items" : [													// Subitems array
				{
				"text":"NWCAA Definitions (A-Z)", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section200');" }
				}
				]
			}
		},
		
		{  //  "SECTION 300 - CONTROL PROCEDURES" DEFINTION --------------------------------------------------------------
		
		"text":"SECTION 300: CONTROL PROCEDURES",  
		"style": {
			"css" : "sectionTitle",
			"itemoffset":{"x":"20","y":"3"}
		},
		"styleover": { "css" : "sectionTitle_over" },
		
		"menu" : {														// Subtree definition
			"items" : [													// Subitems array
				{
				"text":"300 &nbsp; New Source Review", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section300');" }
				},
				{
				"text":"301 &nbsp; Temporary Sources", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section301');" }
				},
				{
				"text":"303 &nbsp; Work Done Without an Approval", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section303');" }
				},
				{
				"text":"305 &nbsp; Public Involvement", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section305');" }
				},
				{
				"text":"320 &nbsp; Registration Program", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section320');" }
				},
				{
				"text":"321 &nbsp; Exemptions from Registration", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section321');" }
				},
				{
				"text":"322 &nbsp; Air Operating Permit Program (AOP)", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section322');" }
				},
				{
				"text":"324 &nbsp; Fees", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section324');" }
				},
				{
				"text":"325 &nbsp; Transfer or Permanent Shutdown", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section325');" }
				},
				{
				"text":"340 &nbsp; Report of Breakdown and Upset", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section340');" }
				},
				{
				"text":"341 &nbsp; Report of Shutdown or Start-up", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section341');" }
				},
				{
				"text":"342 &nbsp; Operation and Maintenance", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section342');" }
				},
				{
				"text":"350 &nbsp; Variances", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section350');" }
				},
				{
				"text":"367 &nbsp; General Requirements for Monitoring and Testing", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section367');" }
				}
				]
			}
		},

		
		{   //  "SECTION 400 - STANDARDS" DEFINTION --------------------------------------------------------------
		
		"text":"SECTION 400: STANDARDS", 
		"style": {
			"css" : "sectionTitle",
			"itemoffset":{"x":"20","y":"3"}
		},
		"styleover": { "css" : "sectionTitle_over" },
		
		"menu" : {														// Subtree definition
			"items" : [													// Subitems array
				{
				"text":"400 &nbsp; Ambient Air Standards - Forward", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section400');" }
				},
				{
				"text":"401 &nbsp; Suspended Particulate Standards (PM-10)", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section401');" }
				},
				{
				"text":"402 &nbsp; Particulate Fallout Standards", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section402');" }
				},
				{
				"text":"403 &nbsp; Particulate Standards (PM 2.5)", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section403');" }
				},
				{
				"text":"410 &nbsp; Sulfur Oxide Standards", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section410');" }
				},
				{
				"text":"420 &nbsp; Carbon Monoxide Standards", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section420');" }
				},
				{
				"text":"422 &nbsp; Nitrogen Oxides Standards", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section422');" }
				},
				{
				"text":"424 &nbsp; Ozone Standards", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section424');" }
				},
				{
				"text":"426 &nbsp; Hydrocarbons", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section426');" }
				},
				{
				"text":"428 &nbsp; Hazardous Air Pollutants", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section428');" }
				},
				{
				"text":"450 &nbsp; Emission Standards - Forward", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section450');" }
				},
				{
				"text":"451 &nbsp; Emission of Air Contaminant - Visual Standards", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section451');" }
				},
				{
				"text":"455 &nbsp; Emission of Particulate Matter", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section455');" }
				},
				{
				"text":"458 &nbsp; Incinerators - Wood Waste Burners", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section458');" }
				},
				{
				"text":"460 &nbsp; Sulfur Compounds - Heat/Weight Rate Standard", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section460');" }
				},
				{
				"text":"462 &nbsp; Sulfur Compounds - Emission Standard", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section462');" }
				},
				{
				"text":"465 &nbsp; Sulfur Acid Plants", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section465');" }
				},
				{
				"text":"466 &nbsp; Portland Cement Plants", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section466');" }
				},
				{
				"text":"470 &nbsp; Fluorides - Forage", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section470');" }
				}
				]
			}
		},
				
			
		{  //  "SECTION 502-550 - REGULATED ACTIVITIES AND PROHIBITIONS" DEFINTION --------------------------------------------------------------
		
		"text":"SECTION 502-550: REGULATED ACTIVITIES AND PROHIBITIONS",
		"style": {
			"css" : "sectionTitle",
			"itemoffset":{"x":"20","y":"3"}
		},
		"styleover": { "css" : "sectionTitle_over" },
		
		"menu" : {														// Subtree definition
			"items" : [													// Subitems array
				{
				"text":"502 &nbsp; Outdoor Burning", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section502');" }
				},
				{
				"text":"504 &nbsp; Agricultural Burning", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section504');" }
				},
				{
				"text":"506 &nbsp; Solid Fuel Burning Devices", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section506');" }
				},
				{
				"text":"510 &nbsp; Incinerator Burning", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section510');" }
				},
				{
				"text":"511 &nbsp; Refuse Burning - Time Restriction", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section511');" }
				},
				{
				"text":"520 &nbsp; Sulfur Compounds in Fuel", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section520');" }
				},
				{
				"text":"530 &nbsp; General Nuisance", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section530');" }
				},
				{
				"text":"535 &nbsp; Odor Control Measures", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section535');" }
				},
				{
				"text":"540 &nbsp; Emission of Air Contaminant: Concealment and Masking", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section540');" }
				},
				{
				"text":"550 &nbsp; Preventing Particulate Matter from Becoming Airborne", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section550');" }
				}
				]
			}
		},

	
		{  //  "SECTION 560-590 - REGULATED ACTIVITIES AND PROHIBITIONS" DEFINTION --------------------------------------------------------------
		
		"text":"SECTION 560-590: REGULATED ACTIVITIES AND PROHIBITIONS",
		"style": {
			"css" : "sectionTitle",
			"itemoffset":{"x":"20","y":"3"}
		},
		"styleover": { "css" : "sectionTitle_over" },
		
		"menu" : {														// Subtree definition
			"items" : [													// Subitems array
				{
				"text":"560 &nbsp; Storage of Organic Liquids", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section560');" }
				},
				{
				"text":"570 &nbsp; Asbestos Control Standards", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section570');" }
				},
				{
				"text":"580 &nbsp; Volatile Organic Compound Control", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section580_01');" }
				},
				{
				"text":"580.2 &nbsp; Petroleum Refineries", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section580_02');" }
				},
				{
				"text":"580.3 &nbsp; High Vapor Pressure Volatile Organic Compound Storage Tanks", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section580_03');" }
				},
				{
				"text":"580.4 &nbsp; Gasoline Loading Terminals", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section580_04');" }
				},
				{
				"text":"580.5 &nbsp; Bulk Gasoline Plants", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section580_05');" }
				},
				{
				"text":"580.6 &nbsp; Gasoline Stations", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section580_06');" }
				},
				{
				"text":"580.7 &nbsp; Cutback Asphalt Paving", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section580_07');" }
				},
				{
				"text":"580.8 &nbsp; Petroleum Refinery Equipment Leaks", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section580_08');" }
				},
				{
				"text":"580.9 &nbsp; High Pressure Volatile Organic Compound Storage In Roof Tanks", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section580_09');" }
				},
				{
				"text":"580.10 &nbsp;Leaks From Transport Tanks & Control Systems", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section580_10');" }
				},
				{
				"text":"580.11 &nbsp;Scope, Registration, Reporting, and Notice of Construction", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section580_11');" }
				},
				{
				"text":"590 &nbsp; Perchloroethylene Dry Cleaners", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section590');" }
				}
				]
			}
		},
				
		
		{  //  "SECTION 600 - OBJECTIVES AND PLANNING CRITERIA" DEFINTION --------------------------------------------------------------
		
		"text":"SECTION 600: OBJECTIVES AND PLANNING CRITERIA",
		"style": {
			"css" : "sectionTitle",
			"itemoffset":{"x":"20","y":"3"}
		},
		"styleover": { "css" : "sectionTitle_over" },
		
		"menu" : {														// Subtree definition
			"items" : [													// Subitems array
				{
				"text":"600 &nbsp; Objectives - Forward", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section600');" }
				},
				{
				"text":"601 &nbsp; Application of Objectives", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section601');" }
				},
				{
				"text":"602 &nbsp; Ambient Air Quality Areas", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section602');" }
				},
				{
				"text":"603 &nbsp; Application of Objectives", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openRegulationWin('section603');" }
				}
				]
			}
		},				
		
		{  //  "APPENDICES  -----------------------------------------------------------------------------------------------------------
		
		"text":"APPENDICES",
		"style": {
			"css" : "sectionTitle",
			"itemoffset":{"x":"20","y":"3"}
		},
		"styleover": { "css" : "sectionTitle_over" },
		
		"menu" : {														// Subtree definition
			"items" : [													// Subitems array
				{
				"text":"Appendix A: Ambient Monitoring, Emission Testing, <BR>And Continuous Emission and Opacity Monitoring", "style": { "css" : "regulationTitle", "itemoffset":{"x":"20","y":"1"} }, "styleover": { "css" : "regulationTitle_over" },
				"action": {"js" : "openDetailWin('../pdf/regs/NWCAA_Regs_AppendixA.pdf');" }
				}
				]
			}
		}
	]
};