var fDesc=new Array(); fDesc[0] = "AbsoluteShield Internet Eraser Lite contains a pop-up blocker and a privacy protector. It protects your privacy by cleaning up all the tracks of your Internet and computer activities. The tool is integrated with Internet Explorer and it can erase the browser history, cookies, typed URLs, recent documents, Recycle Bin, temporary folder, and so on, in one click. This tool completely removes those files from your hard disk without the possibility to recover them by any practical software or hardware methods. The tool also has an integrated pop-up blocker which will block the unwanted pop-up and ad windows in Internet Explorer when you surf the Internet. The pop-up blocker also blocks messenger service pop-up spam."; 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 = ''; } }