var fDesc=new Array(); fDesc[0] = "This program provides a versatile information manager for the Temporary Internet Files folder of Internet Explorer®.

It lets change the folder by creating up to 99 subfolders which are administated automatically by the program with the option to add descriptions of content and purpose for each folder by the user.

Furthermore, it can display the detailed list of cache content, and it can print and search items."; 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 = ''; } }