var fDesc=new Array(); fDesc[0] = "Hermix Collaboration Suite 4.0 is an outstanding solution for all your online communication needs. It allows you traffic optimization and no session latency for audio and video by using multiple Hermix controllers for multi-site implementations. You can save time, cut costs, and increase your profit by hosting online meetings and conferences from the comfort of your office with a minimum investment."; 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 = ''; } }