var fDesc=new Array();
fDesc[1] = "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[2] = "once a day or at regular intervals. It supports JPEG, PNG, GIF and BMP images, and includes the ability to change your images in random order. The pictures can be automatically tiled, centered or resized to full screen.";
fDesc[3] = "topics that go from Movies, Nature, Animals, Cartoons, Art, and many more. The simple interface will show you thumbnails of each of them so you can easily choose the ones you like the most.";
fDesc[4] = "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[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] = "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[7] = "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[8] = "wallpapers from the Internet? Then Active Wallpaper Changer is for you!";
fDesc[9] = "clicks. You can make a play list with your favorite pictures and play it all day long.";
fDesc[10] = "desktop wallpaper. You can organize the programs of your screen saver and run them in the order that you wish. Whenever you boot up, a very unique special windows is just clicks away.";
fDesc[11] = "are wrong! With Fun Desktop Wallpaper Changer changing wallpaper on your desktop becomes easy as pie.";
fDesc[12] = "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[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] = "Wallpaper Changer really useful. It is a small utility for automatic change of wallpapers. You don’t need to waste your time for finding and downloading wallpapers from the Internet. The program takes wallpapers from the blog on the developer’s home page.";
fDesc[15] = "BMP, JPEG and WMF. You can assign as many pictures as you want, the car will change the wallpaper depending on the option you choose, you can choose to change the wallpaper every time you reboot the PC or wallpaper a day.";
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 = '...';
}
}