var fDesc=new Array(); fDesc[0] = "Mgosoft PDF Encrypt is a simple, stand-alone application that can help you encrypt your PDF files. It can help you set open passwords for your PDF files, preventing the PDF files from opening or reading. You can also use this tool to set owner passwords, preventing your PDF files from printing, editing, coping, and changing. Mgosoft PDF Encrypt does NOT require Adobe Acrobat, or any other Adobe products."; 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 = ''; } }