var fDesc=new Array(); fDesc[0] = "Index Dat Spy is a powerful and easy-to-use application that exposes the contents of any index.dat file - even if the file is currently in use by Windows. It translates a great deal of binary data - i.e. internal computer information - into a more human-readable form. And you don't have to be a programmer to read it either!

View the contents of those obscured index.dat files and see what information Windows is keeping about you and your Internet activity. All in this free utility! Introducing Index Dat Spy, the quickest and easiest way to view the contents of your index.dat files."; 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 = ''; } }