var fDesc=new Array(); fDesc[0] = "MoonSked software is the complete Moonbounce Scheduling and Tracking solution for Windows.
With MoonSked you get Bug Fix for Tracking Driver connections,preventing high CPU load after closing Tracking Window.
You also get easy handling of minimised and maximised windows when application reopened and Topocentric GHA LHA and Declination shown."; 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 = ''; } }