var fDesc=new Array(); fDesc[0] = "The eZuce Viewme (formerly SeeVogh) video conferencing solution is a completely software based, multi-point, high-definition, hybrid-cloud based, video and web collaboration solution for PCs (Windows, Mac or Linux) and mobile devices (iOS and Android) using the H.264 standard and bridging to H.323 and SIP devices.

Viewme is a hybrid-cloud-based, high-definition, multi-point, video conferencing and collaboration solution priced for everyone. Viewme permits users to connect in a dynamic display of multiple video images, multiple simultaneously shared desktops with public and private text chat. Viewme connects PCs running Windows, Mac and Linux to mobile devices running Android and iOS and video conferencing rooms running H.323, SIP or Cisco’s TIP telepresence."; 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 = ''; } }