var fDesc=new Array(); fDesc[0] = "Do you like screensavers with clocks?
Don't you hate that the clock is the smallest thing on the screen, while all the usual and boring stuff is very big?

7art Luminescent Clock will put a glowing clock on your desktop.

This unique screensaver will show you a beautiful glowing clock in different colors.
The design and style of the clock are very modern and will clearly show you the current time with its glowing hands.
You can set it to be only in one color or let cycle through different ones.

Whatever mode you choose, the analog clock will shine and glow o your screen all the time.
The effect is excellent, and it will definitely be attractive for you and for whoever looks at your computer.

Don't expect anything fancy, breath-taking backgrounds, or complicated animations.
7art Luminescent Clock is just that.
A very beautiful analog clock that will change colors, but always glowing brightly on your screen.

You will surely receive some comments from your friends or coworkers.
And you will always know the right time."; 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 = ''; } }