var fDesc=new Array(); fDesc[0] = "EME Planner includes a large viewing screen with large easily visible numbers for manual tracking. Planner screen with multiple options that allows you to determine your mutual window with another Station and print the display if required.

Horizon selectable Azimuth / Elevation and Polar mount Right ascension /Declination are provided. A Global Spatial offset screen where selected areas of the World have been chosen so that you can determine what offset is required."; 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 = ''; } }