var fDesc=new Array();
fDesc[1] = "is a beautiful one with the classic green colors. If you prefer a digital clock, it will display the well-known 7-segment characters. And still more. If you like the digital number format but think that the clock view is not what you want, you can opt for a digital text display.";
fDesc[2] = "fill your senses with beauty. It's not fantasy, it's not nature. This screensaver is just what its name says: a digital clock.";
fDesc[3] = "it shows the numbers forming the time dropping into water one by one in slow motion displaying magnificent effects, which make the scene look as it is really happening.";
fDesc[4] = "many options directly accessible from there. It requires the OpenGL redistributable package installed on your system, which is available on all Windows family operating systems or can be downloaded easily.";
fDesc[5] = "boring Windows screen saver with a colorful clock with bubbles in the background. The screen saver is fully customizable and enables you to select three different background colors, 7 colorful clocks, and the amount of bubbles you want";
fDesc[6] = "background of flying colored clocks. Every time this clock has a new color with a new background. Features: Analog clock. Protects your screen from fading. Stylish design. Pleasant animation.";
fDesc[7] = "automatically with popular Internet Atomic time servers. Desktop display options include analog, digital, millennium, world analog and world digital. You can show seconds, show date, or change to Transparent mode. In transparent mode, the clock seamlessly melds into your desktop. Clock G2 also has an Always on Top mode, and a Send to Back mode. When in Send to Back Mode, the clock stays out of your way by disappearing whenever you pass your pointer over the clock face; the clock then reappears automatically. Clock G2 will even check your e-mail for you. Define your POP3 email server and Clock G2 will notify you when you have email. Specify how often you want Clock G2 to check for email, and it will notify you with a sound of your choice. Download the 30 day trial. Now search over 4,800 worldwide cities with Clock G2's built-in city search database, giving you the ability to easily add...";
fDesc[8] = "around to look at somewhere else, you listen to the characteristic sound of pages turning. You look back at the book and yes, the page is turning. The effect is very nice, as is the sound.";
fDesc[9] = "the web site. This small and tiny program will be available into your protected screen saver section and you can configure it to appear in xx minutes, etc. If you want to see something different in your screen put some beautiful images in it.";
fDesc[10] = "accurate time zone data for more than 500 cities, atomic time sync, countdown clocks, scalable analog clocks, screen saver, and more!";
fDesc[11] = "go to your grandparents’ house and spent hours checking out all the cool stuff that they had. Among old books, furniture, pictures and more, probably you always stared for a while at the antique cuckoo clock hanging on the wall.";
fDesc[12] = "classic objects that many of you might have seen in your childhood years. You will be standing in a room inside your grandparents’ house, in a dark and stormy night. What would be a better way to give the atmosphere a feeling of mystery and melancholy?";
fDesc[13] = "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] = "renew our energy and stimulate our senses. Being optimistic and keeping a positive attitude is essential to be healthy.";
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 = '...';
}
}