var fDesc=new Array();
fDesc[1] = "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[2] = "on a colored background with a soft curved design. In this case, we are talking about an aqua blue background with different shades forming hill-like shapes.";
fDesc[3] = "on a colored background with a soft curved design. In this case, we are talking about a blue background with tree leaves in different shades of blue.";
fDesc[4] = "fancy stuff or complicated animations. The wallpaper consists of the VAIO logo on a colored background with a soft curved design. In this case, we are talking about a lilac background with white delictae flowers.";
fDesc[5] = "colored background with a soft curved design. In this case, we are talking about a light blue background with white flowers. The different colors are just beautiful and they are out of the ordinary, very bright and neon-like.";
fDesc[6] = "background with a soft curved design. In this case, we are talking about a green background with waves in different shades of blue and green.";
fDesc[7] = "background with a soft curved design. In this case, we are talking about an electric yellow background with waves that look like a hole or something..";
fDesc[8] = "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[9] = "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[10] = "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[11] = "desktop. It allows you to easily manage all your wallpapers through the use of categories and cycle them with a specified delay or at specific times or both. Wallpaper Cycler includes an advanced random choice algorithm, can be started at Windows logon, can be configured to change the wallpaper once at Windows logon, and much more. Features: Transparent desktop icons. Add categories which contain similar wallpapers. Categories can have time constraints. So a certain category can be set up to be used only during winter, or in the morning,... Easily find duplicate images and delete them. Preview bitmaps and JPG's full screen. The delay between two wallpapers can be up to 24 days 20 hours 31 minutes 23 seconds. Cycling can happen with a specified delay or at specific times or both. Shuffle during cycling: Wallpaper Cycler includes an advanced random choice algorithm which ensures that you...";
fDesc[12] = "auto-change the wallpaper in turn. It's very easy! Download now and install it, your wallpaper will being living.";
fDesc[13] = "Features include themed wallpaper channels, thumbnail previews, look backs, a slide show screen saver, custom skins, and more.";
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 = '...';
}
}