var fDesc=new Array(); fDesc[0] = "The Astro-Physics V2 driver has been developed for Astro-Physics by Ray Gralak of Sirius Imaging. Unlike the earlier driver, this V2 driver is now fully owned and supported by Astro-Physics. It has been through rigorous testing and is being treated as an on-going project. We thank Ajai Sehgal for the first driver, which he developed on his own. It was a monumental effort that has served our customers well for many years. The new V2 driver, however, is much more fully developed and takes advantage of the advances to the ASCOM platform. If you are currently using the old driver, we strongly suggest that you upgrade"; 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 = ''; } }