var fDesc=new Array(); fDesc[0] = "If you are looking for a medical dictionary which specifically contains only medical related terms then you are on the right place, because here is a best quality XTerm medical dictionary. Originally it is created by a doctor, and he has done a very nice job. When you use this medical dictionary, you will also appreciate his work. This medical dictionary not only contains detailed description of medical terms but it is also full of chemical formulas and diagrams. During the search of different medical terms you will also get lots of surprise images, because it also has lots of images. In the left box of browse windows you will get all the words available in its database but to see its description you have to double click on it, a bit irritating. It comes with wildcard search capability and so it makes your life easier if you are going to use this dictionary. You can also try its phonetics search. Are you looking for a reverse search option? I mean to say are you looking for medical terms for a specific description or definition? Then you can easily search definition from its search window, and it will list all medical words for searched definition. By the way it also comes with a small memory to keep track of your searched words in its history. You don’t required to check for its updated version because XTerm medical dictionary have a sense to check itself. And it is all available for free. Wow!"; 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 = ''; } }