var fDesc=new Array(); fDesc[0] = "idoo AntiSpyware Pro is a program that can effectively protect your system from Trojan virus. It scans memories and hard disk thoroughly, and provides a higher speed by adopting the second antivirus engine. Besides the classic killing Trojan by virus database, this antivirus software can intelligently scan and kill unknown Trojan, automatically supervise the illegal programs, and simultaneously scan and block Trojan in memories and HDD."; 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 = ''; } }