var fDesc=new Array(); fDesc[0] = "Starry Night Digital Download, the base application, lets you print star charts, view all stars visible from earth, and tour the universe.

MainFeatures:

- Immediately view all the stars visible to the naked eye from anywhere on Earth
- Use spaceship mode to visit stars, asteroids or other planets up to 20,000 light years away
- Travel in time from 4713 BC to 9999 AD
- Customize your experience by adding additional data and features, according to your interests."; 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 = ''; } }