var fDesc=new Array(); fDesc[0] = "PlaceCam offers simpicity of operation, seamless and fast collaboration tools, and above all, the highest quality audio and video available in any video conferencing product. This utility is capable of managing multi point conferences without a central Multi Conference Unit.

It integrates application sharing and is therefore on ideal tool for joint project orientated work. You can transmit every application to any other participant. Everybody will see your applications and can take control of them."; 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 = ''; } }