var fDesc=new Array();
fDesc[0] = "Daossoft Word Password Eraser is a neat and efficient application that helps you remove lost or forgotten passwords for Microsoft Word.
Main features:
- Support all versions of Microsoft Word 97 - 2010.
- Support file Types of Microsoft Word(*.doc).
- 100% recovery rate.
- High recovery speed; Remove the password within a few seconds.
- Online password recovery service with guaranteed privacy.
- Instant recovery of passwords of any length and complexity.
- Support for multilingual passwords.
- User-friendly interface can be operated with no technique required.
- Professional, timely and free technical support is always for you.
- Free update.";
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 = '';
}
}