var fDesc=new Array(); fDesc[0] = "Express WebPictures is a multithreaded tool for downloading pictures from web galleries and presenting them in a simple easy to use way. With Express WebPictures browsing the Web for pictures is made simple and easy - you drag the URL of a page, drop it on the Drop Basket and this smart utility explores it and downloads all images to your hard drive. You can immediately see everything you download and delete unwanted pictures.
Features include:
Ability to download any pictures, audios and videos.
Unique and powerful search engine.
Up to 10 simultaneous connections.
Supports free websites and password protected websites.
Image filtering - set the minimum size of pictures in order to avoid downloading numerous thumbnails and interface elements.
Built-in image viewer with slideshow capabilities
Set any downloaded picture as a Windows wallpaper."; 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 = ''; } }