var fDesc=new Array(); fDesc[0] = "The screensaver represents old conventionalized electronic clock, with sound effects. In addition to main functions the program has customizable list of "stop programs", if any program from that list is working when you start the screensaver, the screensaver will not work. The program is distributed in two variants, for the OS MS Windows(r) 98\Me and for the OS MS Windows(r) NT 4\2000\XP\Vista."; 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 = ''; } }