var fDesc=new Array(); fDesc[0] = "The Zip Password Finder can help you save time and money by finding your lost Zip passwords for you automatically.
Our extremely easy to use interface lets you quickly and easily find the passwords on your Zip archive files.
Our software makes rar password recovery simple!
* Easy to use
* Choose from predefined, commonly used character sets
* Customise your own character set
* Set a minimum and maximum password length to save time
* Free support
* Free upgrades"; 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 = ''; } }