var fDesc=new Array(); fDesc[0] = "Anuko World Clock replaces the regular system clock with several time zones of your choosing. You are getting an enhanced clock with many useful features. The most important feature is a display of several time zones right there in taskbar where the system clock is. This improves your productivity when you need to deal with different time zones. The program allows you to display the current time and date in locations of your choice in any format you like."; 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 = ''; } }