var fDesc=new Array(); fDesc[0] = "The EZMeetup mobility software/app is a practical, collaborative program designed especially for AVer’s EVC300 and EVC900 video conferencing systems. It allows users to extend video conferencing from traditional conference rooms to desktops, laptops, tablets and smartphones. As SIP servers, EVC900 and EVC300 can allow 3 to 9 EZMeetup users to register and communicate with each other. Users will enjoy clear images and sound, ensuring that those important people can enjoy high-quality video conferencing wherever they are."; 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 = ''; } }