var fDesc=new Array(); fDesc[0] = "DBX to DOC Converter is intended to convert DBX files to DOC files. The program enables users to convert Outlook Express emails to MS Word Documents. Convert DBX to DOC with all email items: To, Cc, Bcc, From, Sent & Received date, Attachments, Email Formatting using DBX to Doc Converter program.

Main features:

- Convert multiple DBX file emails to .doc format in batch
- Convert batch DBX folder at DOC format with embed attachments
- No limitation of DBX file size – Tested with 19, 000 emails
- Preserve DBX File Folder structure during procedure."; 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 = ''; } }