
var MENU_ITEMS = [
	['Home', 'mybdm.html', null,
	],
	['User Group', 'usergroup.html', null,
			['Executive', 'ugexecutive.html', null],
			['Events', 'ugevents.html', null],
			['Photos', 'photos/photogal.html', null],
			['Profiles', 'profiles.html', null],
			['Discussion Board', 'discussionboard.html', null],
	],
	['Documentation', 'documentation.html', null,
			['Unix Support', 'unix.html', null],
			['Configurations', 'Configuration_Guidelines.pdf', null],
			['Product Life Cycle', 'ProductLifeCycle.pdf', null],
			['Policies and Procedures', 'policies.html', null],
	],	
	['Products', 'products.html', null,
			['RxTFC Reports', 'rxtfcreports.html', null],
			['RxTFC Connect', 'rxtfcconnect.html', null],
			['Promonitor', 'promonitor.html', null],
			['Actuate', 'actuatereports.html', null],
			['Biometrics', 'biometrics.html', null],
			['RxTFC.com', 'RxTFCdotcom.html', null],
			['Actuate Report Designer', 'actuatereportdesigner.html', null],
			
	],
	['Support', 'support.html', null,
		['ClientNet', 'clientnet.html', null],
		['Registation', 'registration.html', null],
		['Hints and Tips', 'hintsandtips.html', null],
		['FAQs', 'faqs.html', null],
	],
	['Training', 'training.html', null,
	],
	['News', 'news.html', null,
		['News Releases', 'http://www.bdm.ca/bdm_news.html', null],
		['Newsletters', 'newsletters.html', null],
		['HIPAA', 'hipaa.html', null],
		['Windows', 'windows.html', null],
		['On Exhibit', 'exhibits.html', null],
	],
	['Contact Us', 'contactus.html', null,
		['Suggestion Box', 'mailto:rxtfc.products@med.ge.com', null],
		['Office Hours', 'holidays.html', null], 
	],
];

 
