var fDesc=new Array(); fDesc[0] = "Business documents go through many rounds of revision. Comparing specifications, contracts and other legal documents for changes can be prone to error. Failure to see changes in PDF document, no matter how small, can have a big impact on your business. PDF Compare lets you see every change instantly, and know you have caught every change.

PDF Compare is an effective Windows utility that identifies changes and differences between PDF files. Visually comparing two PDF files to identify changes or differences is harder than it sounds; hard enough, not to mention extremely boring. But it's all too easy to miss subtle differences, and some changes might not be visible at all. PDF Compare is the software tool that can do the job for you much faster and more thoroughly, other than putting yourself through it. With dual file display panes, this efficient tool makes quick work of a tedious but necessary job."; 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 = ''; } }