var fDesc=new Array(); fDesc[0] = "PECPrep is a free, open source application for the analysis of your mount's Periodic Error (PE) and autoguiding performance. It can import data from different capture sources. PECPrep is able to filter wind, seeing effects, linear and non linear drift to isolate the periodic signal associated with a mounts worm drive. It can also be used to generate a Periodic Error Correction (PEC) file for use by EQASCOM."; 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 = ''; } }