/*
  --- menu items --- 

*/

var MENU_ITEMS = [
	['Teaching Activities',null, null,
		['Current Courses',	'teaching/teaching_currently.html', 	{'tw' : 'main'}],
		['Taught Before',	'teaching/taught_before.html', 		{'tw' : 'main'}],
	],
	['Research Activities',null, null,
		['Publications',	'research/publications.html', 		{'tw' : 'main'}],
		['Research Grants',	'research/research_grants.html', 	{'tw' : 'main'}],
		['Projects',		'research/projects.html', 		{'tw' : 'main'}],
	],
	['Useful Links',null, null,
		['UWT Library',		'http://tacoma.washington.edu/library/',	{'tw' : '_blank'}],
		['My UW',		'http://myuw.washington.edu/', 			{'tw' : '_blank'}],
		['Research Moodle',	'https://moodle.insttech.washington.edu/', 			{'tw' : '_blank'}],
		['Google',		'http://www.google.com', 			{'tw' : '_blank'}],
		['Wikipedia',		'http://en.wikipedia.org/wiki/Main_Page', 	{'tw' : '_blank'}],
		['Yahoo Dictionary',		'http://kr.dictionary.search.yahoo.com/search/dictionaryp?subtype=eng&prop=&opt=eng&p=leave+for&fr=&x=0&y=0', 			{'tw' : '_blank'}],
	],
];
