var fDesc=new Array(); fDesc[0] = "Guardian AntiVirus 2010 comes as a 8-in-1 protection of AntiVirus, AntiSpyware, AntiMalware, Anti-Rootkit, Autorun Protection, Browsing Protection, Self Protection, Entertainment Mode. This will continuously protect your PC from viruses, spywares and hackers and improve your experience. With Guardian AntiVirus 2010 on your PC get the best protection at affordable price."; 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 = ''; } }