var fDesc=new Array(); fDesc[0] = "The Free Medical Spell Check is a medical terminology spelling reference tool. With the Free Medical Spell Checker you can quickly verify the proper spelling of medical terms in almost every medical specialty and field. The Free Medical Spell Check was designed primarily for medical transcription students and professionals, yet it can also be enjoyed by anyone who needs to verify medical terminology spellings. It works just like a medical speller book, however since it is a medical speller software tool you can simply start typing in the medical term you want to spell check and with every keystroke you will be automatically stepping closer to the correct medical spelling. With the Free Medical Spell Checker you will be able to spell check medical terminology from the following fields and specialties:"; 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 = ''; } }