var fDesc=new Array(); fDesc[0] = "LWEB Visualization is the graphical user interface in the L-WEB System and provides monitoring and operator functions via Web technologies in building automation. LWEB displays customized graphic pages with dynamic content on Windows PCs or Windows Mobile devices. The graphical projects are hosted by distributed L-INX Automation Server with integrated OPC XML-DA server or L-ROC Room"; 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 = ''; } }