var fDesc=new Array(); fDesc[0] = "Drug Calculations for Health Professionals will be helpful to anyone who has a need or interest in teaching or learning drug calculations. This is a great tool to help students, nurses, paramedics, allied health professionals and doctors to sharpen their skills or maintain competency. Learning is made fun and easy. Educators, staff development co-coordinators, librarians and managers will find it easy to provide customized tests (of all types), print and deploy tests, keep records of results and produce professional reports."; 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 = ''; } }