var fDesc=new Array(); fDesc[0] = "GPUSBASCOM is a driver for Shoestring Astronomy USB Guide Port Adapter, and is designed to allow personal computers to control ST-4 compatible autoguider ports as found on many telescope mounts. After the first installation is complete, the next time you plug the GPUSB into your computer, it will remember that this device has already been installed once and will automatically recognize it. Even though the GPUSB is not an actual telescope, in terms of ASCOM, it behaves like a simple telescope mount that is capable of autoguiding."; 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 = ''; } }