
var MENU_ITEMS = [
	['Navigation ...', 'navigation.html', {'tw' : 'main'},
		['Main Page','main.html', {'tw' : 'main'}],
	  ['Biology Homepage','../../index.html', {'tw' : '_parent'}],
		['Biology Faculty','../index.html', {'tw' : 'main'}],
	],
	['Courses ...', 'courses.html', {'tw' : 'main'},
		['Human Physiology ...','hp.html', {'tw' : 'main'},
			['Course Policy','hppolicy.html', {'tw' : 'main'}],
		  ['Lab and Lecture Schedule','hpsyllabus.html', {'tw' : 'main'}],
		],
	],
	['Professional Experience','professionalexperience.html', {'tw' : 'main'}],
	['Service Activities ...', 'sactivities.html', {'tw' : 'main'},
		['Hope College','hcactivites.html', {'tw' : 'main'}],
		['Professional','pactivities.html', {'tw' : 'main'}],
		['Community','cactivities.html', {'tw' : 'main'}],
	],
	['Grants Received...','grants.html', {'tw' : 'main'},
 		['External Grants','externalgrants.html', {'tw' : 'main'}],
		['Internal Grants','internalgrants.html', {'tw' : 'main'}],
	],
	['Research Students ...','researchstudents.html', {'tw' : 'main'},
 		['Former Students','formerstudents.html', {'tw' : 'main'}],
		['Current Students','currentstudents.html', {'tw' : 'main'}],
	],
	['Research Publications ...','publications.html', {'tw' : 'main'},
		['Online Articles','onlinearticles.html', {'tw' : 'main'}],
 		['Research Articles','researcharticles.html', {'tw' : 'main'}],
		['Research Abstracts','researchabstracts.html', {'tw' : 'main'}],
		['Other Publications','otherpublications.html', {'tw' : 'main'}],
	],
	['About Me ...', 'aboutme.html', {'tw' : 'main'},
		['Education','education.html', {'tw' : 'main'}],
		['Teaching Interests','teachinginterests.html', {'tw' : 'main'}],
		['Research Interests','researchinterests.html', {'tw' : 'main'}],
		['Hobbies','hobbies.html', {'tw' : 'main'}],
	],
	['WWW Links','links.html', {'tw' : 'main'}],
];
