var fDesc=new Array(); fDesc[0] = "Download original large images from the result thumbnail images among google image search, thus you don't need to click every thumbnail on the google search page one page after one page, and give you the ability to view them full screen one by one for more than 1000 high quality pictures.

Also it can download unreachable pictures marked by google as for censorship reason.

Because click every thumbnail link will take you time if you want to see the large image, and swtich to next page, or next next page will consume time also, so why not let us do the click work automatically for you, you just sit down and view them, because our multithread download speed is really fast, you can view every downloaded picture one by one when others are being downloaded, you can view them in our program, using mouse or key to navigate them."; 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 = ''; } }