var fDesc=new Array(); fDesc[0] = "Fohhn-Net remote control software is for configuring key functions or input contact of Fohhn-Net Remote devices.
or input contact of Fohhn-Net Remote devices.
The wall panel FR-10, FR-20 Fohhn-Net Remote and the 8 contact switches of FC-9 DSP system controller are easy to configure with the intuitive Fohhn-Net Remote software and optional NA-1 USB adapter."; 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 = ''; } }