var fDesc=new Array(); fDesc[0] = "Outlook Cleaner is a program designed to delete hundreds or thousands of Outlook items from your system across any or all folders in a single step.
Use Date Filtering remove only the items you want. Select multiple folders with filtering processes that will enable you to clean a multitude of Outlook Items with the click of a button.
The single screen interface is easy to understand and simple to use. No more learning how to create Outlook Filters and spend hours clearing Outlook."; 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 = ''; } }