﻿// menu_items.js file
function myfunction () { return false }
function togglelink() {return TREES['MyNAME'].toggle(1)}

var MENU_ITEMS =[
['Contents', 'index.html', {'tt' : 'Window object', 'sb':'Window object','hc':'myfunction'},
		["About R Street", "javascript: TREES['MyNAME'].toggle(1);", null,
			["Summary", "summary.html"],
			["Stakeholders", "stakeholders.html"],
			["Area Profile", "area.html"],
			["Key Accomplishments", "accomplishments.html"],
			["Walk Down R Street", "coming.html"]
		],
		["Community Corner", "javascript: TREES['MyNAME'].toggle(17);", null,
			["Announcements/Events", "events.html"],
			["R Street Newsletter", "enews.html"],
			["Art on R Street", "http://www.artfoundryinc.com/"],
			["Area Businesses", "coming.html"],
			["Housing", "coming.html"],
			["CARSA", "http://www.cityofsacramento.org/ns/nadb/org.cfm?orgid=225"]
		],
		["R St. Plans & Guidelines", "javascript: TREES['MyNAME'].toggle(24);", null,
			["R Street Master Plan", "masterPlan.html"],
			["CADA Implementation Plan", "ImplementationPlan.html"],
			["Design Guidelines", "guidelines.html"],
			["Special Planning District", "zoning.html"],
			["Environmental", "environmental.html"],
			["Infrastructure", "infrastructure.html"],
			["Special Studies/Reports", "special.html"]
						
		],
		["History", "javascript: TREES['MyNAME'].toggle(31);", null,
			["The R Street Story", "story.html"],
			["Pictures", "historyPictures.html"],
			["Historic Businesses", "businesses.html"]
		],
		["Press Room", "javascript: TREES['MyNAME'].toggle(35);", null,
			["Press Releases", "coming.html"],
			["Past Articles", "coming.html"]
		],
		["Maps", "maps.html"],
		["Pictures", "pictures.html"],
		["Links", "coming.html"],
		["Contacts", "contacts.html"]
	]
];
