var fDesc=new Array();
fDesc[0] = "InfoClock Screensaver is not only usual clock screensaver. It is screensaver which shows the full information about time and date. Stylish analog clock are periodically supplemented with digital clock and a monthly calendar. Digital clock show time with a special accuracy - it show time to within milliseconds. You can see the time in different time zones all over the world. Also you can set one of color themes for this screensaver.
Features:
1. Analog clock
2. Completely accurate digital clock
3. Date
4. Day of week
5. A monthly calendar
6. Time in different time zones
7. Reminder
8. Stylish design
9. Pleasant animation
It's modern stylish design would be a great addition to your desktop.
Download the InfoClock screensaver - it will be useful for you!";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}