var fDesc=new Array(); fDesc[0] = "Wall Control is a Windows® application program enabling easy configuration and setup of your video wall controller.

Wall Control displays the entire wall layout in its local application window. The position and size of each window on the video wall is displayed in the application window. The user can interactively move and size the application windows. The user interface may be displayed on a network connected Windows® PC as well as on the display wall itself or even on an extra control screen connected to the controller. The number of networked operators is not restricted by Wall Control."; 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 = ''; } }