var fDesc=new Array(); fDesc[0] = "The software clock that calculates the current time anywhere that you choose in the World. Easy time zone addition, edit your contacts' names and check their time. Times available independent of the Internet. Their current time is always within easy reach from your system tray, task bar or your nominated Hot Key Combination.

On arrival right click the new destination, to set TimesOwn™ to the new local time / Time Zone, as well as your pc, all in one click! All times are automatically synchronised to the new local time."; 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 = ''; } }