var fDesc=new Array(); fDesc[0] = "KNOX Message is a business messenger for teams and communities. You can create a group especially for your team, and you can quickly chat with all of them just by selecting the group. All messages are encrypted to protect your information even within group chats. You can simply manage the organizational structure in the multilevel hierarchy and import/update/delete many users at once through. The program provides comprehensive statistics that enables you to analyze how people are using the service."; 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 = ''; } }