var fDesc=new Array(); fDesc[0] = "Image Downloader is completely integrated with Internet Explorer for Microsoft Windows: you can select with a single mouse operation one or more images from the current web page and then download them later, in an automatic manner. Image Downloader can also be used to collect from the viewed web page any kind of internet link, with the same ease of use. Image Downloader offers several levels of download automation: it can be used to download images in a page, images linked in a page and images contained in secondary html pages linked in an original page. It can even monitor the browser script activity to catch, for example, images opened in secondary IE windows."; 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 = ''; } }