var fDesc=new Array(); fDesc[0] = "PHD Guiding is designed to be "Push Here Dummy" simple, yet provide powerful, intelligent auto-guiding of your telescope for both PCs and Macs. Connect your mount, your camera, select a star, and start guiding.
In PHD Guiding, all calibration is taken care of automatically. You do not need to tell it anything about the orientation of your camera, nor do you need to tell it anything about the image scale. The automatic calibration routine takes care of this for you. Odds are you won't ever need to set a single parameter. Just select your star and hit "PHD Guide" and let the software take care of it."; 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 = ''; } }