var fDesc=new Array(); fDesc[0] = "With such awesome features like Alarm Synchronization, Atomic Clock, super customizable alarms and display, you will probably find at least one thing you will love about ASD Clock. Alarm Synchronization uses servers provided for free (no strings attached, no annoying commercials or anything) to automatically teleport your alarms from one computer to the other, as you go home, to work, outside your city and so on. ASD Clock is one of the first free desktop applications to give the user such powers. The system is Open Source and you can establish your very own ASD Clock Alarm Synchronization Server very easily."; 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 = ''; } }