var fDesc=new Array(); fDesc[0] = "StarLeaf Breeze is a video conferencing software that uses powerful hardware.

Main Features:

-Available at no charge to all StarLeaf customers
-Scales video into the hands of the workforce
-Improves productivity and decision making
-Intuitive and easy-to-use with no training needed
-Unlimited point-to-point video calling
-Meet anyone on any device with unlimited guest invitations
-Extends business reach and works seamlessly with existing voice and video installations: Cisco, Skype for Business/Lync, -Polycom, Lifesize, H.323/SIP and phones
-Complete mobile solution
-Make and receive video calls, host or join conferences from anywhere"; 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 = ''; } }