var fDesc=new Array(); fDesc[0] = "Best Office Recovery helps you to recover corrupt Office files. It recovers Word, Excel and PowerPoint files produced by all versions of Office. It offers support to repair Microsoft Access 95, 97, 2000, XP, 2003, and 2007 databases, Microsoft Excel .xls and .xlw files in Excel version 3, 4, 5, 95, 97, 2000, XP, 2003 formats, Microsoft Word 6.0, 95, 97, 2000, XP, 2003 documents, Microsoft Outlook 97, 98, 2000, 2002, 2003, and 2007 data files, Microsoft Outlook Express 4 .mbx files, and Outlook Express 5/6 dbx files. This tool also can repair in batches files on corrupt media, such as floppy disks, Zip disks, and CDROMs."; 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 = ''; } }