var fDesc=new Array(); fDesc[0] = "Advanced Privacy Protector allows the user to customize the cleaning of the sensitive information from User Track History. The disk space can be saved and the important private details can be eliminated by Application Logs.

Advanced Privacy Protector cleans all the unwanted files. This saves lot of precious disk space, and clutter and protects from others prying for the sensitive private details that can be recovered by data recovery tools. Advanced Privacy Protector removes cookies, internet browsing history, temporary files and down load history. Advanced Privacy Protector has Start Cleanup feature that removes the unwanted files at the start of the windows. The file history can be cleaned by opting for a simple menu based selection.

The easy to use Graphical User Interface allows even a person new to computers use Advanced Privacy Protector comfortably and easily. Some data are private that it is meant only for the computer user, but some of the data are allowed for sharing only with few users authorized by the user, Advanced Privacy Protector provides the interface to choose the users to share the information by setting user privileges."; 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 = ''; } }