function showMsg(id) {
    var mess;
    if(id == "m1")  { mess = "Address"; }
    if(id == "m2")  { mess = "Phone"; }
    if(id == "m3")  { mess = "Hospital Type"; }
    if(id == "m4")  { mess = "Hospital Owner"; }
    if(id == "m5")  { mess = "Accreditation"; }
    if(id == "m6")  { mess = "Emergecy"; }

    if(id == 1)  { mess = "Children's Asthma Care"; }
    if(id == 2)  { mess = "Score"; }
    if(id == 3)  { mess = " Average Score"; }

    if(id == 4)  { mess = "Children Who Received Reliever Medication While Hospitalized for Asthma"; }
    if(id == 5)  { mess = "Children Who Received Systemic Corticosteroid Medication (oral and IV Medication That Reduces Inflammation and Controls Symptoms) While Hospitalized for Asthma"; }
    if(id == 6)  { mess = "Children and their Caregivers Who Received a Home Management Plan of Care Document While Hospitalized for Asthma"; }

    if(id == 7)  { mess = "Heart Attack"; }
    if(id == 8)  { mess = "Heart Attack Patients Given ACE Inhibitor or ARB for Left Ventricular Systolic Dysfunction (LVSD)"; }
    if(id == 9)  { mess = "Heart Attack Patients Given Aspirin at Arrival"; }
    if(id == 10) { mess = "Heart Attack Patients Given Aspirin at Discharge"; }
    if(id == 11) { mess = "Heart Attack Patients Given Beta Blocker at Discharge"; }
    if(id == 12) { mess = "Heart Attack Patients Given Fibrinolytic Medication Within 30 Minutes Of Arrival"; }
    if(id == 13) { mess = "Heart Attack Patients Given PCI Within 90 Minutes Of Arrival"; }
    if(id == 14) { mess = "Heart Attack Patients Given Smoking Cessation Advice/Counseling"; }

    if(id == 15) { mess = "Heart Failure"; }
    if(id == 16) { mess = "Heart Failure Patients Given ACE Inhibitor or ARB for Left Ventricular Systolic Dysfunction (LVSD)"; }
    if(id == 17) { mess = "Heart Failure Patients Given Discharge Instructions"; }
    if(id == 18) { mess = "Heart Failure Patients Given Smoking Cessation Advice/Counseling"; }
    if(id == 19) { mess = "Heart Failure Patients Given an Evaluation of Left Ventricular Systolic (LVS) Function"; }

    if(id == 20) { mess = "Pneumonia"; }
    if(id == 21) { mess = "Pneumonia Patients Assessed and Given Influenza Vaccination"; }
    if(id == 22) { mess = "Pneumonia Patients Assessed and Given Pneumococcal Vaccination"; }
    if(id == 23) { mess = "Pneumonia Patients Given Initial Antibiotic(s) within 6 Hours After Arrival"; }
    if(id == 24) { mess = "Pneumonia Patients Given Oxygenation Assessment"; }
    if(id == 25) { mess = "Pneumonia Patients Given Smoking Cessation Advice/Counseling"; }
    if(id == 26) { mess = "Pneumonia Patients Given the Most Appropriate Initial Antibiotic(s)"; }
    if(id == 27) { mess = "Pneumonia Patients Whose Initial Emergency Room Blood Culture Was Performed Prior To The Administration Of The First Hospital Dose Of Antibiotics"; }

    if(id == 28) { mess = "Surgical Infection Prevention"; }
    if(id == 29) { mess = "All heart surgery patients whose blood sugar (blood glucose) is kept under good control in the days right after surgery"; }
    if(id == 30) { mess = "Patients who got treatment  at the right time (within 24 hours before or after their surgery) to help prevent blood clots after certain types of surgery"; }
    if(id == 31) { mess = "Surgery patients needing hair removed from the surgical area before surgery, who had hair removed using a safer method (electric clippers or hair removal cream - not a razor)"; }
    if(id == 32) { mess = "Surgery patients who were given an antibiotic at the right time (within one hour before surgery) to help prevent infection"; }
    if(id == 33) { mess = "Surgery patients who were given the  right kind  of antibiotic to help prevent infection"; }
    if(id == 34) { mess = "Surgery patients whose doctors ordered treatments to prevent blood clots after certain types of surgeries"; }
    if(id == 35) { mess = "Surgery patients whose preventive antibiotics were stopped at the right time (within 24 hours after surgery)"; }


	// reported info
    if(id == 40) { mess = "How do patients rate the hospital overall?"; }
    if(id == "hc_ans_10")  { mess = "Patients who gave a rating of 6 or lower (low)"; }
    if(id == "hc_ans_11")  { mess = "Patients who gave a rating of 7 or 8 (medium)"; }
    if(id == "hc_ans_12")  { mess = "Patients who gave a rating of 9 or 10 (high)"; }

    if(id == 41) { mess = "How often did doctors communicate well with patients?"; }
    if(id == "hc_ans_25")  { mess = "Doctors always communicated well"; }
    if(id == "hc_ans_26")  { mess = "Doctors sometimes or never communicated well"; }
    if(id == "hc_ans_27")  { mess = "Doctors usually communicated well"; }

    if(id == 42) { mess = "How often did nurses communicate well with patients?"; }
    if(id == "hc_ans_22")  { mess = "Nurses always communicated well"; }
    if(id == "hc_ans_23")  { mess = "Nurses sometimes or never communicated well"; }
    if(id == "hc_ans_24")  { mess = "Nurses usually communicated well"; }

    if(id == 43) { mess = "How often did patients receive help quickly from hospital staff?"; }
    if(id == "hc_ans_28")  { mess = "Patients always received help as soon as they wanted"; }
    if(id == "hc_ans_29")  { mess = "Patients sometimes or never received help as soon as they wanted"; }
    if(id == "hc_ans_1")   { mess = "Patients usually received help as soon as they wanted"; }

    if(id == 44) { mess = "How often did staff explain about medicines before giving them to patients?"; }
    if(id == "hc_ans_5")   { mess = "Staff always explained"; }
    if(id == "hc_ans_6")   { mess = "Staff sometimes or never explained"; }
    if(id == "hc_ans_7")   { mess = "Staff usually explained"; }

    if(id == 45) { mess = "How often was patients pain well controlled?"; }
    if(id == "hc_ans_2")   { mess = "Pain was always well controlled"; }
    if(id == "hc_ans_3")   { mess = "Pain was sometimes or never well controlled"; }
    if(id == "hc_ans_4")   { mess = "Pain was usually well controlled"; }

    if(id == 46) { mess = "How often was the area around patients rooms kept quiet at night?"; }
    if(id == "hc_ans_13")  { mess = "Always quiet at night"; }
    if(id == "hc_ans_14")  { mess = "Sometimes or never quiet at night"; }
    if(id == "hc_ans_15")  { mess = "Usually quiet at night"; }

    if(id == 47) { mess = "How often were the patients rooms and bathrooms kept clean?"; }
    if(id == "hc_ans_19")  { mess = "Room was always clean"; }
    if(id == "hc_ans_20")  { mess = "Room was sometimes or never clean"; }
    if(id == "hc_ans_21")  { mess = "Room was usually clean"; }

    if(id == 48) { mess = "Were patients given information about what to do during their recovery at home?"; }
    if(id == "hc_ans_8")   { mess = "No, staff did not give patients this information"; }
    if(id == "hc_ans_9")   { mess = "Yes, staff did give patients this information"; }

    if(id == 49) { mess = "Would patients recommend the hospital to friends and family?"; }
    if(id == "hc_ans_16")  { mess = "NO, patients would not recommend the hospital (they probably would not or definitely would not recommend it)"; }
    if(id == "hc_ans_17")  { mess = "YES, patients would definitely recommend the hospital"; }
    if(id == "hc_ans_18")  { mess = "YES, patients would probably recommend the hospital"; }





    if(id == 0) { mess = ""; }

    document.write( mess );
}
