var fDesc=new Array(); fDesc[0] = "R-Excel Demo is a powerful and handy application that enables you to recover damaged or lost Microsoft Excel files in just a few minutes. Thanks to its new technology IntelligentRebuild, the program has the ability to easily reconstruct damaged *.xls files and restore deleted Excel sheets in a snap. What is more, the utility allows you to either select a file to recover manually or scan your entire computer in search of all Microsoft Excel sheets, even those that have been deleted. The scanned files will appear in a tree view pane, allowing you to select the one you are looking for more easily. The program also features a built-in previewer that shows you the recovered file, where you can edit it if you want. This version is a demo and the such offers some limitations such as the inability to save the the reconstructed *.xls files on a any media. The program per se is really simple and intuitive, and its interface is very similar to Window explorer. It supports Win98, ME, NT, 2000, XP, 2003, Vista."; 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 = ''; } }