
var MENU_ITEMS = [
	['Home', '../index.html', null,
	],
	['Profile', '../bdm_profile.html', null,
			['Founder', '../bdm_founder.html', null],
			['History', '../bdm_history.html', null],
			['Management', '../bdm_management.html', null],
			['Partners', '../bdm_partners.html', null],
			['Careers', '../bdm_careers.html', null], 
			['About Us', '../bdm_aboutus.html', null], 
	],
	['Products', '../bdm_products.html', null,
			['RxTFC&reg;', '../product_rxtfc.html', null],
			['RxTFC&reg; in a Box', '../product_rxtfcinabox.html', null],
			['RecordsTFC', '../product_recordstfc.html', null],
			['BDM in Motion', '../product_inmotion.html', null,
				['Inventory In Motion', '../product_invinmotion.html', null],
				['Pharmacist In Motion', '../product_rxistinmotion.html', null],
			],
			['BDM 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,
		['Newsletter', '../bdm_newsletter.html', null],
		['Archives', '../news_archive.html', null],
		['BDM on Exhibit', '../bdm_onexhibit.html', null],
	],
	['Contact Us', '../bdm_contactus.html', null,
	],
	['User Group', '../bdm_usergroup.html', null,
	],
];

