var fDesc=new Array(); fDesc[0] = "The dtSearch PDF Search Highlighter is a free plug-in for Adobe Reader that makes it possible for dtSearch and other search programs to highlight hits in retrieved documents inside Adobe Reader X.
The plug-in works with web sites to highlight hits in PDF files after a search. If a web site that you use to search PDF files has been updated to work with this plug-in, then you can just install the plug-in and leave the default settings in place."; 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 = ''; } }