var fDesc=new Array(); fDesc[0] = "The Metascan Antivirus Engine and SDK for Windows provides IT professionals and software engineers an easy way to enhance network security and integrate multiple antivirus scanning technologies and URL filtering into their proprietary solutions. It is ideal for adding ASP antivirus scanning on a file upload or e-mail gateway/server"; 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 = ''; } }