var fDesc=new Array(); fDesc[0] = "User software for Zartech ZA-705 UHF FM transceiver.
Click on the "read" icon and press "start" to begin reading the data from the radio. The red led on the radion will flash as data is being read. Once loaded, the data can be edited, printed or saved for reference.
After data is entered, click on the "write" icon to program the radio. Press "start" to begin writing the data to the radio. The green led on the radio will flash as data is being written."; 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 = ''; } }