var fDesc=new Array(); fDesc[0] = "WebGrab! is a tool that allows the user to quickly and easily download webpage elements such as images, html, java applets, shockwave or director animation and more.
WebGrab! is not an offline-browser but rather a tool for webpage and ftp element downloading.

Main features:
Displays elements from page and size
Filter by file extension (definable)
Download parts or an entire webpage to disk
Save E-mail addresses directly to a text file from a page
Indexes FTP sites, simply enter an ftp address and WebGrab! will index (list) entire ftp site for you listing all files on the site."; 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 = ''; } }