/* --- menu items --- */
var MENU_ITEMS = [
	['About', null,
			['The Site', 'update.html'],
			['The Author', null,
					['Journal', 'journal.php'],
					['Resume', 'http://csn.beckman.uiuc.edu/yashgadcv.pdf'],
					['Background', 'background.html'],
			],
			['TM', 'http://www.tiger-marmalade.com'],
	],
	['Education', null,
			['Science', 'sci.html',
					['Current Research', 'sci_current.html'],
					['UIUC Biophysics', 'http://www.life.uiuc.edu/biophysics'],
					['The Anastasio Lab', 'http://csn.beckman.uiuc.edu'],
			],
			['Outreach', 'outreach.html'],
			['Demos', 'demo.html'],
			['Projects', 'projects.html'],
	],
	['Diversions', null,
		['Video Games', null,
					['Dragon Warrior Monsters', 'http://dwmcentral.cjb.net'],
					['DWM 2', 'http://dwm2united.cjb.net'],
					['FAQs', 'entertainment/gamefaqs.html'],
					['Reviews', 'entertainment/greview.html'],
					['List of Games Beaten', 'entertainment/beat.html'],
			],
		['Board Games', null,
					['Settlers of Catan', 'entertainment/settlers.html'],
					['Monopoly', 'entertainment/monopoly.html'],
					['Risk', 'entertainment/risk.html'],
					['Axis & Allies', 'entertainment/aa.html'],
			],
		['Cartoons', null,
					['Pokemon', 'entertainment/cartoon_pokemon.html'],
					['Digimon', 'entertainment/cartoon_digimon.html'],
					['Dragon Ball Z', 'entertainment/cartoon_dbz.html'],
					['Other anime', 'entertainment/cartoon_anime.html'],
					['80s Classics', 'entertainment/cartoon_80s.html'],
			],
		['TV Shows', null,
					['Friends', 'entertainment/tv_friends.html'],
					['Buffy & Angel', 'entertainment/tv_buffy.html'],
					['Smallville', 'entertainment/tv_smallville.html'],
					['Enterprise', 'entertainment/tv_enterprise.html'],
			],
		['Music', null,
					['Modern Rock', 'entertainment/music_modern.html'],
					['Classic Rock', 'entertainment/music_classic.html'],
					['Classical', 'entertainment/music_classical.html'],
			],
		['Movies', null,
					['Reviews', 'entertainment/movie_reviews.html'],
					['Star Wars', 'entertainment/movie_sw.html'],
					['Matrix', 'entertainment/movie_matrix.html'],
					['LOTR', 'entertainment/movie_lotr.html'],
			],
		['Sports', null,
					['Basketball', 'entertainment/sports_basketball.html'],
					['Football', 'entertainment/sports_football.html'],
					['Beach Volleyball', 'entertainment/sports_vball.html'],
					['Golf', 'entertainment/sports_golf.html'],
					['Tennis', 'entertainment/sports_tennis.html'],
			],
	],
	['Philosophy', null,
		['My Writing', null,
			['Destiny', 'philosophy/destiny.html'],
			['Dreams', 'philosophy/dreams.html'],
			['Evolution', 'philosophy/evolution.html'],
			['Life', 'philosophy/life.html'],
			['Purpose', 'philosophy/purpose.html'],
			['Religion', 'philosophy/religion.html'],
			['Society', 'philosophy/society.html'],
		],
		['Various Articles', null,
			['Heston Speech', 'philosophy/heston.html'],
		],
		['Eyes of Evil', 'http://www.eyesofevil.com'],
	],
];

