/*
  --- 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 = [
	['Home','http://www.umatillacountyha.org/', null, null,
	],
	['Affordable Housing', null, null,
		['Aspens', 'http://umatillacountyha.org/aspens.html', null,
			['Application Information', 'http://umatillacountyha.org/aspens.html']
			],
		['Bliss Homes', 'http://umatillacountyha.org/bliss.html', null,
			['Application Information', 'http://umatillacountyha.org/bliss.html']
			],
		['Foxwood Apartments', 'http://umatillacountyha.org/app_for_foxwood.html', null,
			['Adjusted Income Limits', 'http://umatillacountyha.org/adjusted_income_limits.html'],
			['Application Information', 'http://umatillacountyha.org/app_for_foxwood.html'],
			['Application', 'http://umatillacountyha.org/foxwood_app.pdf'],
			['Things You Should Know', 'http://umatillacountyha.org/things_you_should_know.html']
			],
		['Golden Manor', 'http://umatillacountyha.org/golden_manor.html', null,
			['Application Information', 'http://umatillacountyha.org/golden_manor.html']
			],
		['Hacienda West', 'http://umatillacountyha.org/hacienda_west.html', null,
			['Application Information', 'http://umatillacountyha.org/hacienda_west.html'],
			['Información Del Uso', 'http://umatillacountyha.org/hacienda_west_spanish.html'],
			['Application (Uso)', 'http://umatillacountyha.org/hacienda_west_app.pdf']
			],
		['McEwen Homes', 'http://umatillacountyha.org/mcewen.html', null,
			['Application Information', 'http://umatillacountyha.org/mcewen.html']
			],
		['Orchard Homes', 'http://umatillacountyha.org/orchard.html', null,
			['Application Information', 'http://umatillacountyha.org/orchard.html']
			],
		['Tri-Harbor Landing', 'http://umatillacountyha.org/tri_harbor.html', null,
			['Application Information', 'http://umatillacountyha.org/tri_harbor.html']
			],
	],
	['Information', null, null,
		['Information','http://www.umatillacountyha.org/housing_information.html'], 
		['Vendors','http://www.umatillacountyha.org/vendors.html'],
		['Approved Vendor List','http://www.umatillacountyha.org/APPROVED_VENDOR_LIST.pdf'],
		['RD Fact Sheet','http://www.umatillacountyha.org/RD_Fact_sheet.pdf'],
		['No Smoking Policy','http://www.umatillacountyha.org/Board_Resolution_Adopting_No_Smoking_Policy_2010.pdf']
		],
	['Housing Programs', null, null,
		['Public Housing', null, null,
			['Things You Should Know', 'http://umatillacountyha.org/things_you_should_know.html'],
			['Application Information', 'http://umatillacountyha.org/app_for_pub_housing.html'],
			['Application', 'http://umatillacountyha.org/app_pub_housing.pdf']
			],
		['Section 8', null, null,
			['Income Limits', 'http://umatillacountyha.org/section_8_limits.html'],
			['Bedroom Sizes', 'http://umatillacountyha.org/bedroom_sizes.html'],
			['Landlord Info (FAQ)', 'http://www.umatillacountyha.org/landlord_info.html'],
			['The Program', 'http://umatillacountyha.org/the_program.html'],
			['Declaration of Eligibility', 'http://www.umatillacountyha.org/declaration_of_eligibility.pdf'],
			['Change of Circumstance', 'http://www.umatillacountyha.org/change_of_circumstance.pdf'],
			['Frequent Fail Items', 'http://www.umatillacountyha.org/frequent_fail_items.html'],
			['Section 8 Application', 'http://www.umatillacountyha.org/section_8_app.pdf']
			],
	],
	['Landlord Info', 'http://www.umatillacountyha.org/landlord_info.html', null, null,
	],
	['About UCHA', null, null,
		['History of UCHA', 'http://umatillacountyha.org/about.html'],
		['Contact Us','mailto:info@umatillacountyha.org?subject=Information Request']
	],
];


