var fDesc=new Array(); fDesc[0] = "Download Toolbar: The most convenient download manager available.

The Download Toolbar is located at the top of the Internet Explorer's window. Once you find the pictures, movies or documents you want it only takes a single click to transfer the files to your hard disk.

The download engine, and the fact that the toolbar uses the Internet Explorer's own HTML parser, ensures that all files are found, not just on the web page you are viewing, but on sub-pages as well.

The highly configurable download engine can be fine-tuned to suit a variety of download needs. The toolbar comes with pre-defined configurations for downloading thumbnail galleries, movies and pictures from Google's image search."; 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 = ''; } }