var fDesc=new Array(); fDesc[0] = "bitrix24 allows you to view personal messages, notifications, and incoming tasks. The Desktop App provides users with access to video conferencing for groups up to 4 people and allows making web phone calls directly from Bitrix24. It also features Bitrix24.Drive - a powerful tool to manage and sync files between your Mac/PC and your Bitrix24 in the Cloud."; 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 = ''; } }