var MENU_ITEMS = [
	['<div class=sidebar1><b>About the YLC</b></div>', null, [null, null, null, 16]],
	['Who Are We?', 'whoarewe.shtml', [9],
		[wrap('YLC Bylaws'), 'bylaws.shtml'],
		[wrap('Long Range Plan'), 'longrange.shtml']
	],
	['Board of Governors', 'board.shtml'],
	['Circuit Representatives', 'circuitreps.shtml'],
	['Home Page', 'index.shtml'],
	['<div class=sidebar1><b>Getting Involved</b></div>', null, [-9, 28, null, 16]],
	['Committees', 'committees.shtml', [9]],
	['Volunteer Opportunities', 'volunteer.shtml', null,
		[wrap('Online Sign-up Form'), 'volunteerform.shtml'],
		[wrap('Mail-In Sign-up Form'), 'pdf/volunteerform.pdf'	]
	],
	['Email the YLC', 'mailto:ylc@vsb.org'],
	['<div class=sidebar1><b>News &amp; Events</b></div>', null, [-9, 28, null, 16]],
	['Docket Call Newsletter', 'dockettcall.shtml', [9],
		[wrap('Current Issue'), 'docketcall/docketcurrent.pdf'],
		[wrap('Archived Issues'), 'docketarchives.shtml']
	],
	['Calendar of Events', 'calendar.shtml'],
	['Submit News/Events', 'submitevent.shtml'],
	['YLC Awards', 'ylcawards.shtml'],
	['<div class=sidebar1><b>Serving the Public<br>and the Profession</b></div>', null, [-9, 24, null, 24]],
	['Publications', 'publications.shtml', [9, 26],
		[wrap('Domestic Violence Safety Project (English)'), 'pdf/dvsp-eng.pdf', [null, null, null, 30]],
		[wrap('Domestic Violence Safety Project (Spanish)'), 'pdf/dvsp-span.pdf', [null, 30, null, 30]],
		[wrap('Know Your Legal Rights'), 'pdf/knowrights.pdf', [null, 30]],
		[wrap('Pathways to Leadership, A Directory of Local and Specialty Bars'), 'pdf/pathways.pdf', [null, null, null, 41]],
		[wrap('Virginia Senior Citizens Handbook (English)'), 'pdf/vsch-eng.pdf', [null, 41, null, 30]],
		[wrap('Virginia Senior Citizens Handbook (Spanish)'), 'pdf/vsch-span.pdf', [null, 30, null, 33]],
		[wrap('Immigration Consequences of Criminal Convictions'), 'pdf/immigration.pdf', [null, 30, null, 33]]
	],
	['Other Links', 'links.shtml']
];

function wrap(s_txt) {
	return [
		'<table bgcolor="#112151" width="100%" cellpadding="4" cellspacing="0" border="0"><tr><td class="m0l1mouti">' + s_txt + '</td></tr></table>',
		'<table bgcolor="#112151" width="100%" cellpadding="4" cellspacing="0" border="0"><tr><td class="m0l1moveri">' + s_txt + '</td></tr></table>',
		'<table bgcolor="#112151" width="100%" cellpadding="4" cellspacing="0" border="0"><tr><td class="m0l1mdowni">' + s_txt + '</td></tr></table>',
	]
}
