var fDesc=new Array();
fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[2] = "Any public Webshots Community photo Webshots professional Pro Shots photos You can also easily manage and organize your photos. Plus, the included toolbar lets you upload and search for photos right from your browser.";
fDesc[3] = "Magentic“s site or in your hard disk, to be used as the wallpaper or included in a screensaver. can even choose to change wallpapers and screensavers automatically.";
fDesc[4] = "on your desktop. It creates six virtual desktops so you can classify your applications according to your needs. Each desktop will have its own icons, wallpaper and name so you can find what you need easily.";
fDesc[5] = "Audio CD alarms, time zones, birthdays, calendar, countdown, and atomic time synchronization.";
fDesc[6] = "boring static wallpaper on your desktop. You can change the wallpaper with a specific delay or at specific times. Wallpapers are easily managed in multi-level categories which can have time constraints to give your desktop a time or season dependent look.";
fDesc[7] = "that every \"x\" minutes the image will be updated showing you how day or night covers the earth. Moreover, clouds are displayed together with the world map, and of course, the clouds are also updated from a server on the Internet.";
fDesc[8] = "supports formats that include JPG, GIF, PNG, and BMP. It presents a control panel to customize your desktop wallpaper, a screen capture tool, and more.";
fDesc[9] = "desktop wallpaper to change automatically. With Any Wallpaper, you can use any of your favorite images as your desktop wallpaper easily. Enjoy a beautiful and colorful desktop with Any Wallpaper, one of the finest wallpaper changers!";
fDesc[10] = "wallpaper to open the program. After that, we can see in the program interface one menu bar, one toolbar, one explore window with our folder, one window and three tags in the right with the wallpaper info.";
fDesc[11] = "user friendly interface lets you easily add your wallpapers and pictures to create a list. So that Vistanita wallpaper shuffler can change your windows desktop wallpaper randomly or in continuous sequence at a specified time interval.";
fDesc[12] = "wallpaper will allow you to stay informed of what time it is in any part of the world. It will rest silently as an icon in your system tray You just have to click on it and immediately it will display a map of the world with clocks indicating the correct time in different cities or zones.";
fDesc[13] = "timer and an image playlist and Desktop Wallpaper Timer will change your desktop wallpaper according to your settings.";
fDesc[14] = "collection of different wallpapers grouped by theme. They will not occupy much space on your hard disk because they are all available for downloading.";
fDesc[15] = "adding your own caption to each image.";
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 = '...';
}
}