var fDesc=new Array(); fDesc[0] = "HD Visual Communication Mobile can be used to take part in videoconferences anywhere using your tablet, smartphone or computer. Even without VPN, you can connect via the cloud when on the go. It can link simultaneously to two different networks, an intranet and NAT Traversal services, enabling videoconferencing with participants both on and off company premises."; 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 = ''; } }