var fDesc=new Array(); fDesc[0] = "Does your computer often lose internet connection or gets in IP conflicts? Does your server always get invaded by hackers? Do you worry about communication data (eg. MSN,ICQ,EMAIL) being monitored? Is the speed of your Internet connection under the limitation of network administration software such as Netcut? Does your computer often get attacked by ARP malware such as Netcut, etc.? Is your LAN being in trouble because of an ARP-based virus? The problems mentioned above are all caused by ARP spoofing (ARP attacks). Choose AntiARP as it is the best solution for the above problems."; 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 = ''; } }