

var MENU_ITEMS = [

	['ABOUT OAK VALUE', 'about.htm', null,
				['FORM ADV PART II', 'pdf/adv.pdf', null],
//			['INVESTMENT COMMITTEE', 'icom.htm', null,
//				['DAVID CARR BIO', 'icom-carr.htm', null],
//				['LARRY COATS BIO', 'icom-coats.htm', null],
//				['CHRISTY PHILLIPS BIO', 'icom-phillips.htm', null]
//			]
	],
	
	['PHILOSOPHY', 'philos.htm', null],
	
	['RESEARCH', 'res.htm', null],

	['PEOPLE', 'people.htm', null,

			['INVESTMENT COMMITTEE', 'icom.htm', null,
				['DAVID CARR BIO', 'icom-carr.htm', null],
				['LARRY COATS BIO', 'icom-coats.htm', null],
				['CHRISTY PHILLIPS BIO', 'icom-phillips.htm', null]
			],
			['RESEARCH', 'analysts.htm', null],
			['ADMINISTRATION & COMPLIANCE', 'emplbio.htm#mcl', null],
			['COMPLETE DIRECTORY', 'people.htm', null]
	],
	
	['COMMUNICATION', 'comm.htm', null,
		['PORTFOLIO COMMENTARY', 'pcom.htm', null]
// 		['CLIENT LETTERS', 'letters.htm', null],
//		['RESEARCH PUBLICATIONS', 'respub.htm', null],
//		['ARCHIVE', 'arch.htm', null]
	],
	
	['PERFORMANCE', 'perf.htm', null,
		['VALUE COMPOSITE SUMMARY', 'perf.htm', null],	
		['VALUE COMPOSITE TABLE', 'perf1.htm', null],
		['VALUE COMPOSITE ANNUAL PERFORMANCE RESULTS', 'perf2.htm', null]
],
	
	['CONTACT US', 'contus.htm', null],

	['MAILING LIST', 'list.htm', null],

	['HOME PAGE', 'index.htm', null,
		['OAK VALUE CAPITAL MGMT', 'index.htm', null],	
		['OAK VALUE FUND HOME', 'redirect-to-ovf.htm', null],	
		['SITE CREDITS', 'credits.htm', null]
	],

	['PRIVACY POLICY', 'privacy.htm', null]
];
