var fDesc=new Array(); fDesc[0] = "Running on your PC this NTP Time Zone Clock will show you the local time of over 300 cities around the world. Simply select the cities you want to display the local time and they will be displayed on your desktop. With this NTP Time Zone Clock you will always know the local time in New York, London, Frankfurt, Hong Kong, Tokyo or any city you require anywhere in the world. You can edit the look of this NTP clock to suit your preferences. It is simple and easy to use."; 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 = ''; } }