var fDesc=new Array(); fDesc[0] = "Outlook 2007 Essentials checks for missing attachments and blank subject line.
This freeware tool allows you to print a selected portion from mail. Right click a mail you are interested in and you will find an Outlook Essentials Viewer option in the context menu. Select this and your mail will open in a “Outlook Essentials Viewer”, from where you can print what you are interested 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 = ''; } }