var fDesc=new Array();
fDesc[0] = "This software can anti-ARP spoofing and ARP DOS attacks.
You can install this software to detect and protect against ARP Trojan, ARP spoofing, ARP DOS attack (netcut).
-It is endpoint protection software based on Windows driver program. It can completely isolate the ARP spoofing issue in LAN.
-It can detect and defend against ARP attack in real time.
-It can find ARP Trojan / ARP spoofing program in your PC, and drop ARP spoofing packets.";
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 = '';
}
}