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] = "video as animated wallpaper, dynamically generated content as animated wallpaper, and more. DeskScapes supports the new .Dream format. The .Dream format has been specifically designed to contain content intended to be used as animated wallpaper (making it much easier to find on the net than looking for video files). The .Dream format supports triggers, dynamic content, MPEG video, WMV video, and author information.";
fDesc[3] = "backgrounds can replace your standard wallpaper and will breathe new life into your desktop.";
fDesc[4] = "map, showing the daylight and night areas. The wallpapers generated are very good and the program requires very few clicks to see the change.";
fDesc[5] = "monitor. Load any personal image, a beautiful scenery or any other image to change the look and feel of each monitor. Display Fusion makes it easier and simpler to work with multiple application windows.";
fDesc[6] = "and puts a customized calendar, updated daily, over the background image of your choice. Calendarium 4.08 also checks email for multiple accounts and provides a reminder service.";
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] = "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[9] = "configure your desktop wallpaper. Change wallpaper with a single click, modify wallpaper settings, or set your system to automatically change wallpaper.";
fDesc[10] = "lake somewhere in the mountains. Nothing there can remind you about your work, the office, or the traffic. You will see pure nature around you.";
fDesc[11] = "background with a soft curved design. In this case, we are talking about a white background with waves in different shades of blue and green.";
fDesc[12] = "wallpaper shows a rainy night with a huge thunderstorm and flashes of lightning lighting up the jungle. Beneath the furious sky, there’s a lush and rocky jungle with beautiful and shiny waterfalls.";
fDesc[13] = "simply going to the desktop on your system. With this application organizing and maintaining your schedules now is an effortless process for you.";
fDesc[14] = "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[15] = "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[16] = "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[17] = "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[18] = "wallpaper with this tool with just a click of the mouse. This software is available for Windows 98, SE, NT, 2000, xp or 2003. This software is very small in size and easy to install. After installing user gets the screen asking for all the option.";
fDesc[19] = "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[20] = "Wallpaper, for you can't 'right-click' and set a Flash file as Wallpaper. But in this process Flash Wallpaper brings the awesome potential of Flash programming to the desktop: Desktop Promotions, Syndication (using XML-RSS feeds), Gaming, Event Calendars to name a few.";
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 = '...';
}
}