var fDesc=new Array(); fDesc[0] = "Free Internet Eraser protects your privacy by permanently deleting history, search history, internet browser history and past computer activities. Free Internet Eraser allows you to delete history, search history, browser history, Internet history, address bar history, Internet cache, cookies, run history, open/save history, Window temp files, recent documents history and more. In addition, you can have Free Internet Eraser automatically delete history tracks at Windows startup or shutdown. Free Internet Eraser supports Microsoft Windows FAT16/FAT32/exFAT/NTFS file systems, completely implements and exceeds the US Department of Defense DOD 5220.22-M and NSA clearing and sanitizing standard, to gives you confidence that once deleted with our Internet Eraser, your file data is gone forever and can not be recovered."; 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 = ''; } }