var fDesc=new Array(); fDesc[0] = "Decrypt Protected PDF File to Remove Owner Password restriction from the PDF.

Unrestrict PDF is an pdf unlocker utility to enable user to remove pdf security imposed by applying permission password to restrict copying, editing, extracting and printing. Program decrypt owner password sucessfully from PDF documents & allows user to copy/edit/modify & print PDF documents of Adobe Acrobat 7.0 & Above."; 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 = ''; } }