var fDesc=new Array(); fDesc[0] = "Outlook Import Wizard is an easy-to-use utility which allows you to copy EML and MSG files to Outlook. It serves as an EML to PST converter, transfers EML files into Microsoft Outlook, and imports EML files to Outlook while retaining the folder structure.

The reliable algorithm employed by the app makes data loss during import impossible. And what’s more, the app takes care of the user’s security: it doesn’t interfere with antivirus scanning, which means that the messages can be scanned for viruses and the system remains protected."; 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 = ''; } }