var fDesc=new Array(); fDesc[0] = "This screensaver shows an analog clock designed according to DIN standard 41090. Four different clock faces (including a numeric dial) are available. The size of the clock, its movement speed and colors are freely adjustable.

The behaviour of clockwork and hands (stepping, moving, bouncing...) may be changed as well. It is even possible to simulate a classic German railway station clock with its typically swinging second hand."; 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 = ''; } }