var myMenu =
[
    [null, 'Home', 'http://www.healthpositive.com', null, null],  // a menu 
//CE Courses
	[null, 'CE Courses', 'http://www.healthpositive.com/products', null, null,
		[null, 'Course Catalog', 'http://www.healthpositive.com/products', null, 'Course Catalog'],
		[null, 'Course Approval and Acceptance', 'http://www.healthpositive.com/ce-courses/course-approval-and-acceptance.html', null, 'Course Approval and Acceptance'],
		[null, 'Essential Information', 'http://www.healthpositive.com/ce-courses/essential-information.html', null, 'Essential Information'],
		[null, 'FAQ', 'http://www.healthpositive.com/ce-courses/faq.html', null, 'FAQ'],
	 ],
	[null, 'CE Specials', 'http://www.healthpositive.com/ceu-courses/massage-ce-specials.html', null, null], 
// Customer Area
	//[null, 'Customer Area', 'http://www.healthpositive.com/customer-area/benefits-to-you.html', null, 'Customer Area',
		//[null, 'Feedback Form', 'http://www.healthpositive.com/customer-area/feedback-form2.html', null, 'Feedback Form'],
		//[null, 'Benefits to You', 'http://www.healthpositive.com/customer-area/benefits-to-you.html', null, 'Benefits to You'],
		//[null, 'Frequently Asked Questions', 'http://www.healthpositive.com/ce-courses/faq.html', null, 'FAQ'],
		//[null, 'Newsletter Subscription', 'http://www.healthpositive.com/customer-area/newsletter-subscription.html', null, 'Newsletter Subscription'],
		//[null, 'Newsletter Archive', 'http://www.healthpositive.com/customer-area/newsletter-archive.html', null, 'Newsletter Archive'],
    //],
// About Us
	[null, 'About Us', 'http://www.healthpositive.com/about-us/history-mission.html', null, 'About Us',  // a menu 
		[null, 'History and Mission', 'http://www.healthpositive.com/about-us/history-and-mission.html', null, 'History and Mission'],
		[null, 'FAQ', 'http://www.healthpositive.com/ce-courses/faq.html', null, 'FAQ'],
		[null, 'Green Information', 'http://www.healthpositive.com/about-us/green-information.html', null, 'Green Information'],
	],
	[null, 'Blog', 'http://www.healthpositive.com/blog', null, 'Blog'],
	[null, 'Affiliate Login', 'https://www.healthpositive.com/products/affiliate_affiliate.php', null, 'Affiliate Login']
];

if (typeof cmDraw == "function") {
	cmDraw ('myMenuID', myMenu, 'hbr', cmThemeGray, 'ThemeGray');
}
