var fDesc=new Array(); fDesc[0] = "Easily save hundreds of images and photos from Blogspot / Tumblr blogs with friendly names derived from post titles. Download only images within specific date range or with specific labels. Easy to use: enter blog URL, set options, and start downloading. Downloaded pictures will be automatically organized and named in a user-friendly way and put into proper folders. Save pictures and photos you like from blogs to your computer before they are removed!"; 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 = ''; } }