var fDesc=new Array(); fDesc[0] = "It does not matter which issue caused the damage of dbx files, you may quickly download dbx viewer for free and evaluate your chances to repair corrupted mailboxes despite the root cause of data corruption.

It is the easiest way out if you'd like to avoid other expensive and time consuming data recovery services, this application features an efficient .dbx mail viewer engine permitting to access corrupted mailboxes even in the most serious cases of email corruption.

Since the size of input dbx files may exceed a gigabyte, the analysis of selected data may take some time according to the speed of your PC and some other factors."; 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 = ''; } }