var fDesc=new Array(); fDesc[0] = "Web Pictures Searcher 1.86 is the latest version of this useful shareware program developed by Keronsoft. There is a free trial version ready for downloading from the developer's website. After installing, we can use it for a 30-day period or after downloading 50 images. It searches the Web for all related images in .gif and .jpeg formats and downloads them to our hard disc so we can see them later. It uses the popular Google browser. We must enter a Keyword and press the Search button. Very soon all the images found would appear in the middle window as thumbnails. We can stop downloading at any time. We can preview them in full screen, and select to download only the wanted ones in big size. From the tool bar, we can setup the Options, such as Directory/Picture Names: where the pictures will be stored, names for the pictures, and free hard disc space info; Search options: depth, pictures format, Jpeg and/or Gif, size, width, height and Max KB; Connections: Threads and Server. We can also configure Log in, System, Advanced, Thumbnails, and Contents, etc. It runs under Windows operating system."; 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 = ''; } }