/* --- menu items --- */
var MENU_ITEMS = [
	['Home', 'index.htm',
	],

	['Profile', 'profile.htm',
	],

	['Career', 'career.htm',
	],

	['Background', 'background.htm',
	],
	
	['Pictures', 'pix.htm',
	],
	
	['More Pictures', 'morepix.htm',
	],

	['Group Pictures', 'grouppix.htm',
	],
	
	['Contact', 'contact.htm',
	],

	['Directions', 'directions.htm',
	],
	

	['Projects', 'projects.htm',
	],


	['Hot Links', 'links.htm',
	],
	
	['Films', 'films.htm',
	],
	
	['Fun', 'fun.htm',
	],
	

	['Find It', 'search.htm',
	],


];

