var myMenu =
[
    [null, 'About', '/about-wabash-county.php', null, null,  // About EDG
		[null, 'Workforce', '/about-wabash-county/workforce.php', null, 'Workforce', //Workforce Menu
			[null, 'Major Employers', '/about-wabash-county/workforce/major-employers.php', null, 'Major Employers'],
			//[null, 'Various Occupational Documents', '/about-wabash-county/workforce/various-occupational-documents.php', null, 'Various Occupational Documents'],
		],
		[null, 'Demographics & Economic Indicators', '/about-wabash-county/demographics.php', null, 'Demographics & Economic Indicators'],
		[null, 'Financial Institutions', '/about-wabash-county/financial-institutions.php', null, 'Financial Institutions'],
		[null, 'Health Care Facilities', '/about-wabash-county/health-care-facilities.php', null, 'Healthcare Facilities'],
		[null, 'Transportation', '/about-wabash-county/transportation.php', null, 'Healthcare Facilities'],
		[null, 'Tax Structure', '/about-wabash-county/tax-structure.php', null, 'Tax Structure'],
		[null, 'Government', '/about-wabash-county/government.php', null, 'Government'],
		[null, 'Education', '/about-wabash-county/education.php', null, 'Education'],
		[null, 'Utilities', '/about-wabash-county/utilities.php', null, 'Utilities'],
		[null, 'Communications', '/about-wabash-county/communications.php', null, 'Communications'],
		[null, 'Quality of Life', '/about-wabash-county/quality-of-life.php', null, 'Quality of Life'],
    ]
];

cmDraw ('myMenuID', myMenu, 'hbr', cmThemeMiniBlack, 'ThemeMiniBlack');