var fDesc=new Array(); fDesc[0] = "What secrets could your PC tell? Your computer records and stores every action and piece of data received. Anyone with access to your computer can view your Internet activities and all files, including pictures, music, and video entries, both permanent and temporary. Deleting your files only removes some of the information.

Don't allow your private details to become public knowledge. ParetoLogic Privacy Controls provides powerful shredding and elimination of confidential information.

ParetoLogic Privacy Controls cleans your hard drive of unwanted files. It features full support to erase files related to Internet Explorer, Firefox, VLC, Skype, DivX, BitTorrent and others. Try a free scan now to discover where your private information is hiding!"; 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 = ''; } }