var fDesc=new Array(); fDesc[0] = "ClockLink provides the most widely used Web clock in the world with over 30 million views around the world. In addition, clocks can be set to display any time zone in the world online, so they are not only decorative but very practical as well.

You can use the world clock to see all timezones of the world, and it's free to use. Use it to show what time it is in your area."; 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 = ''; } }