var fDesc=new Array(); fDesc[0] = "A tool to restore and repair corrupt outlook express .dbx files with Systools Outlook Express Restore. The DBX recovery software allows you to scan and recover e-mail folders from damaged Outlook Express DBX files while supports multiple formats to restore them. It is possible to export repaired DBX files into the required e-mail format and export them into other mail clients. If you have multiple DBX files saved on your machine, then the search option will prove helpful to you - select the folder having multiple DBX files in it and the program will list all the files together with an item count. Afterwards, selected DBX files can be added to the list and recovered altogether."; 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 = ''; } }