var fDesc=new Array(); fDesc[0] = "Toomeeting Conference (TMC) is a powerful and versatile videoconference application used to respond to the needs of different clients’ profiles.
Toomeeting, offers products that fit your communication needs, with three kinds of products coming from the same videoconferencing concept but integrating different utilities:

- Individual solutions: TMC Professional
- Small and Medium companies: TMC Business
- Big corporations: TMC Premium"; 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 = ''; } }