
var MENU_ITEMS = [
	['Home', 'index.html', null,
	],
	['Profile', 'bdm_profile.html', null,
			['Founder', 'bdm_founder.html', null],
			['History', 'bdm_history.html', null],
			['Partners', 'bdm_partners.html', null],
			['Careers', 'bdm_careers.html', null], 
			['About Us', 'bdm_aboutus.html', null], 
	],
	['Products', 'bdm_products.html', null,
			['Centricity Pharmacy', 'product_rxtfc.html', null],
			['Centricity for Small Hospitals', 'product_rxtfcinabox.html', null],
			['MedAdmin in Motion', 'product_medadmin.html', null],
			['RecordsTFC', 'product_recordstfc.html', null],
			['Centricity in Motion', 'product_inmotion.html', null,
				['Inventory In Motion', 'product_invinmotion.html', null],
				['Pharmacist In Motion', 'product_rxistinmotion.html', null],
			],
			['Fax Connect', 'product_connect.html', null],
			['Biometrics', 'product_biometrics.html', null],
			['RIM', 'product_rim.html', null],
	],
	['Services', null, null,
		['Consulting', 'bdm_consulting.html', null],
		['Support', 'bdm_support.html', null],
	],
	['News', 'bdm_news.html', null,
		['News Releases', 'bdm_news.html', null,],
		['Newsletter', 'bdm_newsletter.html', null],
		['Archives', 'news_archive.html', null],
		['Upcoming Events', 'bdm_onexhibit.html', null],
	],
	['Contact Us', 'bdm_contactus.html', null,
	],
	['User Group', 'bdm_usergroup.html', null,
	],
];

 
