var fDesc=new Array(); fDesc[0] = "World Time Manager is an easy to use world clock application which is based on world time clocks that reside on your computer desktop. Despite its sophistication, it is very user-friendly and intuitive.

You can create world clocks by selecting a location on a world map, or by typing a location. The program also contains various other features like the Time Machine, which is an easy to use time zone converter to determine the time in any location at any given time in the future or past."; 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 = ''; } }