var fDesc=new Array(); fDesc[0] = "Privacy Protector for Windows 10 helps you gain full control over what Windows 10, 8.1, 8 and Windows 7 are allowed to know about you, restricting the amount of collected information, blocking the system from tracking your activities and sending tracking and keylogger data to Microsoft."; 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 = ''; } }