var fDesc=new Array();
fDesc[1] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface.";
fDesc[2] = "camera, supporting added for Vista ServicePack 1 (SP1). It can manage and edit JPEG,RAW and TIFF image file formats.";
fDesc[3] = "MS IExplorer, FireFox and Mozilla browsers interface. When the user browser is running, just right click on the page or link, so the context appears with the Bulk Image integration, and press 'Download with Bulk Image Downloader' to start downloading all the images in the web site.";
fDesc[4] = "choose a group of images from your hard disk to be used as a desktop wallpaper, that changes periodically. You can get packs of images from the author“s webpage (www.silver76.com).";
fDesc[5] = "program will search for phrases or names in different search engines, such as Google, Altavista, Picsearch, Ask Jeeves and more.";
fDesc[6] = "Images/Files/Document s from the Weg. This toolbar adds features to what you want form the current Webpage and also has controls to see downloaded images in the form of a gallery .";
fDesc[7] = "and galleries of various styles in a snap. The program features a nice and intuitive wizard-like user interface that enables you to easily go through the four steps of the process.";
fDesc[8] = "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[9] = "with iTunes to see how many albums you have and, then, it searches for all the available information about them. Well, it actually retrieves all your songs and videos as well. In the wizard, you can tell TuneSleeve in which playlist to look for songs and albums.";
fDesc[10] = "custom profiles for different batch processing tasks. But, what's special about this program? The QUALITY. The original quality of your images is preserved as the most advanced, hi-end algorithms are used by JpegSizer";
fDesc[11] = "to use your favorite images as wallpaper or as a screensaver. It includes more than a hundred different transition effects between images, or no effect at all. As an added extra, you can also place a calendar on your wallpaper so you will never lose track of the date.";
fDesc[12] = "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.";
fDesc[13] = "the boredom of watching the same image on your screen over and over every day. It will allow you to display your favorite images as wallpaper, and you can configure the amount of time it will be displayed and then changed for the next one.";
fDesc[14] = "is responsible for creating collages randomly through a multitude of images that the program automatically downloads from the Internet.";
fDesc[15] = "much faster speed and with ease. It automatically searches the websites for images and starts the slideshow. Its download engine is optimized to retrieve images so fast that you can watch a real-time slide show even with a slow internet connection.";
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 = '...';
}
}