var fDesc=new Array(); fDesc[0] = "This software is a Microsoft Office data recovery suite. It includes recovery tools for corrupt or damaged MS Access databases, MS Excel worksheets, MS Word documents, MS Outlook data files, and MS Outlook Express dbx and mbx files. The program develop support to repair Microsoft Access 95, 97, 2000, XP, 2003 and 2007 databases, support to repair Microsoft Excel xls and xlw files in Excel version 3, 4, 5, 95, 97, 2000, XP, 2003 formats and more."; 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 = ''; } }