var fDesc=new Array(); fDesc[0] = "The Market 24h Clock shows you the market hours of main trading sessions of 15 major stock exchanges. The dial is 24 hour dial. That means, that you are able to watch the whole trading day (and the whole market) at once. Local DST changes are calculated and applied automatically, so the Clock always shows you the right trading hours."; 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 = ''; } }