var fDesc=new Array(); fDesc[0] = "VidyoDesktop Media Player™ is a Windows-based application that runs in parallel with the VidyoDesktop client. It enables you to stream live video or video stored on your hard disk to other people with whom you’re teleconferencing. “Streaming” a file means sending it in such a way that the people on the other end of the connection can watch it as it is being sent, as opposed to sending a video file they can play only after they have received the whole file."; 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 = ''; } }