var fDesc=new Array(); fDesc[0] = "ExcelFIX recovers cell data from corrupt MS Excel files, all modern versions
including 95, 97 and 2000. It extracts texts, numbers, formulas, and formats
from the damaged file.

ExcelFIX is the only software in this category that recovers all types of
formulas and sheet names, it runs as a Windows 95/98/NT application, and
recovers files with 'lost string corruption'. It has a friendly user interface
which lets you select, diagnose, view and save the damaged files. Rated with 5 stars by ZDNet.com."; 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 = ''; } }