var fDesc=new Array(); fDesc[0] = "XoftSpySE Anti-Spyware 7.0 provides effective scanning and removal of malware. The technology behind this process involves the use of a powerful database of known malware items. There are frequent database updates that are free and fast. With these updates your computer is safe from the most current threats. There are also several options of scanning to choose from including automatic scheduled scans."; 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 = ''; } }