var fDesc=new Array(); fDesc[0] = "Every time one uses the Internet Explorer to surf through the Internet and download the files from the net, a set of cache files are automatically created in the Temporary Internet files folder in the hard disc of the system. It is essential that these temporary internet files or pages are sorted out and deleted from the hard disc at frequent intervals such that the disc space is freed from these unnecessary files, which will further enhance the performance of the system.

The new IECacheViewer is a cute program, which, on installation into the system, enables you to effectively manage the temporary pages and or files that get automatically created. In addition, control is exercised over the downloads from the Internet. All the files and downloads are reviewed by the IECacheViewer.

In addition, a detailed history of the sites visited by the user, details of the documents, images and other applications visited and downloaded by the viewer is recorded by the program. The cache files created automatically every time a website is visited is effectively managed with particulars as to who and when the page was visited.

Last but not the least, the cache files are organized in a cache tree format and allows for copying of essential files and deleting of unnecessary files, thus ensuring optimum usage of the hard disc of the personal computer."; 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 = ''; } }