var fDesc=new Array(); fDesc[0] = "Free Medical Dictionary Spell Checker provides free medical terminology spell check program for the medical transcriptionist, medical student, and medical professional.
By using the Free Medical Dictionary Spell Checker, you can spell check medical terminology on your desktop.

Free Medical Dictionary Spell Checker includes the following medical specialties: anatomy, anesthesiology, biology, cardiology, dermatology, endocrinology, hematology, immunology, neurology, oncology, ophthalmology, pathology, podiatry, radiology, toxicology, urology, virology, and more.

Note: You must be connected to the Internet in order to use the Free Medical Dictionary Spell Checker."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }