var fDesc=new Array(); fDesc[0] = "FileScout works just like your web browser. You type in a web address into the address field and hit Go. Instead of waiting for the entire page full of pictures to download completely, you get a summary list of all downloadable files on the page. You see pictures such as JPEGs and GIF as well as movies such as MPEGs, AVIs, ASFs and MOVs.

To watch the progress of your file downloads, just launch FileScout's Download Manager from the Downloads menu on FileScout. FileScout also allows you to resume downloads at a later time. Deep Crawl lets you crawl an entire site from any starting point.

FileScout 3.0 now supports proxy servers and downloading from web sites that require authentication."; 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 = ''; } }