var fDesc=new Array(); fDesc[0] = "Keep track of current time in all time zones and cities around the world

A must-have world clock software for people who need to keep track of current time in different cities and time zones around the world. The current time will be displayed on a real world map along with day and night effects. You can add cities of your choice on the world map. You can set the world clock as your desktop wallpaper or use it as a screensaver. You can add analog clock and digital clock on your desktop to keep track of time for multiple cities."; 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 = ''; } }