var fDesc=new Array(); fDesc[0] = "Screen Clock is a analog clock for desktop this convenience and increase of speed in work.

Analog clock for desktop allow to receive easily and simply the information on local time of your computer.

This windows desktop clock are convenient for work on the Internet and with various documents.

To the taste it is possible to adjust color of a clock dial, the sizes and color of figures, the form and color of arrows.

Windows desktop clock are accessible to free download.a"; 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 = ''; } }