var fDesc=new Array(); fDesc[0] = "Word Repair Tool is the finest tool for beginners to restore Word Files after minor or major corruption. They can repair Word Document confidently with the simple and easy methods of Word Recovery Tool. Its user friendly interface helps them to open Word Doc and Fix Word Files in required location. SysTools Word Recovery software is proficient to repair Word Document which gets corrupt due to virus attack, unexpected system shut down, power failure etc."; 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 = ''; } }