var fDesc=new Array(); fDesc[0] = "WinJUPOS is an astronomical database of the positions of objects in the atmosphere, or on the surface, of the planets and the Sun. It helps you in the preparation of an observation. The visual observer of Jupiter and Saturn can record his Central Meridian transits of an objects with the module Recording of Central Meridian transit timings in the database."; 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 = ''; } }