var fDesc=new Array(); fDesc[0] = "ReliefJet Essentials™ for Outlook is a straightforward tool that contain many features that are aimed at simplifying the Outlook user's experience. Intuitive and easy to use yet powerful. A must have for every Microsoft Outlook User.

Main Features :

- Import, export and convert : One-click EML and MSG exporter, importer and converter. Great backup and interop solution!
- Get rid of any duplicates : State of the art Outlook duplicate remover. It's you choice: whether to delete, move or show Outlook dupes.
- Attachments processing : The most powerful attachment processor available on the market. Yet simple.
- Data and Storage management : Handy data extractor and storage optimizer. Performance matters!
- Working with categories : Flexible categorizer and category backup/transfer tool.
- Productivity tools : Everyone's every day helper. Seamlessly simplifies your life.
- Reports & statistics : Your personal Outlook insider. Just ask, it knows almost everything!
- Integration with Outlook : Microsoft Outlook's best friend and companion. Together forever.
- Standalone applications : Windows GUI application and command line utility out of the box in addition to the Outlook add-in."; 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 = ''; } }