var fDesc=new Array(); fDesc[0] = "EngNet Clocks is a simple and handy application that allows you to have world time clocks on your desktop from the places you select. The program is fully customizable, enabling you to you to set an alarm for any time zone and also select the format of the clocks including font and style. It sits on your system tray where you can see all the times zones you selected and enables you command the entire application from there. Moreover, you can add as many zones as you want choosing from more than 360 time zones of all over the world. It also offers detailed information about daylight savings and enables you to select the clock title. This application is perfect if you have clients or family abroad and want to know exactly what time is there so as not to miss any important call or deadline. In the latest versions daylight saving time was corrected for New York, Indian towns were added, and several bugs were fixed. In case you need assistance you can also see the help file. It supports Windows 98/ME/NT/2000/XP and is completely free."; 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 = ''; } }