var fDesc=new Array(); fDesc[0] = "Raytec Discovery Application is provided as standard to locate and connect to any VARIO IP network illuminator on your network. It provides an overview of the network configuration, system information, and status of VARIO IP illuminators. Network configuration can be reviewed and edited from the Raytec Discovery Application in real time. The Raytec Discovery Application also provides a seamless mechanism to directly access the web interface of the any VARIO IP illuminator, for tailored lighting control at anytime from anywhere."; 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 = ''; } }