var fDesc=new Array(); fDesc[0] = "DESCRIPTION:
WebCache is used with Netscape Navigator ver. 2.0x/3.0x/4.0x/4.7x
as an utility for cache browsing. It does following things:
1.SCAN CACHE:
When activated it will make CACHE.HTM Web page. This page lists all
http, gopher and ftp addresses of files which exist in local cache.
2.FIND IN CACHE:
Find pages in cache which contain some given text string and makes index.
3.SAVE PAGES/ PARTIAL CACHE DELETE:
It save pages with pictures and other contents to local directory.
Hundreds of pages may be saved with single command. Pages are
localized in a way that they point to each other on local disk.
4.SCAN BOKMARKS:
It processes bookmarks to be able to filter it by server type
(http, gopher, ftp), and to make it printable with visible addresses."; 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 = ''; } }