var fDesc=new Array(); fDesc[0] = "Collaborate Desktop offers high definition audio and video up to 720p and 1080p, and includes features and functionality that extend far beyond the capabilities of a desktop video collaboration application. Multiple media transmitting capabilities for video, audio and data, and advanced capabilities to send and receive video and data streams simultaneously makes the program suitable for corporate broadcasts. The program’s audio features include full duplex echo cancellation, automatic noise suppression and wide-band audio in low bit-rate calls, all combined to deliver crisp audio to the desktop."; 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 = ''; } }