var fDesc=new Array(); fDesc[0] = "PDF Sign&Seal is a desktop makes it easy to apply PDF digital signatures, time-stamps, and PDF security to business documents. PDF Sign&Seal can be used for any document where trust in authorship, integrity, and approval are required. PDF Sign&Seal can also sign PDF/A 1a and 1b compliant documents. Support for auto-installation using Microsoft SCCM/SMS simplifies deployment and license activation in large corporate environments."; 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 = ''; } }