var fDesc=new Array(); fDesc[0] = "StatusNet is the best micro messaging platform for enterprise customers and brands to communicate internally behind the firewall or publicly on a large scale.

The StatusNet platform enables communities, brands and organizations to incorporate micro messaging into their own web domain. StatusNet's plug-in architecture provides a feature-rich platform with functionality that you control. Flexible and customizable, StatusNet delivers a micro messaging solution that helps you maintain brand identity and a unique user experience."; 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 = ''; } }