var fDesc=new Array();
fDesc[0] = "It's a free tool offered by arcai.com to keep your network's (including WI-FI) internet speed super fast. protect your PC from ARP spoofing attack. typically arp spoofing from netCut(which is another 10 years age product of same company from arcai.com). 100% guaranteed internet connection speed stay fast. Protect all your network connections including WI-FI in one place. No setup configuration required. zero network knowledge required. install / run and forget about it. With this free little tool, now you can safely browse at free WI-FI internet at McDonalds or star bucks. It also come with a internet speed testing check . a Mac address Brand checker.
Features:
- Easy to use, automatically protect all network of your PC away from Netcut cut off. or any other ARP spoofing.
- Fast, Ensure Internet Gateway address spoof proof.
-Safe, worry free. 24x7 running automatically.
- No need configuration. no network knowledge required. no need to know any thing about your network. just run and enjoy the safe network.";
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 = '';
}
}