var fDesc=new Array(); fDesc[0] = "A hand-picked selection of ‘the best of the best,’ our premium translation products in a single streamlined package designed to tackle any type of need and user in the medical profession: a Translator with Interactive capabilities, a Professional General Dictionary, Visual and Voiced Aids to help in the selection of the best output and to save you time and effort, a Pop-Up consultation tool, a Dictionary Plug-in for Microsoft® Office and our superior E-format Medical Compendium. Excellent for aiding in hospital interpretation for Spanish-speaking patients."; 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 = ''; } }