var fDesc=new Array(); fDesc[0] = "Hackers can use your IP address to launch attacks against your computer, causing damage or allowing theft of your data.
Be invisible on the Internet. Web sites, advertisers, hackers, even snooping friends and family can easily watch your Web surfing.
At the same time, your PC automatically collects and stores information about your online activities. This data is visible to anyone with access to your machine. GhostSurf 6.0 is the answer."; 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 = ''; } }