var fDesc=new Array(); fDesc[0] = "WorldTime Clock is a universal time-keeping utility, providing PC users with the most accurate time by synchronizing with atomic time servers and displaying local Time and Date in any Location (or Timezone) around the world.

These functions along with build-in scheduler, customizable look-and-feel and compact size make WorldTime Clock a must-to-have application for those users, who have friends, family or business affairs around the world."; 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 = ''; } }