var fDesc=new Array(); fDesc[0] = "McAfee Customer Submission Tool 2.3 is a Anti-Spam Tool, used to recognize spam and block it from getting resent to one email user. This Tool is a small plugin for Microsoft Outlook, which supports automated script based installations. It is user friendly and can be enhanced with the help of the customer. Any given samples of spam, can lead to a better detection and handling of those future unwanted emails."; 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 = ''; } }