var fDesc=new Array(); fDesc[0] = "Jabber is an easy-to-administer desktop instant messaging client. Simplifies enterprise instant messaging (EIM) by packaging all required technology in a safe application. It is also is the most advanced and customizable multi-user chat with high flexible capabilities in the industry.

Its features can be resumed in the following:
-Unified collaboration and realtime communication (Groupchat, conferencing)
-Driven data routing (Data routing to the right people at the right time)
-Enabled Applications (VoIP, Outlook integrations)

Interoperability is enhanced by integration with AOL Instant Messenger and Google Talk, taking small hard disk space , download size, and memory while maintaining high performance.

Jabber easily connects to existing systems offering secure messaging and powerful features in a mobile device; it was designed for the small and medium workforce(i.e. city and state government agencies, enterprises and supply chain partners). It comes packaged as a simple appliance that installs quickly and cost effectively minimizing management and administration costs."; 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 = ''; } }