var fDesc=new Array();
fDesc[1] = "your desktop. The application is platform independent so you can run it on all major operating systems: Windows, Linux and Mac OS X. The appearance can be customized with skins and you can even mix different skins together. It is possible to use Rainlendar with other calendar applications too. Rainlendar uses the standard iCalendar format to store its events and tasks so you can easily transfer them between applications. You can also subscribe to online calendars and task lists including the Google Calendar* and Remember The Milk* and edit your Outlook** appointments directly in Rainlendar.";
fDesc[2] = "rest then as an icon in your system tray, showing you the temperature in the chosen location. If you double click over that icon, you can access some more weather information through several pages.";
fDesc[3] = "soccer game that tries to deliver the most realistic graphics and playability to both the PC and next-gen consoles. This game has a few new modes with comparison to FIFA 08. The first one that you will notice is \"represent your country.\"";
fDesc[4] = "Windows and includes an installer. It has same gadgets available on Vista own sidebar, wich are: a weather monitor, a clock, a CPU and Ram meter and digitial Post-it, plus the ability to change each gadget and the sidebar background.";
fDesc[5] = "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[6] = "rain, and snow, combined with sound effects to produce realistic animated scenes for lakes, seas, waterfall or weather. You can create screensavers, build exe files, animated gifs, and avi files.";
fDesc[7] = "soccer game that tries to deliver the most realistic graphics and playability to both the PC and next-gen consoles.The first one that you will notice is \"represent your country,\" which allows you to pick a country and start a sort of identity online.";
fDesc[8] = "background noises like that of traffic, babycrying, with the help of natural “white noise”. It includes Tranquil Stream, Tropical Jungle, Majestic Waterfall, Summer Night, Winter Rain, Deserted Beach, Thunder Storm, Whale Song, Relaxed, and more.";
fDesc[9] = "will have to snatch your life out of the fiery lava mouth and shift from scorching meteorites.";
fDesc[10] = "of water effects which can be very easily configured to match the user's needs and requirements. The Different types of water effects include Rain,Ripple and water which can be customized only in the full version.";
fDesc[11] = "enjoying the rain in summer with his hands stretched upwards, a rainbow displaying all colors of life and a clock which keeps you always alert and shows you correct time. The clock has roman numerals with decorated hands.";
fDesc[12] = "using an popular amazing algorithm and a special effects to make your computer desktop look as if it is rippling. You will see water drops and waves running across the screen. Enjoy this lovely rain illusion scene with a Hypnogenic Rain Screensaver in the foreground.";
fDesc[13] = "Master the strategy, look for interesting solutions and use 5 types of bonuses. Enjoy fantasy world, beautiful locations and relaxing music!";
fDesc[14] = "showing a view of the rain through a window's glass. But this attempt of Maxamuxa is not a successful one. The screensaver is not realistic and does not have any customizable features.";
fDesc[15] = "to get wet. It will show you a window, maybe at your home or office, wet, and dripping water. Just as you can see in real life. If you like to sit back and relax watching rain, this screensaver will really please you.";
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 = '...';
}
}