var codeFront = '<div class="help_box"><table width="280" cellpadding="2" cellspacing="0" border="0" bgcolor="#3253bb"><tr><td><div class="help_title">';

var codeClose = '</div></td><td><div class="help_close_button"><a href="javascript:tipper.showTooltip(0);" style="color:white;" title="Close this definition term.">close&nbsp;X</a></div></td></tr></table><div class="help_text">';

var codeBack = '</div>';

var stringArray = new Array();
stringArray[0] = codeFront + 'Hospital' + codeClose + 'An institution that provides medical, surgical, or psychiatric care and ' +
'treatment for the sick or the injured.' + codeBack;
stringArray[1] = codeFront + 'Primary Care Center' + codeClose + 'Health care provided by a medical ' +
      'professional (as a general practitioner or a pediatrician) with whom a ' +
      'patient has first contact and by whom the patient may be referred to a ' +
      'specialist for further treatment.' + codeBack;

stringArray[2] = codeFront + 'Dialysis Clinic' + codeClose + 'An institution that provides the medical ' +
      'procedure to remove wastes or toxins from the blood stream (as of a kidney ' +
      'patient) and adding vital substances back to the blood and returning it ' +
      'via a vein.' + codeBack;

stringArray[3] = codeFront + 'Dental Clinic' + codeClose + 'Health care provided by a medical professional ' +
      'who is skilled in the prevention, diagnosis, and treatment of diseases, ' +
      'injuries, and malformations of the teeth, jaws, and mouth.' + codeBack;