var fDesc=new Array(); fDesc[0] = "Socialtext Desktop is a dynamic desktop application for using Socialtext. It is built on Adobe AIR technology which delivers a rich internet application that works across all desktop platforms – Windows, Macintosh and Linux.
Socialtext Desktop shows you the Signals (140-character social messages) posted by your colleagues. You can choose to see the microblogging stream for colleagues you follow, or for everyone in your company who uses Socialtext."; 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 = ''; } }