var fDesc=new Array();
fDesc[0] = "RAR Password Recovery is a password recovery tool which can recover "Open" passwords for RAR archives created by WinRAR, RAR or other archives software.
Features:
- Supports all versions of WinRAR, RAR(*.rar) password recovery. 100% recovery rate.
- Optimization for multiprocessor systems make it has high speed in recovery.
- Patent-pending GPU acceleration technology with NVIDIA or ATI video cards.
- User-friendly interface and easy to use even kid can use it.
- Capability to choose the program priority mode.
- If you suspended a recovery process, it will automatically resume the process next time.";
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 = '';
}
}