
// QUESTIONS:
// 1. How do you tighten linespacing between submenu items? ("itemoffset" doesn't quite do it...)
// 2. How do you change the delay on the submenu to disappear after the user mouses off of the menu/trigger?
// 3. How do you set up an "on" state so that it replaces the image with the "on" button?


var MenuDef = {
	"style"	: {
		"box": true,
		"size":[130,23],
		"direction":"v",
		"css":"subnav_menu",
		"autosize":1,
		"itemoffset": { "y":0, "x":0 }
		},
	"position": { "absolute" : true, "pos":[25,234] },

	"items" : [
	
		{ //  "HOME" BUTTON/MENU DEFINITON -------------------------------------------------------
			"text": "<A HREF=\"#\"><IMG SRC=\"/images/shared/nav_home_off.gif\" ALT=\"Home\" NAME=\"nav_home\" WIDTH=\"45\" HEIGHT=\"23\" BORDER=\"0\" ID=\"nav_home\"></A>" ,
			"textover": "<A HREF=\"#\"><IMG SRC=\"/images/shared/nav_home_over.gif\" ALT=\"Home\" NAME=\"nav_home2\" WIDTH=\"45\" HEIGHT=\"23\" BORDER=\"0\" ID=\"nav_home2\"></A>",
			"action" : {"url":"/index.asp"}
		},
 			
	
		{ //  "ABOUT US" BUTTON/MENU DEFINITON -------------------------------------------------------
			"text": "<IMG SRC=\"/images/shared/nav_about_off.gif\" ALT=\"About Us\" NAME=\"nav_about\" WIDTH=\"61\" HEIGHT=\"25\" BORDER=\"0\" ID=\"nav_about\">" ,
			"textover": "<IMG SRC=\"/images/shared/nav_about_over.gif\" ALT=\"About Us\" WIDTH=\"61\" HEIGHT=\"25\" BORDER=\"0\">",
			"action" : {"url":"/about/who.htm"},
			
			
			"menu": {
			
				"style": {
					"box"	: true,
					"direction": "v",
					"border": {"color":"#78A5D6", "width":1, "offset":10 },
					// "-moz-border-radius": "4px",
					"shadow":{"color":"#BBC7D6", "width":3 }
					},
					
		  		"position": {
					"anchor": "ne",
					"anchor_side":"nw",
					"menuoffset" : {"x":"-50", "y":"0"}
					},  
           		
		  		"items"	: [
		  			{"text": "Who We Are", "action" : {"url":"/about/who.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  }, 
		  			{"text": "Board of Directors", "action" : {"url":"/about/board.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Advisory Council", "action" : {"url":"/about/council.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Staff", "action" : {"url":"/about/staff.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  }
		  		]
	  		
		  	}
		  	
		},
		
		
		{ //  "AIR QUALITY" BUTTON/MENU DEFINITON -------------------------------------------------------
			"text": "<IMG SRC=\"/images/shared/nav_airQuality_off.gif\" ALT=\"Air Quality\" NAME=\"nav_airQuality\" WIDTH=\"70\" HEIGHT=\"25\" BORDER=\"0\" ID=\"nav_airQuality\">" ,
			"textover": "<IMG SRC=\"/images/shared/nav_airQuality_over.gif\" ALT=\"Air Quality\" WIDTH=\"70\" HEIGHT=\"25\" BORDER=\"0\">",
			"action" : {"url":"/airQuality/current.asp"},


			"menu": {
			
				"style": {
					"box"	: true,
					"direction": "v",
					"border": {"color":"#78A5D6", "width":1},
					"shadow":{"color":"#BBC7D6", "width":3}
					},
					
		  		"position": {
					"anchor": "ne",
					"anchor_side":"nw",
					"menuoffset" : {"x":"-41", "y":"0"}
					}, 
            		
		  		"items"	: [
		  			{"text": "Current Air Quality", "action" : {"url":"/airQuality/current.asp"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  }, 
		  			{"text": "Air Quality Standards", "action" : {"url":"/airQuality/naaqs.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Monitoring Sites", "action" : {"url":"/airQuality/monitoring.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Emission Inventories", "action" : {"url":"/airQuality/inventories.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  }
		  		]
		  	}
		},
		
		
		{ //  "CLIMATE CHANGE" BUTTON/MENU DEFINITON -------------------------------------------------------
			"text": "<IMG SRC=\"/images/shared/nav_climateChange_off.gif\" ALT=\"Air Quality\" NAME=\"nav_airQuality\" WIDTH=\"99\" HEIGHT=\"25\" BORDER=\"0\" ID=\"nav_climateChange\">" ,
			"textover": "<IMG SRC=\"/images/shared/nav_climateChange_over.gif\" ALT=\"Air Quality\" WIDTH=\"99\" HEIGHT=\"25\" BORDER=\"0\">",
			"action" : {"url":"/climateChange/index.htm"},


			"menu": {
			
				"style": {
					"box"	: true,
					"size":[170,23],
					"direction": "v",
					"border": {"color":"#78A5D6", "width":1},
					"shadow":{"color":"#BBC7D6", "width":3}
					},
					
		  		"position": {
					"anchor": "ne",
					"anchor_side":"nw",
					"menuoffset" : {"x":"-12", "y":"0"}
					}, 
            		
		  		"items"	: [
		  			{"text": "Understanding Global Warming", "action" : {"url":"/climateChange/index.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
					{"text": "Local Impacts", "action" : {"url":"/climateChange/impacts.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
					{"text": "Solutions", "action" : {"url":"/climateChange/solutions.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Climate News", "action" : {"url":"/climateChange/climateNews.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  }
		  		]
		  	}
		},
		
		
		{ //  "NEWS & EVENTS" BUTTON/MENU DEFINITON -------------------------------------------------------
			"text": "<IMG SRC=\"/images/shared/nav_news_off.gif\" ALT=\"News & Events\" NAME=\"nav_news\" WIDTH=\"90\" HEIGHT=\"25\" BORDER=\"0\" ID=\"nav_news\">" ,
			"textover": "<IMG SRC=\"/images/shared/nav_news_over.gif\" ALT=\"News & Events\" WIDTH=\"90\" HEIGHT=\"25\" BORDER=\"0\">",
			"action" : {"url":"/news/whatsNew.htm"},
			
			
			"menu": {
			
				"style": {
					"box"	: true,
					"direction": "v",
					"border": {"color":"#78A5D6", "width":1, "offset":10 },
					"shadow":{"color":"#BBC7D6", "width":3}
					},
					
		  		"position": {
					"anchor": "ne",
					"anchor_side":"nw",
					"menuoffset" : {"x":"-22", "y":"0"}
					},  
           		
		  		"items"	: [
		  			{"text": "What's New", "action" : {"url":"/news/whatsNew.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Meetings and Events", "action" : {"url":"/news/meetings.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  }
		  		]
	  		
		  	}
		  	
		},	
		
		{ //  "AIR QUALITY PROGRAMS" BUTTON/MENU DEFINITON -------------------------------------------------------
			"text": "<IMG SRC=\"/images/shared/nav_aqPrograms_off.gif\" ALT=\"Air Quality Programs\" NAME=\"nav_aqPrograms\" WIDTH=\"125\" HEIGHT=\"25\" BORDER=\"0\" ID=\"nav_aqPrograms\">" ,
			"textover": "<IMG SRC=\"/images/shared/nav_aqPrograms_over.gif\" ALT=\"Air Quality Programs\" WIDTH=\"125\" HEIGHT=\"25\" BORDER=\"0\">",
			"action" : {"url":"/aqPrograms/airPermits.htm"},
			
			
			"menu": {
			
				"style": {
					"box"	: true,
					"direction": "v",
					"border": {"color":"#78A5D6", "width":1},
					"shadow":{"color":"#BBC7D6", "width":3}
					},
					
		  		"position": {
					"anchor": "ne",
					"anchor_side":"nw",
					"menuoffset" : {"x":"8", "y":"0"}
					}, 
            		
		  		"items"	: [
		  			{"text": "Air Operating Permits", "action" : {"url":"/aqPrograms/airPermits.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  }, 
		  			{"text": "Asbestos", "action" : {"url":"/aqPrograms/asbestos.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Business Info", "action" : {"url":"/aqPrograms/busInfo.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Compliance", "action" : {"url":"/aqPrograms/compliance.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  }, 
		  			{"text": "Diesel Retrofit", "action" : {"url":"/aqPrograms/dieselRetrofit.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  }, 
		  			{"text": "Education & Outreach", "action" : {"url":"/aqPrograms/education.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Indoor Air Quality", "action" : {"url":"/aqPrograms/indoorAir.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Outdoor Burning", "action" : {"url":"/aqPrograms/burning.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Wood Heating", "action" : {"url":"/aqPrograms/woodHeating.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  }
		  		]
		  	}
		},
		
				
		
		{ //  "PUBLIC NOTICES" BUTTON/MENU DEFINITON -------------------------------------------------------
			"text": "<IMG SRC=\"/images/shared/nav_publicNotices_off.gif\" ALT=\"Public Notices\" NAME=\"nav_publicNotices\" WIDTH=\"88\" HEIGHT=\"25\" BORDER=\"0\" ID=\"nav_publicNotices\">" ,
			"textover": "<IMG SRC=\"/images/shared/nav_publicNotices_over.gif\" ALT=\"Public Notices\" WIDTH=\"88\" HEIGHT=\"25\" BORDER=\"0\">",
			"action" : {"url":"/publicNotices/publicNotices.htm"}
		},
				
		
		{ //  "FORMS/REGULATIONS" BUTTON/MENU DEFINITON -------------------------------------------------------
			"text": "<IMG SRC=\"/images/shared/nav_formsRegs_off.gif\" ALT=\"Forms/Regulations\" NAME=\"nav_formsRegs\" WIDTH=\"118\" HEIGHT=\"25\" BORDER=\"0\" ID=\"nav_formsRegs\">" ,
			"textover": "<IMG SRC=\"/images/shared/nav_formsRegs_over.gif\" ALT=\"Forms/Regulations\" WIDTH=\"118\" HEIGHT=\"25\" BORDER=\"0\">",
			"action" : {"url":"/formsRegs/forms.htm"},
			
			
			"menu": {
			
				"style": {
					"box"	: true,
					"direction": "v",
					"border": {"color":"#78A5D6", "width":1, "offset":10 },
					"shadow":{"color":"#BBC7D6", "width":3}
					},
					
		  		"position": {
					"anchor": "ne",
					"anchor_side":"nw",
					"menuoffset" : {"x":"7", "y":"0"}
					},  
           		
		  		"items"	: [
		  			{"text": "Forms & Applications", "action" : {"url":"/formsRegs/forms.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Regulations", "action" : {"url":"/formsRegs/regulations.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  }
		  		]
	  		
		  	}
		  	
		},
		
		
		{ //  "ABOVE & BEYOND" BUTTON/MENU DEFINITON -------------------------------------------------------
			"text": "<IMG SRC=\"/images/shared/nav_aboveBeyond_off.gif\" ALT=\"Above & Beyond\" NAME=\"nav_aboveBeyond\" WIDTH=\"101\" HEIGHT=\"25\" BORDER=\"0\" ID=\"nav_aboveBeyond\">" ,
			"textover": "<IMG SRC=\"/images/shared/nav_aboveBeyond_over.gif\" ALT=\"Above & Beyond\" WIDTH=\"101\" HEIGHT=\"25\" BORDER=\"0\">",
			"action" : {"url":"/aboveBeyond/bigPicture.htm"},
			
			
			"menu": {
			
				"style": {
					"box"	: true,
					"direction": "v",
					"border": {"color":"#78A5D6", "width":1, "offset":10 },
					"shadow":{"color":"#BBC7D6", "width":3}
					},
					
		  		"position": {
					"anchor": "ne",
					"anchor_side":"nw",
					"menuoffset" : {"x":"-10", "y":"0"}
					},  
           		
		  		"items"	: [
		  			{"text": "The Big Picture", "action" : {"url":"/aboveBeyond/bigPicture.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "What We Are Doing", "action" : {"url":"/aboveBeyond/whatWeDo.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "What You Can Do", "action" : {"url":"/aboveBeyond/whatYouDo.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  }
		  		]
	  		
		  	}
		  	
		},
		
						
		
		{ //  "RESOURCES" BUTTON/MENU DEFINITON -------------------------------------------------------
			"text": "<IMG SRC=\"/images/shared/nav_resources_off.gif\" ALT=\"Resources\" NAME=\"nav_resources\" WIDTH=\"66\" HEIGHT=\"25\" BORDER=\"0\" ID=\"nav_resources\">" ,
			"textover": "<IMG SRC=\"/images/shared/nav_resources_over.gif\" ALT=\"Resources\" WIDTH=\"66\" HEIGHT=\"25\" BORDER=\"0\">",
			"action" : {"url":"/resources/nwcaaPubs.htm"},
			
			
			"menu": {
			
				"style": {
					"box"	: true,
					"size":[170,23],
					"direction": "v",
					"border": {"color":"#78A5D6", "width":1, "offset":10 },
					"shadow":{"color":"#BBC7D6", "width":3}
					},
					
		  		"position": {
					"anchor": "ne",
					"anchor_side":"nw",
					"menuoffset" : {"x":"-45", "y":"0"}
					},  
           		
		  		"items"	: [
		  			{"text": "NWCAA Publications & Reports", "action" : {"url":"/resources/nwcaaPubs.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Other Publications & Reports", "action" : {"url":"/resources/otherPubs.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
					{"text": "Clean Air Tips", "action" : {"url":"/resources/cleanAirTips.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Links", "action" : {"url":"/resources/links.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Teacher's Resources", "action" : {"url":"/resources/teachers.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Kid's Corner", "action" : {"url":"/resources/kids.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
					{"text": "Display Boards", "action" : {"url":"/resources/boards.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  }
		  		]
	  		
		  	}
		  	
		},
				
		
		{ //  "CONTACT" BUTTON/MENU DEFINITON -------------------------------------------------------
			"text": "<IMG SRC=\"/images/shared/nav_contact_off.gif\" ALT=\"Contact\" NAME=\"nav_contact\" WIDTH=\"54\" HEIGHT=\"25\" BORDER=\"0\" ID=\"nav_contact\">" ,
			"textover": "<IMG SRC=\"/images/shared/nav_contact_over.gif\" ALT=\"Contact\" WIDTH=\"54\" HEIGHT=\"25\" BORDER=\"0\">",
			"action" : {"url":"/contact/contactUs.htm"},
			
			
			"menu": {
			
				"style": {
					"box"	: true,
					"direction": "v",
					"border": {"color":"#78A5D6", "width":1, "offset":10 },
					"shadow":{"color":"#BBC7D6", "width":3}
					},
					
		  		"position": {
					"anchor": "ne",
					"anchor_side":"nw",
					"menuoffset" : {"x":"-58", "y":"0"}
					},  
           		
		  		"items"	: [
		  			{"text": "Contact Us", "action" : {"url":"/contact/contactUs.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  },
		  			{"text": "Employment", "action" : {"url":"/contact/employment.htm"}, "styleover" : {"css":"subnav_menu", "color":"#3074C0", "bgcolor":"#E0EAF6"}  }
		  		]
	  		
		  	}
		  	
		},
		
	]
};
