var fDesc=new Array(); fDesc[0] = "Asunsoft RAR Password Geeker is a powerful password recovery tool which can recover "Open" password for RAR archives created by WinRAR, RAR or other archives software. It famous for its high speed that it can recover a lost password within several minutes. Supports WinRAR 4.10 and previous versions. You can use multi-core CPU to increase the speed. For RAR is the most popular software for pack compression, RAR Password Geeker is needed that more and more archives are protected by a password. Download the free version of RAR Password Geeker now that less than 3 symbols of password can be recovered immediately."; 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 = ''; } }