/* --- menu items --- */

var MENU_ITEMS0 = [
	['About Us', 'http://www.ilsocpath.org/about.asp', null],
	['<nobr>News</nobr>', 'http://www.ilsocpath.org/pathology.asp', null],
	['Officers/Committees', null, null,
		['Board of Directors', 'http://www.ilsocpath.org/officers.asp', null],
		['Committees', 'http://www.ilsocpath.org/committees.asp', null],
		['CAP Illinois House of Delegates', 'http://www.ilsocpath.org/officers_ILDelegates.asp', null]
	],
	['<nobr>Annual Meeting</nobr>', null, null,
		['Conference News', 'http://www.ilsocpath.org/annualmeetings/default.asp', null],
		['Exhibitors/Sponsors', 'http://www.ilsocpath.org/annualmeetings/register.asp', null],

		['Registration Information', 'http://www.ilsocpath.org/annualmeetings/reginfo.asp', null],
		['Register Online', 'http://www.ilsocpath.org/annualmeetings/register.asp', null]
	],
	['Membership', null, null,
		['Overview', 'http://www.ilsocpath.org/membership/default.asp', null],
		['Qualifications for Membership', 'http://www.ilsocpath.org/membership/qualifications.asp', null],
		['Accomplishments', 'http://www.ilsocpath.org/membership/accomplishments.asp', null],
		['Bylaws', 'http://www.ilsocpath.org/membership/bylaws.asp', null],
		['Application', 'http://www.ilsocpath.org/directory/edit.asp', null]
	],
	['Legislative/Advocacy', 'http://www.ilsocpath.org/legislative/default.asp', null,
		['Professional Component of Clinical Pathology Billing', 'http://www.ilsocpath.org/legislative/critical.asp', null],
		['On Client Billing', 'http://www.ilsocpath.org/legislative/clientbilling.asp', null],
		['Professional Component Fact Sheet', 'http://www.ilsocpath.org/legislative/procomponent.asp', null],
		
		['New Pathology "POD" Labs Raise Concerns', 'http://www.ilsocpath.org/legislative/pathpod.asp', null],
		['Pathologists Call for Full Disclosure of Costs', 'http://www.ilsocpath.org/legislative/disclosure.asp', null]
	],
	['Residents', null, null,
		['Overview', 'http://www.ilsocpath.org/residents/default.asp', null],
		['Join', 'http://www.ilsocpath.org/residents/join.asp', null],
		['A Day in Community Practice', 'http://www.ilsocpath.org/residents/comm_practice.asp', null],
		['American Board of Pathology', 'http://www.ilsocpath.org/residents/abp.asp', null],
		['Resident Delegates and Alternates to CAP Residents Forum 2005', 'http://www.cap.org', null],
		['CAP Residents Forum', 'http://www.cap.org', null],
		['Residents Survey', 'http://www.ilsocpath.org/survey/default.asp?CID=28&ID=2', null],
		['Ask a Pathologist', 'http://www.ilsocpath.org/residents/askpath.asp', null],
		['Links', 'http://www.ilsocpath.org/links/default.asp', null]
	],
	['Members Only', null, null,
		['Member Login', 'http://www.ilsocpath.org/members/default.asp', null],
		['Member Directory', 'http://www.ilsocpath.org/directory/default.asp', null],
		['Update Member Information', 'http://www.ilsocpath.org/directory/edit.asp', null],
		['Forum', 'http://www.ilsocpath.org/forum', null],
		['Resources', 'http://www.ilsocpath.org/fileexchange', null],
		['Newsletters', 'http://www.ilsocpath.org/fileexchange', null],
		['Renew Dues', 'http://www.ilsocpath.org/members/dues.asp', null]
	],
	['Contact Us', 'http://www.ilsocpath.org/contact.asp', null]
	
];

