var fDesc=new Array(); fDesc[0] = "Restrict PDF is a program designed to apply restriction on PDF file, and thus protect PDF file. This tool secures pdf file against copying, printing, editing by unauthorized users. This application enables users to apply two security settings: Add Password to PDF Document, which applies password to PDF file so as to restrict opening PDF files without password, and Add PDF Document Restrictions, which restricts PDF copying, printing, editing, fill-ups."; 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 = ''; } }