/* --- menu items --- */
var MENU_ITEMS = [
	[' home','index.htm',],
	[' photography', null,
			[' shows', null,
				[' Food Show', 'foodshow.htm'],
				[' Secrets of the Seed', 'sseeds.htm'],
				[' In the Field: 2000', 'field2000.htm'],
				[' In the Field: 2001', 'field2001.htm'],
				[' Spoken Word', 'spokenword.htm'],
			],
			[' portfolio', null,
				[' Hair', 'hair.htm'],
				[' Weddings', 'weddings.htm'],
				[' Portaits', 'portraits.htm'],
				[' Grab bag', 'grab'],
			],
			[' New Work', null,
				[' Phytograms', 'phytograms.htm'],
				[' Constructed Cosmos', 'constructedcosmos.htm'],
				[' Protest!', 'protest.htm'],
			],	
	],
	[' design', null,
		[' Arf Publicity Pieces', null,
				[' 2001', 'arffliers2001.htm'],
				[' 2002', 'artfliers2002.htm'],
				[' 2003', 'arffliers2003.htm'],
				[' archive', 'arfarchive.htm'],
		],
		[' Misc Publicity Pieces', 'miscpub.htm'],
	],
	[' academia', null,
		[' Curriculum Vita', 'cv.htm',],
		[' Resumes', null,
				[' Artists Resume', 'artresume.htm'],
				[' Employment', 'professionalresume.htm'],
				[' Skills', 'skills.htm'],
		],
		[' Current Projects', 'currentprojects.htm',],
	],
	[' www', null,
			[' LS120', '../ls120/index.html',],
			[' Anthropology 1', null,
				[' Anthro 1: Spring 2002', ''],
				[' Anthro 1: Summer 2002', ''],
			],
			[' Anthro 112', '../anthro112/index.html'],
			[' Taraco Archaeology Project', '../index.htm'],
			[' Berkeley Paleoethnobotany', '../PEB/index.htm'],
	],
	['contact info', 'contactinfo.htm'],
];

