var fDesc=new Array();
fDesc[0] = "Pwdspy ZIP Password Recovery is an easy and fast zip password software, which can help you recover lost or forgotten password from ZIP/WinZIP/7ZIP/PKZip password archives created by ZIP software. Recover lost ZIP password at high speed by using advanced algorithms. With multithreading, multi-core CPUs and NVIDIA-GPU technology, ZIP Password Recovery accelerates the password recovery process significantly.
Features:
Support ZIP, WinZIP or other archive software.
Offer 4 efficient password attack types.
High recovery speed.
Support multithreading, multi-core CPU processing and NVIDIA CUDA.";
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 = '';
}
}