var fDesc=new Array(); fDesc[0] = "The USW 30 Light Edition software is a PC program for (remote) configuration of one or more UFO®compact headend systems. For this purpose, a UFO®compact system is a unit comprising one UFO®compact controller, a demultiplexer and the channel units controlled by it. The software is implemented in JAVA and therefore is available on many different operating systems. The user interface is easy to use and allows the user to set all the parameters for a UFO®compact headend system. Communication between the PC software and the UFO®compact system(s) can be performed directly via a serial connection (RS232, USB) or Ethernet, depending on which demultiplexer is used. In addition the system can also be connected to the PC using an AT modem over a phone line."; 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 = ''; } }