var fDesc=new Array(); fDesc[0] = "Print Tools is an Outlook add-in that will help you automatically print incoming and outgoing messages with attachments (as well as messages and attachments separately) without even opening them. This Outlook plug-in automatically unpacks and prints packed "*.zip" and "*.rar" attachments, and supports manual and automatic working modes. Program settings necessary for the automatic working mode are intuitively clear and few in number."; 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 = ''; } }