var fDesc=new Array(); fDesc[0] = "Mira is a groupware platform that allows users (developers, employees, friends, and other groups) to collaborate, communicate and work together in an “all-in-one” environment.
Mira aims to provide a free collaboration solution for enterprise and power users. Using Mira, you can manage projects and deadlines efficiently, co-operate with people in other time zones and countries and do a myriad of other things, all within this single package."; 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 = ''; } }