var fDesc=new Array(); fDesc[1] = "Samsung mobile phone and your PC. It offers many features such as a Networking Wizard, which allows you to connect to the Internet; a Multimedia Player to play different files; and many other options to manage and organize your files, your phone contacts and your messages."; fDesc[2] = ", it allows to download pictures in two locations simultaneously and saves downloading time in that way. Nikon Transfer enables you to backup your images and point out IPTC and XMP data and also copyright information, key words and location path for every file."; fDesc[3] = "just needs the URL of the website with wallpapers and a few settings, and you will get all your favorite wallpapers downloaded to your PC automatically."; fDesc[4] = "you to do a lot. If you need to download pictures or images, or video for that matter, off the Internet regularly, you are probably annoyed by having to do that with one item at a time."; fDesc[5] = "create puzzles easily from any picture with a wide range of options."; fDesc[6] = "has a lot of pictures that you want to get. If you want to download those pictures, you have to do it manually, one at a time. Well, FlickrDown helps you sort that problem out. The application will connect to Flickr and download the pictures for you."; fDesc[7] = "documents in the easiest way. It helps professionals and home users alike. We do not need to go one by one selecting the files we are interested as this utility software can download the entire website content, search, and download not only the thumbnails images but the full size images as well."; fDesc[8] = "are in search of a reliable tool that would make it easier for you to download a number of images from the net for various purposes then Web Pictures Downloader is your answer."; fDesc[9] = "the web site, finds the pictures and photos (JPG,GIF) and downloads them to hard disk. It makes picture download a fun task."; fDesc[10] = "use way"; fDesc[11] = "seconds. You just have enter the website address and the program does the rest for you. All the downloaded content is shown as thumbnails, but you can also view the files in its original size and save them to any folder specified by you."; fDesc[12] = "and easy to use package to make your downloading process simpler. With this application you can download: files, music, movies, software, pictures, and games more easily."; fDesc[13] = "downloading, and the simple interface are the extra rich features that you will find in this amazing application. It allows you to instantly download all the images from a website."; fDesc[14] = "from web pages quickly and easily. This utility will save you lots of time of web surfing. All downloaded pictures can be previewed before selection."; fDesc[15] = "developer's website. We can use it for a 30-day period or after downloading 50 images. It searches the Web for all the 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."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }