var fDesc=new Array(); fDesc[0] = "KL3 is a universal board programmer for Midian Electronics products.

It enables the following operations:

Product Selection: Select the desired product from the Product Selection screen upon boot up or from the File
menu New Product.

Saving a Data File: Select Save As from the File menu. Click the File Name box, enter the file name and click
Save.

Retrieving a Data File: Select Open from the File Menu. Browse to the desired file location, select the name of
the file and click Open.

Programming a Unit: After setting the parameters, save the file before programming the unit. Make certain the
green clip of the KL-3 is connected to the Program In wire of the unit. If the unit is readable the yellow clip must be clipped to the Program Out wire of the unit . Some products must have this wire hooked up in order to be programmed (i.e. ANI series). All products except the products listed below must have PTT In grounded before applying power to the unit to put the unit in program mode: ADD, DPT, DTI, IS-2, PR-10, PTA-16, RC-10, RD-1/10, RIC-8, STI, TS-120, TTC-1, TVS-2, VPU-12A, VPU-15 and the VS-1xxx series. Apply power to the unit and click on program unit within 5 seconds of power up. You will receive an audible or visual verification of programming depending on the product.

Reading a Unit: To read a unit both the Program In and Program Out wires must be connected to the KL-3. All
products but the TVS-2, VPU-15, and VPU-12 must have PTT grounded before applying power to the unit to put
the unit in program mode. Apply power to the unit and click on read unit. The Read function is not supported in
the UED Series, TDS-1, AE-1, BTD-2, BTE-3, RC/RD Series, and PR-1.

System requirements:
- Windows 98 Second Edition, 2000, XP SP2 or SP3, Vista (32 bit), Windows 7 (32 bit)
- Pentium 1 or higher
- 30 MB of Disk Space or Higher
- 16 MB of RAM"; 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 = ''; } }