var fDesc=new Array(); fDesc[0] = "TrueConf lets you communicate and collaborate with your colleagues using video chat at 4K resolution. This program allows you to host meetings with up to 1000 participants, with screen sharing, group & personal messaging, video recording, and file sharing. As a host, you can control attendees’ cameras and microphones, set global and individual video layouts, or lock layouts for all meeting participants to keep them focused on the agenda."; 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 = ''; } }