var fDesc=new Array();
fDesc[0] = "Recover Data for MS Word is one of the outstanding and secure solution to fix the errors in unusable Word documents. The self-automated tool absolutely retrieved the data from corrupt or unapproachable Word files and restores them into a healthy file. This software is capable of repairing the files that becomes inaccessible or gets deleted due to virus infection, header or footer corruption, abrupt system failure, etc. Technical skills are not essential for making this software to run.
Distinguished Features ? Recover Data for MS Word";
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 = '';
}
}