/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [

	['Articles', null, null,
		['The Effects of Urban Trees on Air Quality','generalpublic/Articles/nowak_trees.pdf', {'tw' : '_blank'}],
		['Facts About Fine Particle Air Pollution','generalpublic/Articles/NAAQS_FineParticleFactSheet.pdf', {'tw' : '_blank'}],
		['Trees and Sustainable Urban Air Quality','generalpublic/Articles/Hewitt_TreesAirQuality.pdf', {'tw' : '_blank'}],
		['Air Pollution Control -- The Tree Factor','generalpublic/Articles/cufr562_Newsletter_Jan05_Special_Edition.pdf', {'tw' : '_blank'}],
		['Trees May Play Role in Reducing Houston Smog','generalpublic/Articles/HoustonSmogReduction.pdf', {'tw' : '_blank'}],
	],
	['Fact Sheets', null, null,
		['What is a SIP?','generalpublic/Factsheets/What is a SIP_rev3_JB.pdf', {'tw' : '_blank'}],
	],
		['Presentations', null, null,
		['Trees and Air Quality: 6 Methods to Get SIP Credit for Trees','generalpublic/Presentations/6WaysTreesAirQuality.pdf', {'tw' : '_blank'}],
	],
	['Links', null, null,
		['Biogenic VOC and ozone','http://www.eeb.princeton.edu/~dpurves/voc_ozone.htm', {'tw' : '_blank'}],
		['Trees and Vegetation','http://www.epa.gov/heatisland/strategies/vegetation.html', {'tw' : '_blank'}],
		['Ground-level Ozone: What is it? Where does it come from?','http://www.epa.gov/air/urbanair/ozone/what.html', {'tw' : '_blank'}],
		['State of the Air 2005','http://lungaction.org/reports/sota05intro.html', {'tw' : '_blank'}],
		['AIRNow','http://www.airnow.gov', {'tw' : '_blank'}],
		['Air Quality Document Library','http://www.urbanforestrysouth.org/Resources/Library/', {'tw' : '_blank'}],
		['Human dimensions of urban forests','http://www.cfr.washington.edu/research.envmind/', {'tw' : '_blank'}],
		['EPA Greenbook','http://www.epa.gov/oar/oaqps/greenbk/index.html', {'tw' : '_blank'}],
		['Air Quality Webcams','http://www.airnow.gov/index.cfm?action=airnow.webcams', {'tw' : '_blank'}],
		['AirData: Access to Air Pollution Data ','http://www.epa.gov/air/data/', {'tw' : '_blank'}],
		['Air Pollution Control Agency Contacts ','http://www.4cleanair.org/index.asp', {'tw' : '_blank'}],
	],
	];