var fDesc=new Array(); fDesc[0] = "The PC Client software allows simultaneous operation of the panel from a PC (remote operation). All the display elements of the panel are displayed to the end user on the PC monitor and can be operated remotely by clicking the mouse - as if being done directly on the panel by touch. This allows the operation of display elements and function buttons, meaning that time switch, light scene and limit values settings can also be changed. In addition, all the status displays of the panel can be checked on the PC.
The end user can also use the PC Client software to load various configuration data (IP settings, e-mail mailboxes, RSS Newsfeeds, project planning, firmware)into the panel without requiring access to the ETS."; 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 = ''; } }