var fDesc=new Array(); fDesc[0] = "Synoptic room overview for monitoring and controlling the microphones. Voting control with individual results . Real-time voting results displayed in Microsoft PowerPoint. On-screen help in many languages. The DCN-SWSMV Synoptic Microphone and Voting Software provides a range of conference facilities when used in combination with a DCN Wireless or DCN Next Generation system. The available functions include automatic seat assignment, synoptic microphone monitoring and control, and voting management."; 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 = ''; } }