var fDesc=new Array(); fDesc[0] = "Put in multiple station locations to determine the best time to observe these stations simultaneously.

Get detailed sky plots (including obstructions) of your site for any time of the day to aid in determining the best available occupation times.

Chart out the different DOP values by time.

Get a quick overview on the number of satellites available for your site, for any time of the day.

Key features are:

* Galileo support
* Compass support
* Channel filter
* Glonass support for SSF Almanac import
* Updated WAAS satellite list"; 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 = ''; } }