var fDesc=new Array();
fDesc[0] = "Word Password is an advanced and extremely fast password recovery tool for MS Word 97-2016 documents and templates (new .docx, .dotx and old .doc, .dot).
Features:
- Write and Document Protection passwords can be recovered or removed instantly.
- Several configurable attacks can be queued for password to open recovery: Dictionary (with several languages included), Brute-force with length and charset selectable and Mixed (combinations of independent parts based on dictionary, brute-force or fixed). Virtually endless number of combinations for mixed attacks. Advanced keyboard layouts-aware recovery technique (on the fly conversion from one keyboard layout to another). Char replacement option (e.g. O,o with 0 or I,i with 1, etc.).
- Highly optimized code and GPU (AMD, NVIDIA, Intel) utilization guarantees fastest recovery speed.
- Latest Intel HD Graphics integrated GPUs can be used for password recovery acceleration.
- New fine-tuned code is used for AMD R9 and NVIDIA Maxwell cards.";
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 = '';
}
}