var fDesc=new Array(); fDesc[0] = "FSHRemote is a program for reading data, and controlling a R&S®FSH3/6/18 Handheld Spectrum Analyzer from a remote computer.
The physical connection can be via either a fixed phone network, a mobile phone network or over LAN / Internet. Use FSHRemote from a PC to control all the functions of the FSH or to read any measurement data. Undertake a diverse range of monitoring tasks with the R&S®FSH under remote control. No need for a PC at the R&S®FSH end."; 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 = ''; } }