
function abbreviate()
{
if (((document.form1.q.value).toUpperCase() == "ABN") || ((document.form1.q.value).toUpperCase() == "ADVANCED BENEFICIARY NOTICE"))
  {document.form1.q.value = "Advanced Beneficiary Notice, ABN"};
  
if (((document.form1.q.value).toUpperCase() == "ABG") || ((document.form1.q.value).toUpperCase() == "ARTERIAL BLOOD GASES"))
  {document.form1.q.value = "Arterial Blood Gases, ABG"}

  if (((document.form1.q.value).toUpperCase() == "ADS") || ((document.form1.q.value).toUpperCase() == "AUTOMATED DEVELOPMENT SYSTEM"))
  {document.form1.q.value = "Automated Development System,ADS"}
  
  if (((document.form1.q.value).toUpperCase() == "ALJ") || ((document.form1.q.value).toUpperCase() == "ADMINISTRATIVE LAW JUDGE"))
  {document.form1.q.value = "Administrative Law Judge, ALJ"}
 
  if (((document.form1.q.value).toUpperCase() == "ALS") || ((document.form1.q.value).toUpperCase() == "ADVANCED LIFE SUPPORT"))
  {document.form1.q.value = "Advanced Life Support, ALS"}

  if (((document.form1.q.value).toUpperCase() == "AMA") || ((document.form1.q.value).toUpperCase() == "AMERICAN MEDICAL ASSOCIATION"))
  {document.form1.q.value = "American Medical Association, AMA"}
  
  if (((document.form1.q.value).toUpperCase() == "ANSI") || ((document.form1.q.value).toUpperCase() == "AMERICAN NATIONAL STANDARDS INSTITUTE"))
  {document.form1.q.value = "American National Standards Institue, ANSI"}
  
  if (((document.form1.q.value).toUpperCase() == "ARU") || ((document.form1.q.value).toUpperCase() == "AUTOMATED RESPONSE UNIT"))
  {document.form1.q.value = "Automated Response Unit, ARU"}
  
  if (((document.form1.q.value).toUpperCase() == "ASC") || ((document.form1.q.value).toUpperCase() == "AMBULATORY SURGICAL CENTER"))
  {document.form1.q.value = "Ambulatory Surgical Center, ASC"}

  if (((document.form1.q.value).toUpperCase() == "ASP") || ((document.form1.q.value).toUpperCase() == "AVERAGE SALES PRICE"))
  {document.form1.q.value = "Average Sales Price, ASP"}
  
  if (((document.form1.q.value).toUpperCase() == "BBA") || ((document.form1.q.value).toUpperCase() == "BALANCED BUDGET ACT OF 1997"))
  {document.form1.q.value = "Balanced Budget Act of 1997, BBA"}
  
   if (((document.form1.q.value).toUpperCase() == "BBRA") || ((document.form1.q.value).toUpperCase() == "BALANCED BUDGET REFINEMENT ACT OF 1999"))
  {document.form1.q.value = "Balanced Budget Refinement Act of 1999, BBRA"}
  
  if (((document.form1.q.value).toUpperCase() == "BES") || ((document.form1.q.value).toUpperCase() == "BENEFICIARY ELIGIBILITY SYSTEM"))
  {document.form1.q.value = "Beneficiary Eligibility System, BES"}
  
  if (((document.form1.q.value).toUpperCase() == "BIPA") || ((document.form1.q.value).toUpperCase() == "BENFITS IMPROVEMENT AND PROTECTION ACT OF 2000"))
  {document.form1.q.value = "Benefits Improvement and Protection Act of 2000, BIPA"}
  
  if (((document.form1.q.value).toUpperCase() == "BISC") || ((document.form1.q.value).toUpperCase() == "BENEFITS INTEGRITY SAFEGUARD CONTRACTOR"))
  {document.form1.q.value = "Benefits Integrity Safeguard Contractor, BISC"}
  
   if (((document.form1.q.value).toUpperCase() == "BLS") || ((document.form1.q.value).toUpperCase() == "BASIC LIFE SUPPORT"))
  {document.form1.q.value = "Basic Life Support, BLS"}
  
   if (((document.form1.q.value).toUpperCase() == "CABBS") || ((document.form1.q.value).toUpperCase() == "CARRIER BULLETIN BOARD SYSTEM"))
  {document.form1.q.value = "Carrier Bulletin Board System, CABBS"}
  
   if (((document.form1.q.value).toUpperCase() == "CAC") || ((document.form1.q.value).toUpperCase() == "CARRIER (CONTRACTOR) ADVISORY COMMITTEE"))
  {document.form1.q.value = "Carrier (Contractor) Advisory Committee, CAC"}
  
   if (((document.form1.q.value).toUpperCase() == "CAT") || ((document.form1.q.value).toUpperCase() == "COMPUTERIZED AXIAL TOMOGRAPHY"))
  {document.form1.q.value = "Computerized Axial Tomography, CAT"}
  
  if (((document.form1.q.value).toUpperCase() == "CB") || ((document.form1.q.value).toUpperCase() == "CONSOLIDATED BILLING"))
  {document.form1.q.value = "Consolidated Billing, CB"}
  
  if (((document.form1.q.value).toUpperCase() == "CCI") || ((document.form1.q.value).toUpperCase() == "CORRECT CODING INITIATIVE"))
  {document.form1.q.value = "Correct Coding Initiative, CCI"}
  
  if (((document.form1.q.value).toUpperCase() == "CCN") || ((document.form1.q.value).toUpperCase() == "CORRESPONDENCE CONTROL NUMBER"))
  {document.form1.q.value = "Correspondence Control Number, CCN"}
  
  if (((document.form1.q.value).toUpperCase() == "CCU") || ((document.form1.q.value).toUpperCase() == "CRITICAL CARE UNIT"))
  {document.form1.q.value = "Critical Care Unit, CCU"}
  
  if (((document.form1.q.value).toUpperCase() == "CDT") || ((document.form1.q.value).toUpperCase() == "CURRENT DENTAL TEMINOLOGY"))
  {document.form1.q.value = "Current Dental Terminology, CDT"}
  
  if (((document.form1.q.value).toUpperCase() == "CERT") || ((document.form1.q.value).toUpperCase() == "COMPREHENSIVE ERROR RATE TESTING"))
  {document.form1.q.value = "Comprehensive Error Rate Testing, CERT"}
  
  if (((document.form1.q.value).toUpperCase() == "CF") || ((document.form1.q.value).toUpperCase() == "CONVERSION FACTOR"))
  {document.form1.q.value = "Conversion Factor, CF"}
  
  if (((document.form1.q.value).toUpperCase() == "CFR") || ((document.form1.q.value).toUpperCase() == "CODE OF FEDERAL REGULATIONS"))
  {document.form1.q.value = "Code of Federal Regulations, CFR"}
  
  if (((document.form1.q.value).toUpperCase() == "CLIA") || ((document.form1.q.value).toUpperCase() == "CLINICAL LABARATORY IMPROVEMENT AMENDMENTS"))
  {document.form1.q.value = "Clinical Labaratory Improvement Amendments, CLIA"}
  
  if (((document.form1.q.value).toUpperCase() == "CMD") || ((document.form1.q.value).toUpperCase() == "CARRIER MEDICAL DIRECTOR"))
  {document.form1.q.value = "Carrier Medical Director, CMD"}
  
  if (((document.form1.q.value).toUpperCase() == "CMN") || ((document.form1.q.value).toUpperCase() == "CERTIFICATE OF MEDICAL NECESSITY"))
  {document.form1.q.value = "Certificate of Medical Necessity, CMN"}
  
  if (((document.form1.q.value).toUpperCase() == "CMP") || ((document.form1.q.value).toUpperCase() == "CIVIL MONETARY PENALTIES"))
  {document.form1.q.value = "Civil Monetary Penalties, CMP"}
  
  if (((document.form1.q.value).toUpperCase() == "CMR") || ((document.form1.q.value).toUpperCase() == "COMPREHENSIVE MEDICAL REVIEW"))
  {document.form1.q.value = "Comprehensive Medical Review, CMR"}
  
   if (((document.form1.q.value).toUpperCase() == "CMS") || ((document.form1.q.value).toUpperCase() == "CENTERS FOR MEDICARE & MEDICAID SERVICES"))
  {document.form1.q.value = "Centers for Medicare & Medicaid Services, CMS"}
  
   if (((document.form1.q.value).toUpperCase() == "CNS") || ((document.form1.q.value).toUpperCase() == "CLINICAL NURSE SPECIALIST"))
  {document.form1.q.value = "Clinical Nurse Specialist,CNS"}
  
   if (((document.form1.q.value).toUpperCase() == "COB") || ((document.form1.q.value).toUpperCase() == "COORDINATION OF BENEFITS"))
  {document.form1.q.value = "Coordination of Benefits, COB"}
  
   if (((document.form1.q.value).toUpperCase() == "CP") || ((document.form1.q.value).toUpperCase() == "CLINICAL PSYCHOLOGIST"))
  {document.form1.q.value = "Clinical Psychologist, CP"}
  
   if (((document.form1.q.value).toUpperCase() == "CPO") || ((document.form1.q.value).toUpperCase() == "CARE PLAN OVERSIGHT"))
  {document.form1.q.value = "Care Plan Oversight, CPO"}
  
   if (((document.form1.q.value).toUpperCase() == "CPR") || ((document.form1.q.value).toUpperCase() == "COMPARATIVE PERFORMANCE REPORT"))
  {document.form1.q.value = "Comparative Performance Report, CPR"}
  
   if (((document.form1.q.value).toUpperCase() == "CPT") || ((document.form1.q.value).toUpperCase() == "CURRENT PROCEDURAL TEMINOLOGY"))
  {document.form1.q.value = "Current Procedural Terminology, CPT"}
  
   if (((document.form1.q.value).toUpperCase() == "CRD") || ((document.form1.q.value).toUpperCase() == "CHRONIC RENAL DISEASE"))
  {document.form1.q.value = "Chronic Renal Disease, CRD"}
  
   if (((document.form1.q.value).toUpperCase() == "CRF") || ((document.form1.q.value).toUpperCase() == "CHRONIC RENAL FAILURE"))
  {document.form1.q.value = "Chronic Renal Failure, CRF"}
  
   if (((document.form1.q.value).toUpperCase() == "CRNA") || ((document.form1.q.value).toUpperCase() == "CERTIFIED REGISTERED NURSE ASSISTANT"))
  {document.form1.q.value = "Certified Registered Nurse Assistant, CRNA"}
  
   if (((document.form1.q.value).toUpperCase() == "CWF") || ((document.form1.q.value).toUpperCase() == "COMMON WORKING FILE"))
  {document.form1.q.value = "Common Working File, CWF"}
  
   if (((document.form1.q.value).toUpperCase() == "CY") || ((document.form1.q.value).toUpperCase() == "CALENDAR YEAR"))
  {document.form1.q.value = "Calendar Year, CY"}
  
   if (((document.form1.q.value).toUpperCase() == "DC") || ((document.form1.q.value).toUpperCase() == "DOCTOR OF CHIROPRACTIC MEDICINE"))
  {document.form1.q.value = "Doctor of Chiropractic Medicine, DC"}
  
   if (((document.form1.q.value).toUpperCase() == "DHHS") || ((document.form1.q.value).toUpperCase() == "DEPARTMENT OF HEALTH & HUMAN SERVICES"))
  {document.form1.q.value = "Department of Health & Human Services, DHHS"}
  
   if (((document.form1.q.value).toUpperCase() == "DME") || ((document.form1.q.value).toUpperCase() == "DURABLE MEDICAL EQUIPMENT"))
  {document.form1.q.value = "Durable Medical Equipment, DME"}
  
   if (((document.form1.q.value).toUpperCase() == "DMERC") || ((document.form1.q.value).toUpperCase() == "DURABLE MEDICAL EQUPMENT REGIONAL CARRIER"))
  {document.form1.q.value = "Durable Medical Equipment Regional Carrier, DMERC"}
  
   if (((document.form1.q.value).toUpperCase() == "DO") || ((document.form1.q.value).toUpperCase() == "DOCTOR OF OSTEOPATHY"))
  {document.form1.q.value = "Doctor of Osteopathy, DO"}
  
   if (((document.form1.q.value).toUpperCase() == "DOS") || ((document.form1.q.value).toUpperCase() == "DATE OF SERVICE"))
  {document.form1.q.value = "Date of Service, DOS"}
  
   if (((document.form1.q.value).toUpperCase() == "DPM") || ((document.form1.q.value).toUpperCase() == "DOCTOR OF PODIATRIC MEDICINE"))
  {document.form1.q.value = "Doctor of Podiatric Medicine, DPM"}
  
   if (((document.form1.q.value).toUpperCase() == "DX") || ((document.form1.q.value).toUpperCase() == "DIAGNOSIS"))
  {document.form1.q.value = "Diagnosis, DX"}
  
  if (((document.form1.q.value).toUpperCase() == "E&M") || ((document.form1.q.value).toUpperCase() == "EVALUATION & MANAGEMENT"))
  {document.form1.q.value = "Evaluation and Management, E&M"}
  
  if (((document.form1.q.value).toUpperCase() == "E/M") || ((document.form1.q.value).toUpperCase() == "EVALULATION/MANAGEMENT"))
  {document.form1.q.value = "Evaluation and Management, E/M"}
  
  if (((document.form1.q.value).toUpperCase() == "EDI") || ((document.form1.q.value).toUpperCase() == "ELECTRONIC DATA INTERCHANGE"))
  {document.form1.q.value = "Electronic Data Interchange,EDI"}
  
  if (((document.form1.q.value).toUpperCase() == "EFT") || ((document.form1.q.value).toUpperCase() == "ELECTRONIC FUNDS TRANSFER"))
  {document.form1.q.value = "Electronic Funds Transfer, EFT"}
  
  if (((document.form1.q.value).toUpperCase() == "EGHP") || ((document.form1.q.value).toUpperCase() == "EMPLOYER GROUP HEALTH PLAN"))
  {document.form1.q.value = "Empoyer Group Health Plan, EGHP"}
  
  if (((document.form1.q.value).toUpperCase() == "EM") || ((document.form1.q.value).toUpperCase() == "EVALUATION AND MANAGEMENT"))
  {document.form1.q.value = "Evaluation and Management, EM"}
  
  if (((document.form1.q.value).toUpperCase() == "EMC") || ((document.form1.q.value).toUpperCase() == "ELECTRONIC MEDIA CLAIMS"))
  {document.form1.q.value = "Electronic Media Claims, EMC"}
  
  if (((document.form1.q.value).toUpperCase() == "EOB") || ((document.form1.q.value).toUpperCase() == "EXPLANATION OF BENEFITS"))
  {document.form1.q.value = "Explanation of Benefits, EOB"}
  
  if (((document.form1.q.value).toUpperCase() == "EOMB") || ((document.form1.q.value).toUpperCase() == "EXPLANATION OF MEDICARE/MEDICAL BENEFITS"))
  {document.form1.q.value = "Explanation of Medicare/Medical Benefits, EOMB"}
  
  if (((document.form1.q.value).toUpperCase() == "ER") || ((document.form1.q.value).toUpperCase() == "EMERGENCY ROOM"))
  {document.form1.q.value = "Emergency Room, ER"}
  
  if (((document.form1.q.value).toUpperCase() == "ERA") || ((document.form1.q.value).toUpperCase() == "ELECTRONIC REMITTANCE ADVICE"))
  {document.form1.q.value = "Electronic Remittance Advice, ERA"}
  
  if (((document.form1.q.value).toUpperCase() == "ESRD") || ((document.form1.q.value).toUpperCase() == "END STAGE RENAL DISEASE"))
  {document.form1.q.value = "End Stage Renal Disease, ESRD"}
  
  if (((document.form1.q.value).toUpperCase() == "FAQ") || ((document.form1.q.value).toUpperCase() == "FREQUENTLY ASKED QUESTION"))
  {document.form1.q.value = "Frequently Asked Question, FAQ"}
  
  if (((document.form1.q.value).toUpperCase() == "FCN") || ((document.form1.q.value).toUpperCase() == "FINANCIAL CONTROL NUMBER"))
  {document.form1.q.value = "Financial Control Number, FCN"}
  
  if (((document.form1.q.value).toUpperCase() == "FDA") || ((document.form1.q.value).toUpperCase() == "FOOD AND DRUG ADMINISTRATION"))
  {document.form1.q.value = "Food and Drug Administration, FDA"}
  
  if (((document.form1.q.value).toUpperCase() == "FEP") || ((document.form1.q.value).toUpperCase() == "FEDERAL EMPLOYEE PROGRAM"))
  {document.form1.q.value = "Federal Employee Program"}
  
  if (((document.form1.q.value).toUpperCase() == "FH") || ((document.form1.q.value).toUpperCase() == "FAIR HEARING"))
  {document.form1.q.value = "Fair Hearing, FH"}
  
  if (((document.form1.q.value).toUpperCase() == "FMR") || ((document.form1.q.value).toUpperCase() == "FOCUSED MEDICAL REVIEW"))
  {document.form1.q.value = "Focused Medical Review, FMR"}
  
  if (((document.form1.q.value).toUpperCase() == "FOIA") || ((document.form1.q.value).toUpperCase() == "FREEDOM OF INFORMATION ACT"))
  {document.form1.q.value = "Freedom of Information Act, FOIA"}
  
  if (((document.form1.q.value).toUpperCase() == "FR") || ((document.form1.q.value).toUpperCase() == "FEDERAL REGISTER"))
  {document.form1.q.value = "Federal Register, FR"}
  
  if (((document.form1.q.value).toUpperCase() == "FRC") || ((document.form1.q.value).toUpperCase() == "FEDERAL RECORD CENTER"))
  {document.form1.q.value = "Federal Record Center, FRC"}
  
  if (((document.form1.q.value).toUpperCase() == "GPCI") || ((document.form1.q.value).toUpperCase() == "GEOGRAPHIC PRACTICE COST INDEX"))
  {document.form1.q.value = "Geographic practice cost index, GPCI"}
  
  if (((document.form1.q.value).toUpperCase() == "GPPP") || ((document.form1.q.value).toUpperCase() == "GROUP PRACTICE PREPAYMENT PLAN"))
  {document.form1.q.value = "Group Practice Prepayment Plan, GPPP"}
  
  if (((document.form1.q.value).toUpperCase() == "GRP") || ((document.form1.q.value).toUpperCase() == "GROUP IDENTIFICATION NUMBER"))
  {document.form1.q.value = "Group Identification Number, GRP"}
  
  if (((document.form1.q.value).toUpperCase() == "HBP") || ((document.form1.q.value).toUpperCase() == "HOSPITAL BASED PHYSICIAN"))
  {document.form1.q.value = "Hospital Based Physician, HBP"}
  
  if (((document.form1.q.value).toUpperCase() == "HCFA") || ((document.form1.q.value).toUpperCase() == "HEALTH CARE FINANCING ADMINISTRATION"))
  {document.form1.q.value = "Health Care Financing Administration, HCFA"}
  
  if (((document.form1.q.value).toUpperCase() == "HCPCS") || ((document.form1.q.value).toUpperCase() == "HEALTHCARE COMMOM PROCEDURAL CODING SYSTEM"))
  {document.form1.q.value = "Healthcare Common Procedural Coding System, HCPCS"}
  
  if (((document.form1.q.value).toUpperCase() == "HH") || ((document.form1.q.value).toUpperCase() == "HOME HEALTH"))
  {document.form1.q.value = "Home Health, HH"}
  
  if (((document.form1.q.value).toUpperCase() == "HHA") || ((document.form1.q.value).toUpperCase() == "HOME HEALTH AGENCY"))
  {document.form1.q.value = "Home Health Agency, HHA"}
  
  if (((document.form1.q.value).toUpperCase() == "HHS") || ((document.form1.q.value).toUpperCase() == "HOME HEALTH SERVICES"))
  {document.form1.q.value = "Home Health Services, HHS"}
  
  if (((document.form1.q.value).toUpperCase() == "HIC") || ((document.form1.q.value).toUpperCase() == "HEALTH INSURANCE CLAIMS"))
  {document.form1.q.value = "Health Insurance Claim, HIC"}
  
  if (((document.form1.q.value).toUpperCase() == "HICN") || ((document.form1.q.value).toUpperCase() == "HEALTH INSURANCE CLAIM NUMBER"))
  {document.form1.q.value = "Health Insurance Claim Number (Medicare Number), HICN"}
  
  if (((document.form1.q.value).toUpperCase() == "HIPAA") || ((document.form1.q.value).toUpperCase() == "HEALTH INSURANCE PORTABILITY AND ACCOUNTABILITY ACT"))
  {document.form1.q.value = "Health Insurance Portability and Accountability Act, HIPAA"}
  
  if (((document.form1.q.value).toUpperCase() == "HMO") || ((document.form1.q.value).toUpperCase() == "HEALTH MAINTENANCE ORGANIZATION"))
  {document.form1.q.value = "Health Maintenance Organization, HMO"}
  
  if (((document.form1.q.value).toUpperCase() == "HO") || ((document.form1.q.value).toUpperCase() == "HEARING OFFICER"))
  {document.form1.q.value = "Hearing Officer, HO"}
  
  if (((document.form1.q.value).toUpperCase() == "HPSA") || ((document.form1.q.value).toUpperCase() == "HEALTH PROFESSIONAL SHORTAGE AREA"))
  {document.form1.q.value = "Health Professional Shortage Area, HPSA"}
  
  if (((document.form1.q.value).toUpperCase() == "ICD") || ((document.form1.q.value).toUpperCase() == "INTERNATIONAL CLASSIFICATION OF DISEASE"))
  {document.form1.q.value = "International Classification of Disease, ICD"}
  
  if (((document.form1.q.value).toUpperCase() == "ICD-9-CM") || ((document.form1.q.value).toUpperCase() == "INTERNATIONAL CLASSIFICATION OF DISEASE, NINTH REVISION, CLINICAL MODIFICATION"))
  {document.form1.q.value = "International Classification of Disease, Ninth Revision, Clinical Modification, ICD-9-CM"}
  
  if (((document.form1.q.value).toUpperCase() == "ICD9") || ((document.form1.q.value).toUpperCase() == "INTERNATIONAL CLASSIFICATION OF DISEASE, NINTH REVISION"))
  {document.form1.q.value = "International Classification of Disease, Ninth Revision, ICD9"}
  
  if (((document.form1.q.value).toUpperCase() == "ICN") || ((document.form1.q.value).toUpperCase() == "INTERNAL CONTROL NUMBER"))
  {document.form1.q.value = "Internal Claim/Control Number, ICN"}
  
  if (((document.form1.q.value).toUpperCase() == "ICR") || ((document.form1.q.value).toUpperCase() == "INTELLIGENT CHARACTER RECOGNITION"))
  {document.form1.q.value = "Intelligent Character Recognition, ICR"}
  
  if (((document.form1.q.value).toUpperCase() == "ICU") || ((document.form1.q.value).toUpperCase() == "INTENSIVE CARE UNIT"))
  {document.form1.q.value = "Intensive Care Unit, ICU"}
  
  if (((document.form1.q.value).toUpperCase() == "IDTF") || ((document.form1.q.value).toUpperCase() == "INDEPENDENT DIAGNOSTIC TESTING FACILITY"))
  {document.form1.q.value = "Independent Diagnostic Testing Facility, IDTF"}
  
  if (((document.form1.q.value).toUpperCase() == "IOL") || ((document.form1.q.value).toUpperCase() == "INTRAOCULAR LENS"))
  {document.form1.q.value = "Intraocular Lens, IOL"}
  
  if (((document.form1.q.value).toUpperCase() == "IOM") || ((document.form1.q.value).toUpperCase() == "INTERNET ONLY MANUAL"))
  {document.form1.q.value = "Internet Only Manual, IOM"}
  
  if (((document.form1.q.value).toUpperCase() == "IPL") || ((document.form1.q.value).toUpperCase() == "INDEPENDENT PHYSIOLOGICAL LABORATORY"))
  {document.form1.q.value = "Independent Physiological Laboratory, IPL"}
  
  if (((document.form1.q.value).toUpperCase() == "LCD") || ((document.form1.q.value).toUpperCase() == "LOCAL COVERAGE DETERMINATION"))
  {document.form1.q.value = "Local Coverage Determination, LCD"}
  
  if (((document.form1.q.value).toUpperCase() == "LCSW") || ((document.form1.q.value).toUpperCase() == "LICENSED CLINICAL SOCIAL WORKER"))
  {document.form1.q.value = "Licensed Clinical Social Worker, LCSW"}
  
  if (((document.form1.q.value).toUpperCase() == "LGHP") || ((document.form1.q.value).toUpperCase() == "LARGE GROUP HEALTH PLAN"))
  {document.form1.q.value = "Large Group Health Plan, LGHP"}
  
  if (((document.form1.q.value).toUpperCase() == "LMRP") || ((document.form1.q.value).toUpperCase() == "LOCAL MEDICAL REVIEW POLICY"))
  {document.form1.q.value = "Local Medical Review Policy, LMRP"}
  
  if (((document.form1.q.value).toUpperCase() == "MAF") || ((document.form1.q.value).toUpperCase() == "MEDICARE ADVISORY FORUM"))
  {document.form1.q.value = "Medicare Advisory Forum, MAF"}
  
  if (((document.form1.q.value).toUpperCase() == "MCM") || ((document.form1.q.value).toUpperCase() == "MEDICARE CLAIMS MANUAL"))
  {document.form1.q.value = "Medicare Claims Manual, MCM"}
  
  if (((document.form1.q.value).toUpperCase() == "MCP") || ((document.form1.q.value).toUpperCase() == "MONTHLY CAPITATION PAYMENT"))
  {document.form1.q.value = "Monthly Capitation Payment, MCP"}
  
  if (((document.form1.q.value).toUpperCase() == "MEDPARC") || ((document.form1.q.value).toUpperCase() == "MEDICARE PARTICIPATING PHYSICIAN/SUPPLIER DIRECTORY"))
  {document.form1.q.value = "Medicare Participating Physician/Supplier Directory, MEDPARC"}
  
  if (((document.form1.q.value).toUpperCase() == "MEI") || ((document.form1.q.value).toUpperCase() == "MEDICARE ECONOMIC INDEX"))
  {document.form1.q.value = "Medicare Economic Index, MEI"}
  
  if (((document.form1.q.value).toUpperCase() == "MFSDB") || ((document.form1.q.value).toUpperCase() == "MEDICARE FEE SCHEDULE DATABASE"))
  {document.form1.q.value = "Medicare Fee Schedule Database, MFSDB"}
  
  if (((document.form1.q.value).toUpperCase() == "MIP") || ((document.form1.q.value).toUpperCase() == "MEDICARE INTEGRITY PROGRAM"))
  {document.form1.q.value = "Medicare Integrity Program, MIP"}
  
  if (((document.form1.q.value).toUpperCase() == "MMA") || ((document.form1.q.value).toUpperCase() == "MEDICARE MODERNIZATION ACT OF 1999"))
  {document.form1.q.value = "Medicare Modernization Act of 1999, MMA"}
  
  if (((document.form1.q.value).toUpperCase() == "MPFS") || ((document.form1.q.value).toUpperCase() == "MEDICARE PHYSICIAN FEE SCHEDULE"))
  {document.form1.q.value = "Medicare Physician Fee Schedule, MPFS"}
  
  if (((document.form1.q.value).toUpperCase() == "MPFSDB") || ((document.form1.q.value).toUpperCase() == "MEDICARE PHYSICIAN FEE SCHEDULE DATABASE"))
  {document.form1.q.value = "Medicare Physician Fee Schedule Data Base, MPFSDB"}
  
  if (((document.form1.q.value).toUpperCase() == "MR") || ((document.form1.q.value).toUpperCase() == "MEDICAL REVIEW"))
  {document.form1.q.value = "Medical Review, MR"}
  
  if (((document.form1.q.value).toUpperCase() == "MRN") || ((document.form1.q.value).toUpperCase() == "MEDICARE REMITTANCE NOTICE"))
  {document.form1.q.value = "Medicare Remittance Notice, MRN"}
  
  if (((document.form1.q.value).toUpperCase() == "MSA") || ((document.form1.q.value).toUpperCase() == "METROPOLITAN STATISTICAL AREA"))
  {document.form1.q.value = "Metropolitan Statistical Area, MSA"}
  
  if (((document.form1.q.value).toUpperCase() == "MSN") || ((document.form1.q.value).toUpperCase() == "MEDICARE SUMMARY NOTICE"))
  {document.form1.q.value = "Medicare Summary Notice, MSN"}
  
  if (((document.form1.q.value).toUpperCase() == "MSP") || ((document.form1.q.value).toUpperCase() == "MEDICARE SECONDARY PAYOR"))
  {document.form1.q.value = "Medicare Secondary Payor, MSP"}
  
  if (((document.form1.q.value).toUpperCase() == "NCD") || ((document.form1.q.value).toUpperCase() == "NATIONAL COVERAGE DETERMINATION"))
  {document.form1.q.value = "National Coverage Determination, NCD"}
  
  if (((document.form1.q.value).toUpperCase() == "NF") || ((document.form1.q.value).toUpperCase() == "NURSING FACILITY"))
  {document.form1.q.value = "Nursing Facility, NF"}
  
  if (((document.form1.q.value).toUpperCase() == "NH") || ((document.form1.q.value).toUpperCase() == "NURSING HOME"))
  {document.form1.q.value = "Nursing Home, NH"}
  
  if (((document.form1.q.value).toUpperCase() == "NHIC") || ((document.form1.q.value).toUpperCase() == "NATIONAL HERITAGE INSURANCE COMPANY"))
  {document.form1.q.value = "National Heritage Insurance Company, NHIC"}
  
  if (((document.form1.q.value).toUpperCase() == "NOC") || ((document.form1.q.value).toUpperCase() == "NOT OTHERWISE CLASSIFIED"))
  {document.form1.q.value = "Not Otherwise Classified, NOC"}
  
  if (((document.form1.q.value).toUpperCase() == "NP") || ((document.form1.q.value).toUpperCase() == "NURSE PRACTITIONER"))
  {document.form1.q.value = "Nurse Practitioner, NP"}
  
  if (((document.form1.q.value).toUpperCase() == "NPI") || ((document.form1.q.value).toUpperCase() == "NATIONAL PROVIDER IDENTIFIER"))
  {document.form1.q.value = "National Provider Identifier, NPI"}
  
  if (((document.form1.q.value).toUpperCase() == "NSF") || ((document.form1.q.value).toUpperCase() == "NATIONAL STANDARD FORMAT"))
  {document.form1.q.value = "National Standard Format, NSF"}
  
  if (((document.form1.q.value).toUpperCase() == "OAA") || ((document.form1.q.value).toUpperCase() == "OLD AGE ASSISTANCE"))
  {document.form1.q.value = "Old Age Assistance, OAA"}
  
  if (((document.form1.q.value).toUpperCase() == "OBRA") || ((document.form1.q.value).toUpperCase() == "OMNIBUS BUDGE RECONCILIATION ACT"))
  {document.form1.q.value = "Omnibus Budge Reconciliation Act, OBRA"}
  
  if (((document.form1.q.value).toUpperCase() == "OCNA") || ((document.form1.q.value).toUpperCase() == "OTHER CARRIER NAME AND ADDRESS"))
  {document.form1.q.value = "Other Carrier Name and Address, OCNA"}
  
  if (((document.form1.q.value).toUpperCase() == "OIG") || ((document.form1.q.value).toUpperCase() == "OFFICE OF INSPECTOR GENERAL"))
  {document.form1.q.value = "Office of Inspector General, OIG"}
  
  if (((document.form1.q.value).toUpperCase() == "OMB") || ((document.form1.q.value).toUpperCase() == "OFFICE OF MANAGEMENT AND BUDGET"))
  {document.form1.q.value = "Office of Management and Budget, OMB"}
  
  if (((document.form1.q.value).toUpperCase() == "OPPS") || ((document.form1.q.value).toUpperCase() == "OUTPATIENT PROSPECTIVE PAYMENT SYSTEM"))
  {document.form1.q.value = "Outpatient prospective payment system, OPPS"}
  
  if (((document.form1.q.value).toUpperCase() == "PA") || ((document.form1.q.value).toUpperCase() == "PHYSICIAN ASSISTANT"))
  {document.form1.q.value = "Physician Assistant, PA"}
  
  if (((document.form1.q.value).toUpperCase() == "PAYERID") || ((document.form1.q.value).toUpperCase() == "PAYER IDENTIFICATION"))
  {document.form1.q.value = "Payer Identification, PAYERID"}
  
  if (((document.form1.q.value).toUpperCase() == "PC") || ((document.form1.q.value).toUpperCase() == "PROFESSIONAL COMPONENT"))
  {document.form1.q.value = "Professional component, PC"}
  
  if (((document.form1.q.value).toUpperCase() == "PET") || ((document.form1.q.value).toUpperCase() == "POSITRON EMISSION TOMOGRAPHY"))
  {document.form1.q.value = "Positron Emission Tomography, PET"}
  
  if (((document.form1.q.value).toUpperCase() == "PIN") || ((document.form1.q.value).toUpperCase() == "PROVIDER IDENTIFICATION NUMBER"))
  {document.form1.q.value = "Provider Identification Number, PIN"}
  
  if (((document.form1.q.value).toUpperCase() == "POA") || ((document.form1.q.value).toUpperCase() == "POWER OF ATTORNEY"))
  {document.form1.q.value = "Power of Attorney, POA"}
  
  if (((document.form1.q.value).toUpperCase() == "POS") || ((document.form1.q.value).toUpperCase() == "PLACE OF SERVICE"))
  {document.form1.q.value = "Place of Service, POS"}
  
  if (((document.form1.q.value).toUpperCase() == "PPIN") || ((document.form1.q.value).toUpperCase() == "PERFORMING PHYSICIAN IDENTIFICATION NUMBER"))
  {document.form1.q.value = "Performing Physician Identification Number, PPIN"}
  
  if (((document.form1.q.value).toUpperCase() == "PPR") || ((document.form1.q.value).toUpperCase() == "PHYSICIAN PAYMENT REFORM"))
  {document.form1.q.value = "Physician Payment Reform, PPR"}
  
  if (((document.form1.q.value).toUpperCase() == "PRO") || ((document.form1.q.value).toUpperCase() == "PEER REVIEW ORGANIZATION"))
  {document.form1.q.value = "Peer Review Organization, PRO"}
  
  if (((document.form1.q.value).toUpperCase() == "POS") || ((document.form1.q.value).toUpperCase() == "POINT OF SERVICE"))
  {document.form1.q.value = "Point of Service, POS"}
  
  if (((document.form1.q.value).toUpperCase() == "PSA") || ((document.form1.q.value).toUpperCase() == "PHYSICIAN SCARCITY AREA"))
  {document.form1.q.value = "Physician Scarcity Area, PSA"}
  
  if (((document.form1.q.value).toUpperCase() == "QA") || ((document.form1.q.value).toUpperCase() == "QUALITY ASSURANCE"))
  {document.form1.q.value = "Quality Assurance, QA"}
  
  if (((document.form1.q.value).toUpperCase() == "QMB") || ((document.form1.q.value).toUpperCase() == "QUALIFIED MEDICARE BENEFICIARY"))
  {document.form1.q.value = "Qualified Medicare Beneficiary, QMB"}
  
  if (((document.form1.q.value).toUpperCase() == "QRRB") || ((document.form1.q.value).toUpperCase() == "QUALIFIED RAILROAD RETIREMENT BENEFICIARY"))
  {document.form1.q.value = "Qualified Railroad Retirement Beneficiary, QRRB"}
  
  if (((document.form1.q.value).toUpperCase() == "RA") || ((document.form1.q.value).toUpperCase() == "REMITTANCE AGENCY"))
  {document.form1.q.value = "Remittance Advice, RA"}
  
  if (((document.form1.q.value).toUpperCase() == "RBRVS") || ((document.form1.q.value).toUpperCase() == "RESOURCE BASED RELATIVE VALUE SYSTEM"))
  {document.form1.q.value = "Resource Based Relative Value System, RBRVS"}
  
  if (((document.form1.q.value).toUpperCase() == "RN") || ((document.form1.q.value).toUpperCase() == "REGISTERED NURSE"))
  {document.form1.q.value = "Registered Nurse, RN"}
  
  if (((document.form1.q.value).toUpperCase() == "RRB") || ((document.form1.q.value).toUpperCase() == "RAILROAD RETIREMENT BENEFICIARY/BOARD"))
  {document.form1.q.value = "Railroad Retirement Beneficiary/Board, RRB"}
  
  if (((document.form1.q.value).toUpperCase() == "RVU") || ((document.form1.q.value).toUpperCase() == "RELATIVE VALUE UNIT"))
  {document.form1.q.value = "Relative Value Unit, RVU"}
  
  if (((document.form1.q.value).toUpperCase() == "SDP") || ((document.form1.q.value).toUpperCase() == "SINGLE DRUG PRICER"))
  {document.form1.q.value = "Single Drug Pricer, SDP"}
  
  if (((document.form1.q.value).toUpperCase() == "SGR") || ((document.form1.q.value).toUpperCase() == "SUSTAINABLE GROWTH RATE"))
  {document.form1.q.value = "Sustainable growth rate, SGR"}
  
  if (((document.form1.q.value).toUpperCase() == "SI") || ((document.form1.q.value).toUpperCase() == "SUPPLEMENTAL INSURER"))
  {document.form1.q.value = "Supplemental Insurer, SI"}
  
  if (((document.form1.q.value).toUpperCase() == "SNF") || ((document.form1.q.value).toUpperCase() == "SKILLED NURSING FACILITY"))
  {document.form1.q.value = "Skilled Nursing Facility, SNF"}
  
  if (((document.form1.q.value).toUpperCase() == "SPR") || ((document.form1.q.value).toUpperCase() == "STANDARD PAPER REMITTANCE"))
  {document.form1.q.value = "Standardized Paper Remittance, SPR"}
  
  if (((document.form1.q.value).toUpperCase() == "SSA") || ((document.form1.q.value).toUpperCase() == "SOCIAL SECURITY ADMINISTRATION/ACT"))
  {document.form1.q.value = "Social Security Administration/Act, SSA"}
  
  if (((document.form1.q.value).toUpperCase() == "TC") || ((document.form1.q.value).toUpperCase() == "TECHNICAL COMPONENT"))
  {document.form1.q.value = "Technical component, TC"}
  
  if (((document.form1.q.value).toUpperCase() == "TPA") || ((document.form1.q.value).toUpperCase() == "THIRD PARTY ADMINISTRATOR"))
  {document.form1.q.value = "Third Party Administrator, TPA"}
  
  if (((document.form1.q.value).toUpperCase() == "TPL") || ((document.form1.q.value).toUpperCase() == "THIRD PARTY LIABILITY"))
  {document.form1.q.value = "Third Party Liability, TPL"}
  
  if (((document.form1.q.value).toUpperCase() == "UPIN") || ((document.form1.q.value).toUpperCase() == "UNIQUE PHYSICIAN IDENTIFICATION NUMBER"))
  {document.form1.q.value = "Unique Physician Identification Number, UPIN"}

 if ((((document.form1.q.value).substr(0,2)).toUpperCase() == "CR") && (!(isNaN((document.form1.q.value).substr(3)))))
  { document.form1.q.value = (document.form1.q.value).replace(" ","") }

 if ((((document.form1.q.value).substr(0,2)).toUpperCase() == "MM") && (!(isNaN((document.form1.q.value).substr(3)))))
  { document.form1.q.value = (document.form1.q.value).replace(" ","") }

  if ((((document.form1.q.value).substr(0,2)).toUpperCase() == "SE") && (!(isNaN((document.form1.q.value).substr(3)))))
  { document.form1.q.value = (document.form1.q.value).replace(" ","") }

   if ((((document.form1.q.value).substr(0,3)).toUpperCase() == "JSM") && (!(isNaN((document.form1.q.value).substr(4)))))
  { document.form1.q.value = (document.form1.q.value).replace(" ","") }
  
  if ((document.form1.section.value) == "J14 MAC Part B")
  {
	  document.form1.cref.value = "http://www.medicarenhic.com/search/xml/ne_annotations.xml"
  }
  
  if ((document.form1.section.value) == "J14 MAC Part A")
  {
	  document.form1.cref.value = "http://www.medicarenhic.com/search/xml/pa_annotations.xml"
  }
  
  if ((document.form1.section.value) == "DME MAC A")
  {
	  document.form1.cref.value = "http://www.medicarenhic.com/search/xml/dme_annotations.xml"
  }
  
  if ((document.form1.section.value) == "Part B Beneficiary")
  {
	  document.form1.cref.value = "http://www.medicarenhic.com/search/xml/bene_annotations.xml"
  }
  
  if ((document.form1.section.value) == "RHHI")
  {
	  document.form1.cref.value = "http://www.medicarenhic.com/search/xml/rhhi_annotations.xml"
  }

  document.form1.submit; 
 } 
 
 
  

