var fDesc=new Array(); fDesc[0] = "EarthSunX is a small program that will display valuable information related to time and date all over the earth (a day/night world map) in a very pleasant / relaxing way and without taking any valuable desktop space or a lot of resources - yet being always less than one mouse move (or hotkey) away!!! Also it will show the precise time and day in a number of user-selected cities. Many options are available so that users can customize it in their desired form. Since v2 a lot of extra tools are also available - like a tool to calculate all EarthSunX visible info for a specific moment, a date calculator, counters to track time spent on projects and many other new things."; 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 = ''; } }