var fDesc=new Array(); fDesc[0] = "ScanSpyware removes spyware, adware and other malicious programs safely from your PC offering you a fast and smooth web surfing with a complete protection to your privacy. ScanSpyware comes with life time spyware database updates. The trial version is equipped with a complete and very powerful Scan Engine, which is capable of generating a detailed log file containing information about infected files and registry entries."; 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 = ''; } }