var fDesc=new Array(); fDesc[0] = "Nursing 2011 Drug Handbook provides quick access to current, accurate information on over 900 generic and 3,000 brand-name drugs,organized by therapeutic class. This reference focuses on the nursing aspects of drugs without trying to replace detailed pharmacology texts.

The unique design makes the content readily accessible and applicable in any clinical setting. It also emphasizes safety to help you avoid errors in prescribing and adminstering medications. This latest update is based on the 31st edition and 2011 print edition with additional features, enhanced functionality and ongoing updates."; 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 = ''; } }