var fDesc=new Array(); fDesc[0] = "The Quickie iQ PC Programmer software is intended to provide an easier, more visually intuitive
means with which to program and diagnosis your Quickie power wheelchair with electronics
powered by Delphi. This PC based program communicates with the power wheelchair via a USB to CAN interface
cable sold within this kit. This is the only means with which to use the iQ PC software. The 3-button and 7-button handcontrollers and QR-SCM (Specialty Control Module) all have assignable jacks and buttons. Seating, Driving, ECM and IR functions can be assigned using the Quickie iQ PC Programmer and the Hand Held Programmer.
Indication of creep or drive lockout while in an actuator mode Power Shear now available with QR-MAC and New Recliner . Easily exit an actuator function using a left joystick command.
Pre-programmed driving templates are available to dealers using the Hand Held Programmer . Dealers may load alternate driving templates using Quickie iQ."; 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 = ''; } }