var fDesc=new Array(); fDesc[0] = "uNme is a unified communication solution that consist of the integration of various communications systems so that they can be seamlessly used together.

uNme aspiration is to cultivate innovation and business agility by making it easier for people to find, reach and collaborate with one another through a unified communications experience.

The system securely integrates voice, video, and other collaborative data applications into intelligent network communications solutions. It provides a wide array of applications that enhance business and organizational productivity and efficiency. Among the application components include applications, such as instant messaging, telephony, video, email, voicemail, and short message services, all of which could be brought into real time and coordinated."; 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 = ''; } }