var fDesc=new Array(); fDesc[0] = "Handy Free Clock is a multipurpose yet user friendly application that works perfectly on your desktop. All the included features help the user to customize it according to their requirement. Besides showing current date and time, it also works as a reminder, a stopwatch, and an egg timer. Now you don’t need to remember important events, you just set the alarm and it will take care the rest. You can easily set a new alarm or delete an existing alarm in just few steps. For setting an alarm, first you have to click on ‘Set Alarm’ option and enter date and time. Even you can also write the message to pop up in the “Alarm Message” box. Similarly you can use its stopwatch and egg timer functions. Further, it gives you the ability to keep it always on the top, run it as window startup, limit egg time to 30 seconds and use 24 hours format for setting alarm. 24 hour format displays time in 24 hour format instead of AM/PM format. Above all it’s a freeware and is compatible with Window 98, 2000, ME, NT and Window Explorer."; 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 = ''; } }