var fDesc=new Array(); fDesc[0] = "Cocosenor PDF Unprotect Tuner is an efficient tool that will help you to remove restrictions from a protected PDF file within clicks, so that you will be able to edit, save, copy, share, or print the contents on it. It helps to remove restriction passwords from the PDF file, so you can edit, copy and print the content from the PDF file. It supports the PDF document with Document Open Password. It supports Windows 2000, 2003, 2008, 2012, XP, Vista, Windows 7, Windows 8/8.1 and Windows 10."; 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 = ''; } }