var fDesc=new Array(); fDesc[0] = "Frankly speaking, it does not matter which problem caused the damage of Outlook Express files, there is no need to investigate it right now. Owing to the nature of data recovery services, you may start opening dbx files in Outlook Express 6 without knowing the root cause of data corruption. Sure, you may start the investigation of issue anytime you need, it does not affect the process of opening .dbx files in Outlook Express 6 because Recovery Toolbox for Outlook Express always work with copies of input mailboxes, the safety of email recovery process is guaranteed."; 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 = ''; } }