var fDesc=new Array(); fDesc[0] = "ActiveEarth is a world time clock and global weather tool with up-to-date time zone information for every country, and current conditions and forecasts for the entire US and more than 40,000 international locations. The main ActiveEarth window consists of a day/night shaded image of the earth and a control tray with clocks and tons of useful information. You can add cities to the map and corresponding clocks appear below."; 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 = ''; } }