var fDesc=new Array(); fDesc[0] = "3Steps PDF Unlocker is a stand-alone application that provides you an easy solution to remove PDF security. By using this PDF Unlocker utility you don’t need any Adobe Acrobat Reader Installed on the system to unlock a PDF file. It does quickly unlock PDF files created using any Adobe Acrobat versions."; 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 = ''; } }