var fDesc=new Array(); fDesc[0] = "Nitroxit Anti-Virus 2011 is an free antivirus software suite that detects and protects your computer against viruses, trojans and all kind of malware. Easy to install and easy to control, Nitroxit Anti-Virus 2011 is a reliable solution for your PC's safety. Make your purchases and online banking safely, download, surf, and chat in peace and never worry about viruses or spyware."; 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 = ''; } }