var fDesc=new Array(); fDesc[0] = "Search Web of Science®, PubMed and Internet libraries worldwide from Reference Manager. Export references directly from Highwire Press, Ovid, OCLC and more. Build your personal reference collection from hundreds of online databases reduce data entry. Create as many databases as you like unlimited database capacity. Attach files such as full-text PDFs, graphics, spreadsheets and more to a reference and store with your database or link to articles and other materials on the Web. Perform key operations across multiple databases."; 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 = ''; } }