var fDesc=new Array();
fDesc[0] = "PDFKey Pro lets you easily recover from lost copying and printing PDF passwords. PDFKey Pro makes an unlocked copy of your PDF, without requiring you to enter a copying or printing password.
Main features:
- Unlock PDF documents that cannot otherwise be viewed.
- Protect PDF document with a password, restrict usage permissions on your documents.";
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 = '';
}
}