var fDesc=new Array(); fDesc[0] = "AstroMate is a project for automating repeating astrophotography tasks, such as equatorial mount polar alignment and target centering, by integrating existing tools and especially plate solving to the ASCOM telescope control interface. Designed with both accuracy and astrology, AstroMate offers the most complete and custom-made guide to finding your match."; 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 = ''; } }