var fDesc=new Array();
fDesc[1] = "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[2] = "realistic motion. SoftSkies features professional color design, patent-pending cloud animation, dynamic image scenery and fine-grained visual control. SoftSkies is ideal for relaxation, music appreciation, and enhancing the ambiance of any social setting.";
fDesc[3] = "wonderful screensaver will shows you a view of the planet Earth revolving around the Sun; and the brilliant 3D world map includes information about all the countries and the cities of the world.";
fDesc[4] = "almost feel the gushes of wind! You sway up and down in the waves listening to the thunders and watching the lightings as the sun goes down in the horizon. The FX sound is awesome providing all the fantastic realism of atmospheric effects!";
fDesc[5] = "palm trees and waves, look just as if you were there, enjoying nature at its best. The sky changes in shades of red, orange and yellow, as the sun is reflected on the surface of the ocean in hundreds of colors.";
fDesc[6] = "and use them to create a screensaver for your PC. This extremely easy-to-use application fully integrates with the operating system as all you will be seeing of it is an extra option on the regular drop down list of screensavers of Windows.";
fDesc[7] = "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[8] = "watch how the leaves of the trees start changing colors until they finally begin falling. The screensaver will show you several paintings displaying gorgeous autumn scenes with animated characters.";
fDesc[9] = "take you on a journey to another world, as the name says. You will be transported top a place that resembles our planet in a way, but that you will immediately know it is not. You will be able to see mountains, rivers and oceans, but the setting will be different, especially the lighting.";
fDesc[10] = "files(mp3,mid,wav,wma. ..). ScreenSaver step by step with the New Wizard. It is easy to add image files or acquire images to be included from your digital camera/scanner, edit images and display them with transitions. You can also add background music to your creation, using popular formats of audio files(mp3,mid,wav,wma. ..). More features such as creation preview, password protection, wallpaper setting etc. are included. !Easy ScreenSaver Studio can open and edit your .SCR/.EXE file directly so that you don't have to save a seperate project file. You can create self-installing(EXE file) ScreenSavers or even make and distribute your own SHAREWARE ScreenSavers. It's great for digital camera users and digital photo fans. Key features: Create your own ScreenSaver step by step with New Wizard; Create standard ScreenSaver or self-installing EXE files; Open and edit SCR file directly, and you don't have to save a...";
fDesc[11] = "shows some butterflies flying around, but perhaps they are not the main protagonists. The screensaver shows a beautiful meadow landscape and a huge setting sun as a background. Over that image there are several birds flying around besides the butterflies.";
fDesc[12] = "screensaverby setting sizes, random display , time adjust between images, background color, transitions (available to select from the 90 effects), sound files to play as background music.";
fDesc[13] = "boundless ocean. Captivating music together with a truly colorful setting will make your trip unforgettable.";
fDesc[15] = "screen, screensaver starter, manage screensaver, screensaver setting, turn off laptop monitor, turn off notebook monitor";
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 = '...';
}
}