function abbreviate2()
{
if (((document.form1.as_q.value).toUpperCase() == "ABN") || ((document.form1.as_q.value).toUpperCase() == "ADVANCED BENEFICIARY NOTICE"))
  {document.form1.q.value = "Advanced Beneficiary Notice, ABN"};
  
if (((document.form1.as_q.value).toUpperCase() == "ABG") || ((document.form1.as_q.value).toUpperCase() == "ARTERIAL BLOOD GASES"))
  {document.form1.q.value = "Arterial Blood Gases, ABG"}

  if (((document.form1.as_q.value).toUpperCase() == "ADS") || ((document.form1.as_q.value).toUpperCase() == "AUTOMATED DEVELOPMENT SYSTEM"))
  {document.form1.q.value = "Automated Development System,ADS"}
  
  if (((document.form1.as_q.value).toUpperCase() == "ALJ") || ((document.form1.as_q.value).toUpperCase() == "ADMINISTRATIVE LAW JUDGE"))
  {document.form1.q.value = "Administrative Law Judge, ALJ"}
 
  if (((document.form1.as_q.value).toUpperCase() == "ALS") || ((document.form1.as_q.value).toUpperCase() == "ADVANCED LIFE SUPPORT"))
  {document.form1.q.value = "Advanced Life Support, ALS"}

  if (((document.form1.as_q.value).toUpperCase() == "AMA") || ((document.form1.as_q.value).toUpperCase() == "AMERICAN MEDICAL ASSOCIATION"))
  {document.form1.q.value = "American Medical Association, AMA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "ANSI") || ((document.form1.as_q.value).toUpperCase() == "AMERICAN NATIONAL STANDARDS INSTITUTE"))
  {document.form1.q.value = "American National Standards Institue, ANSI"}
  
  if (((document.form1.as_q.value).toUpperCase() == "ARU") || ((document.form1.as_q.value).toUpperCase() == "AUTOMATED RESPONSE UNIT"))
  {document.form1.q.value = "Automated Response Unit, ARU"}
  
  if (((document.form1.as_q.value).toUpperCase() == "ASC") || ((document.form1.as_q.value).toUpperCase() == "AMBULATORY SURGICAL CENTER"))
  {document.form1.q.value = "Ambulatory Surgical Center, ASC"}

  if (((document.form1.as_q.value).toUpperCase() == "ASP") || ((document.form1.as_q.value).toUpperCase() == "AVERAGE SALES PRICE"))
  {document.form1.q.value = "Average Sales Price, ASP"}
  
  if (((document.form1.as_q.value).toUpperCase() == "BBA") || ((document.form1.as_q.value).toUpperCase() == "BALANCED BUDGET ACT OF 1997"))
  {document.form1.q.value = "Balanced Budget Act of 1997, BBA"}
  
   if (((document.form1.as_q.value).toUpperCase() == "BBRA") || ((document.form1.as_q.value).toUpperCase() == "BALANCED BUDGET REFINEMENT ACT OF 1999"))
  {document.form1.q.value = "Balanced Budget Refinement Act of 1999, BBRA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "BES") || ((document.form1.as_q.value).toUpperCase() == "BENEFICIARY ELIGIBILITY SYSTEM"))
  {document.form1.q.value = "Beneficiary Eligibility System, BES"}
  
  if (((document.form1.as_q.value).toUpperCase() == "BIPA") || ((document.form1.as_q.value).toUpperCase() == "BENFITS IMPROVEMENT AND PROTECTION ACT OF 2000"))
  {document.form1.q.value = "Benefits Improvement and Protection Act of 2000, BIPA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "BISC") || ((document.form1.as_q.value).toUpperCase() == "BENEFITS INTEGRITY SAFEGUARD CONTRACTOR"))
  {document.form1.q.value = "Benefits Integrity Safeguard Contractor, BISC"}
  
   if (((document.form1.as_q.value).toUpperCase() == "BLS") || ((document.form1.as_q.value).toUpperCase() == "BASIC LIFE SUPPORT"))
  {document.form1.q.value = "Basic Life Support, BLS"}
  
   if (((document.form1.as_q.value).toUpperCase() == "CABBS") || ((document.form1.as_q.value).toUpperCase() == "CARRIER BULLETIN BOARD SYSTEM"))
  {document.form1.q.value = "Carrier Bulletin Board System, CABBS"}
  
   if (((document.form1.as_q.value).toUpperCase() == "CAC") || ((document.form1.as_q.value).toUpperCase() == "CARRIER (CONTRACTOR) ADVISORY COMMITTEE"))
  {document.form1.q.value = "Carrier (Contractor) Advisory Committee, CAC"}
  
   if (((document.form1.as_q.value).toUpperCase() == "CAT") || ((document.form1.as_q.value).toUpperCase() == "COMPUTERIZED AXIAL TOMOGRAPHY"))
  {document.form1.q.value = "Computerized Axial Tomography, CAT"}
  
  if (((document.form1.as_q.value).toUpperCase() == "CB") || ((document.form1.as_q.value).toUpperCase() == "CONSOLIDATED BILLING"))
  {document.form1.q.value = "Consolidated Billing, CB"}
  
  if (((document.form1.as_q.value).toUpperCase() == "CCI") || ((document.form1.as_q.value).toUpperCase() == "CORRECT CODING INITIATIVE"))
  {document.form1.q.value = "Correct Coding Initiative, CCI"}
  
  if (((document.form1.as_q.value).toUpperCase() == "CCN") || ((document.form1.as_q.value).toUpperCase() == "CORRESPONDENCE CONTROL NUMBER"))
  {document.form1.q.value = "Correspondence Control Number, CCN"}
  
  if (((document.form1.as_q.value).toUpperCase() == "CCU") || ((document.form1.as_q.value).toUpperCase() == "CRITICAL CARE UNIT"))
  {document.form1.q.value = "Critical Care Unit, CCU"}
  
  if (((document.form1.as_q.value).toUpperCase() == "CDT") || ((document.form1.as_q.value).toUpperCase() == "CURRENT DENTAL TEMINOLOGY"))
  {document.form1.q.value = "Current Dental Terminology, CDT"}
  
  if (((document.form1.as_q.value).toUpperCase() == "CERT") || ((document.form1.as_q.value).toUpperCase() == "COMPREHENSIVE ERROR RATE TESTING"))
  {document.form1.q.value = "Comprehensive Error Rate Testing, CERT"}
  
  if (((document.form1.as_q.value).toUpperCase() == "CF") || ((document.form1.as_q.value).toUpperCase() == "CONVERSION FACTOR"))
  {document.form1.q.value = "Conversion Factor, CF"}
  
  if (((document.form1.as_q.value).toUpperCase() == "CFR") || ((document.form1.as_q.value).toUpperCase() == "CODE OF FEDERAL REGULATIONS"))
  {document.form1.q.value = "Code of Federal Regulations, CFR"}
  
  if (((document.form1.as_q.value).toUpperCase() == "CLIA") || ((document.form1.as_q.value).toUpperCase() == "CLINICAL LABARATORY IMPROVEMENT AMENDMENTS"))
  {document.form1.q.value = "Clinical Labaratory Improvement Amendments, CLIA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "CMD") || ((document.form1.as_q.value).toUpperCase() == "CARRIER MEDICAL DIRECTOR"))
  {document.form1.q.value = "Carrier Medical Director, CMD"}
  
  if (((document.form1.as_q.value).toUpperCase() == "CMN") || ((document.form1.as_q.value).toUpperCase() == "CERTIFICATE OF MEDICAL NECESSITY"))
  {document.form1.q.value = "Certificate of Medical Necessity, CMN"}
  
  if (((document.form1.as_q.value).toUpperCase() == "CMP") || ((document.form1.as_q.value).toUpperCase() == "CIVIL MONETARY PENALTIES"))
  {document.form1.q.value = "Civil Monetary Penalties, CMP"}
  
  if (((document.form1.as_q.value).toUpperCase() == "CMR") || ((document.form1.as_q.value).toUpperCase() == "COMPREHENSIVE MEDICAL REVIEW"))
  {document.form1.q.value = "Comprehensive Medical Review, CMR"}
  
   if (((document.form1.as_q.value).toUpperCase() == "CMS") || ((document.form1.as_q.value).toUpperCase() == "CENTERS FOR MEDICARE & MEDICAID SERVICES"))
  {document.form1.q.value = "Centers for Medicare & Medicaid Services, CMS"}
  
   if (((document.form1.as_q.value).toUpperCase() == "CNS") || ((document.form1.as_q.value).toUpperCase() == "CLINICAL NURSE SPECIALIST"))
  {document.form1.q.value = "Clinical Nurse Specialist,CNS"}
  
   if (((document.form1.as_q.value).toUpperCase() == "COB") || ((document.form1.as_q.value).toUpperCase() == "COORDINATION OF BENEFITS"))
  {document.form1.q.value = "Coordination of Benefits, COB"}
  
   if (((document.form1.as_q.value).toUpperCase() == "CP") || ((document.form1.as_q.value).toUpperCase() == "CLINICAL PSYCHOLOGIST"))
  {document.form1.q.value = "Clinical Psychologist, CP"}
  
   if (((document.form1.as_q.value).toUpperCase() == "CPO") || ((document.form1.as_q.value).toUpperCase() == "CARE PLAN OVERSIGHT"))
  {document.form1.q.value = "Care Plan Oversight, CPO"}
  
   if (((document.form1.as_q.value).toUpperCase() == "CPR") || ((document.form1.as_q.value).toUpperCase() == "COMPARATIVE PERFORMANCE REPORT"))
  {document.form1.q.value = "Comparative Performance Report, CPR"}
  
   if (((document.form1.as_q.value).toUpperCase() == "CPT") || ((document.form1.as_q.value).toUpperCase() == "CURRENT PROCEDURAL TEMINOLOGY"))
  {document.form1.q.value = "Current Procedural Terminology, CPT"}
  
   if (((document.form1.as_q.value).toUpperCase() == "CRD") || ((document.form1.as_q.value).toUpperCase() == "CHRONIC RENAL DISEASE"))
  {document.form1.q.value = "Chronic Renal Disease, CRD"}
  
   if (((document.form1.as_q.value).toUpperCase() == "CRF") || ((document.form1.as_q.value).toUpperCase() == "CHRONIC RENAL FAILURE"))
  {document.form1.q.value = "Chronic Renal Failure, CRF"}
  
   if (((document.form1.as_q.value).toUpperCase() == "CRNA") || ((document.form1.as_q.value).toUpperCase() == "CERTIFIED REGISTERED NURSE ASSISTANT"))
  {document.form1.q.value = "Certified Registered Nurse Assistant, CRNA"}
  
   if (((document.form1.as_q.value).toUpperCase() == "CWF") || ((document.form1.as_q.value).toUpperCase() == "COMMON WORKING FILE"))
  {document.form1.q.value = "Common Working File, CWF"}
  
   if (((document.form1.as_q.value).toUpperCase() == "CY") || ((document.form1.as_q.value).toUpperCase() == "CALENDAR YEAR"))
  {document.form1.q.value = "Calendar Year, CY"}
  
   if (((document.form1.as_q.value).toUpperCase() == "DC") || ((document.form1.as_q.value).toUpperCase() == "DOCTOR OF CHIROPRACTIC MEDICINE"))
  {document.form1.q.value = "Doctor of Chiropractic Medicine, DC"}
  
   if (((document.form1.as_q.value).toUpperCase() == "DHHS") || ((document.form1.as_q.value).toUpperCase() == "DEPARTMENT OF HEALTH & HUMAN SERVICES"))
  {document.form1.q.value = "Department of Health & Human Services, DHHS"}
  
   if (((document.form1.as_q.value).toUpperCase() == "DME") || ((document.form1.as_q.value).toUpperCase() == "DURABLE MEDICAL EQUIPMENT"))
  {document.form1.q.value = "Durable Medical Equipment, DME"}
  
   if (((document.form1.as_q.value).toUpperCase() == "DMERC") || ((document.form1.as_q.value).toUpperCase() == "DURABLE MEDICAL EQUPMENT REGIONAL CARRIER"))
  {document.form1.q.value = "Durable Medical Equipment Regional Carrier, DMERC"}
  
   if (((document.form1.as_q.value).toUpperCase() == "DO") || ((document.form1.as_q.value).toUpperCase() == "DOCTOR OF OSTEOPATHY"))
  {document.form1.q.value = "Doctor of Osteopathy, DO"}
  
   if (((document.form1.as_q.value).toUpperCase() == "DOS") || ((document.form1.as_q.value).toUpperCase() == "DATE OF SERVICE"))
  {document.form1.q.value = "Date of Service, DOS"}
  
   if (((document.form1.as_q.value).toUpperCase() == "DPM") || ((document.form1.as_q.value).toUpperCase() == "DOCTOR OF PODIATRIC MEDICINE"))
  {document.form1.q.value = "Doctor of Podiatric Medicine, DPM"}
  
   if (((document.form1.as_q.value).toUpperCase() == "DX") || ((document.form1.as_q.value).toUpperCase() == "DIAGNOSIS"))
  {document.form1.q.value = "Diagnosis, DX"}
  
  if (((document.form1.as_q.value).toUpperCase() == "E&M") || ((document.form1.as_q.value).toUpperCase() == "EVALUATION & MANAGEMENT"))
  {document.form1.q.value = "Evaluation and Management, E&M"}
  
  if (((document.form1.as_q.value).toUpperCase() == "E/M") || ((document.form1.as_q.value).toUpperCase() == "EVALULATION/MANAGEMENT"))
  {document.form1.q.value = "Evaluation and Management, E/M"}
  
  if (((document.form1.as_q.value).toUpperCase() == "EDI") || ((document.form1.as_q.value).toUpperCase() == "ELECTRONIC DATA INTERCHANGE"))
  {document.form1.q.value = "Electronic Data Interchange,EDI"}
  
  if (((document.form1.as_q.value).toUpperCase() == "EFT") || ((document.form1.as_q.value).toUpperCase() == "ELECTRONIC FUNDS TRANSFER"))
  {document.form1.q.value = "Electronic Funds Transfer, EFT"}
  
  if (((document.form1.as_q.value).toUpperCase() == "EGHP") || ((document.form1.as_q.value).toUpperCase() == "EMPLOYER GROUP HEALTH PLAN"))
  {document.form1.q.value = "Empoyer Group Health Plan, EGHP"}
  
  if (((document.form1.as_q.value).toUpperCase() == "EM") || ((document.form1.as_q.value).toUpperCase() == "EVALUATION AND MANAGEMENT"))
  {document.form1.q.value = "Evaluation and Management, EM"}
  
  if (((document.form1.as_q.value).toUpperCase() == "EMC") || ((document.form1.as_q.value).toUpperCase() == "ELECTRONIC MEDIA CLAIMS"))
  {document.form1.q.value = "Electronic Media Claims, EMC"}
  
  if (((document.form1.as_q.value).toUpperCase() == "EOB") || ((document.form1.as_q.value).toUpperCase() == "EXPLANATION OF BENEFITS"))
  {document.form1.q.value = "Explanation of Benefits, EOB"}
  
  if (((document.form1.as_q.value).toUpperCase() == "EOMB") || ((document.form1.as_q.value).toUpperCase() == "EXPLANATION OF MEDICARE/MEDICAL BENEFITS"))
  {document.form1.q.value = "Explanation of Medicare/Medical Benefits, EOMB"}
  
  if (((document.form1.as_q.value).toUpperCase() == "ER") || ((document.form1.as_q.value).toUpperCase() == "EMERGENCY ROOM"))
  {document.form1.q.value = "Emergency Room, ER"}
  
  if (((document.form1.as_q.value).toUpperCase() == "ERA") || ((document.form1.as_q.value).toUpperCase() == "ELECTRONIC REMITTANCE ADVICE"))
  {document.form1.q.value = "Electronic Remittance Advice, ERA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "ESRD") || ((document.form1.as_q.value).toUpperCase() == "END STAGE RENAL DISEASE"))
  {document.form1.q.value = "End Stage Renal Disease, ESRD"}
  
  if (((document.form1.as_q.value).toUpperCase() == "FAQ") || ((document.form1.as_q.value).toUpperCase() == "FREQUENTLY ASKED QUESTION"))
  {document.form1.q.value = "Frequently Asked Question, FAQ"}
  
  if (((document.form1.as_q.value).toUpperCase() == "FCN") || ((document.form1.as_q.value).toUpperCase() == "FINANCIAL CONTROL NUMBER"))
  {document.form1.q.value = "Financial Control Number, FCN"}
  
  if (((document.form1.as_q.value).toUpperCase() == "FDA") || ((document.form1.as_q.value).toUpperCase() == "FOOD AND DRUG ADMINISTRATION"))
  {document.form1.q.value = "Food and Drug Administration, FDA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "FEP") || ((document.form1.as_q.value).toUpperCase() == "FEDERAL EMPLOYEE PROGRAM"))
  {document.form1.q.value = "Federal Employee Program"}
  
  if (((document.form1.as_q.value).toUpperCase() == "FH") || ((document.form1.as_q.value).toUpperCase() == "FAIR HEARING"))
  {document.form1.q.value = "Fair Hearing, FH"}
  
  if (((document.form1.as_q.value).toUpperCase() == "FMR") || ((document.form1.as_q.value).toUpperCase() == "FOCUSED MEDICAL REVIEW"))
  {document.form1.q.value = "Focused Medical Review, FMR"}
  
  if (((document.form1.as_q.value).toUpperCase() == "FOIA") || ((document.form1.as_q.value).toUpperCase() == "FREEDOM OF INFORMATION ACT"))
  {document.form1.q.value = "Freedom of Information Act, FOIA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "FR") || ((document.form1.as_q.value).toUpperCase() == "FEDERAL REGISTER"))
  {document.form1.q.value = "Federal Register, FR"}
  
  if (((document.form1.as_q.value).toUpperCase() == "FRC") || ((document.form1.as_q.value).toUpperCase() == "FEDERAL RECORD CENTER"))
  {document.form1.q.value = "Federal Record Center, FRC"}
  
  if (((document.form1.as_q.value).toUpperCase() == "GPCI") || ((document.form1.as_q.value).toUpperCase() == "GEOGRAPHIC PRACTICE COST INDEX"))
  {document.form1.q.value = "Geographic practice cost index, GPCI"}
  
  if (((document.form1.as_q.value).toUpperCase() == "GPPP") || ((document.form1.as_q.value).toUpperCase() == "GROUP PRACTICE PREPAYMENT PLAN"))
  {document.form1.q.value = "Group Practice Prepayment Plan, GPPP"}
  
  if (((document.form1.as_q.value).toUpperCase() == "GRP") || ((document.form1.as_q.value).toUpperCase() == "GROUP IDENTIFICATION NUMBER"))
  {document.form1.q.value = "Group Identification Number, GRP"}
  
  if (((document.form1.as_q.value).toUpperCase() == "HBP") || ((document.form1.as_q.value).toUpperCase() == "HOSPITAL BASED PHYSICIAN"))
  {document.form1.q.value = "Hospital Based Physician, HBP"}
  
  if (((document.form1.as_q.value).toUpperCase() == "HCFA") || ((document.form1.as_q.value).toUpperCase() == "HEALTH CARE FINANCING ADMINISTRATION"))
  {document.form1.q.value = "Health Care Financing Administration, HCFA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "HCPCS") || ((document.form1.as_q.value).toUpperCase() == "HEALTHCARE COMMOM PROCEDURAL CODING SYSTEM"))
  {document.form1.q.value = "Healthcare Common Procedural Coding System, HCPCS"}
  
  if (((document.form1.as_q.value).toUpperCase() == "HH") || ((document.form1.as_q.value).toUpperCase() == "HOME HEALTH"))
  {document.form1.q.value = "Home Health, HH"}
  
  if (((document.form1.as_q.value).toUpperCase() == "HHA") || ((document.form1.as_q.value).toUpperCase() == "HOME HEALTH AGENCY"))
  {document.form1.q.value = "Home Health Agency, HHA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "HHS") || ((document.form1.as_q.value).toUpperCase() == "HOME HEALTH SERVICES"))
  {document.form1.q.value = "Home Health Services, HHS"}
  
  if (((document.form1.as_q.value).toUpperCase() == "HIC") || ((document.form1.as_q.value).toUpperCase() == "HEALTH INSURANCE CLAIMS"))
  {document.form1.q.value = "Health Insurance Claim, HIC"}
  
  if (((document.form1.as_q.value).toUpperCase() == "HICN") || ((document.form1.as_q.value).toUpperCase() == "HEALTH INSURANCE CLAIM NUMBER"))
  {document.form1.q.value = "Health Insurance Claim Number (Medicare Number), HICN"}
  
  if (((document.form1.as_q.value).toUpperCase() == "HIPAA") || ((document.form1.as_q.value).toUpperCase() == "HEALTH INSURANCE PORTABILITY AND ACCOUNTABILITY ACT"))
  {document.form1.q.value = "Health Insurance Portability and Accountability Act, HIPAA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "HMO") || ((document.form1.as_q.value).toUpperCase() == "HEALTH MAINTENANCE ORGANIZATION"))
  {document.form1.q.value = "Health Maintenance Organization, HMO"}
  
  if (((document.form1.as_q.value).toUpperCase() == "HO") || ((document.form1.as_q.value).toUpperCase() == "HEARING OFFICER"))
  {document.form1.q.value = "Hearing Officer, HO"}
  
  if (((document.form1.as_q.value).toUpperCase() == "HPSA") || ((document.form1.as_q.value).toUpperCase() == "HEALTH PROFESSIONAL SHORTAGE AREA"))
  {document.form1.q.value = "Health Professional Shortage Area, HPSA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "ICD") || ((document.form1.as_q.value).toUpperCase() == "INTERNATIONAL CLASSIFICATION OF DISEASE"))
  {document.form1.q.value = "International Classification of Disease, ICD"}
  
  if (((document.form1.as_q.value).toUpperCase() == "ICD-9-CM") || ((document.form1.as_q.value).toUpperCase() == "INTERNATIONAL CLASSIFICATION OF DISEASE, NINTH REVISION, CLINICAL MODIFICATION"))
  {document.form1.q.value = "International Classification of Disease, Ninth Revision, Clinical Modification, ICD-9-CM"}
  
  if (((document.form1.as_q.value).toUpperCase() == "ICD9") || ((document.form1.as_q.value).toUpperCase() == "INTERNATIONAL CLASSIFICATION OF DISEASE, NINTH REVISION"))
  {document.form1.q.value = "International Classification of Disease, Ninth Revision, ICD9"}
  
  if (((document.form1.as_q.value).toUpperCase() == "ICN") || ((document.form1.as_q.value).toUpperCase() == "INTERNAL CONTROL NUMBER"))
  {document.form1.q.value = "Internal Claim/Control Number, ICN"}
  
  if (((document.form1.as_q.value).toUpperCase() == "ICR") || ((document.form1.as_q.value).toUpperCase() == "INTELLIGENT CHARACTER RECOGNITION"))
  {document.form1.q.value = "Intelligent Character Recognition, ICR"}
  
  if (((document.form1.as_q.value).toUpperCase() == "ICU") || ((document.form1.as_q.value).toUpperCase() == "INTENSIVE CARE UNIT"))
  {document.form1.q.value = "Intensive Care Unit, ICU"}
  
  if (((document.form1.as_q.value).toUpperCase() == "IDTF") || ((document.form1.as_q.value).toUpperCase() == "INDEPENDENT DIAGNOSTIC TESTING FACILITY"))
  {document.form1.q.value = "Independent Diagnostic Testing Facility, IDTF"}
  
  if (((document.form1.as_q.value).toUpperCase() == "IOL") || ((document.form1.as_q.value).toUpperCase() == "INTRAOCULAR LENS"))
  {document.form1.q.value = "Intraocular Lens, IOL"}
  
  if (((document.form1.as_q.value).toUpperCase() == "IOM") || ((document.form1.as_q.value).toUpperCase() == "INTERNET ONLY MANUAL"))
  {document.form1.q.value = "Internet Only Manual, IOM"}
  
  if (((document.form1.as_q.value).toUpperCase() == "IPL") || ((document.form1.as_q.value).toUpperCase() == "INDEPENDENT PHYSIOLOGICAL LABORATORY"))
  {document.form1.q.value = "Independent Physiological Laboratory, IPL"}
  
  if (((document.form1.as_q.value).toUpperCase() == "LCD") || ((document.form1.as_q.value).toUpperCase() == "LOCAL COVERAGE DETERMINATION"))
  {document.form1.q.value = "Local Coverage Determination, LCD"}
  
  if (((document.form1.as_q.value).toUpperCase() == "LCSW") || ((document.form1.as_q.value).toUpperCase() == "LICENSED CLINICAL SOCIAL WORKER"))
  {document.form1.q.value = "Licensed Clinical Social Worker, LCSW"}
  
  if (((document.form1.as_q.value).toUpperCase() == "LGHP") || ((document.form1.as_q.value).toUpperCase() == "LARGE GROUP HEALTH PLAN"))
  {document.form1.q.value = "Large Group Health Plan, LGHP"}
  
  if (((document.form1.as_q.value).toUpperCase() == "LMRP") || ((document.form1.as_q.value).toUpperCase() == "LOCAL MEDICAL REVIEW POLICY"))
  {document.form1.q.value = "Local Medical Review Policy, LMRP"}
  
  if (((document.form1.as_q.value).toUpperCase() == "MAF") || ((document.form1.as_q.value).toUpperCase() == "MEDICARE ADVISORY FORUM"))
  {document.form1.q.value = "Medicare Advisory Forum, MAF"}
  
  if (((document.form1.as_q.value).toUpperCase() == "MCM") || ((document.form1.as_q.value).toUpperCase() == "MEDICARE CLAIMS MANUAL"))
  {document.form1.q.value = "Medicare Claims Manual, MCM"}
  
  if (((document.form1.as_q.value).toUpperCase() == "MCP") || ((document.form1.as_q.value).toUpperCase() == "MONTHLY CAPITATION PAYMENT"))
  {document.form1.q.value = "Monthly Capitation Payment, MCP"}
  
  if (((document.form1.as_q.value).toUpperCase() == "MEDPARC") || ((document.form1.as_q.value).toUpperCase() == "MEDICARE PARTICIPATING PHYSICIAN/SUPPLIER DIRECTORY"))
  {document.form1.q.value = "Medicare Participating Physician/Supplier Directory, MEDPARC"}
  
  if (((document.form1.as_q.value).toUpperCase() == "MEI") || ((document.form1.as_q.value).toUpperCase() == "MEDICARE ECONOMIC INDEX"))
  {document.form1.q.value = "Medicare Economic Index, MEI"}
  
  if (((document.form1.as_q.value).toUpperCase() == "MFSDB") || ((document.form1.as_q.value).toUpperCase() == "MEDICARE FEE SCHEDULE DATABASE"))
  {document.form1.q.value = "Medicare Fee Schedule Database, MFSDB"}
  
  if (((document.form1.as_q.value).toUpperCase() == "MIP") || ((document.form1.as_q.value).toUpperCase() == "MEDICARE INTEGRITY PROGRAM"))
  {document.form1.q.value = "Medicare Integrity Program, MIP"}
  
  if (((document.form1.as_q.value).toUpperCase() == "MMA") || ((document.form1.as_q.value).toUpperCase() == "MEDICARE MODERNIZATION ACT OF 1999"))
  {document.form1.q.value = "Medicare Modernization Act of 1999, MMA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "MPFS") || ((document.form1.as_q.value).toUpperCase() == "MEDICARE PHYSICIAN FEE SCHEDULE"))
  {document.form1.q.value = "Medicare Physician Fee Schedule, MPFS"}
  
  if (((document.form1.as_q.value).toUpperCase() == "MPFSDB") || ((document.form1.as_q.value).toUpperCase() == "MEDICARE PHYSICIAN FEE SCHEDULE DATABASE"))
  {document.form1.q.value = "Medicare Physician Fee Schedule Data Base, MPFSDB"}
  
  if (((document.form1.as_q.value).toUpperCase() == "MR") || ((document.form1.as_q.value).toUpperCase() == "MEDICAL REVIEW"))
  {document.form1.q.value = "Medical Review, MR"}
  
  if (((document.form1.as_q.value).toUpperCase() == "MRN") || ((document.form1.as_q.value).toUpperCase() == "MEDICARE REMITTANCE NOTICE"))
  {document.form1.q.value = "Medicare Remittance Notice, MRN"}
  
  if (((document.form1.as_q.value).toUpperCase() == "MSA") || ((document.form1.as_q.value).toUpperCase() == "METROPOLITAN STATISTICAL AREA"))
  {document.form1.q.value = "Metropolitan Statistical Area, MSA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "MSN") || ((document.form1.as_q.value).toUpperCase() == "MEDICARE SUMMARY NOTICE"))
  {document.form1.q.value = "Medicare Summary Notice, MSN"}
  
  if (((document.form1.as_q.value).toUpperCase() == "MSP") || ((document.form1.as_q.value).toUpperCase() == "MEDICARE SECONDARY PAYOR"))
  {document.form1.q.value = "Medicare Secondary Payor, MSP"}
  
  if (((document.form1.as_q.value).toUpperCase() == "NCD") || ((document.form1.as_q.value).toUpperCase() == "NATIONAL COVERAGE DETERMINATION"))
  {document.form1.q.value = "National Coverage Determination, NCD"}
  
  if (((document.form1.as_q.value).toUpperCase() == "NF") || ((document.form1.as_q.value).toUpperCase() == "NURSING FACILITY"))
  {document.form1.q.value = "Nursing Facility, NF"}
  
  if (((document.form1.as_q.value).toUpperCase() == "NH") || ((document.form1.as_q.value).toUpperCase() == "NURSING HOME"))
  {document.form1.q.value = "Nursing Home, NH"}
  
  if (((document.form1.as_q.value).toUpperCase() == "NHIC") || ((document.form1.as_q.value).toUpperCase() == "NATIONAL HERITAGE INSURANCE COMPANY"))
  {document.form1.q.value = "National Heritage Insurance Company, NHIC"}
  
  if (((document.form1.as_q.value).toUpperCase() == "NOC") || ((document.form1.as_q.value).toUpperCase() == "NOT OTHERWISE CLASSIFIED"))
  {document.form1.q.value = "Not Otherwise Classified, NOC"}
  
  if (((document.form1.as_q.value).toUpperCase() == "NP") || ((document.form1.as_q.value).toUpperCase() == "NURSE PRACTITIONER"))
  {document.form1.q.value = "Nurse Practitioner, NP"}
  
  if (((document.form1.as_q.value).toUpperCase() == "NPI") || ((document.form1.as_q.value).toUpperCase() == "NATIONAL PROVIDER IDENTIFIER"))
  {document.form1.q.value = "National Provider Identifier, NPI"}
  
  if (((document.form1.as_q.value).toUpperCase() == "NSF") || ((document.form1.as_q.value).toUpperCase() == "NATIONAL STANDARD FORMAT"))
  {document.form1.q.value = "National Standard Format, NSF"}
  
  if (((document.form1.as_q.value).toUpperCase() == "OAA") || ((document.form1.as_q.value).toUpperCase() == "OLD AGE ASSISTANCE"))
  {document.form1.q.value = "Old Age Assistance, OAA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "OBRA") || ((document.form1.as_q.value).toUpperCase() == "OMNIBUS BUDGE RECONCILIATION ACT"))
  {document.form1.q.value = "Omnibus Budge Reconciliation Act, OBRA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "OCNA") || ((document.form1.as_q.value).toUpperCase() == "OTHER CARRIER NAME AND ADDRESS"))
  {document.form1.q.value = "Other Carrier Name and Address, OCNA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "OIG") || ((document.form1.as_q.value).toUpperCase() == "OFFICE OF INSPECTOR GENERAL"))
  {document.form1.q.value = "Office of Inspector General, OIG"}
  
  if (((document.form1.as_q.value).toUpperCase() == "OMB") || ((document.form1.as_q.value).toUpperCase() == "OFFICE OF MANAGEMENT AND BUDGET"))
  {document.form1.q.value = "Office of Management and Budget, OMB"}
  
  if (((document.form1.as_q.value).toUpperCase() == "OPPS") || ((document.form1.as_q.value).toUpperCase() == "OUTPATIENT PROSPECTIVE PAYMENT SYSTEM"))
  {document.form1.q.value = "Outpatient prospective payment system, OPPS"}
  
  if (((document.form1.as_q.value).toUpperCase() == "PA") || ((document.form1.as_q.value).toUpperCase() == "PHYSICIAN ASSISTANT"))
  {document.form1.q.value = "Physician Assistant, PA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "PAYERID") || ((document.form1.as_q.value).toUpperCase() == "PAYER IDENTIFICATION"))
  {document.form1.q.value = "Payer Identification, PAYERID"}
  
  if (((document.form1.as_q.value).toUpperCase() == "PC") || ((document.form1.as_q.value).toUpperCase() == "PROFESSIONAL COMPONENT"))
  {document.form1.q.value = "Professional component, PC"}
  
  if (((document.form1.as_q.value).toUpperCase() == "PET") || ((document.form1.as_q.value).toUpperCase() == "POSITRON EMISSION TOMOGRAPHY"))
  {document.form1.q.value = "Positron Emission Tomography, PET"}
  
  if (((document.form1.as_q.value).toUpperCase() == "PIN") || ((document.form1.as_q.value).toUpperCase() == "PROVIDER IDENTIFICATION NUMBER"))
  {document.form1.q.value = "Provider Identification Number, PIN"}
  
  if (((document.form1.as_q.value).toUpperCase() == "POA") || ((document.form1.as_q.value).toUpperCase() == "POWER OF ATTORNEY"))
  {document.form1.q.value = "Power of Attorney, POA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "POS") || ((document.form1.as_q.value).toUpperCase() == "PLACE OF SERVICE"))
  {document.form1.q.value = "Place of Service, POS"}
  
  if (((document.form1.as_q.value).toUpperCase() == "PPIN") || ((document.form1.as_q.value).toUpperCase() == "PERFORMING PHYSICIAN IDENTIFICATION NUMBER"))
  {document.form1.q.value = "Performing Physician Identification Number, PPIN"}
  
  if (((document.form1.as_q.value).toUpperCase() == "PPR") || ((document.form1.as_q.value).toUpperCase() == "PHYSICIAN PAYMENT REFORM"))
  {document.form1.q.value = "Physician Payment Reform, PPR"}
  
  if (((document.form1.as_q.value).toUpperCase() == "PRO") || ((document.form1.as_q.value).toUpperCase() == "PEER REVIEW ORGANIZATION"))
  {document.form1.q.value = "Peer Review Organization, PRO"}
  
  if (((document.form1.as_q.value).toUpperCase() == "POS") || ((document.form1.as_q.value).toUpperCase() == "POINT OF SERVICE"))
  {document.form1.q.value = "Point of Service, POS"}
  
  if (((document.form1.as_q.value).toUpperCase() == "PSA") || ((document.form1.as_q.value).toUpperCase() == "PHYSICIAN SCARCITY AREA"))
  {document.form1.q.value = "Physician Scarcity Area, PSA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "QA") || ((document.form1.as_q.value).toUpperCase() == "QUALITY ASSURANCE"))
  {document.form1.q.value = "Quality Assurance, QA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "QMB") || ((document.form1.as_q.value).toUpperCase() == "QUALIFIED MEDICARE BENEFICIARY"))
  {document.form1.q.value = "Qualified Medicare Beneficiary, QMB"}
  
  if (((document.form1.as_q.value).toUpperCase() == "QRRB") || ((document.form1.as_q.value).toUpperCase() == "QUALIFIED RAILROAD RETIREMENT BENEFICIARY"))
  {document.form1.q.value = "Qualified Railroad Retirement Beneficiary, QRRB"}
  
  if (((document.form1.as_q.value).toUpperCase() == "RA") || ((document.form1.as_q.value).toUpperCase() == "REMITTANCE AGENCY"))
  {document.form1.q.value = "Remittance Advice, RA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "RBRVS") || ((document.form1.as_q.value).toUpperCase() == "RESOURCE BASED RELATIVE VALUE SYSTEM"))
  {document.form1.q.value = "Resource Based Relative Value System, RBRVS"}
  
  if (((document.form1.as_q.value).toUpperCase() == "RN") || ((document.form1.as_q.value).toUpperCase() == "REGISTERED NURSE"))
  {document.form1.q.value = "Registered Nurse, RN"}
  
  if (((document.form1.as_q.value).toUpperCase() == "RRB") || ((document.form1.as_q.value).toUpperCase() == "RAILROAD RETIREMENT BENEFICIARY/BOARD"))
  {document.form1.q.value = "Railroad Retirement Beneficiary/Board, RRB"}
  
  if (((document.form1.as_q.value).toUpperCase() == "RVU") || ((document.form1.as_q.value).toUpperCase() == "RELATIVE VALUE UNIT"))
  {document.form1.q.value = "Relative Value Unit, RVU"}
  
  if (((document.form1.as_q.value).toUpperCase() == "SDP") || ((document.form1.as_q.value).toUpperCase() == "SINGLE DRUG PRICER"))
  {document.form1.q.value = "Single Drug Pricer, SDP"}
  
  if (((document.form1.as_q.value).toUpperCase() == "SGR") || ((document.form1.as_q.value).toUpperCase() == "SUSTAINABLE GROWTH RATE"))
  {document.form1.q.value = "Sustainable growth rate, SGR"}
  
  if (((document.form1.as_q.value).toUpperCase() == "SI") || ((document.form1.as_q.value).toUpperCase() == "SUPPLEMENTAL INSURER"))
  {document.form1.q.value = "Supplemental Insurer, SI"}
  
  if (((document.form1.as_q.value).toUpperCase() == "SNF") || ((document.form1.as_q.value).toUpperCase() == "SKILLED NURSING FACILITY"))
  {document.form1.q.value = "Skilled Nursing Facility, SNF"}
  
  if (((document.form1.as_q.value).toUpperCase() == "SPR") || ((document.form1.as_q.value).toUpperCase() == "STANDARD PAPER REMITTANCE"))
  {document.form1.q.value = "Standardized Paper Remittance, SPR"}
  
  if (((document.form1.as_q.value).toUpperCase() == "SSA") || ((document.form1.as_q.value).toUpperCase() == "SOCIAL SECURITY ADMINISTRATION/ACT"))
  {document.form1.q.value = "Social Security Administration/Act, SSA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "TC") || ((document.form1.as_q.value).toUpperCase() == "TECHNICAL COMPONENT"))
  {document.form1.q.value = "Technical component, TC"}
  
  if (((document.form1.as_q.value).toUpperCase() == "TPA") || ((document.form1.as_q.value).toUpperCase() == "THIRD PARTY ADMINISTRATOR"))
  {document.form1.q.value = "Third Party Administrator, TPA"}
  
  if (((document.form1.as_q.value).toUpperCase() == "TPL") || ((document.form1.as_q.value).toUpperCase() == "THIRD PARTY LIABILITY"))
  {document.form1.q.value = "Third Party Liability, TPL"}
  
  if (((document.form1.as_q.value).toUpperCase() == "UPIN") || ((document.form1.as_q.value).toUpperCase() == "UNIQUE PHYSICIAN IDENTIFICATION NUMBER"))
  {document.form1.q.value = "Unique Physician Identification Number, UPIN"}

 if ((((document.form1.as_q.value).substr(0,2)).toUpperCase() == "CR") && (!(isNaN((document.form1.as_q.value).substr(3)))))
  { document.form1.q.value = (document.form1.q.value).replace(" ","") }

 if ((((document.form1.as_q.value).substr(0,2)).toUpperCase() == "MM") && (!(isNaN((document.form1.as_q.value).substr(3)))))
  { document.form1.q.value = (document.form1.q.value).replace(" ","") }

  if ((((document.form1.as_q.value).substr(0,2)).toUpperCase() == "SE") && (!(isNaN((document.form1.as_q.value).substr(3)))))
  { document.form1.q.value = (document.form1.q.value).replace(" ","") }

   if ((((document.form1.as_q.value).substr(0,3)).toUpperCase() == "JSM") && (!(isNaN((document.form1.as_q.value).substr(4)))))
  { document.form1.q.value = (document.form1.q.value).replace(" ","") }
  
  if ((document.form1.section.value) == "J14 MAC Part B")
  {
	  document.form1.cref.value = "http://www.medicarenhic.com/search/xml/ne_annotations.xml"
  }
  
  if ((document.form1.section.value) == "J14 MAC Part A")
  {
	  document.form1.cref.value = "http://www.medicarenhic.com/search/xml/pa_annotations.xml"
  }
  
  if ((document.form1.section.value) == "DME MAC A")
  {
	  document.form1.cref.value = "http://www.medicarenhic.com/search/xml/dme_annotations.xml"
  }
  
  if ((document.form1.section.value) == "Part B Beneficiary")
  {
	  document.form1.cref.value = "http://www.medicarenhic.com/search/xml/bene_annotations.xml"
  }
  
  if ((document.form1.section.value) == "RHHI")
  {
	  document.form1.cref.value = "http://www.medicarenhic.com/search/xml/rhhi_annotations.xml"
  }

  document.form1.submit;


  
 } 
  

