// main menu item is the one with 3 elements - folder of submenu (if none, use a space), menu text, menu path
// sub menu item is the one with 2 elements - sub menu text, sub menu path
// If you are using quotations (") or an ampersand (&) you will need to put a backslash (\) in front of it.

arrMenu = new Array (

	new Array(
		new Array("about"), //About ACLA section (folder)
		new Array("Overview", "http://www.clinical-labs.org/about/index.shtml", "index"),  //menu text, path, folder
		new Array("President's Message", "http://www.clinical-labs.org/about/president/index.shtml", "president"),
		new Array("ACLA Delivers Results", "http://www.clinical-labs.org/about/results/index.shtml", "results"),
		new Array("Board of Directors", "http://www.clinical-labs.org/about/board/index.shtml", "new"),
		new Array("ACLA Staff", "http://www.clinical-labs.org/about/staff/index.shtml", "staff") //no comma after last item
	),
	
	new Array(
		new Array("issues"), //Need for Innovation section (folder)
		new Array("Coding", "http://www.clinical-labs.org/issues/coding/index.shtml", "coding"),	
		new Array("Competitive Bidding", "http://www.clinical-labs.org/issues/bidding/index.shtml", "bidding"),
		new Array("\"Condo\" Labs", "http://www.clinical-labs.org/issues/condo/index.shtml", "condo"),
		new Array("Co-Payments", "http://www.clinical-labs.org/issues/co-payment/index.shtml", "co-payment"),
		new Array("Flow Cytometry", "http://www.clinical-labs.org/issues/flow/index.shtml", "flow"),	
		new Array("Fraud and Abuse", "http://www.clinical-labs.org/issues/fraud/index.shtml", "fraud"),
		new Array("Genetic-Molecular Testing", "http://www.clinical-labs.org/issues/genetic/index.shtml", "genetic"),
		new Array("Health Care IT", "http://www.clinical-labs.org/issues/technology/index.shtml", "technology"),
		new Array("Health Reform", "http://www.clinical-labs.org/issues/reform/index.shtml", "reform"),
		new Array("ICD-10", "http://www.clinical-labs.org/issues/icd10/index.shtml", "icd10"),
		new Array("Medically Unlikely Edits", "http://www.clinical-labs.org/issues/mues/index.shtml", "mues"),
		new Array("OIG Rule", "http://www.clinical-labs.org/issues/oig/index.shtml", "oig"),
		new Array("Oversight of Laboratory Developed Tests", "http://www.clinical-labs.org/issues/fda/index.shtml", "fda"),
		new Array("Overview", "http://www.clinical-labs.org/issues/index.shtml", "index"),
		new Array("Public Health", "http://www.clinical-labs.org/issues/public/index.shtml", "public"),
		new Array("Regulatory Comments", "http://www.clinical-labs.org/issues/regulatory/index.shtml", "regulatory"),
		new Array("Reimbursement", "http://www.clinical-labs.org/issues/reimbursement/index.shtml", "reimbursement"),
		new Array("State Issues", "http://www.clinical-labs.org/issues/state/index.shtml", "state"),
		new Array("TC \"Grandfather\" Provision", "http://www.clinical-labs.org/issues/grandfather/index.shtml", "grandfather"),
		new Array("Value of Lab Services", "http://www.clinical-labs.org/issues/value/index.shtml", "value") //no comma after last item
	),
		
	new Array(
		new Array("news"), //News section (folder)
		new Array("Overview", "http://www.clinical-labs.org/news/index.shtml", "index"),
		new Array("<i>Results</i> Newsletter", "http://www.clinical-labs.org/news/results/2007.shtml", "results"),
		new Array("Press Releases", "http://www.clinical-labs.org/news/pr/index.shtml", "pr") //no comma after last item
	),
	
	new Array(
		new Array("members"), //Members section (folder)
		new Array("Overview", "http://www.clinical-labs.org/members/index.shtml", "default"),
		new Array("ACLA Membership", "http://www.clinical-labs.org/members/membership/index.shtml", "membership"),
		new Array("Member Companies", "http://www.clinical-labs.org/members/companies/index.shtml", "companies"),
		new Array("HIPAA State Study<br>(Members Only)", "http://www.themactech.com/members/index.html", "restricted"),
		new Array("CPT Committee<br>(Members Only)", "http://www.clinical-labs.org/members/cpt_committee/index.shtml", "cpt_committee")//no comma after last item
	),


	new Array(
		new Array("associate"), //Associate Members section (folder)
		new Array("About Associate Membership", "http://www.clinical-labs.org/associate/about/index.shtml", "about"),
		new Array("Associate Member Companies", "http://www.clinical-labs.org/associate/associate_companies/index.shtml", "associate_companies")//no comma after last item
	)
);

