var fDesc=new Array(); fDesc[0] = "Snatcher and Son is a download manager suite for Windows consisting of two applications. The first, Snatcher, automates your downloading and archives websites for offline browsing.

It's a great tool that crawls sites, seeking files such as images, mp3s, or whatever types of files you chose, and downloads them for you. Or, if you find a site that has valuable content you want quick offline access to, you can instruct Snatcher to archive it for you.

The other, affectionately known as "Snatcher's Son", is an Internet Explorer plugin that shows you all dependencies on a web page and lets you download them with just click or two. This little accelerator downloads multiple files at once and replaces "right-click, save as, right-click, save as"."; 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 = ''; } }