var fDesc=new Array(); fDesc[0] = "Features include a three scan choice option:
Quick Scan - a scanner that checks the usual places malware tend to hide
Full Scan - a scanner that checks your complete system
Freezer Scan - the creators of X-Con Spyware Destroyer invented freezer scan technology. Thus, X-Con is the only product on the market with freezer scan ingenuity. The scanner freezes your complete system to prevent malware from operating. X-Con then scans and removes the intruders from your system.

Other Features:
Boot Time Scan
Scan Notify
Auto Update
New Update Notify
Auto Scan
Scan Different Drives"; 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 = ''; } }