//these are the links that appear in the action box for each issue
arrActionMenu = new Array (
						   
	new Array(
		new Array("regulatory"), //Regulatory Comments section (folder)
		new Array("First Item", "#", ""),
		new Array("Second Item", "#", ""),
		new Array("Third Item", "#", "") //no comma after last item
	),
	
	new Array(
		new Array("icd10"), //ICD-10 section (folder)
		new Array("ACLA Comments re: ICD-10 proposed rule", "http://clinical-labs.org/documents/ACLACommentsonICD-10ProposedRule102108.pdf", ""),
		new Array("ACLA introduces ICD-10 Fact Sheet", "http://www.clinical-labs.org/documents/ACLA_Introductory_ICD-10_Fact_Sheet.pdf", ""),
		new Array("Statement of the American Clinical Laboratory Association Before the National Committee on Vital and Health Statistics Standards Subcommittee (December 10, 2009)", "http://www.clinical-labs.org/documents/ACLA_Statement_to_NCVHS_Standards_Subcommittee_120709.doc", "") //no comma after last item
	),

	new Array(
		new Array("genetic"), //Genetic-Molecular Testing section (folder)
		new Array("ACLA Comments to MEDCAC on Genomic Testing (January 29, 2009)", "http://clinical-labs.org/documents/MEDCAC.pdf", ""),
		new Array("ACLA submits letter to the Editor of New York Times in response to front page article - Patients DNA May be Signal to Tailor Medication (December 30, 2008)", "http://www.clinical-labs.org/news/pr/documents/NYT1.pdf", "") //no comma after last item
	),
	
	
	new Array(
		new Array("about"), //Associate Membership section (folder)
		new Array("Welcome Letter", "http://www.clinical-labs.org/documents/WelcomeLetter.pdf", "WelcomeLetter"), //menu text, path, file name
		new Array("Benefits", "http://www.clinical-labs.org/documents/Benefits.pdf", "Benefits"),
		new Array("Eligibility and Dues", "http://www.clinical-labs.org/documents/EligiblityandDues.pdf", "Benefits"),
		new Array("Application", "http://www.clinical-labs.org/documents/Application.pdf", "Application") //no comma after last item
	),
	
	
	new Array(
		new Array("reform"), //Public Health section (folder)
		new Array("Talking Points on Lab Reimbursement Cuts(December 3, 2009)", "http://clinical-labs.org/documents/ACLALabReformProvisions-Housemtgs.pdf", ""),
		new Array("ACLA Comments on House Tri-Committee Health Reform Discussion Draft (June 29, 2009)", "http://www.clinical-labs.org/documents/ACLATri-CmteCommentltr6-29-09.pdf", ""),
		new Array("Press Release - Senate HELP Committee Accepts Amendment to Enhance Prevention and Wellness (June 30, 2009)", "http://www.clinical-labs.org/documents/PressreleaseHELPAmmendmentl.pdf", ""),
		new Array("ACLA Comments on Financing Health Reform (May 27, 2009)", "http://www.clinical-labs.org/documents/ACLACommentsFinancingHealthReform.pdf", ""),
		new Array("ACLA Comments to Senate Finance Committee on Health Care Coverage Proposal (May 20, 2009)", "http://www.clinical-labs.org/documents/ACLACommentonSenateFinanceProposal.pdf", ""),
		new Array("ACLA's Principles for Health Reform)", "http://www.clinical-labs.org/documents/ACLAhealthreformprinciples.pdf", "") //no comma after last item
	),


	new Array(
		new Array("co-payment"), //Co-payments section (folder)
		new Array("CLC Letter to Senate Finance Committee in Opposition of Medicare Laboratory Co-Pay  (July 31, 2009)", "http://clinical-labs.org/documents/CLClettertoSenateFinancerecopayments.pdf", ""),
		new Array("ACLA Comments to Senate Finance Committee on Financing Health Care Reform (May 27, 2009)", "http://clinical-labs.org/documents/ACLACommentsFinancingHealthReform.pdf", "")//no comma after last item			
	),

	new Array(
		new Array("bidding"), //Competitive Bidding section (folder)
		new Array("Press Release: Congress Overrides President's Veto of Medicare Package - Repeal of Competitive Bidding, Extension of TC Grandfather Clause Become Law (July 15, 2008)", "http://www.clinical-labs.org/news/pr/documents/CbPRessRElease.pdf", ""),		
		new Array("Press Release: Senate Passes Medicare Package, Lab Competitive Bidding Repeal (July 9, 2008)", "http://www.clinical-labs.org/documents/FORIMMEDIATERELEASE.pdf", ""),				
		new Array("Press Release: Senate Puts off Vote on Medicare Package -- Vows to Address Issue in July (June 27, 2008)", "http://www.clinical-labs.org/documents/SenateCloture6-26-08.pdf", ""),				
		new Array("Press Release: ACLA Lauds House Passage of 'Medicare Improvements for Patients and Providers Act' Repeal of Lab Competitive Bidding Demo Included in Act (June 24, 2008)", "http://www.clinical-labs.org/documents/PressReleaseHR6331.pdf", ""),		
		new Array("ACLA Letter of Support to Chairman Rangel for House Medicare Package HR 6331 (June 23, 2008)", "http://www.clinical-labs.org/documents/ACLALtrRangel_000.pdf", ""),		
		new Array("ACLA Letter of Support to Chairman Dingell for House Medicare Package HR 6331 (June 23, 2008)", "http://www.clinical-labs.org/documents/ACLALtrDingell_000.pdf", ""),		
		new Array("CLC Letter Supporting Grassley's 'Preserving Access to Medicare Act' (June 12, 2008)", "http://www.clinical-labs.org/documents/CLCGrassleyLetter.pdf", ""),
		new Array("Press Release: ACLA Calls Baucus 'Medicare Improvement Act' A Triple Play for Lab Services, Grand Slam for Beneficiaries (June 9, 2008)", "http://www.clinical-labs.org/documents/Baucusintropressrelease.pdf", ""),
		new Array("Sen. Baucus Includes Repeal of Lab Competitive Bidding Demo in 'Medicare Improvement for Patients and Providers Act of 2008' (June 9, 2008)", "http://www.clinical-labs.org/documents/BaucusBill.pdf", ""),
		new Array("CLC Letter Supporting Chairman Baucus' Medicare Improvements for Patients and Providers Act of 2008 (June 9, 2008)", "http://www.clinical-labs.org/documents/CLCBaucusLetter.pdf", ""),
		new Array("Press Release: ACLA Applauds Court for Preliminary Injunction in Lab Competitive Bidding Case (April 9, 2008)", "http://www.clinical-labs.org/documents/courtrulingapril08.pdf", ""),
		new Array("Court Grants Preliminary Injunction Stopping Lab Competitive Bidding Demo (April 8, 2008)", "http://www.clinical-labs.org/documents/Scan080408153528_000.pdf", ""),
		new Array("Press Release: Court Denies Temporary Restraining Order in San Diego Clinical Laboratory Bidding Case (February 15, 2008)", "http://clinical-labs.org/documents/CourtDecision-HooperRelease.pdf", ""),
		new Array("ACLA writes letter to HHS Secretary Michael Leavitt urging 180 day suspension of all activity implementing competitive bidding (February 14, 2008)", "http://clinical-labs.org/documents/LeavittCompetitiveBiddingLetter4.pdf", ""),
		new Array("House Small Business Committee Asks HHS to Postpone Lab Demo Project (February 14, 2008)", "http://clinical-labs.org/documents/LettertoHHS.pdf", ""),
		new Array("Press Release: San Diego Lawsuit Filed to Challenge Lab Competitive Bidding (January 28, 2008)", "http://clinical-labs.org/documents/SanDiegoLawsuitFiledtoChallengeLabCompetiveBidding.pdf", ""),
		new Array("Final Complaint Filed For Injunction Relief against HHS (January 28, 2008)", "http://clinical-labs.org/documents/Complaint.pdf", ""),
		new Array("Press Release: ACLA Applauds San Diego Delegation for Letters Urging Repeal of Competitive Bidding Demo(December 12, 2007)", "http://www.clinical-labs.org/documents/PressReleaseDec12.pdf", ""),
		new Array("ACLA's Questions to CMS on Competitive Bidding at Bidders Conference(November 2007)", "http://www.clinical-labs.org/CompetitiveBiddingQuestions.mht", ""),
		new Array("Press Release: ACLA Applauds Introduction of Bipartisan Legislation to Repeal Competitive Bidding Demonstration (September 27, 2007)", "http://www.clinical-labs.org/documents/PressreleaseSeptember272007Senatecompbiddingrepeallegislation.pdf", ""),
		new Array("Sample letter to Your Senator to Co-sponsor S.2099 (September 2007)", "http://www.clinical-labs.org/documents/samplelettertoSenator.pdf", ""),
		new Array("ACLA Statement to CMS on Competitive Bidding Demonstration (August 2007)", "http://www.clinical-labs.org/documents/CompetitiveBiddingFinalCommentsCBDemo8-7-07_000.pdf", ""),
		new Array("Sample Letter to Your Member of Congress to Co-sponsor HR 3453 (August 2007)", "http://www.clinical-labs.org/documents/CompetitiveBiddingAugust2007GrassrootsLetter.pdf", ""),
		new Array("Chairman Dingell asks HHS Secretary Leavitt Tough Questions on Competitive Bidding (August 7, 2007)", "http://www.clinical-labs.org/documents/CompbiddingDingellltrtoLeavittAugust2007.pdf", ""),
		new Array("Press Release - ACLA Applauds Rep. Velazquez on Introduction of Legislation to Repeal Comp Bidding Demo (August 5, 2007)", "http://www.clinical-labs.org/documents/PressRleaseAugust52007VelazquezCompBiddingLegislation_000.pdf", ""),
		new Array("ACLA Statement on the Medicare Clinical Lab Competitive Bidding Demonstration Project (August 2007)", "http://www.clinical-labs.org/documents/CompbiddingdemoprojectcommentsAugust2007.pdf", ""),
		new Array("Potential Demo Sites Based on 2006 CMS Criteria", "http://www.clinical-labs.org/documents/PotentialDemoSitesBasedon2006CMSCriteria.pdf", ""),
		new Array("ACLA Signs Group Letter to Rep. Velazquez Supporting Legislation to Repeal Comp Bidding Demo (August 2, 2007)", "http://www.clinical-labs.org/documents/8-2CLCsign-onlettersupportrepealbill_000.pdf", ""),
		new Array("Testimony of ARUP on Behalf of ACLA at July 25 House Small Business Committee Hearing (July 25, 2007)", "http://www.clinical-labs.org/documents/ARUPACLAstatementforSmallBusinessCommitteeJuly2007hearing.pdf", ""),
		new Array("Press Release on July 25 House Small Business Committee Hearing (July 23, 2007)", "http://www.clinical-labs.org/documents/PressReleaseJuly2007Hearing.pdf", ""),
		new Array("ACLA Statement to July 16 CMS Open Door Forum (July 16, 2007)", "http://www.clinical-labs.org/documents/openddoorforum_july2007.pdf", ""),
		new Array("Press Release on July 16 CMS Open Door Forum (July 16, 2007)", "http://www.clinical-labs.org/documents/pressrelease_july2007.pdf", ""),
		new Array("White Paper on Repeal of Competitive Bidding Demo (July 2007)", "http://www.clinical-labs.org/documents/CompBiddingDemoAuthorityShouldBeRepealedJuly2007.pdf", ""),
		new Array("Talking Points - Medicare Competitive Bidding Demo Project (February 2007)", "http://www.clinical-labs.org/documents/TalkingPointsCompetitiveBiddingFeb07.pdf", ""),
		new Array("Press Release - Presidents 2008 Budget - Competitive Bidding Proposal(February 5, 2007)", "http://www.clinical-labs.org/documents/PressReleaseFebruary52007CompetitiveBiddingProposalinPresidental2008budget.pdf", "")  //no comma after last item
	),

	
	new Array(
		new Array("flow"), //Flow cytometry section (folder)
		new Array("CMS Accepts ACLA Recommendations on Flow Cytometry (November 2, 2006)", "http://www.clinical-labs.org/documents/CMSAcceptsACLARecommendationsforFlorCytometry11206.pdf", ""), 
		new Array("ACLA Requests Meeting with CMS Administrator", "http://www.clinical-labs.org/documents/LtrtoMcClleanan.pdf", "Flow meeting"), 
		new Array("ACLA Comments on 2006 Physician Fee Schedule", "http://www.clinical-labs.org/documents/2006PhysicianFeeScheduleComments-v4.pdf", "2006 PFS"), 
		new Array("CMS Accepts ACLA Recommendations for Flow Cytometry", "http://www.clinical-labs.org/documents/8-2FlowPressrelease.pdf", "Flow release"), //no comma after last item
		new Array("April 15, 2005 Comments on Flow Cytometry Reimbursement", "http://www.clinical-labs.org/documents/FinalFlowComments.pdf", "April 2005"), //no comma after last item
		new Array("ACLA Commments on 2005 Physician Fee Schedule Final Rule", "http://www.clinical-labs.org/issues/flow/2005_Rule.shtml", "2005_Rule") //no comma after last item
	),

	new Array(
		new Array("reimbursement"), //Reimbursement section (folder)
		new Array("ACLA Joins other Heath Care Groups in Urging House - Senate Leadership for Immediate Action to Extend 2009 Medicare Policies that Expired on January 1, 2010 (February 12, 2010)", "http://www.clinical-labs.org/documents/ImmediateActiononMedicareExtenders-CoalitionLetter.pdf", ""),	
		new Array("ACLA Comments on Lab Provisions of the Proposed Rule on ESRD Prospective Payment (December 17, 2009)", "http://clinical-labs.org/documents/ESRDPPScommentsonproposedrule_1.pdf", ""),
		new Array("Talking Points on Lab Reimbursement Cuts(December 3, 2009)", "http://clinical-labs.org/documents/ACLALabReformProvisions-Housemtgs.pdf", ""),
		new Array("ACLA Comments Regarding HIV Screening (October 9, 2009)", "http://clinical-labs.org/documents/ACLAcommentsreHIVscreening_1.pdf", ""), 
		new Array("ACLA Supports Patient Access to Critical Lab Tests Act (March 25, 2009)", "http://www.clinical-labs.org/documents/DOSBill.pdf", ""), 
		new Array("Sample Letter to Your Member of Congress Asking to Cosponsor the Date of Service Bill)", "http://www.clinical-labs.org/documents/LaboratoryDoSSampleLetter.pdf", ""),
		new Array("ACLA Submission to National Government Services on Their Draft LCD for Vitamin D(February 23, 2009)", "http://www.clinical-labs.org/documents/VitaminD.pdf", ""), 
		new Array("ACLA Submission of Indications and Limitations of Coverage to National Government Services on Their Draft LCD for Vitamin D (February 23, 2009)", "http://www.clinical-labs.org/documents/Indications.pdf", ""), 	
		new Array("ACLA Submission of ICD's and Supporting References to National Government Services on Their Draft LCD for Vitamin D (February 23, 2009)", "http://www.clinical-labs.org/documents/VitaminDadditionstoLCDproposalFINAL02232009.pdf", ""), 
		new Array("ACLA Responds to Washington Post Article by Patrick Swayze - I'm Battling Cancer, How About Some Help Congress?(February 10, 2009)", "http://www.clinical-labs.org/documents/PatrickSwayzePost.pdf", ""), 
		new Array("ACLA Letter to CMS on Peripheral Blood Smear Reimbursement Policy (September 4, 2008)", "http://www.clinical-labs.org/documents/LettertoCMSonPeripheralBloodSmearReimbursement.pdf", ""), 
		new Array("ACLA Member RedPath Testifies Before House Small Business Committee on CMS' Date of Service Regulation (May 14, 2008)", "http://www.clinical-labs.org/documents/RedPathTestimony_000.pdf", ""), 
		new Array("ACLA Letter to CMS Requesting Another Meeting to Discuss Concerns with Revised ABN Form (April 8, 2008)", "http://clinical-labs.org/documents/ACLA_ABNLettertoCMS4-8.pdf", ""), 
		new Array("ACLA Requests meeting with CMS on Ionized Calcium Reimbursement (March,14 2008)", "http://www.clinical-labs.org/documents/IonizedCalciumMeetingRequest.pdf", ""), 
		new Array("ACLA asks CMS to rescind new Carriers Manual language prohibiting standing orders (November 15, 2007)", "http://clinical-labs.org/documents/CMSStandingOrderLetter-Final.pdf", ""), 
		new Array("ACLA Letter Opposing Amendments to Massachusetts Medicare Rate (September 10, 2007)", "http://www.clinical-labs.org/documents/ACLACommentstoMAMedicaid011007.pdf", ""), 
		new Array("ACLA Comments on the 2008 Physician Fee Schedule Proposed Rule (CMS-1385-p) (August 2007)", "http://www.clinical-labs.org/documents/Physicianfeeschedulecomments2007.pdf", ""), 
		new Array("ACLA Comments to OMB on New Advance Beneficiary Notice of Noncoverage (June 25, 2007)", "http://www.clinical-labs.org/documents/ABNcommentsJune252007.pdf", ""), 
		new Array("ACLA Comments to CMS on Advance Beneficiary Notice of Noncoverage (CMS R 131) (April 24, 2007)", "http://www.clinical-labs.org/documents/ACLAABNcommentsApril2007.pdf", ""), 
		new Array("ACLA Lauds House for Passing Tax Relief and Health Care Legislation (December 8, 2006)", "http://www.clinical-labs.org/documents/PressReleaseDecember82006PassageofTaxReliefandHealthCareLegislation.pdf", ""), 
		new Array("ACLA Reminds Congress of the Value of Lab Services (September 13, 2006)", "http://www.clinical-labs.org/documents/LablettertoCongressonMedicarepaymentpolicy9-13-06.pdf", ""), 
		new Array("ACLA Comments on Medicare Contractor Consolidation (June 16, 2006)", "http://www.clinical-labs.org/documents/MedicareRFI.pdf", ""), 
		new Array("ACLA Seeks Change to Date of Service Clinical Laboratory Specimens Rule (May 9, 2006)", "http://www.clinical-labs.org/documents/506ArchivedSpecimensLetter.pdf", "506 Archived Speciments letter"), 
		new Array("MedPAC Briefing on Lab Services Spending Trends March 22, 2006", "http://www.clinical-labs.org/documents/MedPACPowerpoint_000.pdf", ""), 
		new Array("ACLA/CLC Statement to MedPAC March 9, 2006", "http://www.clinical-labs.org/documents/CLCMedPAC.pdf", "MedPAC Letter"), 
		new Array("ACLA Meets With Herb Kuhn, Director of the Center for Medicare Management on MUE Initiative", "http://www.clinical-labs.org/documents/HerbKuhnty.pdf", "Kuhn Letter"),
		new Array("ACLA Statement to MedPAC - December 8, 2005", "http://www.clinical-labs.org/documents/MedPAC.pdf", "MedPAC Letter"), 
		new Array("ACLA Responds to MedPAC on Improving Payment for Clinical Lab Services", "http://www.clinical-labs.org/documents/MedPACLetter.pdf", "MedPAC Letter"), 
		new Array("ACLA Comments on 2006 Physician Fee Schedule", "http://www.clinical-labs.org/documents/2006PhysicianFeeScheduleComments-v4.pdf", "2006 PFS"), //no comma after last item
		new Array("ACLA Comments on 2006 Clinical Laboratory Fee Schedule", "http://www.clinical-labs.org/documents/2006CLFSComments.pdf", "2006 CLFS"), //no comma after last item
		new Array("ACLA Urges CMS to Clarify HIPAA Compliant Claims Issue", "http://www.clinical-labs.org/documents/HIPAALetter.pdf", "807 form"), //no comma after last item
		new Array("ACLA Leads Effort on Cytogenetics Coverage Policy", "http://www.clinical-labs.org/documents/Trailblazer.pdf", "Cytogenetics"), //no comma after last item
		new Array("ACLA Comments on CR 3622", "http://www.clinical-labs.org/documents/FinalChangeRequest3622Letter.pdf", "CR3622 Comments"), //no comma after last item
		new Array("ACLA Comments on the Interim Final Rule on the Medicare Appeals Process", "http://www.clinical-labs.org/documents/MicrosoftWord-ACLA_CommentsonMedicareAppealsProcess.pdf", "Appeals Comments"), //no comma after last item
		new Array("ACLA Comments to SACGHS on Coverage and Reimbursement of Genetic Testing [PDF]", "http://www.clinical-labs.org/issues/reimbursement/documents/SACGHS Comments.pdf", "SACGHS Comments") //no comma after last item
	),

	new Array(
		new Array("condo"), //OIG Rule section (folder)
		new Array("Implications of Certain Arrangements for Fluorescent In Situ Hybridization FISH Testing(March 26, 2009)", "http://www.clinical-labs.org/documents/TCFISHFinal.pdf", ""),
		new Array("ACLA Submits Comments on 2009 Physician Fee Schedule (August 28, 2008)", "http://www.clinical-labs.org/documents/ACLACommentson2009PFS.pdf", ""),
		new Array("ACLA Asks OIG for Fraud Alert on PODs (February 9, 2007)", "http://www.clinical-labs.org/documents/ACLAPODsFraudAlertRequestFebruary2007.pdf", ""),
		new Array("ACLA Urges CMS to Enact Final Regs on POD Laboratory Arrangements (November 20, 2006)", "http://www.clinical-labs.org/documents/CMSNorwalkPODSNovember2006.pdf", ""),
		new Array("ACLA Responds to Wall Street Journal on Pods Article", "http://www.clinical-labs.org/documents/WSJ.pdf", "WSJPodResponse"),
		new Array("ACLA Comments on New Safe Harbors and Special Fraud Alerts", "http://www.clinical-labs.org/issues/condo/PodFraudAlert.shtml", "PodFraudAlert"),//no comma after last item
		new Array("ACLA Comments on 2005 Physician Fee Schedule Final Rule", "http://www.clinical-labs.org/issues/flow/2005_Rule.shtml", "2005_Rule"),
		new Array("OIG Advisory Opinion No. 04-17 [PDF, 36KB]", "http://www.clinical-labs.org/documents/IGAdvisoryOpiniononPODs.pdf", "IGAdvisoryOpiniononPODs"),
		new Array("ACLA Comments on 2005 Physician Fee Schedule", "http://www.clinical-labs.org/issues/condo/2005_docfee.shtml", "2005_docfee"),
		new Array("June 24, 2004 Comments on Stark II Self Referral Rule", "http://www.clinical-labs.org/issues/condo/062404_statement.shtml", "062404_statement"),
		new Array("Senator Grassley Letter to OIG [PDF, 520KB]", "http://www.clinical-labs.org/issues/condo/documents/grassley.pdf", "grassley") //no comma after last item
	),

	new Array(
		new Array("oig"), //OIG Rule section (folder)
		new Array("Federal Register Notice of Withdrawal of OIG Excessive Charges Proposed Rule (June 18, 2007)", "http://www.clinical-labs.org/documents/ExcessiveChargesWithdrawalFRNotice.pdf", ""),
		new Array("April 21, 2004 Meeting Request Letter", "http://www.clinical-labs.org/issues/oig/042104_request.shtml", "042104_request"),
		new Array("November 14, 2003 Statement to the OIG", "http://www.clinical-labs.org/issues/oig/111404_statement.shtml", "111404_statement") //no comma after last item
	),

	new Array(
		new Array("fda"), //FDA Oversight section (folder)
		new Array("ACLA Comments to AHRQ on Technology Assessment Program Draft Report (September 8, 2009)", "http://www.clinical-labs.org/documents/CommentsonAHRQTAfinal.pdf", ""),
		new Array("ACLA and Lab Community Write Letter to Secretary Sebelius Communicating the Need for Regulatory Balance in Genetic and Molecular Testing (April 29, 2009)", "http://www.clinical-labs.org/documents/SebeliussignonApril09.pdf", ""),
		new Array("Editorial From Nature-Biotechnology on Genentech Citizens Petition (March 12, 2009)", "http://www.clinical-labs.org/documents/NatureBiotechnologyLDTs.pdf", ""),	
		new Array("Press Release on Submission of Full Response to Genentech's Citizen Petition (February 19, 2009)", "http://www.clinical-labs.org/documents/PressReleaseGenentechComprehensive.pdf", ""),
		new Array("ACLA Submits Full Response to Genentech's Citizen Petition (February 18, 2009)", "http://www.clinical-labs.org/documents/Comprehensivefinal.pdf", ""),			
		new Array("ACLA Comments to FDA on IVDMIA Revised Draft Guidance(December 11, 2008)", "http://www.clinical-labs.org/documents/ACLACommentstoFDAonIVDMIARevisedDraftGuidance.pdf", ""),		
		new Array("ACLA Principles for Oversight of Laboratory Developed Tests(November 14, 2008)", "http://www.clinical-labs.org/documents/AttachmentACLAFDALDTPrinciples.pdf", ""),
		new Array("Dr. Elaine Lyon Testifies on Behalf of ACLA at Genetic Testing Roundtable Before Senate Special Committee on Aging (June 12, 2008)", "http://www.clinical-labs.org/documents/StatementandFactSheet.pdf", ""),
		new Array("Press Release: ACLA Responds to SACGHS Report Release (May 1, 2008)", "http://www.clinical-labs.org/documents/PressreleaseMay1SACGHSReport_000.pdf", ""),
		new Array("Press Release: ACLA Applauds Senate Passage of \"Genetic Information Nondiscrimination Act\" (April 25, 2008)", "http://clinical-labs.org/documents/PressreleaseApril252008GINA.pdf", ""),
		new Array("ACLA Comments to HHS Secretary's Advisory Committee on Genetics, Health, and Society (February 11-13, 2008)", "http://clinical-labs.org/documents/SACGHSCommentsFEB08.pdf", ""),
		new Array("ACLA Submits Additional Comments to the FDA IVDMIA Guidance Docket (December 11, 2007)", "http://www.clinical-labs.org/documents/ACLACommentstoFDAonIVDMIARevisedDraftGuidance_000.pdf", ""),
		new Array("Press Release: ACLA Supports CMS Response on Genetic Specialty (September 5, 2007)", "http://www.clinical-labs.org/documents/PressreleaseSpetember52007onGeneticSpecialty.pdf", ""),
		new Array("ACLA Comments to FDA on IVDMIA Guidance (Docket 2006D 0347)(August 24, 2007)", "http://www.clinical-labs.org/documents/ACLACommentstoFDAonIVDMIARevisedDraftGuidanceAugust2007_000.pdf", ""),
		new Array("ACLA Supports Immediate passage of GINA (S.358) (June 27, 2007)", "http://www.clinical-labs.org/documents/GINAJune2007.pdf",""),
		new Array("ACLA Comments to SACGHS on Pharmacogenomics (June 1, 2007)", "http://www.clinical-labs.org/documents/SACGHSCommentsonPharmacogenomicsReportJune2007.pdf",""),
		new Array("ACLA Letter to Senate and HELP Committee Leadership on Obama Amendment on LDTs (May 4, 2007)", "http://www.clinical-labs.org/documents/S.1082amendmentKennedyletterMay42007.pdf", ""),
		new Array("ACLA Testimony Before SACGHS on Genetic Laboratory Developed Tests (March 26-27, 2007)", "http://www.clinical-labs.org/documents/SACGHSCommentsMarch07.pdf", ""),
		new Array("Press Release - ACLA Supports Genomics and Personalized Medicine Act (March 23, 2007)", "http://www.clinical-labs.org/news/pr/documents/PressReleaseMarch2007GenomicPersonalizedMedicineAct.pdf",""),
		new Array("ACLA Signs Group Letter to Senator Kennedy on Oversight of LDTs (March 16, 2007)", "http://www.clinical-labs.org/documents/March2007KennedyletteronLabTestImprovementAct.pdf", ""),
		new Array("ACLA Signs Group Letter to FDA Commissioner on IVDMIAs (March 5, 2007)", "http://www.clinical-labs.org/documents/Docket2006D-0347groupletter.pdf", ""),
		new Array("ACLA Comments to FDA on IVDMIAs (Docket 2006D 0347)(February 28, 2007)", "http://www.clinical-labs.org/documents/IVDMIAcommentsfinal.pdf", ""),
		new Array("ACLA Comments to FDA on ASRs (Docket 2006D 0336)(February 28, 2007)", "http://www.clinical-labs.org/documents/ASRCommentsFinal.pdf", ""),
		new Array("ACLA Comments to CLIAC (February 14, 2007)", "http://www.clinical-labs.org/documents/CLIACCommentsFeb07.pdf", ""),
		new Array("Dark Daily Report on ACLA Comments on IVDMIA Guidance Document (February 9, 2007)", "http://www.darkdaily.com/laboratory-pathology/compliance-legal-malpractice/FDA-guidance-ivd-mia.htm",""),
		new Array("ACLA Statement at FDA Public Meeting on IVDMIAs (February 8, 2007)", "http://www.clinical-labs.org/documents/IVDMIAPresenationtoFDAPublicMeetingFebruary82007.pdf", ""),
		new Array("ACLA Comments to SACGHS on Oversight of Genetic Tests, LDTs, IVDMIA Guidance (November 14, 2006)", "http://www.clinical-labs.org/documents/SACGHSNov06.pdf", ""),
		new Array("ACLA Comments on OECD Guidelines on Molecular Genetics (September 1, 2006)", "http://www.clinical-labs.org/documents/ACLACommentsonOECDGuidelinesForQAinGeneticTesting.pdf", ""),
		new Array("ACLA Comments on Senate Aging Committee hearing on At Home DNA Tests (July 27, 2006)", "http://www.clinical-labs.org/documents/ACLAStatementonJuly272006SenateSpecialCommitteeHearing.pdf", ""),
		new Array("ACLA Testimony to SACGHS on Genetic Testing Oversight (June 26, 2006)", "http://www.clinical-labs.org/documents/SACGHSComments_000.pdf", ""),
		new Array("ACLA Comments on FDA Waiver Test Application Guidance", "http://www.clinical-labs.org/documents/WaivedApplicationComments.pdf"),
		new Array("August 19, 2003 Statement to the FDA on ASR Regulation", "http://www.clinical-labs.org/issues/fda/081904_statement.shtml", "081904_statement") //no comma after last item
	),
	
	new Array(
		new Array("fraud"), //FDA Oversight section (folder)
		new Array("Implications of Certain Arrangements for Fluorescent In Situ Hybridization FISH Testing(March 26, 2009)", "http://www.clinical-labs.org/documents/TCFISHFinal.pdf", ""),	
		new Array("ACLA Submits Comments on Fraud and Abuse Data Collection Program [PDF, 166KB]", "http://www.clinical-labs.org/issues/fraud/documents/DataBankCorrection_000.pdf", "DataBankCorrection_000") //no comma after last item
	),	
	
	new Array(
		new Array("grandfather"), //TC “Grandfather” Provision section (folder)
		new Array("ACLA Supports House CHAMP Provision Addressing TC Grandfather (July 26, 2007)", "http://www.clinical-labs.org/documents/DingellruralprovidersletterJuly2007.pdf", ""),
		new Array("ACLA Grassroots Write-in Campaign to Extend the TC Grandfatehr Provision", "http://www.clinical-labs.org/documents/ACLAGrassrootsTCgrandfatherNovember06.pdf", ""),
		new Array("Support letter for HR1105 to Rep. John Tanner (February 21, 2007)", "http://www.clinical-labs.org/documents/SupportletterforHR1105toTanner02-21-07.pdf", ""),
		new Array("Support letter for S458 to Senator Blanche Lincoln (February 21,2007)", "http://www.clinical-labs.org/documents/S458Lincoln.pdf", "S458Lincoln") //no comma after last item
	),	
		
			
	new Array(
		new Array("value"), //VALUE OF LAB SERVICES section (folder)
		new Array("For more information on the value of laboratory testing, please visit our website", "http://www.labresulstforlife.org") //no comma after last ite
	),	
		
		

	new Array(
		new Array("state"), //Other State Issues section (folder)
		new Array("ACLA Writes Letter to Florida Medicaid re Units of Service for CF and Drug Testing(October 10, 2008)", "http://www.clinical-labs.org/documents/FloridaMedicaidLtr10-10-08.pdf", ""),		
		new Array("ACLA Writes Massachusetts Legislator Fargo Opposing Licensure Legislation (September 25, 2007)", "http://www.clinical-labs.org/documents/SusanFargo.pdf", ""),
		new Array("ACLA Writes Massachusetts Legislator Koutoujian Opposing Licensure Legislation (September 25, 2007)", "http://www.clinical-labs.org/documents/PeterKoutoujian.pdf", ""),
		new Array("ACLA Submits Comments to Florida on Public Health Reporting Proposed Rule", "http://www.clinical-labs.org/documents/KarlaSchmidt.pdf", ""),
		new Array("ACLA Comments on New York Regs on Licensure of Clinical Lab Technology Professions", "http://www.clinical-labs.org/documents/CommentsonNYregsJuly2006.pdf", ""),
		new Array("ACLA Submits Comments to NYC on the Proposed Reporting of HgbA1c", "http://www.clinical-labs.org/documents/A1cComment.pdf", " NY hemoglobin"),  //menu text, path, file name (no extension)
		new Array("Pennsylvania Co-Pay Stopped", "http://www.clinical-labs.org/documents/PAMedicaidResponse_000.pdf", ""),
		new Array("Pennsylvania - ACLA Opposes Medicaid Lab Copayment Proposal", "http://www.clinical-labs.org/ACLAPACopay.shtml", "PA Copay"),  //menu text, path, file name (no extension)
		new Array("Maryland - ACLA Testimony on Senate Bill 250 and House Bill 351", "http://www.clinical-labs.org/issues/state/TestimonyMaryland.shtml", "Testimony_Maryland"),
		new Array("New York - Letter to NY State Dept. of Health - Re: Genetic Testing", "http://www.clinical-labs.org/issues/state/ny_genetic.shtml", "ny_genetic"),
		new Array("Florida - June 18, 2004 ACLA Testimony on Florida Cytotechnologist Licensure", "http://www.clinical-labs.org/issues/state/fl_testimony.shtml", "fl_testimony"),
		new Array("Florida - Issue Brief on FL Personnel Standards for Cytology Technologists", "http://www.clinical-labs.org/issues/state/fl_cytology.shtml", "fl_cytology"),
		new Array("New Jersey - June 7, 2004 ACLA Testimony on Cytotechnologist Legislation", "http://www.clinical-labs.org/issues/state/nj_testimony.shtml", "nj_testimony"),
		new Array("Florida - Competitive Bidding", "http://www.clinical-labs.org/issues/bidding/index.shtml", "fl_questions") //no comma after last item 
	),

	new Array(
		new Array("hipaa"), //HIPAA Rule section (folder)
		new Array("ACLA Publishes Paper on NPI Impact on Independent Labs (March 12, 2007)", "http://www.clinical-labs.org/documents/NPIImpactonIndependentLabsWhitePaperMarch2007.pdf", ""),
		new Array("July 8, 2003 Press Release \[PDF, 28KB\]", "http://www.clinical-labs.org/news/pr/pdfs/PR_HIPAA_070803.pdf", ""),  //menu text, path, file name (no extension)
		new Array("July 1 Letter to Secretary Thompson", "http://www.clinical-labs.org/issues/hipaa/thompson.shtml", "thompson"),
		new Array("Press Release - HHS Guidance \[PDF, 42KB\]", "http://www.clinical-labs.org/news/pr/pdfs/PR_GuidanceHIPAAStandards.pdf", ""),
		new Array("Statement on Aging", "http://www.clinical-labs.org/issues/hipaa/aging.shtml", "aging") //no comma after last item
	),
	
	new Array(
		new Array("public"), //Public Health section (folder)
		new Array("Institute of Medicine Invites Comment from ACLA on Emergency Preparedness: focus on the important role clinical laboratories can play in the event of a public health emergency (September 28, 2008)", "http://www.clinical-labs.org/documents/IOMPanelPrepardnesshf.pdf", ""),
		new Array("ACLA Statement on GAO Report on Laboratory Quality (June 29, 2006)", "http://www.clinical-labs.org/documents/ACLAStatementreGAOReportonLaboratoryQuality.pdf", ""),
		new Array("ACLA Comments on National Quality Forum Laboratory Survey", "http://www.clinical-labs.org/documents/NQFSurveyresponse.pdf", ""), //menu text, path, file name (no extension)
		new Array("Hurrincane Katrina: ACLA Offers Help to CDC and HHS [PDF, 28KB]", "http://www.clinical-labs.org/issues/public/documents/KATRINA.pdf", "") //no comma after last item
	),

	new Array(		
new Array("coding"), //Coding Bidding section (folder)
		new Array("ACLA 2010 CLFS Crosswalk Recommendations(October 20, 2009)", "http://www.clinical-labs.org/documents/ACLA2010CLFSCrosswalkRecommendations.pdf", ""),
		new Array("ACLA Follow-up Comment Letter to CMS(October 20, 2009)", "http://www.clinical-labs.org/documents/2010follow-upcommentletter.pdf", ""),
		new Array("ACLA Comments on CMS's Preliminary Payment Determination for 2009 CLFS Test Codes(October 10, 2008)", "http://www.clinical-labs.org/documents/Reconsiderationletter.pdf", ""),
		new Array("ACLA Recommendations on 2009 CLFS Crosswalk (July 14, 2008)", "http://www.clinical-labs.org/documents/ACLA2009CLFSCrosswalkRecommendations.pdf", ""),
		new Array("ACLA Cover Statement on Clinical Laboratory Fee Schedule (July 14, 2008)", "http://www.clinical-labs.org/documents/2009-ACLACoverStatementonCLFS.pdf", ""),
		new Array("ACLA Statement to CMS Public Meeting on New Clinical Lab Tests for Payment Determination (July 16, 2007)", "http://www.clinical-labs.org/documents/2008-ACLACoverStatementonCLFS.pdf", ""),
		new Array("Crosswalk codes provided to CMS Public Meeting on New Clinical Lab Tests for Payment Determination (July 16, 2007)", "http://www.clinical-labs.org/documents/2008updatedcodes.xls", ""),
		new Array("ACLA Comments to Correct Coding Solutions on Proposed NCCI edits (CPT codes 88384-88386) (April 15, 2007)", "http://www.clinical-labs.org/documents/MicroarrayNCCIEditsApril2007.pdf", ""),
		new Array("ACLA Comments on 2006 Clinical Laboratory Fee Schedule", "http://www.clinical-labs.org/documents/2006CLFSComments.pdf", "Fee Schedule"),
		new Array("July 2005 Recommendations to CMS on Reimbursement for New Lab CPT Codes", "http://www.clinical-labs.org/documents/ACLAstatementCLFS.pdf", "Fee Schedule"),
		new Array("Tentative CPT/RUC Calendar 2004-2006 \[PDF, 31KB\]", "http://www.clinical-labs.org/issues/coding/pdfs/cpt_ruc_calendar.pdf", ""),  //menu text, path, file name (no extension)
		new Array("July 26, 2004 Statement to CMS on 2005 Lab Fee schedule", "http://www.clinical-labs.org/issues/coding/072604_statement.shtml", "072604_statement") //no comma after last item
	),
	
	new Array(
		new Array("mues"), //Medically Unlikely Edits section (folder)
		new Array("ACLA Letter to CMS urging use of ABNs with MUE denials(February 24, 2010)", "http://www.clinical-labs.org/documents/ACLA_CMSLetterReMUEDenials.pdf", ""),
		new Array("ACLA Comments to NCCI on CMS Publicly Releasing MUEs(September 25, 2007)", "http://www.clinical-labs.org/documents/CCSPublicDisclosure.pdf", ""),
		new Array("CMS Releases More Reasonable MUEs (November 7, 2006)", "http://www.clinical-labs.org/documents/PressReleaseNovember72006MUEs.pdf", ""),
		new Array("ACLA Letter to Niles Rosen, NCCI, on MUEs (June 19, 2006)", "http://www.clinical-labs.org/documents/NilesRosenreMUEs.pdf", ""),
		new Array("ACLA Letter to CMS Program Integrity Group Director Kim Brandt on MUE Modification Process (May 26, 2006)", "http://www.clinical-labs.org/documents/KimBrandtletter_002.pdf", ""),
		new Array("ACLA Leads Group Letter to CMS to Reconsider MUE Initiative (April 17, 2006)", "http://www.clinical-labs.org/documents/CoalitionMUE2.pdf", ""),
		new Array("ACLA Press Release on Release of Group Letter to CMS to Reconsider MUE Initiative (April 17, 2006)", "http://www.clinical-labs.org/documents/PressReleaseApril172006MUEs.pdf", ""),
		new Array("ACLA Press Release Lauds Deadline Delay for MUEs (March 14, 2006)", "http://www.clinical-labs.org/documents/PressReleaseMarch142006MUEs.pdf", ""),
		new Array("March 2, 2004 Press Release [PDF, 31KB]", "http://www.clinical-labs.org/news/pr/pdfs/PR_0304_CompBids.pdf", "") //no comma after last item
	),

	new Array(
		new Array("technology"), //Health Care IT section (folder)
		new Array("ACLA Statement to the Clinical Laboratory Improvement Advisory Committee Electronic Transmission of Laboratory Information (February 9-10, 2010)", "http://www.clinical-labs.org/documents/ACLAStatement2-10-2010.pdf", ""),
		new Array("ACLA responses to HITSP Public Comment for Laboratory Orders (December 10, 2009)", "http://clinical-labs.org/documents/HITSP-ACLAGroupComments.pdf", ""),
		new Array("ACLA Comments Regarding Breach Notification (October 23, 2009)", "http://clinical-labs.org/documents/ACLAcommentsrebreachnotification_1.PDF", ""),
		new Array("ACLA Recommends OIG & CMS Withdraw EHR Safe Harbor(March 19, 2009)", "http://www.clinical-labs.org/documents/ACLAOIGLetterreEHRSafeHarbor_1.PDF", ""),
		new Array("ACLA Nominates Alan Mertz For Health IT Committees(March 6, 2009)", "http://www.clinical-labs.org/documents/MertzNomination.pdf", ""),
		new Array("ACLA Nominates Ken McCaslin For Health IT Committees(March 6, 2009)", "http://www.clinical-labs.org/documents/McCaslinNomination.pdf", ""),
		new Array("ACLA Testifies Before NCVHS on Standards Adoption (February 24, 2009)", "http://www.clinical-labs.org/documents/ACLANCVHStestimony.pdf", ""),
		new Array("ACLA Recommends Lab Seat on AHIC to HHS (September 10, 2007)", "http://www.clinical-labs.org/documents/AHICSuccessorcomments9-10-07.pdf", ""),
		new Array("Group letter to HHS Secretary Leavitt Supporting a Reasonable Framework for Transition to IDC-10 (June 26, 2007)", "http://www.clinical-labs.org/documents/LeavittCoalitionfinalletter6-2007.pdf", ""),
		new Array("Group letter to Senate HELP Committee on a Workable Timeframe for HIT Technology Standards Adoption (June 21, 2007)", "http://www.clinical-labs.org/documents/HELPCoalitionLetterJune192007.pdf", ""),
		new Array("ACLA Urges CMS on Issuing UPINs and Maintaining UPIN Registry (June 27, 2007)", "http://www.clinical-labs.org/documents/ACLALetteronUPINIssuanceandRegistry.pdf", ""),
		new Array("ACLA Publishes Paper on NPI Impact on Independent Labs (March 12, 2007)", "http://www.clinical-labs.org/documents/NPIImpactonIndependentLabsWhitePaperMarch2007.pdf", ""),
		new Array("ACLA Asks CMS to Extend NPI Deadline (January 16, 2007)", "http://www.clinical-labs.org/documents/NPIExtensionLetterJanuary2007.pdf", ""),
		new Array("ACLA Raises Concerns with HITSP Standards with AHIC (October 31, 2006)", "http://www.clinical-labs.org/documents/AHIC103106statement.pdf", ""),
		new Array("Quest Diagnostics Mitch Hansen at AHIC Privacy Workgroup (September 29, 2006)", "http://www.clinical-labs.org/documents/QuestDiagnostics92906AHICtestimony.pdf", ""),
		new Array("ACLA Testimony to CLIAC on Interface Between Labs and Clinicians (September 21, 2006)", "http://www.clinical-labs.org/documents/ACLATestimonytoCLIAC92106.pdf", ""),
		new Array("ACLA Comments on AHIC Biosurveillance Data Steering Workgroup (September 11, 2006)", "http://www.clinical-labs.org/documents/BiosurveillanceDataSteeringCommitteetestimony9-11.pdf", ""),
		new Array("ACLA Weighs in With Senate HELP Committee on Health IT (September 1, 2006)", "http://www.clinical-labs.org/documents/HELPCommitteeSept06onHIT.pdf", ""),
		new Array("ACLA Applauds New Laboratory \"Safe Harbor\" for Health IT", "http://www.clinical-labs.org/documents/PressReleaseAugust82006HealthIT.pdf", ""),
		new Array("ACLA Testifies Before NCVHS on National Health Information Network Architecture (July 27, 2006)", "http://www.clinical-labs.org/documents/NCVHSJuly2006.pdf", ""),
		new Array("ACLA Joins Coalition in Opposing Privacy Changes to HR 4157 (July 25, 2006)", "http://www.clinical-labs.org/documents/ConfidentialityCoalitionletteronHITJuly2006.pdf", ""),
		new Array("ACLA, Coalition Urge HHS Secretary Leavitt to Implement ICD 10 No Sooner Than 2012 (June 27, 2006)", "http://www.clinical-labs.org/documents/LeavittCoalitionletter.pdf", ""),
		new Array("ACLA Letter to Chairman Deal on Manager's Amendment to HR 4157", "http://www.clinical-labs.org/documents/Deal.pdf", ""), //menu text, path, file name (no extension)
		new Array("ACLA Letter on ONCHIT on AHIC Biosurveillance Issues", "http://www.clinical-labs.org/documents/LettertoONCHITreBio-surveillance_000.pdf", ""),
		new Array("ACLA Responds to Questions Raised at March 16 Energy and Commerce Health Subcommittee Hearing on Health IT", "http://www.clinical-labs.org/documents/EnergyandCommerceHealthsubcommitteeMarch162006hearingfollowupquestions.pdf", "Energy and Commerce Health subcommittee March 16 2006 hearing follow up questions"), //menu text, path, file name (no extension)
		new Array("ACLA Statement to House Health Subcommittee on HIT", "http://www.clinical-labs.org/documents/ACLAhealthittestimony4-6-06.pdf", "House Comments"), //menu text, path, file name (no extension)
		new Array("ACLA Testifies Before House Subcommittee on HIT", "http://www.clinical-labs.org/documents/healthittestimony.pdf", ""), //menu text, path, file name (no extension)
		new Array("ACLA Remarks to CMS on Safe Harbor for EHR", "http://www.clinical-labs.org/documents/EHRCMS.pdf", "CMS Comments"), //menu text, path, file name (no extension)
		new Array("ACLA Comments to OIG on Safe Harbor for EHR", "http://www.clinical-labs.org/documents/EHROIG.pdf", "OIG Comments"), //menu text, path, file name (no extension)
		new Array("ACLA Remarks to American Health Information Community", "http://www.clinical-labs.org/documents/AHIC.pdf", "AHIC Comments"), //menu text, path, file name (no extension)
		new Array("ACLA Supports Chairwoman Nancy Johnson Measure to Address Health IT", "http://www.clinical-labs.org/documents/SupportletterforJohnson.pdf", "Johnson letter"), //menu text, path, file name (no extension)
		new Array("AMT Endorses ACLA President Alan Mertz to Represent Labs on AHIC", "http://www.clinical-labs.org/documents/AMTNomination.pdf", "AMT letter"), //menu text, path, file name (no extension)
		new Array("ACLA Nominates Alan Mertz to AHIC Advisory Body", "http://www.clinical-labs.org/documents/AHICletter.pdf", "AHIC"), //menu text, path, file name (no extension)
		new Array("ACLA Submits Statement for House Ways and Means Hearing on Health IT", "http://www.clinical-labs.org/documents/WaysonIT2005.pdf", "House 2005"), //menu text, path, file name (no extension)
		new Array("CMS' Herb Kuhn Reponds to Lab Coalition Concerns Over MedPAC Lab Values Recommendation", "http://www.clinical-labs.org/documents/HerbKuhnLetterreMedPacRecommendation.pdf", "Herb Kuhn"), //menu text, path, file name (no extension)
		new Array("ACLA Submits Statement for Senate Commerce Committee Hearing on Health IT", "http://www.clinical-labs.org/documents/6-30SenateCommerceonIT.pdf", "Commerce"), //menu text, path, file name (no extension)
		new Array("ACLA Issues Support for Frist-Clinton Health IT Legislation", "http://www.clinical-labs.org/documents/Letterofsupport-Frist.pdf", "Frist"), //menu text, path, file name (no extension)
		new Array("ACLA, Physican, and Insurer Groups Respond to MedPAC Lab Recommendation", "http://www.clinical-labs.org/issues/technology/Grassley.shtml", "Grassley"), //menu text, path, file name (no extension)
		new Array("ACLA Response to RFI", "http://www.clinical-labs.org/issues/technology/ACLA_RFI.shtml", "ACLA_RFI"),
		new Array("Letter to MedPAC re\: Lab Values on Medicare Claims", "http://www.clinical-labs.org/issues/technology/MedPAC_letter.shtml", "MedPAC_letter"),
		new Array("Letter to Conferees on HR 663", "http://www.clinical-labs.org/issues/technology/letter_gregg.shtml", "letter_gregg"),
		new Array("June 17, 2004 Statement on Information Technology to House Ways and Means Subcmte", "http://www.clinical-labs.org/issues/technology/061704_statement.shtml", "061704_statement")  
	) //no comma after last item

);