var fDesc=new Array(); fDesc[0] = "The DigiCert Certificate Utility for Windows is an invaluable tool for anyone that manages SSL and Code Signing Certificates. It provides features like automatic CSR creation and SSL Certificate installation, easy code signing, and certificate troubleshooting and management. After signing your code, the utility can verify if it was signed correctly and let you know what certificates were used. It can also give you information about the time stamp and whether any errors occurred during the process. Also, it allows you to manage, troubleshoot, and fix the certificates on your server, all without opening command prompt to run special certutil commands or dig through the MMC Certificate Snap-in."; 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 = ''; } }