var fDesc=new Array(); fDesc[0] = "RefGrab-It is an optional feature for capturing bibliographic information from web pages. RefGrab-It looks for information on web pages and if an ISBN number, PubMed ID or DOI exist on the web page, RefGrab-It will automatically search various web resources to get supplemental information that may be of interest to you. RefWorks may also locate RSS feeds related to that web page."; 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 = ''; } }