var fDesc=new Array(); fDesc[0] = "Swift Security Suite is a utility package that removes spyware files, tracking, and advertising cookies, harmful programs and viruses, and clears away useless files.
This Swift Security Suite tool contains several programs which performs smart cookie scans, handles caches, temp files, history, useless files, and malware. The package also includes a Quick Fix which performs a minimal scan at start-up and then closes itself automatically."; 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 = ''; } }