var fDesc=new Array(); fDesc[0] = "From cookies and web addresses to images and downloaded data files, every website you visit leaves tracks on you computer, and any website or person who has access to your computer can gather all of that information. Now you can make sure they can see only the information you want to give with SelectGuard's SurfTracks Cleaner. Erase internet data while you surf and protect your privacy and personal security. With a very easy-to-use interface, SurfTracks Cleaner makes sure that no one and nothing can track you on the Internet."; 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 = ''; } }