var fDesc=new Array(); fDesc[0] = "Aaron's WebVacuum is a Windows program that downloads files from web sites.
The user selects the file types that he wants downloaded, and the program automatically saves them to the hard drive.
Excellent for downloading all the pictures from a page of thumbnails, or all of the mp3 files listed on a web page."; 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 = ''; } }