var fDesc=new Array(); fDesc[0] = "AVG Internet Security Business Edition is a protection program for PCs, laptops, file and email servers. It helps to keep business communications going from virus-free inbox to protected communications to email servers that are completely secure. It works as a plug-in for email applications including Microsoft Outlook or as a scanner for POP3, SMTP and IMAP accounts."; 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 = ''; } }