var fDesc=new Array();
fDesc[0] = "Advanced Outlook Express Repair (AOER) is the best tool to recover Outlook Express emails from corrupt dbx files and mbx files. It can repair dbx/mbx files and recover emails in them as much as possible, so to minimize the loss in file corruption.
Main Features:
- Support to recover Outlook Express 4 mbx files and Outlook Express 5/6 dbx files.
- Support to recover dbx files and mbx files on corrupted medias, such as floppy disks, Zip disks, CDROMs, etc.
- Support to repair a batch of dbx files and mbx files.
- Support to repair dbx and mbx files up to 4GB, so it can fix dbx files with the 2GB problem.
- Support to recover email attachments.
- Support to find and select the dbx or mbx files to be repaired on the local computer.
- Support integration with Windows Explorer, so you can repair dbx file with the context menu of Windows Explorer easily.
- Support drag & drop operation.
- Support command line parameters, so you can invoke AOER from your program.";
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 = '';
}
}