var fDesc=new Array(); fDesc[1] = "installed and run in English or German. You can choose to install support for AAC/M4A format to play non-drm iTunes files (Internet connection required)."; fDesc[2] = "and manage, your users will love having access to those hard to understand terms."; fDesc[3] = "find the necessary definition using the main search or the alphabetical search. The program requires the Internet connection and also offers web search with the help of a built-in Google search. No illustrations or examples, but the ads by Google and the banners related to medicine and health."; fDesc[4] = "here is a best quality XTerm medical dictionary. This medical dictionary not only contains detailed description of medical terms but it is also full of chemical formulas and diagrams."; fDesc[5] = "English-Japanese dictionary, and a pop up dictionary. People wanting to learn/teach the Japanese language, and those who need a word processor that supports Japanese and English characters can take full advantage of this program."; fDesc[6] = "assistants, buy medical equipment and complete the task of each level of this game. A very well made game with great moves and graphics."; fDesc[7] = "insurance, contacts, allergies, illnesses, surgeries, appointments, medications, vaccinations, blood pressure, weight, glucose."; fDesc[8] = "Organization of assistance to prevent human suffering. A great challenge that increases your skills and creates rescue strategies and rescue teams."; fDesc[9] = "medical word you are interested in, to help you to discover the correct spelling of medical term. After I installed the program and launched it, it presented a little window without features that displays two alternate adds at the bottom and simple user instructions."; fDesc[10] = "appointments, have a record of patients, and mark important events. Adding a patient is really easy, you just include his/her name, phone, and add as many other data as you want."; fDesc[11] = "physicians that contain all the Billing, Clinical, and operational elements of a successful running Medical Office."; fDesc[12] = "physicians that contain all the Billing, Clinical, and operational elements of a successful running Medical Office."; fDesc[13] = "quick and simple way to draw up the necessary medical flowcharts, diagrams, schemes and patterns. ConceptDraw MEDICAL comes with more then 120 libraries and 3000 objects. Its medical libraries offer more than 400 task-related objects. The program contains also a set of Images on different Medical topics (Bones, Cardiovascular, Digestive, Endocrine, Genital, Muscles, Nervous, Sensory and many more). The users can create ready-to-use templates that will considerably speed up carrying out the tasks. ConceptDraw MEDICAL is the ideal solution when preparing PowerPoint Presentations. Created documents can be exported to HTML, and then posted on the Web. The application comes with a wide range of tools for dimensioning, alignment and distribution of objects. The program supports the most popular graphic formats, such as PICT, GIF, JPEG, TIFF, PNG, etc. The files can be shared with MS Visio..."; fDesc[14] = "been paid. The program provides an easy way to record medical visits and costs as they occur, and to calculate and display information that enables you to effectively manage your medical insurance program. Please download and evaluate the product before purchasing it - No refunds!!!"; fDesc[15] = "share data in real time over the network. The ideal alternative to manually tracking patients."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }