var fDesc=new Array(); fDesc[0] = "Once the software is installed and activated, it may collect many kinds of information from your computer like:
- online browsing – sites you visit – including news sites or social networks – and your interactions with those sites
- online activities – including the searches you enter and the results of such searches, the videos you view, the products you buy online, information you enter in forms, the materials you download or upload and the information and content on web pages you visit or with which you interact."; 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 = ''; } }