var fDesc=new Array(); fDesc[0] = "XLSX Viewer Free (download) is a completely free solution for recovering Microsoft Excel files which are corrupt or damaged in any other way. It allows for fast and easy recovery and the prevention of the loss of your important data. The software works by scanning the chosen Microsoft Excel spreadsheet, retrieving all of the information it can from the cells. If the file is very seriously damaged, some information might be permanently lost, but this tool will, nonetheless, give you the best chance possible of getting your data back intact and in full. The program does not modify the source file in any way - it simply reads it and scans it for recoverable data and stores it safely in a separate worksheet."; 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 = ''; } }