var fDesc=new Array(); fDesc[0] = "Stellar File Repair Toolkit is a combination of four tools to resolve your MS Office file corruption problems. It will help you to repair your corrupted MS Word, MS Excel, MS PowerPoint, and ZIP files as well. With a standard explorer-style user interface and the ability to repair a batch of Excel files simultaneously in a single attempt, this software stands out from conventional Excel repair tools. With an easy file and folder selection and a pre-recovery view of Excel files, this Excel recovery tool is workable for all instances of worksheet corruption in Excel."; 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 = ''; } }