var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "configure your desktop wallpaper. Change wallpaper with a single click, modify wallpaper settings, or set your system to automatically change wallpaper.";
fDesc[4] = "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[5] = "wallpapers that were previously uploaded by you. In fact you may easily select a photo gallery and Evjo Wallpaper Changer will automatically change the images at a specified time.";
fDesc[6] = "interval or by weekly or monthly basis. You can also select cyclic or random mode. It also has four positioning options Tile, Center, Stretch and Smart. You can add lots of pictures to rotate your computer’s desktop wallpapers.";
fDesc[7] = "change Microsoft Windows desktop wallpaper periodically. It can change your desktop wallpaper at every logon, or on regular basis from each minute up to each month. It allows to select directories and file to include in a list from which it can choose next wallpaper to show.";
fDesc[8] = "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[9] = "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[10] = "permits you to select the wallpapers and their regular recurrence. As well as the position and other options! Enjoy your wallpapers now, easily and fast.";
fDesc[11] = "Wallpaper Cycler is a wallpaper software that will help you change wallpaper on your desktop. Using this powerful background changer you can use all your favorite images as wallpapers.";
fDesc[12] = "timer and an image playlist and Desktop Wallpaper Timer will change your desktop wallpaper according to your settings.";
fDesc[13] = "time wasting for such procedure. Wallpaper Changer Lite is software that was developed for such people. This small utility runs in your tray and automatically changes your wallpaper in defined duration.";
fDesc[14] = "on your desktop. A wide range of settings allows you to customize every element of calendar at your will. Program also includes many variants of layout.";
fDesc[15] = "wallpapers storing. A very useful feature of this software is an optional caching system for fast loading of directories. The program works only with copies of pictures that allow keeping source pictures untouched.";
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 = '...';
}
}