function topmenu()
{
	entries = [
		new MenuItem('about-values.php', 'Values &mdash; Principles'),
	];
	new MenuDiv('about', 44, 210, entries);

	entries = [
		new MenuItem('http://jobs-crbard.icims.com/crbard_jobs/jobs/candidate/intro.jsp', 'Careers at BPV'),
		new MenuItem('careers-employees.php', 'Our Employees'),
		new MenuItem('employee-forms.php', 'New Employee Center'),
		new MenuItem(function () { MM_openBrWindow('http://bardpv.com/form-contact-hr.html','hr','scrollbars=yes,resizable=yes,width=550'); }, 'Contact H.R.'),
		new MenuItem('careers-charitable.php', 'Community Involvement')
	];
	new MenuDiv('careers', 44, 268, entries);
}

