var fDesc=new Array(); fDesc[0] = "Outlook True Archive is an app does what Outlook itself cannot do - it truly archives your mail from an Outlook PST file (or OST or Exchange server account), with great ease and predictable results.

Unlike the built-in tool, Outlook True Archive eases the process of archiving your mails and calendar items. It has a clean visual system for making selections. It automatically remembers folders you selected previously. It is easy to use, as all archiving options can be simply selected."; 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 = ''; } }