var fDesc=new Array(); fDesc[0] = "Blueprint for Outlook Professional Edition makes repetitive printing operations easy. Using its Outlook toolbar, you can quickly print emails. For long email correspondences, you can customize the page layout, number of pages to be printed, etc.

You can protect your company emails by ensuring they contain your company logo and sensitivity markings when printed. For extra protection, you can also print with cover and trailer pages"; 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 = ''; } }