var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
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] = "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[7] = "images, mp3, zips and any resources from Internet for you. With Internet Image Browser easy to create best image collection!";
fDesc[9] = "drive with PictureImp. Just bring up a small basket from the tray and drag and drop the image. That's it!";
fDesc[10] = "all the thumbnail pictures! Auto rename & view a picture show while downloading. Web masters or web surfer you will love it!";
fDesc[11] = "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[12] = "have hysterics. And soon the contagion will spread to your co-workers, friends, relatives and innocent bystanders.";
fDesc[13] = "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[14] = "allows you to munch a single pages or whole web sites. If you don’t know where to find the appropriate pictures, you can search them by key words. Moreover, it can munch several web sites at once.";
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 = '...';
}
}