var fDesc=new Array(); fDesc[0] = "Talking Desktop Clock adds new features to your Windows system tray clock. It shows the time in the system tray and/or on the desktop, You can choose from many attractive clock styles, both analog and digital. You can also make custom clock styles. It uses Microsoft® Speech or Microsoft® Agent to announce the time on the hour, ½ hour, or ¼ hour, or at any interval you choose. It can play a chime on the hour, ½ hour, or ¼ hour, or at any interval you choose. You can choose from a number of different chimes, from classic to silly. You can also make custom chimes that play .WAV files."; 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 = ''; } }