var fDesc=new Array(); fDesc[0] = "Auto-compress your attachments. Easily zip attachments when sending Microsoft Outlook e-mail messages. Compressing an e-mail attachment has become much easier, and now you don’t need to perform any routine procedures preparatory to zipping of your files. Attachments2Zip will do it for you automatically! Attachments2Zip can compress not only e-mail attachments but files attached to various Outlook objects such as tasks, meetings, contacts and so on."; 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 = ''; } }