var fDesc=new Array(); fDesc[0] = "Analog 3d clock screensaver with animation. The clock screen saver display various analog clock, having switched on a casual choice you receive new desktop clock at each start. Collection of various analog clock for your desktop. Choosing various clock dial, various arrows, choosing colors for dial and arrows you receive set of variants of analog clock. Having switched on a casual choice you receive new desktop clock at each start. The most different variants of clock screen saver on every day!"; 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 = ''; } }