var fDesc=new Array(); fDesc[0] = "Tired of viewing page after page looking for images and you see 2 or 3 images and hundreds of banners, frames, site graphics, ads and just a whole lot of garbage, none of which you are looking for.

Image Grabber will search the website pages retrieving only the images that you wish, and set them up in a list for you to go through in your own time, without having to wait for pages to load or even having to look at content you do not wish to see."; 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 = ''; } }