var fDesc=new Array(); fDesc[0] = "RogerVDM software tool is used in low level configuration of Roger devices. Basically, the tool is intended to be used in the preliminary phase of configuration, when some low level parameters have to be configured and the device has to be adapted to conditions in some particular installation. In order to configure a particular device, it is necessary to select it from the list and the program shall adapt to it and make particular functions and options available."; 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 = ''; } }