var fDesc=new Array(); fDesc[0] = "With this program you can solve the problem of how to repair Excel file 2007 or how to repair Excel 2007 file after recovery. This is a repair program used for addressing how to repair Excel files 2007, and does so by extracting the necessary information from corrupted, damaged and unreadable Microsoft Excel files - including those of files that end with the following extensions: .xls, .xlt, .xlsx, .xlsm, .xlmt, .xltx, and .xlam."; 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 = ''; } }