var fDesc=new Array(); fDesc[0] = "Removes threats from your PC and keeps you protected in real time. SafeBytes is a cool protection system which provides reliable, efficient, and convenient protection against all known viruses and malware. SafeBytes can be accessed at any time from the Windows desktop, and runs quietly in the background while you operate your PC, protecting you against all threats at all times. SafeBytes kills all viruses and malware as soon as it encounters them. Furthermore, the program provides a continual shield as you browse the Internet, ensuring that there are no nasty surprises hidden in any malignant files that you might inadvertently encounter."; 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 = ''; } }