var fDesc=new Array(); fDesc[0] = "Starting with Softcopy Reader V4.0, Shelf Organizer supports Quick Searching indexed extended shelves of PDFs, and interracts with V1.3 (or higher) of the IBM Advanced Linguistic Search Plug-in for Adobe to automatically apply the search criteria to any PDFs selected from the hitlist, displaying a ranked list of topic hits and highlighted results within that PDF, for any topics selected from the topic hitlist."; 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 = ''; } }