var fDesc=new Array(); fDesc[0] = "Clock Screen Saver is a cool looking screen saving program that displays the current time in the way of analog or digital clock faces. You can choose between the following modes:

- Analog clock mode
- Digital clock mode with seven-segment indicator board
- Text digital clock mode

Easy to customize
Every clock face looks cool and stylish. Clock Screen Saver allows you to customize all the modes as you wish. You can change clock color, size and position; add cool looking visual effects etc. You are able to choose an appropriate time format, display AM/PM symbols, add the current date on the screen and even periodically change clock position.

Clock sounds
Clock Screen Saver can play sounds when hours, minutes or seconds are changing. You can make it tick like a stop-watch or strike hour quantity on hour change like tower clock. Moreover, you can load you own sounds so your Clock Screen Saver will strike like the real Big Ben."; 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 = ''; } }