/* --- menu items --- */
var MENU_ITEMS = [
	['Home', 'http://www.miqs.com/index.htm', [null, null, 60, null]
	],/*
	['Services', 'http://www.miqs.com/services/index.htm', [70, null, 75, null],
		['Renal', 'http://www.miqs.com/services/renal.htm', null],
		['Physician Practice', 'http://www.miqs.com/services/physician.htm', null],
		['Transplant Management','http://www.miqs.com/services/transplant.htm',null],
		['Implementation Services', 'http://www.miqs.com/services/implement.htm', null],
		['HIPAA', 'http://www.miqs.com/services/hipaa.htm', null],
		['Product Video', 'http://www.miqs.com/services/productvideo.htm', null],
	],*/
	['Solutions', 'http://www.miqs.com/solutions/diseasemp.htm', [80, null, 75, null],
		['Disease Manager Plus', 'http://www.miqs.com/solutions/diseasemp.htm', null],
		['Reports', 'http://www.miqs.com/solutions/reports.htm', null],
		['HIPAA', 'http://www.miqs.com/solutions/hipaa.htm', null]
	],
	['About MIQS', 'http://www.miqs.com/corporate/index.htm', [85, null, 90, null],
		['Statistics', 'http://www.miqs.com/corporate/stats.htm', null],
		['History', 'http://www.miqs.com/corporate/history.htm', null],
		['Board of Directors', 'http://www.miqs.com/corporate/board.htm', null],
		['Executives', 'http://www.miqs.com/corporate/executives.htm', null]
	],
	['Support', 'http://www.miqs.com/support/customersupport.htm', [89, null, 90, null],
		['Customer Support','http://www.miqs.com/support/customersupport.htm',null],
		['Web Links','http://www.miqs.com/support/weblinks.htm',null],
		/*['Users Group', 'http://www.miqs.com/support/usergroup.htm', null],*/
	],
	['Publications', 'http://www.miqs.com/pubs/index.htm', [80, null, 80, null],
			['Selected Publications', 'http://www.miqs.com/pubs/bio.htm', null],
			['Events', 'http://www.miqs.com/pubs/events.htm', null],
			['News', 'http://www.miqs.com/pubs/news.htm', null],
			['Awards', 'http://www.miqs.com/pubs/awards.htm', null],
	],
	['Contact', 'http://www.miqs.com/contact/index.htm', [100, null, 80, null],
			['Visit MIQS', 'http://www.miqs.com/contact/visiting.htm', null],
			['Careers', 'http://www.miqs.com/contact/careers.htm', null],
	],
];

