var fDesc=new Array(); fDesc[0] = "Long time ago in former Soviet Union was a clock factory where the famous alarm clocks and watches were produced.
The name of the Factory was the Slava, that means a fine reputation.
When the USSR Clock screensaver starts at your display you will see the traditional Slava's hands and the exact time on the original Clock's face."; 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 = ''; } }