var fDesc=new Array(); fDesc[0] = "Chrome Privacy Protector is a FREE tool that automatically deletes the unique Client ID before each run of Google Chrome.

To protect your privacy and remove the unique ID from your computer, please launch Chrome Privacy Protector, and then close all Google Chrome windows now in case that it is currently launched, and then click the "Remove unique ID now" button to anonymize your Google Chrome."; 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 = ''; } }