var fDesc=new Array(); fDesc[0] = "The WMS studio software is a software tool with a modern operating system interface that enables you to set up and adjust the entire WAREMA Mobile System® conveniently from your PC. Conveniently create and parameterise a WAREMA Mobile System project on the PC and then transfer the project data to the local devices. Change an existing WAREMA Mobile System project. The project data can be readily replaced. The use of the WMS studio software considerably shortens the commissioning time since the settings can be made in advance by the qualified specialist."; 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 = ''; } }