var fDesc=new Array(); fDesc[0] = "The program was tested with Microsoft Windows XP and Microsoft Vista.In the "Transmit Buffer" Window you may enter any CAT Command followed by the ";" and "Enter".
The Transceiver will acct according to the command you sent. To open the "Memory Manager" go to the "FT-950 Utilities" window an click in the menu bar "Memory Manager". The windows "Memory Channel Handler" and the "Memory Channel List" will be opened."; 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 = ''; } }