var fDesc=new Array();
fDesc[0] = "Welcome to our site Tools4Free.net in which produce our software (Anti NetCut 3)
which protects you from arp poisoning attacks while working on shared computer networks
Why Anti netcut 3 ??
-No internet disconnection any more.
-New enhanced anti spoofing techniques.
-Starts with operating system , you don't have to run every time turning on your PC.
-Know and log who is cutting your connection.
-Protects your online privacy.";
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 = '';
}
}