var MENU_ITEMS = [
	['Research', 'research.html', null,
		[wrap ('Mountain pass', '', 'menu_red_top'), 'mp.html'],
		[wrap ('Traveling waves', '', 'menu_red_middle'), 'waves.html'],
		[wrap ('Fucik spectrum', '', 'menu_red_middle'), 'fucik.html'],
		[wrap ('Cylinder', '', 'menu_red_bottom'), 'cylinder.html']
	],
	['Teaching', 'teaching.html', null,
	        [wrap ('Past: Basel (WS 02/03)', '', 'menu_green_top'),
				'http://www.math.unibas.ch/~stingeli/reelleanalysis/'],
	        [wrap ('Past: Connecticut', '<', 'menu_green_bottom'), null, null,
			[wrap ('Spring 01', '', 'menu_green_top2'), 'old2/teaching.html'],
			[wrap ('Fall 00', '', 'menu_green_middle'), 'old2/fall2000.html'],
			[wrap ('Fall 98', '', 'menu_green_middle'), 'old1/fall1998.html'],
			[wrap ('Spring 98', '', 'menu_green_middle'), 'old1/spring1998.html'],
			[wrap ('Fall 97', '', 'menu_green_middle'), 'old1/fall1997.html'],
			[wrap ('Spring 97', '', 'menu_green_bottom'), 'old1/spring1997.html']
		]
	],
	['Personal', 'personal.html', null,
		[wrap ('Brief CV', '', 'menu_blue_top'), 'briefcv.html'],
		[wrap ('Links', '', 'menu_blue_middle'), 'links.html'],
		[wrap ('Old sites', '<', 'menu_blue_bottom'), null, null,
			[wrap ('Connecticut 00', '', 'menu_blue_top2'), 'old2/index.html'],
			[wrap ('Connecticut 97', '', 'menu_blue_bottom'), 'old1/index.html']
		]
	]
];

var MENU_ITEMS1 = [
	['Home', 'index.html']
];

