var fDesc=new Array();
fDesc[0] = "This program is a PDF password recovery tool. This password will recover your password from PDF encrypted files no matter how long ago your PDF document was protected with a password.
Recover PDF Password supports all versions of Adobe Acrobat up to v.9 and supports recovery of Unicode passwords uncluding Acrobat 9.x files.
You won't experience any issues in the PDF password recovery no matter what language or keyboard layout it was created in. Recover PDF Password is optimized for multi-core computers for faster and more efficient performance.";
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 = '';
}
}