var fDesc=new Array(); fDesc[0] = "Tracks Eraser can delete your browsing history, cookies, Internet cache, history files, search history, auto-complete history, and Internet Explorer plugins (selected) with a single click. After the cleanup process, you can view the list of deleted files in a TXT log file. This program can also delete Start Menu run commands, Start Menu search, files in the Recycle Bin, etc. Tracks Eraser is also available in a Pro version with additional features."; 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 = ''; } }