/* --- menu items --- */
/* --- use Alt+175 [ » ] for menu off-sets ---*/
var MENU_ITEMS = [
	['Resume', null,
		['Resume', './resume/resume.html'],
		['References', './resume/references.html'],
		['slideshow', './resume/finley_show.ppt'],
	],

	['Certifications', null,
		['Brain Bench', 'http://www.brainbench.com'],
		['LanOp NT 4', 'http://www.lanop.com/ntcip'],
		['UNIX (HP-UX)', 'http://www.education.hp.com/hpcert-overview.htm'],
		['MCSE', 'http://www.microsoft.com/trainingandservices/redirect/mcp.htm'],
		['My Certifications', './certifications/my_certifications.html'],
	],
	['Camping', null,
		['Camping checklist', './outdoors/camping-list.html'],
		['Camping pictures', './outdoors/locket.html'],
		['Mountaineering', './outdoors/mountain.html'],
		['Resources', './outdoors/resources.html'],
		['Snow Camping', './outdoors/snow.html'],
	],
	['Hobbies', null,
		['Amateur Radio', './hobbies/amateur.html'],
		['BoyScouts', './hobbies/bsa.html'],
		['Karate', './hobbies/karate.html'],
		['Scuba diving', './hobbies/scuba.html'],
		['Skiing', './hobbies/skiing.html'],
		['Weightlifting', './hobbies/weight.html'],
		['Biking', './hobbies/biking.html'],
	],
	['Computers', null,
		['General info', './computers/computer.html'],
		['UNIX (HP-UX)', './computers/unix.html'],
		['Windows 95', './computers/win95.html'],
		['Windows NT wkstn', './computers/nt_workstation.html'],
		['Windows NT server', './computers/nt_server.html'],
		['Windows 2000 pro', './computers/win2kp.html'],
		['Windows 2000 srvr', './computers/win2ks.html'],
		['Windows XP', './computers/winxp.html'],
		['MS-Office', './computers/msoffice.html'],
		['Resources', './computers/comp_res.html'],
	],
	['Other links', null,
		['McAfee`s Virus page', 'http://www.mcafee.com/anti-virus/'],
		['McAfee`s Support page', 'http://www.mcafeehelp.com/'],
		['Symantec`s Virus page', 'http://www.symantec.com/avcenter/vinfodb.html'],
		['World time', 'http://www.timeanddate.com/worldclock/personalapplet.html?cities=197'],
	],
];


