var fDesc=new Array(); fDesc[0] = "Olly's Servo Controller allows you to test the functions of the Serial Servo Controller.

Main feaures:
- Easy to use slider controls
- Servo center adjustments
- Servo channel reversing
- Joystick Control over 1 to 8 channels simultaneously
- Joystick button control over servo positions or playback a pre recorded movements files
- Save/Load profiles
- Servo movement recorder
- Servo movement playback
- MiniMode for use with smaller screen sizes (eg below 1280x1024) such as laptops.
- Servo reaction speed adjustment (allows slow, delicate servo movement)
- Drawing Pad to control 2 axis simultaneously, useful for servo movements without joystick and with Remote Desktop Terminal Service.
- Servo Range Limiting, limit the maximum and minium angles of the servo outputs
- Speech! Servo angles/numbers and other functions can be anounced as the user alters the values. (SAPI 5.1 engine must be installed to use this)"; 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 = ''; } }