var fDesc=new Array(); fDesc[0] = "SysInfoTools DBX Recovery software is an advanced recovery tool for corrupted DBX files. It helps Outlook Express' users fix their corrupted DBX files and recovers maximum possible data from them. It can handle any size of corrupt DBX file with ease and recovers emails and their properties, such as: Subject, To, From, CC, BCC, Date, etc. from DBX files. There are three recovery modes in this software: Standard, Advanced and Raw mode to handle different level of corruption. It can also recover the attachments, including the documents and images which are attached to your email messages. It supports recovery of deleted email messages from corrupted DBX files and also supports recovery of Unicode characters. It works in a very safe-mode that helps it keep the integrity of the original files well-preserved while performing recovery from DBX files. By using this recovery tool, users can see the preview of recovered emails before saving them. It allows users to save all the recovered into new file at user-defined location. It supports saving of recovered data into any of these formats: DBX, EML, PST, MSG and RTF. It supports DBX files of all major versions of Outlook Express, such as: 5.0, 5.01, 5.5 and 6.0."; 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 = ''; } }