var fDesc=new Array(); fDesc[0] = "GrabFile is a powerful and handy application that allows you to download pictures and flash files from websites in a few seconds. You just have enter the website address and the program does the rest for you. All the downloaded content is shown as thumbnails, but you can also view the files in its original size and save them to any folder specified by you. The user interface is really easy-to-use and intuitive, very similar to Window Explorer, which makes this task a breeze. Moreover, the program enables you to set filters by file type ( '*.jpg; *.gif; *.swf', '*.*') and size to restrict your search and find exactly what your are looking for. It allows you browse while downloading files, stop and resume downloading the times you want and supports HTTP and FTP protocols. Version 3.9 includes higher processing speed, a number of updates, bug fixes and enhancements. This software is an evaluation version and has the limitation that only allows you to download 20 files. It supports Windows XP/2000/NT/98/Me."; 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 = ''; } }