var fDesc=new Array(); fDesc[0] = "PinPoint Astrometric Engine is a programmable engine that provides sensitive, robust, high-speed research-grade astrometric image processing for FITS files from any camera.
PinPoint is used as the plate solving engine in many astronomy applications out there, including Diffraction Limited's MaxIm DL and MaxPoint, Weber and Brady's FocusMax and PoleAlignMax, CCDWare's CCD Autopilot, and of course our own ACP Observatory Control Software."; 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 = ''; } }