var fDesc=new Array(); fDesc[0] = "USW 30 is a management software for UFOnano headends. Use UFO compact only in conjunction with a controller bus demultiplexer UFX 314. Program existing UFO®compact systems via PC or laptop - all settings can be read out, saved, and printed. (With UFO ® compact only in conjunction with UFX 314.) You can control and maintain UFO®compact systems remotely with a PC or laptop via modem and telephone line or via a local area network (LAN)."; 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 = ''; } }