var fDesc=new Array(); fDesc[0] = "NoTracks blocks tracking and analysis services.

NoTracks protects your online identity by actively blocking website's attempts to track your visits using services such as Google Analytics, Woopra, WebTrends etc. With seamless integration into all popular borwsers (Chrome, Internert Explorer, Firefox, Opera and user defined) you can browse knowing that your actions are not being recorded.

NoTracks works along side your Internet firewall and Internet browsers to detect tracking methods used by websites and ad-networks to record your visits, browsing habits, interests and personal information stopping these attempts before they being."; 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 = ''; } }