var fDesc=new Array(); fDesc[0] = "BktRemote Suite is a package of programs that allows you to control the transceiver with different devices via a LAN connection or Wi-Fi. The BktRemoteServer must be installed on the PC with the CAT Control. For streaming audio is necessary to connect the audio output of the transceiver with the microphone input of the PC sound card where you installed BKTServer."; 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 = ''; } }