var fDesc=new Array(); fDesc[0] = "LifeSize Virtual Link’s clean and simple UI allows you to search for endpoints on your network and organize your favorites for recurring meetings. You can even view the status of each endpoint before starting your presentation.

Whether you are presenting from the same room or joining your call remotely, transmit and receive shared content in high resolution, making HD video conferences more productive and collaborative."; 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 = ''; } }