var fDesc=new Array();
fDesc[1] = "an option for Date view also. Time format can be changed to 12 or 24 hours (AM-PM) It also offers the Time synchronization with the Atomic clock standard.";
fDesc[2] = "TimeLeft is attractive, easy to use and highly configurable. Watching seconds ticking away makes some glad event so much closer";
fDesc[3] = "to fully customize its look and feel, and can synchronize your computer's clock with Atomic Time Servers.";
fDesc[4] = "your clock’s face.This clock does not interfere in your work by appearing on any open application and will not occupy much space on your system.";
fDesc[5] = "space. The speciality of this clock is its speaking capability. This clock can tell you the time in more than 30 languages. You can use the global hotkeys Ctrl+Alt+S to know the time, without moving your cursor.";
fDesc[6] = "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[7] = "interface that gives you access to the seven utilities included in the suite: System Power Down, Web Assistant, PC Detector, Vista Booster, Memory Cleaner, File Wipeout and Desktop Clock.";
fDesc[8] = "you to move it to wherever you want. The program is very simple and shows a transparent clock on your desktop which gets even more transparent when you hover the mouse over it.";
fDesc[9] = "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.";
fDesc[10] = "include fiscal calendar, current date-timestamp, day of the week, notes, every day area etc. The notes area is used to capture the day-to-day activities. The font, color and style can be changed. Title of the notes can be changed.";
fDesc[11] = "for Christmas. It is a good and free application to give your screen an original look while waiting for Christma's Eve. Gold Glow Christmas is absolutely free, and can be downloaded from 7art website.";
fDesc[12] = "interface style can be easily switched from one mode to the other. Both styles are available in large and small versions. It is possible to customized several options: select the clock to stay on top of any other application, choose the displaying mode of the current time...";
fDesc[13] = "be done, set a list of alarms and a list of essential tasks, set the duration of tasks, write relevant texts for alarms. This fully customizable clock lets you change its appearance to make it more attractive.";
fDesc[14] = "you want to customize it adding you own name, logo and website link, you´ll need to contact Promoclock´s sale representatives, that will give you a price tailored to your needs. The site tells you that you will receive an email with instructions to customize the clock. You won´t.";
fDesc[15] = "with a peaceful atmosphere. Oriental Clock Screensaver has a freeware license and besides is not demanding for your computer.";
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 = '...';
}
}