var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "Internet. It enables you to search, download, view and organize files more easily and fast. Although the program is intended for images, you can also search and download multimedia and flash files such as music, videos, web pictures, graphics, among others.";
fDesc[4] = "the web site, finds the pictures and photos (JPG,GIF) and downloads them to hard disk. It makes picture download a fun task.";
fDesc[5] = "images and downloads them rapidly, making it easy for you to reuse and manage these images later.";
fDesc[6] = "pictures from Internet sites promptly and easily. This software can be set in motion from the Internet Explorer toolbar. Make a try and you'll know how simple it is! It supports IE 7.0 version.";
fDesc[7] = "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[8] = "images, mp3, zips and any resources from Internet for you. With Internet Image Browser easy to create best image collection!";
fDesc[10] = "drive with PictureImp. Just bring up a small basket from the tray and drag and drop the image. That's it!";
fDesc[11] = "Pictures. There are four different types of display pictures to customize. Quick download and easy setup!";
fDesc[12] = "Your download manager will no longer have problems saving such problematic images that are usually found on forums or blogs. GPL works with Internet Explorer (including its shells: Maxthon, Avant, etc), ,Opera and FireFox installing GPL's extension.";
fDesc[13] = "have hysterics. And soon the contagion will spread to your co-workers, friends, relatives and innocent bystanders.";
fDesc[14] = "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.";
fDesc[15] = "internet.";
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 = '...';
}
}