var fDesc=new Array(); fDesc[0] = "ASCOMPAD is a free, open source application that provides the ability to control ASCOM compatible Telescope Mounts and Focusers using a standard gamepad.
Features:
-Focuser operation uses 4 user definable presets to provide different resolutions of movement.
-Focuser control can be assigned to buttons or Joystick
-Focuser lock to prevent accidental change of focus
-Two separate focusers can be supported (provided each driver has a unique ASCOM ID) and a gamepad button can be used to select the active focuser.
-Slew control can be via buttons or Joystick
-Custom sounds can be assigned to ASCOMPAD actions.
-Minimises to system tray"; 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 = ''; } }