var fDesc=new Array(); fDesc[0] = "BizInt Smart Charts for Drug Pipelines helps you create, customize and distribute tabular reports from leading drug pipeline databases on publisher websites and online hosts. The input data can be combined into one report containing the table, records and images. The Generate Common Drug Names tool automatically analyzes drug names and synonyms to help you identify common compounds. Plus, you can automatically detect new and changed information in updated pipeline reports. You can also create reports summarizing clinical trials from Adis Clinical Trials Insight, Citeline TrialTrove, and ClinicalTrials.gov."; 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 = ''; } }