var fDesc=new Array(); fDesc[0] = "RAR Password Recovery is an all-in-one rar password recovery tool, which can help you recover lost or forgotten password for RAR archives created by WinRAR, RAR or other archives software. RAR Password Recovery supports all RAR archives file types including rar, winrar.

With RAR Password Recovery, you can recover rar, winrar password quickly and simply. High recovery speed is guaranteed with multithreading and multi-core CPU processing both supported."; 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 = ''; } }