var fDesc=new Array(); fDesc[0] = "Pocket Stars PC is a high accuracy star chart and guide to the heavens for Windows desktops, laptops, and tablets. Based on the award winning version for Pocket PC's, Pocket Stars PC combines rich capabilities with simple and quick navigation.

Main features:

- Rise, set, and meridian times for all solar system bodies.
- Lunar Phase calendar and animation showing the relative positions of the earth, moon, and sun.
- Images and physical data for planets, moon and sun. Optional display of all Messier and Caldwell objects through separate free download."; 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 = ''; } }