var fDesc=new Array();
fDesc[1] = "fan, but a maniac!! Shape Shifter begins with two different modes of play: Beat the Clock and Speedster. Beat the clock is the classic mode that will hook you up for hours and hours, always challenging you";
fDesc[2] = "TimeLeft is attractive, easy to use and highly configurable. Watching seconds ticking away makes some glad event so much closer";
fDesc[3] = "time rendered vista-style skins, and you can download more. It can play one of it's build-in alarm sounds or any other external sound file.";
fDesc[4] = "exact current time. Provided by free by WorldTimeServer.com, home of accurate times worldwide.";
fDesc[5] = "the original clock itself. We are talking about a small and simple utility without too many features to get in the way and slow things down.";
fDesc[6] = "appeared to tell them. Or at least in what they believed they were telling them It will show the face of the clock as if it was the Earth, with the Moon and the Sun orbiting around it.";
fDesc[7] = "seated in your system tray. If you want to get the latest weather conditions, local time, temperature or time in a different place of the world, all you’ll need to do is to take a look at the bottom-right corner of your screen";
fDesc[8] = "tower that will display the actual time. The clocks on the tower show you he correct time and can be set to strike every 15, 30, 45, or 60 minutes, or you can turn the sound off completely.";
fDesc[9] = "clocks grow from the tree itself and every hour and half hour they sing their song. The images have high resolution, and the animation is so perfect that you will be immersed into a world of magic every time your computer is idle.";
fDesc[10] = "publicly available time servers using your Internet connection and automatically adjust your PC's clock, if you're online, at an interval specified by you.";
fDesc[11] = "minutes. You can preset six alarms and schedule as many events as you like, specifying when should you be reminded.";
fDesc[12] = "shows a beautifully designed clock made out of ice, in a pond or a creek. You will be able to see the ice breaking apart, while some small fish swimming by, in the water under the ice.";
fDesc[13] = "is possible to change the clock appearance by customizing the color of each item (time, date, working day, background, etc.), or by changing the skin. Some of the skins available are animated and quite original.";
fDesc[14] = "the songs you love the most – and not the typical beep sounds and alarms that comes with the standard Alarm clocks. MP3, WMA, and many other media types are supported.";
fDesc[15] = "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[16] = "screensavers, clocks, wallpapers, videos and these is classified by different categories. Now we are having the opportunity to review a screensaver called Crystal Clock, this one is full of color, amazing jewels around its face a spectacular view full of beautiful colors.";
fDesc[17] = "utility you can change it into digital clock or analogic clock or can combine both the features to make it more interesting. This desktop utility, with just simple right click on the clock will display all the features.";
fDesc[18] = ", each one with its own features. The program can play video files too, so you can wake up each morning with your favourite videos or recorded TV shows.";
fDesc[19] = "the date and time using several selectable skins with alpha transparency support. You can use any of the skins provided by the program, or design your own.";
fDesc[20] = "large number of skins (even some inventive ones that are quite different from \"standard\" designs): for instance, one that displays the Manchester United soccer team logo, another suitable for children, one featuring the periodic table of elements, etc.";
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 = '...';
}
}