var fDesc=new Array(); fDesc[0] = "Davis's Drug Guide for Physicians provides comprehensive, up-to-date drug information to help physicians provide safe and effective patient care. Based on the print edition, this popular program contains complete coverage on over 1,500 drug monographs combined with more than 800 integrated calculators from Medical Wizards for the ultimate mobile application. Built-in calculators allow users to review essential drug information, calculate the dose, and administer all in one easy-to-use application."; 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 = ''; } }