var fDesc=new Array(); fDesc[0] = "EarthTime displays the local time and date of any place in the world. It has a built-in database of thousands of cities worldwide but users can add any number of custom locations. EarthTime shows a map of the earth with daylight and night shadows, local weather conditions and optionally a cloud layer with current satellite cloud data. Alarms can be set on the local time of any city in the world. Many options allow flexible customization."; 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 = ''; } }