var fDesc=new Array(); fDesc[0] = "AstroNavigator is Windows Mobile astronomy software for star gazing. It displays the actual star map based on your current location. AstroNavigator supports the latest GPS receivers with a digital compass and rotates the screen according to your heading to show even more accurate picture of the star field. Pocket PC astronomy for both amateurs and professionals!

- Precise star map with or without GPS
- Slide finger to move map or scroll star list
- Over 9000 sky objects with detailed info
- Night view mode"; 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 = ''; } }