var fDesc=new Array(); fDesc[0] = "A Free Image Downloader for Windows is presented in this post. You can use this Freeware Windows Application to download all images from any URL specified. The given below screenshot displays the Image Downloader after the completion of downloading images from the publisher’s website. There are no configurations of this freeware application and you only need to specify a single URL and click on Download button of the software. Once the Images are downloaded, the software would create an html page and open the html page containing all the images downloaded by the Image Downloader."; 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 = ''; } }