var fDesc=new Array(); fDesc[0] = "Timezone Expert is a world time zone clock software.
Allows you to add two or three or more different time zone clocks to display in taskbar.

You can query time zone information by country name or city name all over the world,and you can query us timezone by state name. For example you can query “United States time zone”,”Australia time zone”,”Hawaii time zone” and “London time zone”.And you can edit time zone data in windows operating system registry with time zone Editor. With time zone calculator you can convert date and time from local to all over the world. Timezone expert also displays the working time overlap for people in different time zones."; 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 = ''; } }