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] = "of the rain drops, the volume of the thunderclaps, and the color and delay between lightnings, among other values. The evaluation version runs fully during 15 days; after that time, you must purchase the full version.";
fDesc[3] = "gallery of screensaver sets and more than 3,000 images or create your personal screensaver using your own photos! Set slide";
fDesc[4] = "for this application that I can think of is to use it as a screensaver. After a certain time of inactivity, the application starts and makes your desktop a watery surface.";
fDesc[5] = "a trip to some of the most wonderful places on Earth. You will be able to see awesome waterfalls, in the middle of a lush forest, a breath-taking sunset at a beach, or a great stone of wall with another waterfall dropping on its side.";
fDesc[6] = "advanced options like complexity of the pattern, maximum drips, speed scaling and wave height. You can also choose a song or even a playlist when the screensaver starts to enjoy the view and music at the same time!";
fDesc[7] = "like opacity, color, starting points, light angle, and so on. This evaluation version can be used up to 30 times, after which you mut purchase a license.";
fDesc[8] = "many different kinds of fire events on your screen. It has a lot of configurable options that will allow you to personalize what you want to see. Flames and fireworks are very realistic. You can configure the colors of the flames and explosions of the fireworks.";
fDesc[9] = "watching your screen burst into many pieces, so at least for a while you can think that you don't have more work to do. It will take a snapshot of your screen, put it in a 3D world, and then make it explode in a configurable number of explosions.";
fDesc[10] = "on your screen. Watch several gorgeous models as they dance in front of you and slowly begin to remove their clothes. Beautiful girls dancing slowly and with a lot of sensuality only for you.";
fDesc[11] = "in the lower part of your screen, and on every obstacle they find in their fall, like icons or text. Through the Settings you can specify the color of the snow, how heavy the storm is, the type of flakes, their transparency and more.";
fDesc[12] = "solution for those people that do not want to display pretty faces or funny animals. It will allow you to display the name of your company as well as its web address.";
fDesc[13] = "screensaver will allow you to enjoy these magnificent creatures in the comfort of your home or office. You will not have to travel to a protected area just to awe at the grandeur of nature reflected in butterflies.";
fDesc[14] = "getting covered with water. And then, tropical fish appear and start swimming gracefully around the screen.";
fDesc[15] = "camera motions with beautiful snowy scenes, flying Christmas boxes, fire crackers and lovely background music";
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 = '...';
}
}