var fDesc=new Array(); fDesc[0] = "JOC Web Spider (JWS) is an offline Web browser. With this program you can transfer web sites (Adresses http:// with all your associated links, images, frames, applets, sounds, videos, programs, etc) directly to your hard drive.
Key Features

Browse the web without connection!
Resume broken downloads.
Increase your browsing speed.
Save time, money and phone billing.
FAST! Uses a new technology that allows to handle up to 100 conections at the same time. Possibly the faster offline browser in the net!
Stores websites in your hard disk! Can recreate in your HD the directory structure of the websites OR can store all the web pages and resources in a single directory. Links in the web pages are renamed to make navigation local.
NEW Quick View feature for fast access to the downloaded pages.
Stores list of websites into project files. Includes several project files ready to use.
Includes predefined filters to quickly specify to download a complete site, a directory (and all subdirectories since it), a page or define your own customized filter. Can filter by levels, external links, directories, include/exclude links, wildcards, etc.
Includes an update feature that allows to download a project in different sessions or when the websites changes. Also in any update, at your request, is able to remove the unused files, saving disk space.
Extrack URLs from any text in the the clipboard.
Easy to use and Compact!"; 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 = ''; } }