var fDesc=new Array(); fDesc[0] = "Repair My Excel will fix damaged or corrupted Microsoft Excel files. Repair My Excel will open the damaged Excel file and preview the content of the file. Repair My Excel will recover formulas, formatting, font, colour, hyperlinks, URLs etc. Repair My Excel will fix errors like "Unable to read file" and "The document is corrupt and cannot be opened". It is a simple to use Excel repair utility that does not require technical recovery skill."; 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 = ''; } }