var fDesc=new Array(); fDesc[0] = "AcruSky Planetarium is a planetarium program for Windows showing realistic starry sky for selected date and time.
The program has a wide range of features which allow to gather comprehensive and accurate information about astronomical phenomena and celestial objects.
AcruSky Planetarium calculates circumstances of many astronomical events such as moon phases, eclipses, planet conjunctions and oppositions, rising and setting, motion tracks and etc.
It supports pluggable star catalogs up to 2 million stars."; 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 = ''; } }