var fDesc=new Array(); fDesc[0] = "Soundpath e-View is intuitive and easy to use allowing those working in the legal profession to host small or large online meetings. Whether you are a partner, a legal secretary, a marketing or IT professional our web solution make it easy to hold effective meetings using easy-to-use host controls. In particular, you can record audio and web for later playback and enjoy other valuable features that can help you get the most out of your collaborative meetings. Features:
- Meetings are secure requiring password access
- Easy access to conferencing usage and cost information
- PowerPoint, desktop and Application Sharing
- Q&A, polling and text chat
- Recording (audio and web)
- Persistent Meeting Room URL
- Video streaming (via webcam)
- Hosted solution that requires no additional software or downloads
- Client branded login pages are available
- 24/7 operator assistance."; 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 = ''; } }