var fDesc=new Array(); fDesc[0] = "Kaspersky® Security for Microsoft Exchange Server 2003 is a solution that protects users of corporate mail systems against viruses and unsolicited mail (i.e., spam). It provides antivirus scanning of incoming and outgoing messages and mail stored on the server, as well as messages in common folders. It also helps mail system users to block unwanted mail using spam recognition technologies in addition to technologies provided by Microsoft."; 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 = ''; } }