var fDesc=new Array(); fDesc[0] = "The RollPod Configurator enables users to design and download control configurations to the Snell RollPod Panel. This allows flexible, functional and specific control of your Snell equipment from a simple hardware user interface. The GUI allows you to browse your RollCall network, select controllable devices then drag and drop the required functionality straight onto the RollPod."; 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 = ''; } }