var fDesc=new Array();
fDesc[0] = "Remove limitations from your PDF file. Crack PDF master password.
You cannot print a PDF file?
You cannot copy&paste texts from a PDF?
You cannot edit a PDF document?
Then your file is protected with a "master password"!
pdf-Recover disables restricted operations on PDF files instantly. It removes the master password and security settings with one click. If you can";
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 = '';
}
}