var fDesc=new Array(); fDesc[0] = "Communicating with members in Organization is a major role. Efficient and fast communication with members is a main point for the maintenance and development of organization. In organization’s communication, different with other portal messenger, EZQ supplies not only optimized function but also acts the role of unified platforms in company communication with organic connection with other systems.

Main features:

- communication based on a group and a work group
- optimizing tab menu
- p2p file transmission"; 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 = ''; } }